Author Topic: I have a problem with the game / DebugLog  (Read 6327 times)

Offline CC80

  • Newbie
  • *
  • Posts: 4
I have a problem with the game / DebugLog
« on: August 06, 2013, 03:42:15 am »
Hi, I have a problem with the game.

here is my DebugLog

Code: [Select]
8/6/2013 9:37:42 AM
ProcessAssertionFailure while IsInAbilityDeserializationOrProcessing, Message:   Object reference not set to an instance of an object

  at WorldMapTile.CalculateDistanceFromMapTile (.WorldMapTile OtherTile) [0x00000] in <filename unknown>:0
  at AIMutableGameEntityData.CalculateAttackRange () [0x00000] in <filename unknown>:0
  at AIMutableGameEntityData.CalculateDamageIDoToHim (.GameEntity TargetEntity) [0x00000] in <filename unknown>:0
  at ActionReplay.DoAttackTileInner (.GameEntity ActingEntity, .WorldMapTile TargetTile, Boolean IsForAI, Boolean IsRangedAttack, Boolean IsPrimaryAttack, Int32 RandomRoll, Boolean AttacksUnitsOnly) [0x00000] in <filename unknown>:0
  at ActionReplay.DoAttackTile (Boolean IsForAI, Boolean IsRangedAttack) [0x00000] in <filename unknown>:0
  at ActionReplay.AttackTileMelee (Boolean IsForAI, Boolean ExecuteImmediately) [0x00000] in <filename unknown>:0
  at ActionReplay.Execute (Boolean IsForAI, Boolean ExecuteImmediately) [0x00000] in <filename unknown>:0
  at World.HandleGeneralMilitaryHasReachedTargetTile (.GameEntity AttackingEntity, .WorldMapTile TargetTile) [0x00000] in <filename unknown>:0
  at World.HandleMilitary () [0x00000] in <filename unknown>:0
  at World.HandlePostProductionHostAI () [0x00000] in <filename unknown>:0
  at Ability.TryExecuteInner (.QueuedAbilityUse QueuedAbilityUse, .AbilityUseResult Result) [0x00000] in <filename unknown>:0
QueuedAbilityUse.Ability.TypeData.Type:HandlePostProductionHostAI
QueuedAbilityUse.MessageID:3894
Game.Instance.NumberOfQueuedAbilityUsesProcessedThisStep:134

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at ArcenDebugging.ProcessAssertionFailure(System.String Message)
   at Ability.TryExecuteInner(.QueuedAbilityUse QueuedAbilityUse, .AbilityUseResult Result)
   at Ability.TryExecute(.QueuedAbilityUse QueuedAbilityUse, .AbilityUseResult Result)
   at QueuedAbilityUse.TryExecute()
   at Game.ProcessSimStep()
   at Game.RunNextCycle(Boolean DoRendering)
   at Game.RunFrame()
   at MainCameraLogic.MainUpdateLogic()
   at MainCameraLogic.Update()

I have buy the Game on Steam.

Help me!

Update: Please move my Topic to Technical Support
« Last Edit: August 06, 2013, 03:45:15 am by CC80 »

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: I have a problem with the game / DebugLog
« Reply #1 on: August 06, 2013, 07:28:23 am »
Hi there,

Sorry to hear about your trouble. If this happened on the official steam version of the game, then this must have been a freak rarity as I don't recall anyone seeing this. That said, you could either just resume play and you may well never see it again, or you could update to the latest beta via the in-game updater.

If you are already on the latest beta, please let us know and we'll take a look at it in the current codebase.

Hope that helps!
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 CC80

  • Newbie
  • *
  • Posts: 4
Re: I have a problem with the game / DebugLog
« Reply #2 on: August 10, 2013, 12:38:37 pm »
Same problem again

Version 1503

Code: [Select]
ProcessAssertionFailure while IsInAbilityDeserializationOrProcessing, Message:   Object reference not set to an instance of an object

  at World.HandleGlobalEffectPerTurnSpecials_MustBePreActions () [0x00000] in <filename unknown>:0
  at World.HandlePostProductionHostAI () [0x00000] in <filename unknown>:0
  at Ability.TryExecuteInner (.QueuedAbilityUse QueuedAbilityUse, .AbilityUseResult Result) [0x00000] in <filename unknown>:0
QueuedAbilityUse.Ability.TypeData.Type:HandlePostProductionHostAI
QueuedAbilityUse.MessageID:3546
Game.Instance.NumberOfQueuedAbilityUsesProcessedThisStep:107

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Boolean IncludeStackTrace, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, DebugLogDestination Destination, Verbosity Verbosity)
   at ArcenDebugging.ArcenDebugLog(System.String Message, Verbosity Verbosity)
   at ArcenDebugging.ProcessAssertionFailure(System.String Message)
   at Ability.TryExecuteInner(.QueuedAbilityUse QueuedAbilityUse, .AbilityUseResult Result)
   at Ability.TryExecute(.QueuedAbilityUse QueuedAbilityUse, .AbilityUseResult Result)
   at QueuedAbilityUse.TryExecute()
   at Game.ProcessSimStep()
   at Game.RunNextCycle(Boolean DoRendering)
   at Game.RunFrame()
   at MainCameraLogic.MainUpdateLogic()
   at MainCameraLogic.Update()

Offline x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: I have a problem with the game / DebugLog
« Reply #3 on: August 10, 2013, 01:24:21 pm »
Okay -- thanks for the report.  Seems fairly rare, not sure what is causing that.  However, I should be able to hunt it up on Monday!
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 x4000

  • Chris McElligott Park, Arcen Founder and Lead Dev
  • Arcen Staff
  • Zenith Council Member Mark III
  • *****
  • Posts: 31,651
Re: I have a problem with the game / DebugLog
« Reply #4 on: August 12, 2013, 11:17:56 pm »
This is fixed in version 1.600, which just came out a few hours ago, by the way -- thanks again for the report!
Have ideas or bug reports for one of our games?  Mantis for Suggestions and Bug Reports. Thanks for helping to make our games better!

 

SMF spam blocked by CleanTalk