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.

Issue183

Title Crash on startup on a tiny minority of systems
Priority bug Status duplicate
Versions Poker Sleuth 1.0, Poker Sleuth 1.3
Superseder Poker Sleuth crashes on startup on Windows 7
View: 193
Nosy List Daniel

Created on 2009-09-27.18:14:25 by Daniel, last changed by Daniel.

Messages
msg285 (view) Author: Daniel Date: 2009-09-27.19:11:12

I suspect the user is running Poker Sleuth in some kind of Windows emulator, like Wine. I've added code to 1.0.2.175 and 1.3.0.1605 to report the Windows version in the crash report, in order to confirm this hypothesis.

msg284 (view) Author: Daniel Date: 2009-09-27.18:14:24

PokerNotes 1.0.2.167
Traceback (most recent call last):
File "pokernotesB.py", line 783, in <module>
File "pokernotesB.py", line 353, in g
File "pokernotesB.py", line 647, in main_loop
File "utils.pyo", line 143, in g
File "pokernotes_lib.pyo", line 44, in get_pokernotes_db
File "pokernotes_lib.pyo", line 38, in get_appdata
WindowsError: [Error 2] The system cannot find the file specified

History
Date User Action Args
2010-02-05 18:46:11Danielsetstatus: postponed -> duplicate
superseder: + Poker Sleuth crashes on startup on Windows 7
2009-09-27 19:11:12Danielsetstatus: new -> postponed
messages: + msg285
2009-09-27 18:14:25Danielcreate