PDA

View Full Version : Problem with waiting list



stubzy11
05-14-2010, 10:12 AM
Every time that I get on a waiting list and accept the seat I get kicked from the table. I click accept, the table pops up, the buy in window pops up and as soon as that go's I get kicked and the nest person in line gets my seat. I thought this may have just been a problem in beta but now I have purchased TNFT and the problem persists. Any help will be appreciated. Thanks

Fool
05-14-2010, 04:27 PM
Are you using an Aero based Windows theme? Are you using any custom table or card mods. Please post or .zip and attach a copy of the following so I can see what specific errors TNFT is reporting.

1) Your TNFTLog and TNFTConfigAutoLoad files. Go to Start > Computer > C:\Program Files (x86)\table ninjaFT(remove the '(x86)' if on a 32 bit operating system).

2) A screen shot of the table with your Holdem Manager or Poker Tracker HUD displayed. See instructions at Capture a Screen Shot of your Desktop or the Active Window in Windows (http://graphicssoft.about.com/cs/general/ht/winscreenshot.htm).

stubzy11
05-15-2010, 03:44 AM
Thanks for the response. Yes I am using windows 7 x64. No custom mods, just standard full tilt tables. I have attached a log file with today's date, I played about 12 hands and joined about 10 waiting lists which all popped up so hopefully you can get something from that. I have some log files from a few days ago which are between 4000 and 13000KBs each. For most of them they just repeat this message over and over.


7:35:44 AM : ERROR scraping bitmap: compat_bm was 0, returning null bitmap!
7:35:44 AM : ScrapingError in isPlayersTurn: Null bitmap in isBetBoxVisible
7:35:45 AM : ERROR scraping bitmap: compat_bm was 0, returning null bitmap!
7:35:45 AM : ScrapingError in isPlayersTurn: Null bitmap in isBetBoxVisible
7:35:45 AM : ERROR scraping bitmap: compat_bm was 0, returning null bitmap!
7:35:45 AM : ScrapingError in isPlayersTurn: Null bitmap in isBetBoxVisible
7:35:45 AM : ERROR scraping bitmap: compat_bm was 0, returning null bitmap!
7:35:45 AM : ScrapingError in isPlayersTurn: Null bitmap in isBetBoxVisible

http://img130.imageshack.us/img130/4200/hrehrw.png




TNFTConfigAutoLoad

#This is the configuration file for TableNinjaFT.
#Lines that begin with # are comments and thus ignored.
#Changes to the comments will be overwritten when the application's configuration is saved.
#Editing this directly is not the easiest way to change your configuration,
#but it remains a good way to share it with others.

# If 'True', TableNinjaFT will use special Win7 mouse hotkeys for Vista and XP.
OVERRIDE_WIN7_MOUSE_HOTKEYS = False
HK_AA_CHECK_FOLD = (M)XButton1
MIDDLE_BUTTON_HOTKEY = (M)XButton2
RIGHT_BUTTON_HOTKEY = (M)Right
CYCLE_TABLES_FORWARD_HOTKEY = <ctrl>-Right
CYCLE_TABLES_BACKWARD_HOTKEY = <ctrl>-Left

# The type of default preflop bet to make.
# If you are raised to, the pot percentage bet will always be used.
# Valid choices are: DEFAULT_PREFLOP_USE_BB_LIMPER DEFAULT_PREFLOP_USE_PERCENT_POT
PREFLOP_DEFAULT_BET_TYPE = DEFAULT_PREFLOP_USE_BB_LIMPER

# The percentage of the pot to be automatically entered pre-flop.
DEFAULT_PREFLOP_PERCENT_POT = 105

# If 'True' the DEFAULT_PREFLOP_THREE_BET_PERCENT_POT
# will be used for the default bet in raised pots.
USE_DEFAULT_3BET = True

# The percentage of the pot to be automatically entered pre-flop if you are raised to.
DEFAULT_PREFLOP_THREE_BET_PERCENT_POT = 80

# The number of big blinds and additional big blinds for each limper
# to automatically put in the bet box pre-flop.
DEFAULT_PREFLOP_NUM_BB = 4.0
DEFAULT_PREFLOP_BB_PER_LIMPER = 1.0

# Percentages of the pot to be automatically entered as the bet amounts for each street.
# Values cannot be negative. A value of 0 defaults to the min raise.
DEFAULT_BET_FLOP = 75
DEFAULT_BET_TURN = 65
DEFAULT_BET_RIVER = 55
POT_BET_1_PREFLOP_PERCENT = 50
POT_BET_1_FLOP_PERCENT = 50.0
POT_BET_1_TURN_PERCENT = 50.0
POT_BET_1_RIVER_PERCENT = 50.0
POT_BET_2_PREFLOP_PERCENT = 75.0
POT_BET_2_FLOP_PERCENT = 75.0
POT_BET_2_TURN_PERCENT = 75.0
POT_BET_2_RIVER_PERCENT = 75.0
POT_BET_3_PREFLOP_PERCENT = 80
POT_BET_3_FLOP_PERCENT = 80
POT_BET_3_TURN_PERCENT = 80
POT_BET_3_RIVER_PERCENT = 80
POT_BET_4_PREFLOP_PERCENT = 100
POT_BET_4_FLOP_PERCENT = 100
POT_BET_4_TURN_PERCENT = 100
POT_BET_4_RIVER_PERCENT = 100
POT_PERCENT_AUTO_CLICK_BET = False

# If 'True' all pot percentage bets will be rounded to
# ROUND_POT_BETS_NUM_BLINDS x ROUND_POT_BETS_BLIND_TYPE
ROUND_POT_BETS = True
ROUND_POT_BETS_NUM_BLINDS = 1

# Valid choices are: ROUND_TO_SMALL_BLIND ROUND_TO_BIG_BLIND
ROUND_POT_BETS_BLIND_TYPE = ROUND_TO_SMALL_BLIND
ALL_IN_AUTO_CLICK_BET = False
BB_LIMPER_BET_1_NUM_BB = 2
BB_LIMPER_BET_1_BB_PER_LIMPER = 1
BB_LIMPER_BET_2_NUM_BB = 3
BB_LIMPER_BET_2_BB_PER_LIMPER = 1
BB_LIMPER_BET_3_NUM_BB = 4
BB_LIMPER_BET_3_BB_PER_LIMPER = 1
BB_LIMPER_BET_4_NUM_BB = 5
BB_LIMPER_BET_4_BB_PER_LIMPER = 1
BB_LIMPER_BET_AUTO_CLICK_BET = False
BB_BET_1_NUM_BB = 3.0
BB_BET_2_NUM_BB = 2.0
BB_BET_3_NUM_BB = 0
BB_BET_4_NUM_BB = 0
BB_BET_AUTO_CLICK_BET = True

# The method by which the target table for hotkeys is chosen.
# See the commentary in the application for details.
# Valid choices are: TABLE_IN_FOREGROUND TABLE_UNDER_MOUSE MANUAL_TABLE_CONTROL
HOTKEY_TARGET_METHOD = TABLE_UNDER_MOUSE

# The frame colors (by RGB hex or html name).
# FRAME_COLOR_TARGET: The color of the frame around the current target table window.
# FRAME_COLOR_NEEDS_ATTENTION: The color of the frame around any table that needs player action.
# FRAME_COLOR_FIRST_IN_LINE: The color of the frame around the table that has needed action for the longest.
# FRAME_COLOR_DEFAULT_BET_SET: The color of the frame placed around the bet box when the default bet has been set.
# FRAME_COLOR_TRANSPARENT: This color will be displayed as transparent. Anything set to this color will not be shown.
FRAME_COLOR_TARGET = #FF0000
FRAME_COLOR_NEEDS_ATTENTION = #00FF00
FRAME_COLOR_FIRST_IN_LINE = #FF00FF
FRAME_DEFAULT_BET_SET = #FFFF00
FRAME_COLOR_TRANSPARENT = #000000

# If 'true' no frames should be drawn, ever.
DISABLE_FRAMES = False

# If 'True' the mouse pointer will automatically be placed near the action buttons
# on any table newly targeted by cycling.
JUMP_MOUSE_TO_CYCLED_TABLE = False

# If 'True' the mouse pointer will automatically be placed near the action buttons
# on any table newly targeted by Table In Foreground.
JUMP_MOUSE_TO_FOREGROUND_TABLE = False

# A hotkey to jump to the 'First in Line' table.
# If 'Table Under Mouse' is used this will move the pointer to the table.
TARGET_FIRST_IN_LINE_HOTKEY = Oemtilde

# If 'true', TableNinjaFT will automatically click the money button on tournament registration popups.
# The second option chooses whether or not to register for an identical tournament if that one is full.
AUTO_HANDLE_TOURNEY_REG_POPUP = False
REGISTER_FOR_IDENTICAL_IF_FULL = False
AUTO_CLOSE_TOURNEY_REG_RESULT = False

# If 'True', when a tournament window opens, its lobby will be closed.
CLOSE_TOURNEY_LOBBY_ON_OPEN = False

# If 'True', TNFT will automatically click 'I'm Ready' on new tournament tables.
AUTO_CLICK_IM_READY = True

# If 'true', TableNinjaFT will automatically click on any open seat when a new cash game table is opened.
AUTO_CASH_GAME_SIT_DOWN = True

# If 'true', TableNinjaFT will automatically click 'OK' on the 'Get Chips' popup after you are seated
AUTO_HANDLE_CASH_BUYIN = True

# If 'true', TableNinjaFT will automatically accept waitlist seats when they become available.
AUTO_ACCEPT_WAITLIST = False

# If 'true', TableNinjaFT will stop accepting waitlist seats when WAITLIST_MAXIMUM_TABLES cash tables are open.
USE_WAILIST_MAXIMUM = False
WAITLIST_MAXIMUM_TABLES = 10

# If 'true', TableNinjaFT will click 'No' on the waitlist popup when WAITLIST_MAXIMUM_TABLES cash tables are open.
WAITLIST_CLICK_NO_IF_OVER_MAX = False

# The table layout that you play with.
# See TableNinja.com/tnft/ for more information and screenshots of the table layouts for comparison.
# Valid choices are: None Tiled NoOverlap Overlapping Cascaded Stacked
TABLE_LAYOUT = Tiled

# The table view that you have selected in Full Tilt Poker.
# Valid choices are: None Classic RaceTrack
FT_TABLE_VIEW = RaceTrack

# If 'True', tables needing action will steal focus from other applications.
STEAL_FOCUS = False

# If 'True', TableNinjaFT will not enter a default bet when it becomes your turn.
DISABLE_DEFAULT_BETS = False

# If 'True', your current configuration will not be saved when you close TableNinjaFT.
DONT_AUTO_SAVE_CONFIG = False

# If 'True', TableNinjaFT will not show in the taskbar when minimized.
# It can be restored by double-clicking the system tray icon, or by the icon's right-click menu
MINIMIZE_TO_SYSTEM_TRAY = True

# If 'True', TableNinjaFT will minimize on startup.
MINIMIZE_ON_STARTUP = True

# If 'True', TableNinjaFT will stay on top of other windows when not minimized.
# This can be essential to changing settings during a multi-table session.
ALWAYS_ON_TOP = False

# If 'True', the time bank button will be clicked once every 4 seconds.
AUTO_CLICK_TIME_BANK = True

# If 'True', the 'Deal Me In' button will be clicked at Cash tables once every 4 seconds.
AUTO_CLICK_DEAL_ME_IN_CASH = False

# If 'True', the 'Deal Me In' button will be clicked at Tournament tables once every 4 seconds.
AUTO_CLICK_DEAL_ME_IN_TOURNEY = False

# If 'True', when the 'Click Sit Out Next Hand' hotkeys are used the 'Never Sit Out'
# feature will be toggled for the target table or all tables as appropriate.
TOGGLE_NEVER_SIT_OUT = False

# If 'True', TableNinjaFT will not remove antes when calculating the number of limpers for BB/limper bets.
DONT_REMOVE_ANTES = False

# If 'True', the lobby will be brought to the foreground when a new table is detected.
# Currently the hand history replay windows trigger this detection.
POPUP_LOBBY_ON_NEW_TABLE = False

# If 'True' TableNinjaFT will click action buttons twice when they do not respond to the first click.
DOUBLE_CLICK_ACTION_BUTTONS_WHEN_NEEDED = True

# The target language for TableNinjaFT's google-translated online and in-application documentation.
# Valid choices are: English Dansk Deutsch Español Français Italiano Latviešu Lietuvių Nederlands Norsk Polski Português Română Slovenščina Svenska Suomi Русский Українська Български
HELP_LANGUAGE = English

Fool
05-15-2010, 03:56 AM
Everything appears to be correct but TableNinjaFT is reporting enough errors to explain the problems your having. The first thing to try is to remove and reinstall Full Tilt. If your still having problems after I'd be happy to setup a teamview session to work through the problem with you. Please PM me your skype or other contact info.

stubzy11
05-15-2010, 03:59 AM
OK I'll try reinstalling FT now and PM you if it keeps happening.

holland3r
05-31-2010, 09:22 PM
I'm having a similar problem when I set TN to auto take my waitlist seat -- it opens the table, but I do not take the seat and am removed from the waiting list.

Fool
06-01-2010, 04:38 AM
It sounds like you also have a configuration error of some sort causing the problem. Please post or .zip and attach the following and I'll look it over for errors:

1) Your TNFTLog and TNFTConfigAutoLoad files. Go to Start > Computer > C:\Program Files (x86)\table ninjaft(remove the '(x86)' if on a 32 bit operating system).

2) A screen shot of the table with your HUD displayed. See instructions at Capture a Screen Shot of your Desktop or the Active Window in Windows (http://graphicssoft.about.com/cs/general/ht/winscreenshot.htm).

dackjaniels
06-04-2010, 07:30 PM
I've also had this happen to me on two occasions, exactly as described by the other posters. Very strange as it works fine 99% of the time but when it happens once it happens again for every other table that becomes available until I restart NinjaFT.
I doubt in my case it is anything to do with system configuration as it usually works and only accasionally goes wrong. Just my $0.02 :)

Fool
06-04-2010, 07:41 PM
Feel free to post the same logs I requested from the previous poster. Once I see what specific errors Ninja is reporting I'll have a better idea of what happening.