View Issue Details

IDProjectCategoryLast Update
0006591Valley 1Crash/ExceptionMar 11, 2012 1:47 pm
ReporterVampyre Assigned ToChris_McElligottPark  
Status closedResolutionduplicate 
Product Version0.904 
Summary0006591: Error on (trying) to enter a building
DescriptionHello,

This one is more serious... I tried to enter a building, and I saw some text in the console, in red. Red sounds not good for me, so I exited, and watched the log. Here is what I found :


03/11/2012 18:19:01
ProcessAssertionFailure while IsInAbilityDeserializationOrProcessing, Message:Directory '/Applications/AVWW/RuntimeData/Logic/InteriorObjects/DesertHallway' not found.

  at System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) [0x00000] in <filename unknown>:0
  at System.IO.Directory.GetFiles (System.String path, System.String searchPattern) [0x00000] in <filename unknown>:0
  at System.IO.Directory.GetFiles (System.String path, System.String searchPattern, SearchOption searchOption) [0x00000] in <filename unknown>:0
  at ChunkScriptStep_InvokeUnboundedSubChunkScript.Execute (.Chunk Chunk, .ChunkScriptContext OuterContext, .MersenneTwister Random) [0x00000] in <filename unknown>:0
  at ChunkScriptStep.TryExecute (.Chunk Chunk, .ChunkScriptContext Context, .MersenneTwister Random) [0x00000] in <filename unknown>:0
  at MapGenerator.GenerateChunk_Normal (.Chunk Chunk, .ChunkPopulationScript Script) [0x00000] in <filename unknown>:0
  at MapGenerator.GenerateChunk (.ChunkMetadata ChunkMetadata, .Region Region, ChunkCreationType CreationType) [0x00000] in <filename unknown>:0
  at Ability.GetChunkIfExistsOrGenerateItOnServerOrNullOnClient (.GameEntity EntitySwitchingChunks, Int32 TargetChunkID, .AbilityUseResult Result, .Region Region, Boolean ClientNeedsTheChunkEvenIfEntityIsAlreadyThere, .AbilityUseResultType& EarlyOutResultType) [0x00000] in <filename unknown>:0
  at Ability.TryExecuteInner (.GameEntity UsingEntity, .GameEntity TargetEntity, .QueuedAbilityUse QueuedAbilityUse, .AbilityUseResult Result) [0x00000] in <filename unknown>:0

UsingEntity:0009948 type:Darrell
TargetEntity:0015983 type:DesertBuilding2
QueuedAbilityUse.Ability.TypeData.Type:EnterLinkedChunkThroughDoor
QueuedAbilityUse.ExecutionContextChunkID:167
QueuedAbilityUse.ExecutionContextRegionID:14
QueuedAbilityUse.TargetGemSocketIndexOrEntranceIndex:0
QueuedAbilityUse.UsingEntityID:9948
UsingEntity.TypeData.Type:Darrell

   at System.Environment.get_StackTrace()
   at ArcenDebugging.ArcenDebugLog(System.String Message)
   at ArcenDebugging.ProcessAssertionFailure(System.String Message)
   at Ability.TryExecuteInner(.GameEntity UsingEntity, .GameEntity TargetEntity, .QueuedAbilityUse QueuedAbilityUse, .AbilityUseResult Result)
   at Ability.TryExecute(.GameEntity UsingEntity, .GameEntity TargetEntity, .QueuedAbilityUse QueuedAbilityUse, .AbilityUseResult Result)
   at QueuedAbilityUse.TryExecute()
   at Game.ProcessSimStep()
   at Game.RunNextCycle(Boolean DoRendering)
   at Game.RunFrame()
   at MainCameraLogic.Update()

The screen becomes black (normal when it changes the zone), but it comes back outside of the building.
I relaunched the game, tried again, and same result.

I checked inside RuntimeData/Logic/InteriorObjects and I found out that it was effectively no DesertHallway folder. Instead, there is a DesertHallways (with a s in the end). Could that be the error mentioned in the debug ?
TagsNo tags attached.
Internal WeightNew

Activities

tigersfan

Mar 11, 2012 1:47 pm

reporter   ~0020737

Yeah, that is the error, but this one is already fixed. You'll be set once the new version comes out. Thanks for making sure we knew about it though.

Issue History

Date Modified Username Field Change
Mar 11, 2012 1:27 pm Vampyre New Issue
Mar 11, 2012 1:29 pm Chris_McElligottPark Internal Weight => New
Mar 11, 2012 1:29 pm Chris_McElligottPark Status new => closed
Mar 11, 2012 1:29 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Mar 11, 2012 1:29 pm Chris_McElligottPark Resolution open => duplicate
Mar 11, 2012 1:47 pm tigersfan Note Added: 0020737
Apr 14, 2014 9:28 am Chris_McElligottPark Category Bug - Crash or Exception => Crash/Exception