[SOLVED] Almost have Pokertracker 3 working on Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
joshbradford
Newbie
Newbie
Posts: 3
Joined: Mon Sep 03, 2012 3:25 pm

[SOLVED] Almost have Pokertracker 3 working on Wine

Post by joshbradford »

Hey guys,

I was able to get postgresql installed correctly and have the pokertracker 3 program connect to postgresql and create a database. I was hung up on these steps for a while but after setting up a superuser and running this command:
psql -h localhost --user your_psql_username
I was able toget to the next step which is where I am having problems.


There is a setup wizard that comes up next and there is a dialog box where I click a button to add a directory for where pokertracker imports. For some reason when I click the button add directory the dialog box that is supposed to pop up does not.
On the debugging window every time I click the button that doesn't work the following text appears:
fixme:shell:BrsFolder_OnCreate flags BIF_NEWDIALOGSTYLE partially implemented
fixme:shell:BrsFolder_OnCreate flags 10 not implemented

I posted about this on the pokertracker website too
https://www.pokertracker.com/forums/vie ... 16&t=43419
along with the full text of the debug log

So far one guy there has proposes that:
"... It sounds like they haven't implemented the newer dialog stylings which exist in Vista and Win 7"

I updated my version of wine. I was using 1.4 so I tried using 1.5.12 and still got the same result and error message.

Thanks,
Josh
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Re: Almost have Pokertracker 3 working on Wine

Post by DanKegel »

Can you attach a screenshot of that dialog?
Is it one of the ones at http://www.pokertracker.com/guides/PT3/ ... tion-guide ?
joshbradford
Newbie
Newbie
Posts: 3
Joined: Mon Sep 03, 2012 3:25 pm

Re: Almost have Pokertracker 3 working on Wine

Post by joshbradford »

Sure here's the screen shot :)
Attachments
This is the add directory button that doesnt work.png
joshbradford
Newbie
Newbie
Posts: 3
Joined: Mon Sep 03, 2012 3:25 pm

Re: Almost have Pokertracker 3 working on Wine

Post by joshbradford »

I fixed it. With the advice of a super cool cat called helmuth, I reinstalled pokerstars in the same virtual drive as the pokertracker program. This allowed the auto-detect to work and I could go on to using the program :)

Cheers!
Locked