PDA

View Full Version : error when trying to se report,graph nd other stuff



SHIPITDUCY
09-29-2008, 06:14 PM
hello!

when i go in to the menu "cashgame" and then push some of the menués there i´ll get this error message:

http://proxy1.pixbox.se/arkivet/synligt_27/23850000-23859999/640x480/23853774.jpg

i really appreciate the help i think i will get and the help i had when i had problems before and i also have to thank for a great program.

have a nice day

morny
09-30-2008, 01:42 PM
Can you update and tell me if it continues to happen please: http://www.holdemmanager.com/downloads/HmUpdate1.06.03h.exe

SHIPITDUCY
10-01-2008, 10:11 AM
it has continued to happen ;/ same error.

Rvg72
10-01-2008, 11:27 PM
Hi, unfortunately it looks like the database in postgres has become corrupt. The 2 most common causes of this problems are 1) powering off your computer or having your computer lose power while the database is doing something and 2) an old drive with bad sectors on it. Basically what happens is a small portion of a file gets slightly corrupt and then when you reboot and windows goes into that checkdsk procedure it finds the bad section and, thinking it is doing a good thing, removes it. Postgres then loads the table and a portion of it is gone so it doesn’t like that and blocks access to the entire table. Normally when this happens it is on a completely useless file that you'll never even notice is now gone and quite often it will happen to an index in the DB which can easily be rebuilt but in your case it happened to a critical HM table

So, to protect against this

1) keep you hands histories in case you do need to reimport
2) use a power bar and avoid hard shutdowns (when you flick the power switch on the pc)
3) if your drive is old consider replacing it with a new one. They are cheap and much faster now than even a few years ago.

You can try doing a full vacuum with pgadmin but I don't think this will correct this particular problem and pgadmin will give you the same error. I would suggest you start a new database and reimport your hands back into it

Roy