Hello @justinfreak, welcome to the Discourse
Are you sure you tried all things suggested on the âCrashing on startâ thread?
Have you got any crash.dmp file on your Stonehearth folder? If so, please post it because it helps the devs on fixing compatibility problems.
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"
}
This doesnât mean it will work, but it has helped with crashes. Anyway, if after doing this it works, try to switch to 64bit version inside the gameâs settings, and see if it crashes again.
Hereâs another thread where weâre trying to debug a crash that happens after several minutes playing, if youâd like to read it:
http://discourse.stonehearth.net/t/game-crashing-after-30-minutes/18416