Hello, @Kluengle, welcome to the forum
Could you upload your stonehearth.log file?
About advice, first, try the suggestions mentioned here:
http://discourse.stonehearth.net/t/crashing-on-start-read-this-updated-november-29/13297
If none of them work, try this: If youâre playing by Steam, right click Stonehearth on your Steam library, select âPropertiesâ, select the âLocal Filesâ tab and click on âBrowse Local Filesâ. There you should see a file called âuser_settings.jsonâ.
Open it with the notepad, and if it only contains your user_id, replace the content of all the file with this (remember to replace the user_id value with the one you had):
{
"user_id" : "YOUR ID HERE",
"collect_analytics" : true,
"enable_auto_save" : false,
"renderer" : {
"run_once" : true,
"use_high_quality" : false,
"enable_ssao" : false,
"enable_shadows" : false,
"shadow_resolution" : 256,
"msaa_samples" : 0,
"shadow_quality" : 1,
"max_lights" : 30,
"enable_vsync" : false,
"enable_fullscreen" : false,
"screen_width" : 1920,
"screen_height" : 1018,
"draw_distance" : 1000
},
"audio" : {
"bgm_volume" : 0.6,
"efx_volume" : 0.6
},
"enable_lua_jit" : false,
"force_32_bit" : true,
"language" : "en"
}