mellowgold
71 posts
Joined 10/2008
Hi Monsternut,
Sorry about the delay in response to your question. I was off riding around Scotland for 5 days
I haven't seen that error before but it looks like it may be an issue with a different version of PostgreSQL...Can you tell me what version of Postgres you are using? (You can find out by opening the pgAdmin III program and clicking on your database server...it will say something like PostgresSQL 8.x . I need to know what the 8.x number is).
Are you on Windows XP, Vista or 7?
Does the error occur when you click on the "Connect" button or after selecting a database and then clicking "OK"?
Posted over 2 years ago
Reply to Topic
Reply w/Quote
Monsternut
63 posts
Joined 07/2008
mellowgold
71 posts
Joined 10/2008
Hmmm 8.2.6 is an older version of postgresSQL and I haven't tested using that. It may be the problem but I won't know until I can set up an 8.2.6 install to check.
It's unlikely that your password is the issue since there is a different error specific to password issues.
Can you look for a file that is called settings.json and it will be located at C:\Users\Monsternut\AppData\Local\Slice\settings.json (replace Monsternut with your windows user name!) Open that file with notepad and it should look something like:
{
"autoconnect": false,
"database": "holdemmanager",
"game": "holdem",
"host": "127.0.0.1",
"user": "postgres",
"iterations": 600000,
"password": "postgrespass",
"port": 5432
}
If autoconnect is set to true, then change it to false, save the file and then restart Slice and try to connect again.
I hope we can get this sorted out for you. And your English is quite good 
Posted over 2 years ago
Reply to Topic
Reply w/Quote
rrumsey
5422 posts
Joined 06/2010
Monsternut
63 posts
Joined 07/2008
Thank you for your nice support. I copy paste the file you mentioned:
{
"autoconnect": false,
"database": null,
"game": "holdem",
"host": "127.0.0.1",
"user": "postgres",
"iterations": 100000,
"password": "postgrespass",
"port": 5432
}
Should I try to edit it with notepad on my own and set "database" to:"holdemmanager", and "iterations" to 600000?
Well I think I will try it 
Btw the word "null" is the number "zero" in german. Maybe I should update PostgresSQL if the edit doesnt work?
edit: I edited the file. But nothing has changed. If I open slice the same error mesage appears when I click the "connect" button. And there are no databases in the box.
Posted over 2 years ago
Reply to Topic
Reply w/Quote
mellowgold
71 posts
Joined 10/2008
The iterations value isn't related to the settings file, so no need to adjust that. The rest of the file looks fine so it may be that the code I am using to connect with the database has some issues with Postgres 8.2.
I will see if I can install Postgres 8.2 on my computer and re create the issue you are having.
FWIW, Upgrading to 8.4 may resolve the issue and will likely give some performance gains over 8.2 for HEM as well. I don't know how easy it is to do that upgrade though, so you may want to wait for me to try 8.2.
And "null" is similar to "nothing" or "zero" in English too.
Posted over 2 years ago
Reply to Topic
Reply w/Quote
mellowgold
71 posts
Joined 10/2008
Ok I installed 8.2 and I can confirm that it is a problem specifically with Postgres 8.2. It works fine for both 8.3 and 8.4 versions I tried but I get the same error as you with 8.2. I will try to see if I can figure out what the problem with 8.2 is.
Posted over 2 years ago
Reply to Topic
Reply w/Quote
mellowgold
71 posts
Joined 10/2008
Monsternut
63 posts
Joined 07/2008
mellowgold
71 posts
Joined 10/2008
Great! Very glad to hear it is working for you now!
Yes, the full version can do calculations with up to 10 players. The trial version will still load 6 max hands but it can only calculate equity for 2 players at a time.
If you're interested in purchasing the full version a different way (Moneybookers, click2pay, paypal, different poker site etc) just pm me and we can probably sort something out.
Yes the variance simulator has been pretty popular, I hope to get back and work some more to improve ev++ soon! Thanks 
Posted over 2 years ago
Reply to Topic
Reply w/Quote
mellowgold
71 posts
Joined 10/2008
mellowgold
71 posts
Joined 10/2008
drunkjack
10 posts
Joined 07/2010
mellowgold
71 posts
Joined 10/2008
drunkjack
10 posts
Joined 07/2010