Two Plus Two Newer Archives

Two Plus Two Newer Archives (http://archives1.twoplustwo.com/index.php)
-   Software (http://archives1.twoplustwo.com/forumdisplay.php?f=47)
-   -   New Software: Holdem Manager (http://archives1.twoplustwo.com/showthread.php?t=435845)

bxb 07-18-2007 08:16 AM

Re: New Software: Holdem Manager
 
[ QUOTE ]
I can import hands from the import tab.

But everytime I click elsewhere, like getting a report and entering my player name, it gives me the error,

"Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. ERROR: 42PO1: relation "players" does not exist"

I get a similar error 42PO1 whenever I try anything else with a different relation does not existing.

Does anybody here know how to fix this?

[/ QUOTE ]

I have the same problem. I'm running XP if that matters.

stigmata 07-18-2007 08:42 AM

Re: New Software: Holdem Manager
 
[ QUOTE ]
are you folks running vista?

[/ QUOTE ]

not me, XP

jack frost 07-18-2007 08:44 AM

Re: New Software: Holdem Manager
 
smae problems 0 hh's and I have xp also

Emwi 07-18-2007 08:49 AM

Re: New Software: Holdem Manager
 
Im on win2K.
And i got the pokerstars hhs to work now as i said.

What hhs are you guys importing?

Emwi 07-18-2007 08:59 AM

Re: New Software: Holdem Manager
 
Ok.

Dunno what happened last time when i deleted my database and nothing worked.

I tried it again now after reinstalling.And there was no problem at all.

matt42s 07-18-2007 09:07 AM

Re: New Software: Holdem Manager
 
[ QUOTE ]
I would like it very much if you could make it possible to export hands in XML. I have long avaited your software hoping for that feature.

[/ QUOTE ]
the hands are stored in XML, you can easily pull them out with an sql query (and if you have a real need for xml, you should know how to do that)
Anyway, this is an example of an xml history.

<?xml version="1.0" encoding="utf-16"?><HandDetails SiteName="Party" GameNumber="6153235916" PokerGameType="x3f38e5caa5b2b829" BigBlindAmount="5" SmallBlindAmount="2" Ante="0" HandDate="Jul 15,2007 09:21:37" TableName="Jackpot #1304213 (6 max)" RealMoney="True" IsTourney="False" TourneyBuyin="0" TourneyEntryFee="0" TourneyNumber="" ButtonSeat="1">
<DetailLines>
<DetailLine PlayerName="diman81" Action="Seat" SeatNumber="1" StackSize="654.03"/>
<DetailLine PlayerName="INGEBLANK" Action="Seat" SeatNumber="2" StackSize="293.5"/>
<DetailLine PlayerName="AMHIL" Action="Seat" SeatNumber="3" StackSize="274.25"/>
<DetailLine PlayerName="vince577" Action="Seat" SeatNumber="4" StackSize="157.24"/>
<DetailLine PlayerName="zaika_6" Action="Seat" SeatNumber="5" StackSize="73"/>
<DetailLine PlayerName="Kittiewake" Action="Seat" SeatNumber="6" StackSize="308"/>
<DetailLine PlayerName="INGEBLANK" Action="PostedSB" Amount="2"/>
<DetailLine PlayerName="AMHIL" Action="PostedBB" Amount="5"/>
<DetailLine Action="DealingDownCards" />
<DetailLine PlayerName="vince577" Action="Folds" />
<DetailLine PlayerName="zaika_6" Action="Calls" Amount="5"/>
<DetailLine PlayerName="Kittiewake" Action="Raises" Amount="10"/>
<DetailLine PlayerName="diman81" Action="Folds" />
<DetailLine PlayerName="INGEBLANK" Action="Folds" />
<DetailLine PlayerName="AMHIL" Action="Folds" />
<DetailLine PlayerName="zaika_6" Action="Calls" Amount="5"/>
<DetailLine Action="DealingFlop" Cards="5sKd9h" />
<DetailLine PlayerName="zaika_6" Action="Checks"/>
<DetailLine PlayerName="Kittiewake" Action="Bets" Amount="5"/>
<DetailLine PlayerName="zaika_6" Action="Calls" Amount="5"/>
<DetailLine Action="DealingTurn" Cards="Kc" />
<DetailLine PlayerName="zaika_6" Action="Checks"/>
<DetailLine PlayerName="Kittiewake" Action="Bets" Amount="10"/>
<DetailLine PlayerName="zaika_6" Action="Calls" Amount="10"/>
<DetailLine Action="DealingRiver" Cards="Td" />
<DetailLine PlayerName="zaika_6" Action="Checks"/>
<DetailLine PlayerName="Kittiewake" Action="Bets" Amount="10"/>
<DetailLine PlayerName="zaika_6" Action="Calls" Amount="10"/>
<DetailLine PlayerName="Kittiewake" Action="Shows" Cards="QdJh"/>
<DetailLine PlayerName="zaika_6" Action="Mucks" Cards="Kh2c"/>
<DetailLine PlayerName="Kittiewake" Action="Wins" Amount="73.5"/>
</DetailLines></HandDetails>

tpa 07-18-2007 09:48 AM

Re: New Software: Holdem Manager
 
rvg,

I just wanted to suggest to mention in the PostgreSQL Setup Guide, that Anti Virus Software should be turned off during install. Didn't work for me until I found that hint in this thread [img]/images/graemlins/smile.gif[/img]

P.S. Go iPoker!

rvg72 07-18-2007 10:28 AM

Re: New Software: Holdem Manager
 
[ QUOTE ]
Am I correct to assume that the overlapping screenname problem has not yet been fixed, since it wasn't mentioned in the revisions? I'm doing another import tonight just to test again, but I think it'd be nice to have this fixed so it won't be necessary to do another import.

[/ QUOTE ]

I really wanted to get this 0 import thing fixed and it ended up taking a lot of time but now that it is fixed (hopefully) I can start fixing all of these other problems that will be much quicker to knock off.

[ QUOTE ]
I would like it very much if you could make it possible to export hands in XML. I have long avaited your software hoping for that feature.

[/ QUOTE ]

In the handhistories tables you will see that one of the columns is the xml representatin of the hand (and one is the original hand history). If you know how to use pgadmin you could export them through that right now or you could just wait a bit for the automated way.

[ QUOTE ]
When you sort the hole cards column can you make it where it list the cards in by heads up, preflop ev

[/ QUOTE ]

yup - proper hole card sorting is on the todo list

[ QUOTE ]
Under the hands tab. Is there any way to move the date column and have it stay where you moved it, or delete it all together?

[/ QUOTE ]

You will be able to choose exactly which columns you want in the hands tab soon and where they appear.

[ QUOTE ]
I am 3 OTB (off the button), I raise.
Someone 3-bets from 2 OTB.
We both went to showdown.

[/ QUOTE ]

This is possible without using SQL - you can do it through filters although I haven't enabled all of the filters yet so right now you can't get this specific although you could make a filter right now like:

Position = Middle Position
Preflop Action = Unopened
Did PFR = True
Facing Three Bet = True
Called Three Bet = True
In Position on Flop = False
Saw Showdown = True

That would be pretty close.

[ QUOTE ]
0 hands imported still for me with 0.12b. Wake up rvg!

[/ QUOTE ]

Uggghhh. Did you delete your database first from Options - Database Management - Delete Database before trying again?

[ QUOTE ]
also, couldnt get it to work when i deleted DB and changed settings to US, either.....

[/ QUOTE ]

ok... Looks like there was more than 1 problem with this 0 import thing. Fixed one now need to find the second one.

[ QUOTE ]
After i deleted my database from within holdem manager. Then this comes up every time i try to start. So now i cant start holdem manager any more.

[/ QUOTE ]

ok, let me know how the reinstall goes.

[ QUOTE ]
Dunno what happened last time when i deleted my database and nothing worked.

I tried it again now after reinstalling.And there was no problem at all.

[/ QUOTE ]

Thanks for letting me know.

[ QUOTE ]
But everytime I click elsewhere, like getting a report and entering my player name, it gives me the error,

"Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately. ERROR: 42PO1: relation "players" does not exist"

[/ QUOTE ]

Does this only happen while you are importing?

[ QUOTE ]
the hands are stored in XML, you can easily pull them out with an sql query (and if you have a real need for xml, you should know how to do that)
Anyway, this is an example of an xml history.

<xml snippet>

[/ QUOTE ]

Just note that the xml format will change slightly at some point during the beta with some minor tweaks and some additions like currency, table size etc.

[ QUOTE ]
I just wanted to suggest to mention in the PostgreSQL Setup Guide, that Anti Virus Software should be turned off during install. Didn't work for me until I found that hint in this thread

[/ QUOTE ]

Thanks - will make sure I add that.

rvg

stigmata 07-18-2007 10:33 AM

Re: New Software: Holdem Manager
 
[ QUOTE ]


What hhs are you guys importing?

[/ QUOTE ]

exports from PT, all various types.

rvg72 07-18-2007 10:35 AM

Re: New Software: Holdem Manager
 
[ QUOTE ]
[ QUOTE ]


What hhs are you guys importing?

[/ QUOTE ]

exports from PT, all various types.

[/ QUOTE ]

For the people that still have this problem, is it all PT exports or do any of you have the problem with original hand histories? I assume it is both but if it isn;t it would save me some time trying to narrow this down.

rvg


All times are GMT -4. The time now is 05:55 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.