Stonehearth Wiki
Advertisement

Release[]

Alpha 12 develop build 2609 was the fourth release of the Alpha 12 develop code base. It was released on September 24, 2015.

Patch Notes[]

Patch notes are copied from the official Stonehearth blog entry.

Bug Fixes[ | ]

  • Fixed bug that was leaking pathfinders and reducing performance.
  • Fixed collision regions for the remaining workbenches.
  • Fixed two engine errors during load caused by race conditions.
  • Fixed bug trying to update scaffolding that had been removed.
  • Fixed several bugs that caused the UI to disappear.
  • Fixed UI error when reordering items in the crafting window.
  • Navigation buttons for the Chromium embedded browser have been disabled. Previously, hitting backspace could bring you to the previous menu.

Other Changes[ | ]

  • Moderate performance improvements to several internal services.
  • Added Stone Chest recipe for the Mason.

Debugging the Crafter[ | ]

Is your crafter getting stuck? Please start a new game and enable logging on crafters in your user_settings.json file. You can do this by pasting the following into the file, right under the line for your user_id:


"logging" : {
"mods" : {
"stonehearth" : {
"crafter" : "detail"
}
}
},

The file should look something like this:
{
"user_id" : "....numbersandletters...",
"logging" : {
"mods" : {
"stonehearth" : {
"crafter" : "detail"
}
}
},
"collect_analytics" : true,
...etc...
}

If your crafter gets stuck again, send the log to contact@radiant-entertainment.com with “stuck crafter log” in the title. Questions? See this thread on discourse.stonehearth.net.

Advertisement