PT4 and Parallels/VM Ware Fusion

Questions and discussion about PokerTracker 4 for Windows

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

PT4 and Parallels/VM Ware Fusion

Postby Benedikt089 » Mon Feb 10, 2014 2:33 am

Hello,

I want to use Tablescan Turbo via Parallels or VM Ware Fusion, but when I start Tablescan Turbo via Parallels it cannot detect my postgre database. I have PT4 installed on my mac.
Is there a solution for this problem?

Regards,

Ben
Benedikt089
 
Posts: 4
Joined: Sun Feb 03, 2013 6:06 pm

Re: PT4 and Parallels/VM Ware Fusion

Postby WhiteRider » Mon Feb 10, 2014 4:27 am

We can't offer support for any other applications - you'll need to contact Tablescan Turbo support if you have problems with that.
However, this guide explains how to set things up to connect to PostgreSQL on your Mac host from a Windows virtual machine.
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: PT4 and Parallels/VM Ware Fusion

Postby keep_it_riel » Fri May 09, 2014 3:55 am

I'm trying to connect PT4 in Parallels (Windows 8.1) to my database in OS X. I followed all the steps as explained in the guide but I'm still unable to connect to the PostgreSQL server.
So I added the lines in both text-files; now I'm stuck (in Windows) add the "Configure PostgreSQL-server"-window.
Server: 192.168.1.101 (my ip)
The other settings I didn't change as I also didn't change them when I installed PostgreSQL in Mac OS x
port: 5432
database user: postgres
password: dbpass

Is there anything else I can do to make this work?
keep_it_riel
 
Posts: 27
Joined: Sat Dec 21, 2013 2:41 am
Location: Cambodia

Re: PT4 and Parallels/VM Ware Fusion

Postby kraada » Fri May 09, 2014 8:17 am

You might need to use a VM specific IP address -- can you run the command:
ipconfig

at a Terminal in OSX and paste the output here for me?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: PT4 and Parallels/VM Ware Fusion

Postby keep_it_riel » Fri May 09, 2014 9:06 am

kraada wrote:You might need to use a VM specific IP address -- can you run the command:
ipconfig


This is the result:

lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
nd6 options=1<PERFORMNUD>
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
ether 20:c9:d0:84:75:2b
inet6 fe80::22c9:d0ff:fe84:752b%en0 prefixlen 64 scopeid 0x4
inet 192.168.1.101 netmask 0xffffff00 broadcast 192.168.1.255
nd6 options=1<PERFORMNUD>
media: autoselect
status: active
en3: flags=8822<BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500
options=60<TSO4,TSO6>
ether 32:00:18:a5:5b:a0
media: autoselect <full-duplex>
status: inactive
en4: flags=8822<BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500
options=60<TSO4,TSO6>
ether 32:00:18:a5:5b:a1
media: autoselect <full-duplex>
status: inactive
p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304
ether 02:c9:d0:84:75:2b
media: autoselect
status: inactive
utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1380
inet6 fe80::a81c:4255:b3fc:82f1%utun0 prefixlen 64 scopeid 0x8
inet6 fd9a:2713:e07d:dc9b:a81c:4255:b3fc:82f1 prefixlen 64
nd6 options=1<PERFORMNUD>
vnic0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=3<RXCSUM,TXCSUM>
ether 00:1c:42:00:00:08
inet 10.211.55.2 netmask 0xffffff00 broadcast 10.211.55.255
media: autoselect
status: active
vnic1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
options=3<RXCSUM,TXCSUM>
ether 00:1c:42:00:00:09
inet 10.37.129.2 netmask 0xffffff00 broadcast 10.37.129.255
media: autoselect
status: active

Hopefully you can make something of this :)
keep_it_riel
 
Posts: 27
Joined: Sat Dec 21, 2013 2:41 am
Location: Cambodia

Re: PT4 and Parallels/VM Ware Fusion

Postby kraada » Fri May 09, 2014 11:19 am

Try using this IP in the VM: 10.211.55.2
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: PT4 and Parallels/VM Ware Fusion

Postby keep_it_riel » Fri May 09, 2014 6:53 pm

So should I also use this ip in the pg_hba.conf file then?
keep_it_riel
 
Posts: 27
Joined: Sat Dec 21, 2013 2:41 am
Location: Cambodia

Re: PT4 and Parallels/VM Ware Fusion

Postby keep_it_riel » Fri May 09, 2014 7:31 pm

kraada wrote:Try using this IP in the VM: 10.211.55.2


I tried this with changing the ip in the bottom line of the pg_hba.conf file to 10.211.55.2 and also with leaving it as it was (host all all 192.168.1.0/24 md5). In both cases I'm unable to connect to the server when I launch PT4 in Windows.

Is there anything else I can try?

Thanks!
keep_it_riel
 
Posts: 27
Joined: Sat Dec 21, 2013 2:41 am
Location: Cambodia

Re: PT4 and Parallels/VM Ware Fusion

Postby WhiteRider » Sat May 10, 2014 4:57 am

I think kraada was suggesting that you use that IP address in PT4 in the virtual machine, rather than in the host config files.
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: PT4 and Parallels/VM Ware Fusion

Postby keep_it_riel » Sat May 10, 2014 7:32 am

WhiteRider wrote:I think kraada was suggesting that you use that IP address in PT4 in the virtual machine, rather than in the host config files.


That is not working for me :(
It would be super-awesome if I could use the same db in os x and in Windows VM but it looks like this is not going to work.
I guess my only other option is to install postgresql in Windows, make a new database and after sessions manually import my "processed hands" from Windows PT into Mac PT...
That's a lot of trouble to be able to play Zoom on a MacBook.
Does anyone know any other solution maybe?
keep_it_riel
 
Posts: 27
Joined: Sat Dec 21, 2013 2:41 am
Location: Cambodia

Next

Return to PokerTracker 4

Who is online

Users browsing this forum: No registered users and 80 guests

cron