PDA

View Full Version : Error after install 1.06.03h



dragonrib
10-15-2008, 08:38 PM
Hi, i´m having the same problem since i´ve installed the version 1.06.03h

every time i start holdem manager, the optimizing players starts and after 20 minutes i receive a error message as below :

http://img525.imageshack.us/img525/6885/hmerrorhb5.jpg (http://imageshack.us)

morny
10-16-2008, 01:51 PM
Please try this update and see if the problem persits http://www.holdemmanager.com/downloads/HmUpdate1.06.04beta.exe

dragonrib
10-21-2008, 06:29 AM
Please try this update and see if the problem persits http://www.holdemmanager.com/downloads/HmUpdate1.06.04beta.exe

the update didn´t fix the problem.

That´s the solution (from 2+2 topic) :

1) Open pgadmin from your start menu in windows under postgresql
2) Double click on the server name and enter your postgresql password (default is postgrespass)
3) Click on Databases and select the current database
4) Click on the Icon at the top that has the SQL and pencil
5) Type “DROP INDEX playerhandscashmisc_idx1” without the quotes and press F5 to run it. It should finish quickly
6) Type

CREATE INDEX "playerhandscashmisc_idx1"
ON playerhandscashmisc
USING btree
(playerhand_id);


And press F5 – this could take many minutes or more depending on the size of your db. After doing this launch Holdem Manager and try importing some new hands


Thanks.