SharpStats Personal Tracker
[ New messages · Members · Forum rules · Search · RSS ]
  • Page 1 of 1
  • 1
Forum moderator: redlotus  
Forum » SharpStats » Bugs » Error: cannot import from hand histories (Cake network)
Error: cannot import from hand histories (Cake network)
yonex68Date: Saturday, 2009-09-12, 9:40 AM | Message # 1
Private
Group: Users
Messages: 2
Status: Offline
Hello!

First, thanx for your work! Unfortunately i can't import hands in the tournament results section =( =( =( i installed postgreSQL (8.4), initialized database and tournament database and created an import folder. Everything works until this point, but what is strange is when i import all my hands (i set to 0 for full import), nothing is displayed in "Import progress", there is immediately "Import Complete" in "Current file"... And when i click on "Import From Hand Histories" in the Tournament results section, a error occurrs :

Unhandled exception has occured 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.
Could not load file or assembly 'Npgsl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040).

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileLoadException: Could not load file or assembly 'Npgsql, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
File name: 'Npgsql, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7'
at SharpStats_Multi.fclsMain.btnTRImport_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

etc. etc.

So i guess nothing is imported... ?

Thank you for your help!

 
redlotusDate: Saturday, 2009-09-12, 1:06 PM | Message # 2
Can't settle on a title
Group: Administrators
Messages: 68
Status: Offline
Thank you for posting this. Looks like there was a reference bug introduced with the upgrade to Npgsql 2.06. I will get a fix released ASAP.

Thanks again,
-red

 
redlotusDate: Monday, 2009-09-14, 12:04 PM | Message # 3
Can't settle on a title
Group: Administrators
Messages: 68
Status: Offline
A new revision that corrects the Npgsql issue has now replaced the old 1.0d. Look for it in the Downloads section.

Thanks,
-red

 
yonex68Date: Monday, 2009-09-14, 12:29 PM | Message # 4
Private
Group: Users
Messages: 2
Status: Offline
Works perfectly thanks a lot for your amazing job !!!
 
redlotusDate: Monday, 2009-09-14, 12:59 PM | Message # 5
Can't settle on a title
Group: Administrators
Messages: 68
Status: Offline
Quote (yonex68)
Works perfectly thanks a lot for your amazing job !!!

I can't tell you how happy I am to hear that.

Thanks for reporting back so quickly.

-red

 
OnthegridDate: Thursday, 2010-05-27, 5:34 PM | Message # 6
Private
Group: Users
Messages: 1
Status: Offline
Hi,
first thanks for a fine piece of software.
I have Postgre 8.4 net runtime 3.5 and os is xp pro 32-bit on 64-bit cpu. Have some problems, i first installed v1.1b
and imported some hh from FT. Graphs showed and everything seemed to work expect I got an net 3.5 error which I unfortunately did not grab to save because program seemed to work.
I made several db:s and imported hand from redstar. Then I noticed that only handhistories from the first run were shown up. Then I deinstalled 1.1b and installed 1.1a (v. 1.1.2.4 installed) : It didn't helped and here is a error codes:

************** Exception Text **************
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt)
at SharpStats_Personal_Tracker.fclsMain.RefreshStats(DataGridView& dgvStats, Int32 iTourney) in E:\Programming\Projects\SharpStats Personal Tracker\SharpStats Personal Tracker\Form1.cs:line 1784
at SharpStats_Personal_Tracker.fclsMain.btnTRefresh_Click(Object sender, EventArgs e) in E:\Programming\Projects\SharpStats Personal Tracker\SharpStats Personal Tracker\Form1.cs:line 2450
at SharpStats_Personal_Tracker.fclsMain.tcMain_SelectedIndexChanged(Object sender, EventArgs e) in E:\Programming\Projects\SharpStats Personal Tracker\SharpStats Personal Tracker\Form1.cs:line 429
at System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.TabControl.WmSelChange()
at System.Windows.Forms.TabControl.set_SelectedIndex(Int32 value)
at SharpStats_Personal_Tracker.fclsMain.fclsMain_Load(Object sender, EventArgs e) in E:\Programming\Projects\SharpStats Personal Tracker\SharpStats Personal Tracker\Form1.cs:line 365
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
------

Must be something very simple because seems to be in string formatting so this is not necessarily a bug but something I have done wrong. Keep up the great work. I was planning to make a cake hand history converter myself but seems to me that you have saved me a lot of trouble biggrin

 
redlotusDate: Tuesday, 2010-06-01, 3:06 PM | Message # 7
Can't settle on a title
Group: Administrators
Messages: 68
Status: Offline
I highly doubt that it is anything you've done, but I'm having a hard time figuring out what the ultimate cause of the problem is. Could you please download the attached file and unzip it to your SharpStats folder? Make sure that you overwrite any existing file.

Thanks,
-red

Attachments: SSPT.zip (156.5 Kb)
 
Forum » SharpStats » Bugs » Error: cannot import from hand histories (Cake network)
  • Page 1 of 1
  • 1
Search:

2024