Game crashes since the start / Help, please

Hello, @Kluengle, welcome to the forum :smile:

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"
}
1 Like