I am on linux using wine (I know it's not supported, but it worked until yesterday). The splash screen pops up and then disappears with nothing else. The app shows up in the process list. I have to kill the app then.
The last lines in PokerTracker.log are:
[codelbk]2008/02/08 13:29:02.220: [00000019][PostgresConnection] Connecting to database: PT3 Beta DB1
2008/02/08 13:29:02.225: [00000019][PostgresConnection] Successfully connected to: PT3 Beta DB1 [15598856]
2008/02/08 13:29:02.253: [00000019][PostgresConnection] Connecting to database: PT3 Beta DB1
2008/02/08 13:29:02.264: [00000019][PostgresConnection] Successfully connected to: PT3 Beta DB1 [10473056]
2008/02/08 13:29:02.273: [00000019][PostgresConnection] Connecting to database: PT3 Beta DB1
2008/02/08 13:29:02.279: [00000019][PostgresConnection] Successfully connected to: PT3 Beta DB1 [10474048]
2008/02/08 13:29:02.281: [00000019][PostgresConnection] Connecting to database: PT3 Beta DB1
2008/02/08 13:29:02.285: [00000019][PostgresConnection] Successfully connected to: PT3 Beta DB1 [15646264]
2008/02/08 13:29:04.526: [00000020][Query] Executing SQL: SELECT id_player, id_site, player_name FROM player WHERE id_player > 0 AND id_player_alias = 0 AND id_player in ( SELECT DISTINCT htss.id_player FROM holdem_hand_player_statistics hhps, holdem_table_session_summary htss WHERE 1=1 AND (htss.id_session = hhps.id_session AND htss.id_player = hhps.id_player) AND ( htss.date_start >= '2008/01/01 06:00:00' OR htss.date_end >= '2008/01/01 06:00') AND ( hhps.date_played >= '2008/01/01 06:00:00') ) ORDER BY player_name_search asc
2008/02/08 13:29:05.119: [00000020][Query] Query execution time: 584.71046328 ms : SELECT id_player, id_site, player_name FROM player WHERE id_player > 0 AND id_player_alias = 0 AND id_player in ( SELECT DISTINCT htss.id_player FROM holdem_hand_player_statistics hhps, holdem_table_session_summary htss WHERE 1=1 AND (htss.id_session = hhps.id_session AND htss.id_player = hhps.id_player) AND ( htss.date_start >= '2008/01/01 06:00:00' OR htss.date_end >= '2008/01/01 06:00') AND ( hhps.date_played >= '2008/01/01 06:00:00') ) ORDER BY player_name_search asc
2008/02/08 13:29:05.907: [00000021][QueryReportCtrl] Query load time: 704 ms[/codelbk]
If you don't want to help since I'm on an unsupported platform, I understand, but I thought I would try.
