Author Topic: Unhandled Errors  (Read 2188 times)

Offline jatna

  • Newbie
  • *
  • Posts: 2
Unhandled Errors
« on: January 27, 2010, 01:45:26 pm »
I have been playing off and on all morning without a hitch. I updated to the latest beta 3.0.2.0  Now my save game gets an unhandled error.


Offline Kordy

  • Jr. Member Mark III
  • **
  • Posts: 91
Re: Unhandled Errors
« Reply #1 on: January 27, 2010, 01:51:33 pm »
Same here, just updated my steam version to 3.0.2.0. Dump below:

Code: [Select]
27.01.2010 20:18:43 (3.0.2.0)
-----------------------------------Application_ThreadException-----------------------------------System.NullReferenceException: Nesne ba?vurusu bir nesnenin örne?ine ayarlanmad?.
   konum: AIWar.ForegroundObject.DoShotHit() C:\vcprojs\AIWar\Framework\ForegroundObject.cs içinde: sat?r 10941
   konum: AIWar.GameForm.RunNextCycle(Boolean DoRendering, Boolean DoScrollingAndInput) C:\vcprojs\AIWar\GameFormParts\GameLoop.cs içinde: sat?r 1440
   konum: AIWar.GameForm.gameLoop() C:\vcprojs\AIWar\GameFormParts\GameLoop.cs içinde: sat?r 247
   konum: AIWar.GameForm.GameForm_Load(Object sender, EventArgs e) C:\vcprojs\AIWar\GameFormParts\Startup.cs içinde: sat?r 275
   konum: System.Windows.Forms.Form.OnLoad(EventArgs e)
   konum: System.Windows.Forms.Form.OnCreateControl()
   konum: System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   konum: System.Windows.Forms.Control.CreateControl()
   konum: System.Windows.Forms.Control.WmShowWindow(Message& m)
   konum: System.Windows.Forms.Control.WndProc(Message& m)
   konum: System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   konum: System.Windows.Forms.ContainerControl.WndProc(Message& m)
   konum: System.Windows.Forms.Form.WmShowWindow(Message& m)
   konum: System.Windows.Forms.Form.WndProc(Message& m)
   konum: System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   konum: System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   konum: System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
27.01.2010 20:48:54 (3.0.2.0)
-----------------------------------Application_ThreadException-----------------------------------System.NullReferenceException: Nesne ba?vurusu bir nesnenin örne?ine ayarlanmad?.
   konum: AIWar.ForegroundObject.DoShotHit() C:\vcprojs\AIWar\Framework\ForegroundObject.cs içinde: sat?r 10941
   konum: AIWar.GameForm.RunNextCycle(Boolean DoRendering, Boolean DoScrollingAndInput) C:\vcprojs\AIWar\GameFormParts\GameLoop.cs içinde: sat?r 1440
   konum: AIWar.GameForm.gameLoop() C:\vcprojs\AIWar\GameFormParts\GameLoop.cs içinde: sat?r 247
   konum: AIWar.GameForm.GameForm_Load(Object sender, EventArgs e) C:\vcprojs\AIWar\GameFormParts\Startup.cs içinde: sat?r 275
   konum: System.Windows.Forms.Form.OnLoad(EventArgs e)
   konum: System.Windows.Forms.Form.OnCreateControl()
   konum: System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   konum: System.Windows.Forms.Control.CreateControl()
   konum: System.Windows.Forms.Control.WmShowWindow(Message& m)
   konum: System.Windows.Forms.Control.WndProc(Message& m)
   konum: System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   konum: System.Windows.Forms.ContainerControl.WndProc(Message& m)
   konum: System.Windows.Forms.Form.WmShowWindow(Message& m)
   konum: System.Windows.Forms.Form.WndProc(Message& m)
   konum: System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   konum: System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   konum: System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Offline Goekhan

  • Jr. Member Mark III
  • **
  • Posts: 89
Re: Unhandled Errors
« Reply #2 on: January 27, 2010, 01:52:40 pm »
Error is simultaneus / in other words, I was playing with my friend Kordy, and we got errors at the same time. Relaunched the game, same happened at the same time again.

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Unhandled Errors
« Reply #3 on: January 27, 2010, 02:07:32 pm »
Sorry about this, this was a bug in 3.021 that affects certain area-of-effect shots only.  So that's why we did not pick it up in our own testing.  A 3.021 version is now out that should fix this.
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline Kordy

  • Jr. Member Mark III
  • **
  • Posts: 91
Re: Unhandled Errors
« Reply #4 on: January 27, 2010, 02:14:43 pm »
Wow, I think I'll be spoiled by the fast responses; after playing a lot of MMORPG's it's definitely an incredible change :D

Thanks, x! :)

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: Unhandled Errors
« Reply #5 on: January 27, 2010, 02:20:36 pm »
My pleasure! :)
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

Offline jatna

  • Newbie
  • *
  • Posts: 2
Re: Unhandled Errors
« Reply #6 on: January 27, 2010, 03:01:24 pm »
Thanks!