Welcome to the Poker Sleuth bug tracker. If you're experiencing a new problem, please register an account with the bug tracker in order to record your bug. After registering, you may also subscribe to existing issues in order to be notified whenever there's an update.

Issue272

Title Startup crash when a process starts in a non-ASCII path
Priority critical Status fixed
Versions Poker Sleuth 2.0
Superseder Nosy List Daniel

Created on 2010-04-20.03:31:48 by Daniel, last changed by Daniel.

Messages
msg431 (view) Author: Daniel Date: 2010-04-20.05:25:29

Fixed in 2.0.0.45

msg430 (view) Author: Daniel Date: 2010-04-20.03:31:47

PokerSleuth 2.0.0.44 (Microsoft Windows NT 5.1.2600 Service Pack 3)
Traceback (most recent call last):
File "pokernotes_lib.pyo", line 75, in weak_thread_wrapper
File "PokerSleuth.py", line 802, in main_loop
File "process_watch.pyo", line 180, in poll_processes
File "process_watch.pyo", line 138, in handle_process
UnicodeEncodeError: 'ascii' codec can't encode characters in position 3-4: ordinal not in range(128)

History
Date User Action Args
2010-04-20 05:25:29Danielsetstatus: new -> fixed
messages: + msg431
2010-04-20 03:32:40Danielsettitle: Startup crash when a poker site is installed in a non-ASCII path -> Startup crash when a process starts in a non-ASCII path
2010-04-20 03:31:48Danielcreate