PDA

View Full Version : Bet pot percentage hotkeys dont work



AndreasJ56
11-20-2012, 03:58 AM
08:53:35 : ScrapingError 8714827181118: Error parsing pot string ' ' : Die Eingabezeichenfolge hat das falsche Format.
08:53:35 : Pot percentage bet failed: could not scrape pot.
08:53:35 : Pot percentage bet failed: could not scrape pot.
08:53:35 : Failed setting default bet on retry 158
08:53:36 : Double Click needed on 264268 after 1

#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 the French-only version of Full Tilt Poker
USE_FULLTILTPOKER_FR = False
HK_AA_CHECK_FOLD = Space
CHECK_HOTKEY = (M)XButton1
CALL_HOTKEY = (M)Middle
BET_HOTKEY = (M)Right

# 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 = 87

# 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 = 120

# 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 = 3.0
DEFAULT_PREFLOP_BB_PER_LIMPER = 1

# 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 = 85
DEFAULT_BET_TURN = 65.0
DEFAULT_BET_RIVER = 60

# Hotkeys to enter a percentage of the pot as the bet amount for each street.
# Hotkeys and percentages can be loaded independently.
# Percent values must be greater than 0.
# If AUTO_CLICK_BET is 'True' then the bet button is automatically clicked after the amount is set.
POT_BET_1_HOTKEY = A
POT_BET_1_PREFLOP_PERCENT = 88
POT_BET_1_FLOP_PERCENT = 85
POT_BET_1_TURN_PERCENT = 75
POT_BET_1_RIVER_PERCENT = 60
POT_BET_2_HOTKEY = V
POT_BET_2_PREFLOP_PERCENT = 60
POT_BET_2_FLOP_PERCENT = 60
POT_BET_2_TURN_PERCENT = 60
POT_BET_2_RIVER_PERCENT = 60
POT_BET_3_HOTKEY = B
POT_BET_3_PREFLOP_PERCENT = 50
POT_BET_3_FLOP_PERCENT = 50
POT_BET_3_TURN_PERCENT = 50
POT_BET_3_RIVER_PERCENT = 50
POT_BET_4_HOTKEY = Z
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 = False
ROUND_POT_BETS_NUM_BLINDS = 0.5

# Valid choices are: ROUND_TO_SMALL_BLIND ROUND_TO_BIG_BLIND
ROUND_POT_BETS_BLIND_TYPE = ROUND_TO_BIG_BLIND

# Hotkeys to bet an amount independent of the pot.
# If [BET_HOTKEY]_AUTO_CLICK_BET is 'True' then the bet button is automatically clicked after the amount is filled in.
ALL_IN_HOTKEY = Y
ALL_IN_AUTO_CLICK_BET = True
BB_LIMPER_BET_1_NUM_BB = 1
BB_LIMPER_BET_1_BB_PER_LIMPER = 1
BB_LIMPER_BET_2_NUM_BB = 1.5
BB_LIMPER_BET_2_BB_PER_LIMPER = 1
BB_LIMPER_BET_3_NUM_BB = 2.0
BB_LIMPER_BET_3_BB_PER_LIMPER = 1
BB_LIMPER_BET_4_NUM_BB = 2.5
BB_LIMPER_BET_4_BB_PER_LIMPER = 1
BB_LIMPER_BET_AUTO_CLICK_BET = True
BB_BET_1_NUM_BB = 2.5
BB_BET_2_NUM_BB = 3
BB_BET_3_NUM_BB = 4
BB_BET_4_NUM_BB = 4.5
BB_BET_AUTO_CLICK_BET = False

# 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_COLOR_TRANSPARENT = #000000

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

# 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

# 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 = True

# 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 = True

# TableNinjaFT will stop accepting waitlist seats when this number of cash tables are open.
WAITLIST_MAXIMUM_OPEN_TABLES = 6

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

# If 'true', TableNinjaFT will send the Enter key to the chat box at the active table to prevent Enter from betting while you chat.
SEND_ENTER_TO_CHAT_BOX = 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 = False

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

# 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', defaults bets will be enabled at Pot Limit tables, but are still not officially supported.
ENABLE_DEFAULT_BETS_AT_POT_LIMIT = 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 = True

# 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

# These settings allow you to be warned by a chosen system sound if any table has had the timebank visible for more than the specified number of seconds.
WARN_ABOUT_TIMEBANK = False
TIMEBANK_WARNING_WAIT_SECONDS = 5

# Valid choices are: a b c d
TIMEBANK_WARNING_SOUND = a

# 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

# When this hotkey is pressed, the 'Tournament Auto-Replay' feature will be toggled on/off.
SNG_AUTO_REPLAY_TOGGLE_HOTKEY = Escape

# If 'True' the 'Tournament Auto-Replay' feature will be turned off after the specificed number of tournaments.
SNG_AUTO_REPLAY_LIMIT_BY_NUM = False
SNG_AUTO_REPLAY_NUM_LIMIT = 20

# If 'True' the 'Tournament Auto-Replay' feature will be turned off after the specificed number of minutes.
SNG_AUTO_REPLAY_LIMIT_BY_TIMER = False
SNG_AUTO_REPLAY_TIMER_MINUTES = 30

# If 'True' the 'Tournament Auto-Replay' feature will be turned off if the player is idle for more than 3 minutes.
SNG_AUTO_REPLAY_OFF_IF_IDLE = True

# If 'True', when the 'Tournament Auto-Replay' is off the 'No' button will be clicked to close the popup.
SNG_AUTO_REPLAY_LIMIT_CLICK_NO_IF_OFF = False

# These hotkeys trigger the respective Sit-n-Go bets.
SNG_BET_1_HOTKEY = (M)XButton1

# These define the Sit-n-Go better tools. You probably also don't want to edit these by hand.
SNG_BETTER_1 = 100||200||400::4||3||2||1,5::1||1||1||1
SNG_BETTER_2 = 100||200||400::3||2,5||2,25||2::1||1||1||1
SNG_BETTER_3 = 100||200||400::3||2,5||2,25||2::1||1||1||1

# If 'True' the bet button will be automatically clicked after the Sit-n-Go bets are entered.
AUTO_CLICK_SNG_BET = True

# If 'True' the top Sit-n-Go bet will be used as your default bet amount preflop.
USE_SNG_BET_AS_DEFAULT = False

# If you are having problems with buying in at waitlisted tables, try increasing this number by 1000 ms.
WAITLIST_BUYIN_DELAY_MS = 3000

# If 'True' TableNinjaFT will wait longer than normal before handling the buy-in popup for an accepted waitlist table.
ADD_EXTRA_DELAY_TO_WAITLIST_BUYIN = False

# 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
11-20-2012, 07:30 AM
I'm afraid I can't get much information from part of a log and your settings file. Are you using Vista or Win 7? If so try switching to an Aero based Windows desktop theme. Then go to the start menu search and type "performance information and tools", without the quotes, and hit enter. In the new window that pops up click the adjust visual effects link. Choose custom and make sure everything is disabled except the following:

enable desktop composition
enable transparent glass
show thumbnails instead of icons
smooth edges of screen fonts
use visual styles on windows and buttons

Also make sure UAC is disabled according to the following instructions:

http://faq.holdemmanager.com/questions/30/Turning+Off+UAC+(Windows+7)

http://faq.holdemmanager.com/questions/29/Turning+Off+UAC+(Vista)

Let me know if this doesn't seem to help.

AndreasJ56
11-21-2012, 12:16 PM
it dosnt work

i give you the whole log.
ihave windows 7 professional

17:13:26 : Got no product name.
17:13:26 : CPU is x64
17:13:26 : OS: Microsoft Windows NT 6.1.7601 Service Pack 1
17:13:26 : Desktop Composition Detected as OFF
17:13:53 : MACHINE_ID = 123926
17:13:54 : Mousehook thread started
17:13:54 : Deleting E:\Programme\TableNinjaFT\TNFTLog_2012-11-14.log
17:13:54 : Auto-detected table view as: RaceTrack
17:13:54 : Try to set Threaded Mousehook
17:13:54 : Threaded Mousehook set: 37226401
17:13:54 : TableNinjaFT Started. Version 1.1.34.0
17:13:55 : tnftinject.dll injected into process 4820
17:13:55 : title: Mach 10 - $0.05/$0.10 - No Limit Hold'em - Entry 1 - Logged In As AndreasJ56
17:13:55 : game: Holdem, cash: True, limit: NoLimit, sb: 0,05, bb: 0,10, ante: -79228162514264337593543950335, tourney: False, table name: Mach 10, username: AndreasJ56, 50BB min: False, seating: AssumedNineMax, is_matrix: False
17:13:55 : Could not determine limit structure from title: Full Tilt Poker - Mach 10 - $0.05/$0.10 - Hold'em
17:13:55 : title: Full Tilt Poker - Mach 10 - $0.05/$0.10 - Hold'em
17:13:55 : game: Holdem, cash: True, limit: Error, sb: 0,05, bb: 0,10, ante: -79228162514264337593543950335, tourney: False, table name: Full Tilt Poker, username: , 50BB min: False, seating: AssumedNineMax, is_matrix: False
17:13:55 : Pot tab not shown once.
17:13:55 : Failed setting default bet on retry 0
17:13:55 : Clicked MAX bet tab due to no pot bet tab.
17:13:58 : Double Click needed on 919830 after 1
17:14:14 : ScrapingError 8714827181118: Error parsing pot string ' ' : Die Eingabezeichenfolge hat das falsche Format.
17:14:14 : Pot percentage bet failed: could not scrape pot.
17:14:15 : ScrapingError 8714827181118: Error parsing pot string ' ' : Die Eingabezeichenfolge hat das falsche Format.
17:14:15 : Pot percentage bet failed: could not scrape pot.
17:14:17 : Double Click needed on 919830 after 1
17:14:28 : ScrapingError 8714827181118: Error parsing pot string ' ' : Die Eingabezeichenfolge hat das falsche Format.
17:14:28 : Pot percentage bet failed: could not scrape pot.
17:14:28 : ScrapingError 8714827181118: Error parsing pot string ' ' : Die Eingabezeichenfolge hat das falsche Format.
17:14:28 : Pot percentage bet failed: could not scrape pot.
17:14:29 : ScrapingError 8714827181118: Error parsing pot string ' ' : Die Eingabezeichenfolge hat das falsche Format.
17:14:29 : Pot percentage bet failed: could not scrape pot.
17:14:29 : Pot percentage bet failed: could not scrape pot.
17:14:32 : Double Click needed on 919830 after 1
17:14:40 : Trying to unhook threaded mousehoook: 37226401
17:14:40 : Threaded Mousehook unhooked
17:14:40 : tnftinject.dll uninjected from process 4820

Fool
11-21-2012, 05:14 PM
It looks like your either using custom bet buttons or a custom theme that changes the bet buttons. Try going to Full Tilt>Options>Table Options>Custom Bet Buttons and make sure everything is set to the default (min, pot, max, in that order).

AndreasJ56
11-23-2012, 01:31 AM
this was not the problrm

Fool
11-23-2012, 02:55 PM
It also looks like your using the Windows Classic or Basic desktop theme. Try switching to an Aero based desktop theme. Then go to the start menu search and type "performance information and tools", without the quotes, and hit enter. In the new window that pops up click the adjust visual effects link. Choose custom and make sure everything is disabled except the following:

enable desktop composition
enable transparent glass
show thumbnails instead of icons
smooth edges of screen fonts
use visual styles on windows and buttons

Let me know if this doesn't seem to solve the problem.

AndreasJ56
11-28-2012, 07:14 AM
Today i had a session first it works korrektly.

11:34:41 : Got no product name.
11:34:41 : CPU is x64
11:34:41 : OS: Microsoft Windows NT 6.1.7601 Service Pack 1
11:34:41 : Desktop Composition Detected as ON
11:34:58 : MACHINE_ID = 123926
11:34:59 : Mousehook thread started
11:34:59 : Auto-detected table view as: RaceTrack
11:34:59 : Try to set Threaded Mousehook
11:34:59 : Threaded Mousehook set: 263055
11:34:59 : TableNinjaFT Started. Version 1.1.34.0
11:35:00 : tnftinject.dll injected into process 7148
11:35:09 : Could not determine limit structure from title: Full Tilt Poker - Mach 10 - $0.05/$0.10 - Hold'em
11:35:10 : title: Full Tilt Poker - Mach 10 - $0.05/$0.10 - Hold'em
11:35:10 : game: Holdem, cash: True, limit: Error, sb: 0,05, bb: 0,10, ante: -79228162514264337593543950335, tourney: False, table name: Full Tilt Poker, username: , 50BB min: False, seating: AssumedNineMax, is_matrix: False
11:35:10 : title: Mach 10 - $0.05/$0.10 - No Limit Hold'em - Logged In As AndreasJ56
11:35:10 : game: Holdem, cash: True, limit: NoLimit, sb: 0,05, bb: 0,10, ante: -79228162514264337593543950335, tourney: False, table name: Mach 10, username: AndreasJ56, 50BB min: False, seating: AssumedNineMax, is_matrix: False
11:35:12 : title: Mach 10 - $0.05/$0.10 - No Limit Hold'em - Logged In As AndreasJ56
11:35:12 : game: Holdem, cash: True, limit: NoLimit, sb: 0,05, bb: 0,10, ante: -79228162514264337593543950335, tourney: False, table name: Mach 10, username: AndreasJ56, 50BB min: False, seating: AssumedNineMax, is_matrix: False
11:35:14 : title: Mach 10 - $0.05/$0.10 - No Limit Hold'em - Logged In As AndreasJ56
11:35:14 : game: Holdem, cash: True, limit: NoLimit, sb: 0,05, bb: 0,10, ante: -79228162514264337593543950335, tourney: False, table name: Mach 10, username: AndreasJ56, 50BB min: False, seating: AssumedNineMax, is_matrix: False
11:35:15 : title: Mach 10 - $0.05/$0.10 - No Limit Hold'em - Logged In As AndreasJ56
11:35:15 : game: Holdem, cash: True, limit: NoLimit, sb: 0,05, bb: 0,10, ante: -79228162514264337593543950335, tourney: False, table name: Mach 10, username: AndreasJ56, 50BB min: False, seating: AssumedNineMax, is_matrix: False
11:35:28 : Double Click needed on 264154 after 1
11:35:34 : Double Click needed on 264154 after 1
11:35:41 : Double Click needed on 264154 after 1
11:35:45 : Double Click needed on 264160 after 1
11:35:53 : Double Click needed on 264154 after 1
11:35:56 : Double Click needed on 264160 after 1
11:36:02 : Double Click needed on 264160 after 1
11:36:03 : Double Click needed on 198620 after 1
11:36:13 : Double Click needed on 264160 after 1
11:36:23 : Double Click needed on 264160 after 1
11:36:31 : Double Click needed on 264160 after 1
11:36:32 : Double Click needed on 67542 after 1
11:36:37 : ERROR 1192411211: click not on target
11:36:43 : Double Click needed on 67542 after 1
11:36:43 : Double Click needed on 264154 after 1
11:36:49 : Double Click needed on 198620 after 1
11:36:51 : Double Click needed on 264154 after 1
11:36:54 : Double Click needed on 198620 after 1
11:37:02 : Double Click needed on 264154 after 1
11:37:03 : Double Click needed on 198620 after 1
11:37:06 : Double Click needed on 264154 after 1
11:37:13 : Double Click needed on 198620 after 1
11:37:24 : Double Click needed on 198620 after 1
11:37:39 : Double Click needed on 67542 after 1
11:37:47 : Double Click needed on 67542 after 1
11:37:57 : Double Click needed on 264154 after 1
11:38:02 : Double Click needed on 264160 after 1
11:38:04 : Double Click needed on 67542 after 1
11:38:07 : Double Click needed on 67542 after 1
11:38:09 : Double Click needed on 198620 after 1
11:38:12 : Double Click needed on 67542 after 1
11:38:16 : Double Click needed on 198620 after 1
11:38:37 : Double Click needed on 67542 after 1
11:38:44 : Double Click needed on 264154 after 1
11:38:47 : Double Click needed on 264154 after 1
11:38:52 : Double Click needed on 264160 after 1
11:38:55 : Double Click needed on 264160 after 1
11:38:59 : Double Click needed on 264154 after 1
11:39:00 : Double Click needed on 198620 after 1
11:39:02 : Double Click needed on 264160 after 1
11:39:09 : Double Click needed on 264154 after 1
11:39:12 : Double Click needed on 198620 after 1
11:39:14 : Double Click needed on 264160 after 1
11:39:17 : Double Click needed on 264154 after 1
11:39:26 : Double Click needed on 264154 after 1
11:39:27 : Double Click needed on 198620 after 1
11:39:28 : Double Click needed on 67542 after 1
11:39:30 : Double Click needed on 264154 after 1
11:39:37 : Double Click needed on 264160 after 1
11:39:46 : Double Click needed on 264154 after 1
11:39:52 : Double Click needed on 264154 after 1
11:39:54 : Double Click needed on 67542 after 1
11:40:13 : Double Click needed on 198620 after 1
11:40:20 : Double Click needed on 67542 after 1
11:40:28 : Double Click needed on 198620 after 1
11:40:49 : Double Click needed on 198620 after 1
11:42:33 : Double Click needed on 264154 after 1
11:42:39 : Double Click needed on 198620 after 1
11:42:45 : Double Click needed on 67542 after 1
11:42:47 : Double Click needed on 198620 after 1
11:42:50 : Double Click needed on 264154 after 1
11:43:00 : Double Click needed on 264160 after 1
11:43:09 : Double Click needed on 264160 after 1
11:43:13 : Double Click needed on 264154 after 1
11:43:17 : Double Click needed on 198620 after 1
11:43:19 : Double Click needed on 67542 after 1
11:43:34 : Double Click needed on 198620 after 1
11:43:36 : Double Click needed on 264160 after 1
11:43:40 : Double Click needed on 67542 after 1
11:43:45 : Double Click needed on 264160 after 1
11:43:51 : Double Click needed on 264160 after 1
11:43:54 : Double Click needed on 264154 after 1
11:43:58 : Double Click needed on 198620 after 1
11:44:04 : Pot tab not shown once.
11:44:04 : Failed setting default bet on retry 0
11:44:04 : Clicked MAX bet tab due to no pot bet tab.
11:44:04 : Double Click needed on 264160 after 1
11:44:14 : Double Click needed on 67542 after 1
11:44:18 : Double Click needed on 264154 after 1
11:44:23 : Double Click needed on 264154 after 1
11:44:33 : Double Click needed on 264160 after 1
11:44:36 : Double Click needed on 198620 after 1
11:44:44 : Double Click needed on 198620 after 1
11:44:47 : Double Click needed on 264154 after 1
11:44:49 : Double Click needed on 264160 after 1
11:44:56 : Double Click needed on 264160 after 1
11:45:05 : Double Click needed on 198620 after 1
11:45:09 : Double Click needed on 198620 after 1
11:45:11 : Double Click needed on 264154 after 1
11:45:17 : Double Click needed on 198620 after 1
11:45:29 : Double Click needed on 198620 after 1
11:45:32 : Double Click needed on 198620 after 1
11:45:40 : ScrapingError 8714827181118: Error parsing pot string ' ' : Die Eingabezeichenfolge hat das falsche Format.
11:45:40 : Pot percentage bet failed: could not scrape pot.
11:45:40 : Pot percentage bet failed: could not scrape pot.
11:45:40 : Failed setting default bet on retry 0
11:45:40 : ScrapingError 8714827181118: Error parsing pot string ' ' : Die Eingabezeichenfolge hat das falsche Format.
11:45:40 : Pot percentage bet failed: could not scrape pot.
11:45:40 : Pot percentage bet failed: could not scrape pot.
11:45:40 : Failed setting default bet on retry 1
11:45:40 : ScrapingError 8714827181118: Error parsing pot string ' ' : Die Eingabezeichenfolge hat das falsche Format.
11:45:40 : Pot percentage bet failed: could not scrape pot.
11:45:40 : Pot percentage bet failed: could not scrape pot.
11:45:40 : Failed setting default bet on retry 2

Fool
11-28-2012, 04:17 PM
Its tough to say whats happening without more information. Please send a copy of the following files to support@alxsoftware.com and I'll check them over for errors:

1) Your TNFTLog and TNFTConfigAutoLoad files. You will find them in C:\Program Files\TableNinjaFT

2) A screen shot of your desktop with a table and your HUD displayed. See instructions at How to make screenhot? Taking screenshots is fast and free. No software to download (http://www.iopus.com/guides/screenshot.htm). Please send the screen shot even if you don't have a HUD or custom table theme.