PDA

View Full Version : Hud not working



BiguelOne
07-11-2010, 08:06 AM
Hi, I play at Cara de Poker (iPoker) and everything is right (tracking hands and showing graphs correctly) but the hud. It doesn't come up, even trying to launch it manually. I attach a screenshot of some kind of error probably related to the problem that is showed when HM is executed.

Thanks in advance.

Borja.

http://img824.imageshack.us/img824/3356/hudproblem.jpg

netsrak
07-11-2010, 10:41 AM
This means that your database is damaged.
Please try a reindex via pgadminIII->Maintenance.
If that doesn't help you need to create a new database and reimport all your hands.

BiguelOne
07-13-2010, 08:28 AM
This means that your database is damaged.
Please try a reindex via pgadminIII->Maintenance.

Sorry, but I don't find how to reindex the database. Could you give me more specific steps.
Thanks very much.

_Loki_
07-13-2010, 12:46 PM
Do the below, but in the bottom picture choose the REINDEX radio button instead of the VACUUM FULL ANALYSE options. It's easier to do than to explain

####
Manual Vacuum Solution:
Note: This process can take a long time if you have a large database so try to do this when you are not using your computer for a long period of time.



1. Go to Start > All Programs > PostgreSQL 8.x > PG Admin III or you can navigate to the .exe file by going to C:\Program Files\PostgreSQL\8.x\bin\ and click on the elephant icon called pgAdmin3.exe
2. This should bring up the following screen:


http://1.2.3.9/bmi/faq.holdemmanager.com/images/vacuum_02.jpg


3. Double click on “PostgreSQL Database Server 8.x” in the object browser window in the top left and it will prompt you for your password. This is your password that you used when setting up PostgreSQL. When you enter the correct password you should now see a screen like this:

http://1.2.3.10/bmi/faq.holdemmanager.com/images/vacuum_03.jpg

4. You then need to expand the database folder and choose the applicable database (HoldemManager by default). It may bring up a popup window about database encoding and if so click on “don’t show this tip again" and click OK.



5. Right click on the applicable database which will bring up a pop up and choose the “Maintenance” option as seen below:



http://1.2.3.11/bmi/faq.holdemmanager.com/images/vacuum_04.jpg



6. This will bring up the maintenance screen. Make sure Vacuum, Analyze and "Full" are selected. Click OK.

http://1.2.3.12/bmi/faq.holdemmanager.com/images/vacuum_05.jpg

###

_Loki_
07-13-2010, 12:51 PM
Do the below, but in the bottom picture choose the REINDEX radio button instead of the VACUUM FULL ANALYSE options. It's easier to do than to explain

####
Manual Vacuum Solution:
Note: This process can take a long time if you have a large database so try to do this when you are not using your computer for a long period of time.



1. Go to Start > All Programs > PostgreSQL 8.x > PG Admin III or you can navigate to the .exe file by going to C:\Program Files\PostgreSQL\8.x\bin\ and click on the elephant icon called pgAdmin3.exe
2. This should bring up the following screen:


http://1.2.3.9/bmi/faq.holdemmanager.com/images/vacuum_02.jpg


3. Double click on “PostgreSQL Database Server 8.x” in the object browser window in the top left and it will prompt you for your password. This is your password that you used when setting up PostgreSQL. When you enter the correct password you should now see a screen like this:

http://1.2.3.10/bmi/faq.holdemmanager.com/images/vacuum_03.jpg

4. You then need to expand the database folder and choose the applicable database (HoldemManager by default). It may bring up a popup window about database encoding and if so click on “don’t show this tip again" and click OK.



5. Right click on the applicable database which will bring up a pop up and choose the “Maintenance” option as seen below:



http://1.2.3.11/bmi/faq.holdemmanager.com/images/vacuum_04.jpg



6. Don't do this:
XXXThis will bring up the maintenance screen. Make sure Vacuum, Analyze and "Full" are selectedXXX

Do this instead:
choose the REINDEX radio button instead of the VACUUM FULL ANALYSE options. Click OK.

http://1.2.3.12/bmi/faq.holdemmanager.com/images/vacuum_05.jpg

###