View Issue Details

IDProjectCategoryLast Update
0018870In Case Of Emergency, Release RaptorGraphical BugAug 23, 2016 1:17 pm
ReporterJunber Assigned ToChris_McElligottPark  
Severitymajor 
Status resolvedResolutionfixed 
Fixed in VersionPre Early Access 
Summary0018870: Completely Black Surrounding
DescriptionAs I started a procgen level all I could see was the raptor in complete darkness seemingly idling and some HUD and I couldnt move. After a while a robot I couldnt see attacked. The PlayerData just contained this error log. The next procgen level worked.
TagsNo tags attached.

Activities

Junber

Aug 23, 2016 5:47 am

reporter  

ErrorLog.txt (977 bytes)   
8/23/2016 11:27:46 AM (0.100) Mem: 41,484,288 Plat:WindowsPlayer
-----------
ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
Stack Trace: System.Collections.Generic.List`1[DunGen.Doorway].get_Item (Int32 index)
DunGen.DungeonGenerator.AddTile (DunGen.Tile attachTo, Single normalizedDepth, DunGen.DungeonMainPathSegment Segment, TileGeneratedFrom GeneratedFrom, Boolean IgnoreDuplicateConstraints)
DunGen.DungeonGenerator.GenerateSegment (Int32 segmentLength, DunGen.DungeonMainPathSegment Segment, TileGeneratedFrom GeneratedFrom, DunGen.Tile& tileToPlaceNextTo, System.Collections.Generic.List`1 TilesGenerated)
DunGen.DungeonGenerator.GenerateMainPath (System.Collections.Generic.List`1 TilesGeneratedBySegment)
DunGen.DungeonGenerator.InnerGenerate (Boolean isRetry, System.Diagnostics.Stopwatch OverallTimer)
DunGen.DungeonGenerator.OuterGenerate ()
DunGen.DungeonGenerator.Generate ()
Generator.GenerateRandom ()
Generator.Start ()



ErrorLog.txt (977 bytes)   

Chris_McElligottPark

Aug 23, 2016 1:17 pm

administrator   ~0045595

Thanks!

* Fixed an error that could happen during mapgen that would lead to invalid maps and the player falling infinitely.
** For one thing, fixed the direct error, and for another made it so that even if it does have an error like that in the future it should keep on trucking and generate another map while logging the error.

Issue History

Date Modified Username Field Change
Aug 23, 2016 5:47 am Junber New Issue
Aug 23, 2016 5:47 am Junber File Added: ErrorLog.txt
Aug 23, 2016 1:17 pm Chris_McElligottPark Note Added: 0045595
Aug 23, 2016 1:17 pm Chris_McElligottPark Status new => resolved
Aug 23, 2016 1:17 pm Chris_McElligottPark Fixed in Version => Pre Early Access
Aug 23, 2016 1:17 pm Chris_McElligottPark Resolution open => fixed
Aug 23, 2016 1:17 pm Chris_McElligottPark Assigned To => Chris_McElligottPark