Songs of Syx

Songs of Syx

Warhammer Overhaul Beta v69
 This topic has been pinned, so it's probably important
Atticus  [developer] Jul 13 @ 11:51pm
BUG/CRASH REPORT
This is what a great bug/crash report looks like. To find the error in the dump copy the small error, open the dump, and CTRL-F that error.


I was doing x when it happened.


java.lang.RuntimeException: Not enough space for Dwarf (needs 8, available 4)
at settlement.room.home.house.HomeInstance.occupy(HomeInstance.java:287)
at settlement.stats.colls.StatsHome$StatHome.set(StatsHome.java:541)
at settlement.path.finders.SFinderHome.findHome(SFinderHome.java:81)
at settlement.entity.humanoid.ai.home.AIModule_Home.getPlan(AIModule_Home.java:133)
at settlement.entity.humanoid.ai.main.AIModules.getNextPlan(AIModules.java:218)
at settlement.entity.humanoid.ai.main.AIManager.newPlan(AIManager.java:438)
at settlement.entity.humanoid.ai.main.AIManager.setNextState(AIManager.java:400)
at settlement.entity.humanoid.ai.main.AIManager.update(AIManager.java:323)
at settlement.entity.humanoid.Humanoid.update(Humanoid.java:215)
at settlement.entity.ENTETIES.update(ENTETIES.java:348)
at settlement.main.SETT.update(SETT.java:717)
at game.GAME.update(GAME.java:253)
at view.main.VIEW.update(VIEW.java:252)
at snake2d.Updater.update(Updater.java:108)
at snake2d.Updater.run(Updater.java:54)



With this setup, Usually only takes about 20m or so to find and fix it.