View Issue Details

IDProjectCategoryLast Update
0008039Valley 1Crash/ExceptionMay 23, 2012 10:49 am
ReporterGauHelldragon Assigned ToChris_McElligottPark  
Status resolvedResolutionfixed 
Product Version1.027 
Fixed in Version1.029 
Summary0008039: Exception in version 1.028
DescriptionI tried playing in multiplayer, and immedately got spammed with :


5/22/2012 6:51:55 PM
: --------------------------------------------------------------------------
FixedUpdate: System.NullReferenceException: Object reference not set to an instance of an object
  at GameEntity.ProcessSimStep () [0x00000] in <filename unknown>:0
  at Chunk.ProcessSimStep () [0x00000] in <filename unknown>:0
  at Game.ProcessSimStep () [0x00000] in <filename unknown>:0
  at Game.RunNextCycle (Boolean DoRendering) [0x00000] in <filename unknown>:0
  at Game.RunFrame () [0x00000] in <filename unknown>:0
  at MainCameraLogic.MainUpdateLogic () [0x00000] in <filename unknown>:0
Stack Trace: at GameEntity.ProcessSimStep () [0x00000] in <filename unknown>:0
  at Chunk.ProcessSimStep () [0x00000] in <filename unknown>:0
  at Game.ProcessSimStep () [0x00000] in <filename unknown>:0
  at Game.RunNextCycle (Boolean DoRendering) [0x00000] in <filename unknown>:0
  at Game.RunFrame () [0x00000] in <filename unknown>:0
  at MainCameraLogic.MainUpdateLogic () [0x00000] in <filename unknown>:0


   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination)
   at ArcenDebugging.ArcenDebugLog(System.String Message)
   at Configuration.WriteToErrorFile(System.String ErrorFile, System.String ErrorName, System.String ErrorText)
   at MainCameraLogic.LogWritten(System.String LogString, System.String StackTrace, LogType Type, System.Exception Cause, Boolean CameFromUnity)
   at MainCameraLogic.LogWritten(System.String LogString, System.String StackTrace, LogType Type, System.Exception Cause)
   at MainCameraLogic.MainUpdateLogic()
   at MainCameraLogic.Update()
TagsNo tags attached.
Internal WeightNew

Activities

GauHelldragon

May 22, 2012 10:07 pm

reporter   ~0024649

The server host says that the error only occurs when I log in. He also recieves the error. My character is frozen and the game won't let me quit to main menu or operating system.

GauHelldragon

May 22, 2012 10:10 pm

reporter   ~0024650

I got this same error when I tried loading my single player game as well.

TracerFox

May 22, 2012 10:12 pm

reporter   ~0024651

I was the person hosting the server Gau tried to join. Here's the error I got instead:


5/22/2012 9:05:14 PM
: --------------------------------------------------------------------------
FixedUpdate: System.NullReferenceException: Object reference not set to an instance of an object
  at GameEntity.ProcessSimStep () [0x00000] in <filename unknown>:0
  at Chunk.ProcessSimStep () [0x00000] in <filename unknown>:0
  at Game.ProcessSimStep () [0x00000] in <filename unknown>:0
  at Game.RunNextCycle (Boolean DoRendering) [0x00000] in <filename unknown>:0
  at Game.RunFrame () [0x00000] in <filename unknown>:0
  at MainCameraLogic.MainUpdateLogic () [0x00000] in <filename unknown>:0
Stack Trace: at GameEntity.ProcessSimStep () [0x00000] in <filename unknown>:0
  at Chunk.ProcessSimStep () [0x00000] in <filename unknown>:0
  at Game.ProcessSimStep () [0x00000] in <filename unknown>:0
  at Game.RunNextCycle (Boolean DoRendering) [0x00000] in <filename unknown>:0
  at Game.RunFrame () [0x00000] in <filename unknown>:0
  at MainCameraLogic.MainUpdateLogic () [0x00000] in <filename unknown>:0


   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination)
   at ArcenDebugging.ArcenDebugLog(System.String Message)
   at Configuration.WriteToErrorFile(System.String ErrorFile, System.String ErrorName, System.String ErrorText)
   at MainCameraLogic.LogWritten(System.String LogString, System.String StackTrace, LogType Type, System.Exception Cause, Boolean CameFromUnity)
   at MainCameraLogic.LogWritten(System.String LogString, System.String StackTrace, LogType Type, System.Exception Cause)
   at MainCameraLogic.MainUpdateLogic()
   at MainCameraLogic.Update()

GauHelldragon

May 22, 2012 10:21 pm

reporter   ~0024652

I don't get the error when I tried loading a new singleplayer world though.

Chris_McElligottPark

May 22, 2012 10:44 pm

administrator   ~0024653

Can the server admin upload a copy of the world?

Chris_McElligottPark

May 22, 2012 10:47 pm

administrator   ~0024654

I think this may be fixed for 1.029, but I can't test without the world.

* Put in a fix that should prevent errors that could sometimes occur in multiplayer in the prior two versions.

GauHelldragon

May 22, 2012 11:04 pm

reporter   ~0024656

I have a zip of the single player world where I get the same error, my character cannot move and I cannot quit the game. The world, however, is on it's 6th continent now and the savefile is 8 megs, which is over the limit for Mantis. Is there some other place I can upload the save file to?

TracerFox

May 22, 2012 11:06 pm

reporter   ~0024658

I'll add a zip of the world file we were using.

Done, added to my dropbox: http://dl.dropbox.com/u/9636021/Rhydin.rar

Chris_McElligottPark

May 22, 2012 11:14 pm

administrator   ~0024662

Cool -- seems fixed to me, and 1.029 is now out. Thanks!

GauHelldragon

May 22, 2012 11:21 pm

reporter   ~0024665

Yup, my single player world works now. Keep up the great work sir :)

Issue History

Date Modified Username Field Change
May 22, 2012 9:54 pm GauHelldragon New Issue
May 22, 2012 10:07 pm GauHelldragon Note Added: 0024649
May 22, 2012 10:10 pm GauHelldragon Note Added: 0024650
May 22, 2012 10:12 pm TracerFox Note Added: 0024651
May 22, 2012 10:21 pm GauHelldragon Note Added: 0024652
May 22, 2012 10:44 pm Chris_McElligottPark Note Added: 0024653
May 22, 2012 10:47 pm Chris_McElligottPark Note Added: 0024654
May 22, 2012 10:47 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
May 22, 2012 10:47 pm Chris_McElligottPark Status new => feedback
May 22, 2012 11:04 pm GauHelldragon Note Added: 0024656
May 22, 2012 11:04 pm GauHelldragon Status feedback => assigned
May 22, 2012 11:06 pm TracerFox Note Added: 0024658
May 22, 2012 11:14 pm Chris_McElligottPark Note Added: 0024662
May 22, 2012 11:21 pm GauHelldragon Note Added: 0024665
May 22, 2012 11:22 pm GauHelldragon Resolution open => fixed
May 22, 2012 11:22 pm GauHelldragon Fixed in Version => 1.029
May 23, 2012 10:49 am tigersfan Internal Weight => New
May 23, 2012 10:49 am tigersfan Status assigned => resolved
Apr 14, 2014 9:28 am Chris_McElligottPark Category Bug - Crash or Exception => Crash/Exception