You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something I copied down a while back and I don't know if I fixed it or looked into it or not. Has to do with the FFACETools dist though. Possibly fixed in updates not pulled into this project.
************** Exception Text **************
System.OverflowException: Value was either too large or too small for a UInt32.
at System.Decimal.ToUInt32(Decimal d)
at System.Decimal.ToByte(Decimal value)
at FFACETools.FFACE.TimerTools.GetVanaTime()
at Fishing.FishingForm.timer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
The text was updated successfully, but these errors were encountered:
Original report by FinalDoom (Bitbucket: FinalDoom, GitHub: FinalDoom).
Something I copied down a while back and I don't know if I fixed it or looked into it or not. Has to do with the FFACETools dist though. Possibly fixed in updates not pulled into this project.
************** Exception Text **************
System.OverflowException: Value was either too large or too small for a UInt32.
at System.Decimal.ToUInt32(Decimal d)
at System.Decimal.ToByte(Decimal value)
at FFACETools.FFACE.TimerTools.GetVanaTime()
at Fishing.FishingForm.timer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
The text was updated successfully, but these errors were encountered: