Advertisement
Guest User

Untitled

a guest
Sep 6th, 2012
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.70 KB | None | 0 0
  1. 9/5/2012 11:42:34 PM
  2. UnhandledErrors: 9/5/2012 11:42:34 PM (5.078)
  3. -----------------------------------Error-----------------------------------Log String: FixedUpdate: System.NullReferenceException: Object reference not set to an instance of an object
  4. at ForegroundObject.MovePlayerUnit (Boolean RecalculateFull, Boolean RecalcualteMiddling) [0x00000] in <filename unknown>:0
  5. at Game.RunOneCycleOfSimulation () [0x00000] in <filename unknown>:0
  6. at Game.RunNextCycle (Boolean DoRendering) [0x00000] in <filename unknown>:0
  7. at Game.RunFrame () [0x00000] in <filename unknown>:0
  8. at MainCameraLogic.FixedUpdate () [0x00000] in <filename unknown>:0
  9. Stack Trace: at ForegroundObject.MovePlayerUnit (Boolean RecalculateFull, Boolean RecalcualteMiddling) [0x00000] in <filename unknown>:0
  10. at Game.RunOneCycleOfSimulation () [0x00000] in <filename unknown>:0
  11. at Game.RunNextCycle (Boolean DoRendering) [0x00000] in <filename unknown>:0
  12. at Game.RunFrame () [0x00000] in <filename unknown>:0
  13. at MainCameraLogic.FixedUpdate () [0x00000] in <filename unknown>:0
  14.  
  15.  
  16. at System.Environment.get_StackTrace()
  17. at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
  18. at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
  19. at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
  20. at Configuration.WriteToErrorFile(System.String ErrorFile, System.String ErrorName, System.String ErrorText)
  21. at MainCameraLogic.LogWritten(System.String LogString, System.String StackTrace, LogType Type, System.Exception Cause, Boolean CameFromUnity)
  22. at MainCameraLogic.LogWritten(System.String LogString, System.String StackTrace, LogType Type, System.Exception Cause)
  23. at MainCameraLogic.FixedUpdate()
  24.  
  25.  
  26. 9/5/2012 11:43:55 PM
  27. UnhandledErrors: 9/5/2012 11:43:55 PM (5.078)
  28. -----------------------------------Error-----------------------------------Log String: FixedUpdate: System.NullReferenceException: Object reference not set to an instance of an object
  29. at ForegroundObject.MovePlayerUnit (Boolean RecalculateFull, Boolean RecalcualteMiddling) [0x00000] in <filename unknown>:0
  30. at Game.RunOneCycleOfSimulation () [0x00000] in <filename unknown>:0
  31. at Game.RunNextCycle (Boolean DoRendering) [0x00000] in <filename unknown>:0
  32. at Game.RunFrame () [0x00000] in <filename unknown>:0
  33. at MainCameraLogic.FixedUpdate () [0x00000] in <filename unknown>:0
  34. Stack Trace: at ForegroundObject.MovePlayerUnit (Boolean RecalculateFull, Boolean RecalcualteMiddling) [0x00000] in <filename unknown>:0
  35. at Game.RunOneCycleOfSimulation () [0x00000] in <filename unknown>:0
  36. at Game.RunNextCycle (Boolean DoRendering) [0x00000] in <filename unknown>:0
  37. at Game.RunFrame () [0x00000] in <filename unknown>:0
  38. at MainCameraLogic.FixedUpdate () [0x00000] in <filename unknown>:0
  39.  
  40.  
  41. at System.Environment.get_StackTrace()
  42. at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
  43. at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
  44. at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
  45. at Configuration.WriteToErrorFile(System.String ErrorFile, System.String ErrorName, System.String ErrorText)
  46. at MainCameraLogic.LogWritten(System.String LogString, System.String StackTrace, LogType Type, System.Exception Cause, Boolean CameFromUnity)
  47. at MainCameraLogic.LogWritten(System.String LogString, System.String StackTrace, LogType Type, System.Exception Cause)
  48. at MainCameraLogic.FixedUpdate()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement