View Issue Details

IDProjectCategoryLast Update
0008300Valley 1Crash/ExceptionMay 30, 2012 11:09 am
ReporterGauHelldragon Assigned ToChris_McElligottPark  
Status resolvedResolutionopen 
Product Version1.037 
Fixed in Version1.038 
Summary0008300: Error Message after creating 'Geyser' spell
DescriptionI made the new geyser spell, and then when I opened up the 'z' menu to equip it, I received an error.

5/29/2012 8:26:59 PM
: --------------------------------------------------------------------------
OnGUI: System.NullReferenceException: Object reference not set to an instance of an object
  at OngoingConditionTypeData+<>c__DisplayClass33.<EnchantOnly_WriteDescriptionToBuffer>b__3 (.OngoingConditionTypeData EnchantEffect) [0x00000] in <filename unknown>:0
  at OngoingConditionTypeData.GetTotalFromList (System.Collections.Generic.List`1 ConditionTypeList, System.Boolean& FoundAnotherEffectWithTheSameStatEarlierInTheListThanMe, .GetEnchantEffectStatValueDelegate Delegate) [0x00000] in <filename unknown>:0
  at OngoingConditionTypeData.EnchantOnly_WriteDescriptionToBuffer (.ArcenCharacterDoubleBuffer Buffer, System.Collections.Generic.List`1 ConditionTypeList, .GameEntity AffectedEntity) [0x00000] in <filename unknown>:0
  at InventoryItem.WriteItemStatisticsToBuffer (.ArcenCharacterDoubleBuffer Buffer, WriteStatisticsToBufferType DisplayType, Int32 ForTier, Int32 Quantity, Boolean AddNewlineAtStart, .GameEntity ForEntity) [0x00000] in <filename unknown>:0
  at ItemDescriptionWindow.SubclassPreRender () [0x00000] in <filename unknown>:0
  at AbstractArcenWindow.Render (Vector3 MousePositionFromTopLeft) [0x00000] in <filename unknown>:0
  at ArcenGUIManager.DrawGUI () [0x00000] in <filename unknown>:0
  at MainCameraLogic.OnGUI () [0x00000] in <filename unknown>:0
Stack Trace: at OngoingConditionTypeData+<>c__DisplayClass33.<EnchantOnly_WriteDescriptionToBuffer>b__3 (.OngoingConditionTypeData EnchantEffect) [0x00000] in <filename unknown>:0
  at OngoingConditionTypeData.GetTotalFromList (System.Collections.Generic.List`1 ConditionTypeList, System.Boolean& FoundAnotherEffectWithTheSameStatEarlierInTheListThanMe, .GetEnchantEffectStatValueDelegate Delegate) [0x00000] in <filename unknown>:0
  at OngoingConditionTypeData.EnchantOnly_WriteDescriptionToBuffer (.ArcenCharacterDoubleBuffer Buffer, System.Collections.Generic.List`1 ConditionTypeList, .GameEntity AffectedEntity) [0x00000] in <filename unknown>:0
  at InventoryItem.WriteItemStatisticsToBuffer (.ArcenCharacterDoubleBuffer Buffer, WriteStatisticsToBufferType DisplayType, Int32 ForTier, Int32 Quantity, Boolean AddNewlineAtStart, .GameEntity ForEntity) [0x00000] in <filename unknown>:0
  at ItemDescriptionWindow.SubclassPreRender () [0x00000] in <filename unknown>:0
  at AbstractArcenWindow.Render (Vector3 MousePositionFromTopLeft) [0x00000] in <filename unknown>:0
  at ArcenGUIManager.DrawGUI () [0x00000] in <filename unknown>:0
  at MainCameraLogic.OnGUI () [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.OnGUI()
TagsNo tags attached.
Internal WeightFix ASAP

Relationships

duplicate of 0008303 resolvedChris_McElligottPark Crash On Some Enchant Tooltips 

Activities

GauHelldragon

May 29, 2012 11:30 pm

reporter  

ArcenDebugLog.txt (904,927 bytes)

GauHelldragon

May 29, 2012 11:32 pm

reporter   ~0025108

I tried quitting, and then reloading. The error came up again, this time when I brought up the enhance screen.

tigersfan

May 30, 2012 11:09 am

reporter   ~0025145

Fixed two null reference exceptions related to OngoingConditionTypeData.GetTotalFromList and GameEntity.GetEffectiveElementalDamageMultiplier that were causing errors in a variety of cases in the prior version of the game. Sorry about that!

Issue History

Date Modified Username Field Change
May 29, 2012 11:30 pm GauHelldragon New Issue
May 29, 2012 11:30 pm GauHelldragon File Added: ArcenDebugLog.txt
May 29, 2012 11:32 pm GauHelldragon Note Added: 0025108
May 30, 2012 12:49 am GauHelldragon Relationship added duplicate of 0008303
May 30, 2012 7:53 am tigersfan Internal Weight => Fix ASAP
May 30, 2012 7:53 am tigersfan Assigned To => Chris_McElligottPark
May 30, 2012 7:53 am tigersfan Status new => assigned
May 30, 2012 11:09 am tigersfan Note Added: 0025145
May 30, 2012 11:09 am tigersfan Status assigned => resolved
May 30, 2012 11:09 am tigersfan Fixed in Version => 1.038
Apr 14, 2014 9:28 am Chris_McElligottPark Category Bug - Crash or Exception => Crash/Exception