Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #101  
Old 11-12-2006, 05:53 AM
nanochip nanochip is offline
Senior Member
 
Join Date: Jan 2006
Posts: 705
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interface

New Version 0.25 -- 11-12-06
1. Added new table stakes that Full Tilt added (let me know if I missed any)
2. Fixed rare lockup problem where this script would not run correctly at startup.

Download here .
Documentation is here .
Reply With Quote
  #102  
Old 11-12-2006, 06:07 AM
nanochip nanochip is offline
Senior Member
 
Join Date: Jan 2006
Posts: 705
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

[ QUOTE ]
it seems when I check "Minimize Lobby after Opening/Closing Tables" and FTTO goes through a cycle, I can't un-minimize the Full Tilt lobby. I click on it in the XP taskbar and nothing happens, even if I uncheck the "minimize lobby" option.


[/ QUOTE ] [ QUOTE ]
I can un-minimize tables ok; when the "minimize lobby" box is unchecked, I haven't experienced any problems along these lines. I do have to restart FT to be able to do stuff in the lobby again.


[/ QUOTE ]
[ QUOTE ]
this problem indeed only happens when the program is running for awhile with this option enabled.

[/ QUOTE ]

thanks for the update, gb... It appears there are (at least) two of you who have experienced this. Unfortunately I still haven't been able to duplicate it after several days of running the script... but I'll keep watching it.

If you notice any other clues, please let me know.
e.g. does it happen only after you put your computer into standby mode?

Is anyone having any problem other than this one (make sure you are using version 0.25) ???
Reply With Quote
  #103  
Old 11-12-2006, 06:19 AM
nanochip nanochip is offline
Senior Member
 
Join Date: Jan 2006
Posts: 705
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

[ QUOTE ]
Is SNG support coming in the near future?

[/ QUOTE ]
I've taken a look at adding this, but it isn't a minor addition as I first thought it might be. So, it probably won't be in the near future, but it is on my list.
Reply With Quote
  #104  
Old 11-12-2006, 06:27 AM
nanochip nanochip is offline
Senior Member
 
Join Date: Jan 2006
Posts: 705
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

[ QUOTE ]
why the use of the semaphore?


[/ QUOTE ]
This script can be used in multiple user areas of the computer, and a tablelist file is kept of all open files which each instance of the script updates and reads to see if a table is open in another user area. So the semaphore is used to keep different instances from changing this file at the same time.
Reply With Quote
  #105  
Old 11-12-2006, 04:27 PM
ADBjester ADBjester is offline
Senior Member
 
Join Date: Nov 2003
Posts: 192
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

[ QUOTE ]
[ QUOTE ]
it seems when I check "Minimize Lobby after Opening/Closing Tables" and FTTO goes through a cycle, I can't un-minimize the Full Tilt lobby. I click on it in the XP taskbar and nothing happens, even if I uncheck the "minimize lobby" option.


[/ QUOTE ] [ QUOTE ]
I can un-minimize tables ok; when the "minimize lobby" box is unchecked, I haven't experienced any problems along these lines. I do have to restart FT to be able to do stuff in the lobby again.


[/ QUOTE ]
[ QUOTE ]
this problem indeed only happens when the program is running for awhile with this option enabled.

[/ QUOTE ]

thanks for the update, gb... It appears there are (at least) two of you who have experienced this. Unfortunately I still haven't been able to duplicate it after several days of running the script... but I'll keep watching it.

If you notice any other clues, please let me know.
e.g. does it happen only after you put your computer into standby mode?

Is anyone having any problem other than this one (make sure you are using version 0.25) ???

[/ QUOTE ]

I have solved this problem.

The problem is that javaw.exe is taking over control of the window, for whatever reason. Users of Poker Office will have javaw.exe running by default, even at startup without having run Poker Office.

To solve it, run Task Manager (Ctrl-Alt-Del), locate javaw.exe in the process list, and terminate it. Don't have Poker Office open when you do this. Doing this may terminate the fulltilt.exe process as well -- that's fine, just restart FTP.

You'll then have full control again.

Jester
Reply With Quote
  #106  
Old 11-12-2006, 09:07 PM
goofyballer goofyballer is offline
Senior Member
 
Join Date: Jun 2005
Location: THESE IZ THE OLD FORUMZ
Posts: 7,108
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

I don't have javaw.exe (or any Java executables, aside from jusched.exe, which I would assume is an updater or something) in my process list.

Also, still happening in 0.25. For whatever reason this seems to just happen over time - last night I went to bed w/ FTTO running and PT importing and I could open the lobby then, but not 8 hours later when I woke up.

My comp is P4 2.8 GHz, 1GB RAM, so it's not super fast but it's not slow.
Reply With Quote
  #107  
Old 11-13-2006, 12:45 AM
vortex86 vortex86 is offline
Senior Member
 
Join Date: Feb 2006
Posts: 805
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

hi,
i was having difficulties with the programm until i found a minor/major bug.

the level $5/$10 was wrong in your script, it said 5/$10

the one dollar sign was missing.


can i do something like this:
i want the script to open as many 5/10 tables as possible, then as many 4/8 tables, then as many 8/16 tables as possible until 16 tables are reached.

i try to just put 16 in for each level bus it doesnt seem to work
Reply With Quote
  #108  
Old 11-13-2006, 01:08 AM
vortex86 vortex86 is offline
Senior Member
 
Join Date: Feb 2006
Posts: 805
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

ok, i think i finally got it.
there another mistake.

it says $4/$8$

please fix it, thanks
Reply With Quote
  #109  
Old 11-13-2006, 01:35 AM
check check is offline
Member
 
Join Date: Feb 2006
Posts: 71
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interfac

Could be a random message popup in the lobby. I think this happened to me once. To bring back the lobby open task manager, right click full tilt and bring to front.
Reply With Quote
  #110  
Old 11-13-2006, 01:40 AM
nanochip nanochip is offline
Senior Member
 
Join Date: Jan 2006
Posts: 705
Default Re: Full Tilt Table Opener - New AHK script with Graphic User Interface

New Version 0.26 -- 11-12-06
1. Fixed typo on stakes $5/$10 and $4/$8
2. Removed option to "minimze the Lobby" as there may be a problem associated with it.

Download here .
Documentation is here .
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:26 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.