Application: HoldemLuck/TourneyLuck v0.20 (Updated:2/28/10)

General discussion of PokerTracker 3.

Moderator: Moderators

Re: New Application: HoldemLuck/TourneyLuck v0.12 (Updated: 1/8)

Postby alonalbert » Fri Jan 09, 2009 1:54 pm

Megachuck wrote:We can see the difference line only but we can't see the expected line only.

Yeah, I just figured that wasn't very useful. The reason seeing the difference line alone is important is because usually, the amplitude of that line would be much smaller than the expected/actual lines so it might be useful to see at alone with it's full range of values. By the same argument, the actual & expected lines are usually roughly the same amplitude and occupy the entire range of the graph anyway.

That said, if you can convince me of a use case for more control over the lines, I'll add it.
alonalbert
 
Posts: 393
Joined: Mon Mar 31, 2008 3:32 pm

Re: New Application: HoldemLuck/TourneyLuck v0.12 (Updated: 1/8)

Postby Tapeworm1 » Fri Jan 09, 2009 4:46 pm

Wow im an idiot. Thanks a lot.
Tapeworm1
 
Posts: 21
Joined: Fri Nov 28, 2008 4:51 am

Re: New Application: HoldemLuck/TourneyLuck v0.12 (Updated: 1/8)

Postby Tapeworm1 » Fri Jan 09, 2009 5:14 pm

Since i am a complete moron in handling files - and most certainly in many other matters aswell - can some freindly soul tell my how i display my grapg in this forum?

Thanks in advance.
Tapeworm1
 
Posts: 21
Joined: Fri Nov 28, 2008 4:51 am

Re: New Application: HoldemLuck/TourneyLuck v0.12 (Updated: 1/8)

Postby jimh81 » Fri Jan 09, 2009 6:23 pm

When I try to start it it says I have to put in a username and password where can I find these
jimh81
 
Posts: 11
Joined: Fri Jan 09, 2009 5:44 pm

HoldemLuck/TourneyLuck v0.12 (Updated: 1/8) Bug Report

Postby denile » Fri Jan 09, 2009 7:01 pm

Trying to filter hands between two dates i get a fatal error.
This is the log:
-----------------------------------------------------------------------------------------------------------------------------
Exception: Npgsql.NpgsqlException:

invalid input syntax for type timestamp: "2008/12/23 23.00.00"
Severity: ERROR
Code: 22007
in Npgsql.NpgsqlState.<ProcessBackendResponses_Ver_3>d__a.MoveNext()
in Npgsql.ForwardsOnlyDataReader.GetNextResponseObject()
in Npgsql.ForwardsOnlyDataReader.GetNextRowDescription()
in Npgsql.ForwardsOnlyDataReader.NextResult()
in Npgsql.ForwardsOnlyDataReader..ctor(IEnumerable`1 dataEnumeration, CommandBehavior behavior, NpgsqlCommand command, NotificationThreadBlock threadBlock, Boolean synchOnReadError)
in Npgsql.NpgsqlCommand.GetReader(CommandBehavior cb)
in Npgsql.NpgsqlCommand.ExecuteScalar()
in Common.PGDataManager.ExecuteScalar(String format, Object[] args) in C:\Projects\Common\PGDataManager.cs:riga 55
in TourneyLuck.MainForm.PlotHands() in C:\Projects\SngLuck\MainForm.cs:riga 226
in TourneyLuck.MainForm.toolStripMenuItemBigBlinds_CheckedChanged(Object sender, EventArgs e) in C:\Projects\SngLuck\MainForm.cs:riga 539
in System.Windows.Forms.ToolStripMenuItem.OnCheckedChanged(EventArgs e)
in System.Windows.Forms.ToolStripMenuItem.set_CheckState(CheckState value)
in System.Windows.Forms.ToolStripMenuItem.set_Checked(Boolean value)
in TourneyLuck.MainForm..ctor(PGDataManager dm) in C:\Projects\SngLuck\MainForm.cs:riga 44
in TourneyLuck.Program.Main() in C:\Projects\SngLuck\Program.cs:riga 48
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

The major problem is that since the error occured, I could not restart the program anymore (I always get the error because the program tries to apply this wrong filter at start up).
Thank you

Francesco
denile
 
Posts: 14
Joined: Sat Jul 12, 2008 8:24 am

Re: HoldemLuck/TourneyLuck v0.12 (Updated: 1/8) Bug Report

Postby alonalbert » Fri Jan 09, 2009 7:13 pm

denile wrote:invalid input syntax for type timestamp: "2008/12/23 23.00.00"

Are you running the latest version? The problem is that the date is formated with a '.' rather than a ':' but in the current build, I explicitly format it with a ':' so this shouldn't be happening.
alonalbert
 
Posts: 393
Joined: Mon Mar 31, 2008 3:32 pm

Re: New Application: HoldemLuck/TourneyLuck v0.12 (Updated: 1/8)

Postby Delphi » Sat Jan 10, 2009 6:25 am

Hi I get the same error message as posted before:
Failed to connect to database server: FATAL:3D000: database "PT3_Full_Tilt" does not exist

I typed in the settings manually, fwiw.
Delphi
 
Posts: 25
Joined: Fri May 16, 2008 8:14 am

Re: HoldemLuck/TourneyLuck v0.12 (Updated: 1/8) Bug Report

Postby denile » Sat Jan 10, 2009 3:23 pm

alonalbert wrote:
Are you running the latest version? The problem is that the date is formated with a '.' rather than a ':' but in the current build, I explicitly format it with a ':' so this shouldn't be happening.


Yes the first time i got the error with version 0.11, but also with the latest version 0.12 anything changed.
I'm using windows vista as operating system (italian version), with the administrator account.
Is it possible to restore the program without the time filter?

Thank you again

Francesco
denile
 
Posts: 14
Joined: Sat Jul 12, 2008 8:24 am

Re: New Application: HoldemLuck/TourneyLuck v0.12 (Updated: 1/8)

Postby alonalbert » Sat Jan 10, 2009 5:03 pm

Delphi wrote:Hi I get the same error message as posted before:
Failed to connect to database server: FATAL:3D000: database "PT3_Full_Tilt" does not exist

I typed in the settings manually, fwiw.

Make sure this is the exact name. I believe it's case sensitive. Other than that, I really don't know.
alonalbert
 
Posts: 393
Joined: Mon Mar 31, 2008 3:32 pm

Re: HoldemLuck/TourneyLuck v0.12 (Updated: 1/8) Bug Report

Postby alonalbert » Sat Jan 10, 2009 5:05 pm

denile wrote:
alonalbert wrote:
Are you running the latest version? The problem is that the date is formated with a '.' rather than a ':' but in the current build, I explicitly format it with a ':' so this shouldn't be happening.


Yes the first time i got the error with version 0.11, but also with the latest version 0.12 anything changed.
I'm using windows vista as operating system (italian version), with the administrator account.
Is it possible to restore the program without the time filter?

Thank you again

Francesco


Still not sure why you're getting the error but try deleting this directory:
C:\Documents and Settings\<your user name>\Local Settings\Application Data\TourneyLuck
alonalbert
 
Posts: 393
Joined: Mon Mar 31, 2008 3:32 pm

PreviousNext

Return to General [Read Only]

Who is online

Users browsing this forum: No registered users and 21 guests

cron