Crash on startup 02-06-18

Summary:

black screen with music playing, with following error:

release-852 (x64)[M]
std::runtime_error: ‘boost::filesystem::path codecvt to string: error’
stack traceback:
[C]: ?
[C]: in function ‘load_custom_building_template_headers’
…services/client/building/building_client_service.lua:265: in function ‘_collect_custom_templates’
…services/client/building/building_client_service.lua:99: in function ‘initialize’
stonehearth/stonehearth_client.lua:61: in function ‘create_service’
stonehearth/stonehearth_client.lua:87: in function <stonehearth/stonehearth_client.lua:82>
[C]: ?
[C]: in function ‘trigger’
radiant/modules/events.lua:55: in function <radiant/modules/events.lua:55>

Stonehearth.log:

2018-06-02 16:27:46.710332 | server | 1 | app | Stonehearth Version 0.24.0.852 (x64)
2018-06-02 16:27:46.710332 | server | 1 | core.config | user id is cb1ffb30-7797-11e7-a26d-90fba6e4a0c7
2018-06-02 16:27:46.710332 | server | 1 | core.config | session id is 4d03372c-3466-409f-a151-d5179211621c
2018-06-02 16:27:46.710332 | server | 0 | app | Steam present.
2018-06-02 16:27:46.710332 | server | 0 | core.system | Initializing crash reporter
2018-06-02 16:27:50.185293 | server | 1 | resources | Modules have been modified by the user!
2018-06-02 16:27:50.247791 | server | 0 | app | Running Stonehearth server on port 50628
2018-06-02 16:27:50.247791 | client | 0 | client.core | Connecting to local server…
2018-06-02 16:27:50.247791 | server | 0 | physics.navgrid | subspace pathfinder is enabled
2018-06-02 16:27:50.247791 | client | 1 | game_engine | Initializing OpenGL
2018-06-02 16:27:50.263452 | server | 1 | mod radiant | lua controller lifetime tracking set to “nil”
2018-06-02 16:27:50.279082 | server | 0 | mod stonehearth.ai.service | enable_cpp_placeholders is on
2018-06-02 16:27:50.279082 | server | 0 | mod stonehearth.ai.service | enable_cpp_compound_action is on
2018-06-02 16:27:50.325913 | client | 1 | game_engine | Determining window placement
2018-06-02 16:27:50.325913 | client | 1 | game_engine | Selecting monitor at 960, 540
2018-06-02 16:27:50.325913 | client | 1 | game_engine | Creating OpenGL Window
2018-06-02 16:27:50.904159 | client | 1 | game_engine | Creating OpenGL Context
2018-06-02 16:27:50.904159 | client | 1 | game_engine | Finished OpenGL Initialization
2018-06-02 16:27:50.904159 | client | 1 | horde.general | Initializing GL2 backend using OpenGL driver ‘3.3.0’ by ‘NVIDIA Corporation’ on ‘GeForce GT 320/PCIe/SSE2’
2018-06-02 16:27:50.982258 | client | 1 | browser | cef started.
2018-06-02 16:27:50.982258 | client | 1 | browser | Navigate called without an existing browser!
2018-06-02 16:27:50.982258 | thread11752 | 1 | browser | Doing a buffered navigation to http://radiant/stonehearth/ui/root/index.html
2018-06-02 16:27:51.084522 | client | 0 | physics.navgrid | subspace pathfinder is enabled
2018-06-02 16:27:51.101562 | client | 1 | client.core | user feedback is on
2018-06-02 16:27:51.701207 | client | 1 | network | client allocating new send buffer (total: 0)
2018-06-02 16:27:52.791933 | client | 0 | client.core | Authenticating…
2018-06-02 16:27:52.892963 | server | 0 | simulation.core | Making authentication request with provider: host
2018-06-02 16:27:52.892963 | server | 0 | simulation.core | Authentication successful, responding with session.
2018-06-02 16:27:52.892963 | server | 0 | simulation.core | {
“session” : {
“player_id” : “player_1”,
“client_id” : “host”,
“provider” : “host”
},
“state” : “configuring”
}
2018-06-02 16:27:52.892963 | server | 0 | mod stonehearth | Player ‘player_1’ joined
2018-06-02 16:27:52.960286 | server | 1 | network | server allocating new send buffer (total: 0)
2018-06-02 16:27:52.962305 | client | 0 | client.core | Authenticated
2018-06-02 16:27:52.970467 | client | 1 | mod radiant | lua controller lifetime tracking set to “nil”
2018-06-02 16:27:53.431003 | client | 1 | lua.code | generating traceback…
2018-06-02 16:27:53.431003 | client | 0 | lua.code | – Script Error (lua) Begin -------------------------------
2018-06-02 16:27:53.431003 | client | 0 | lua.code | std::runtime_error: ‘boost::filesystem::path codecvt to string: error’
2018-06-02 16:27:53.431003 | client | 0 | lua.code | stack traceback:
2018-06-02 16:27:53.431003 | client | 0 | lua.code | [C]: ?
2018-06-02 16:27:53.431003 | client | 0 | lua.code | [C]: in function ‘load_custom_building_template_headers’
2018-06-02 16:27:53.431003 | client | 0 | lua.code | …services/client/building/building_client_service.lua:265: in function ‘_collect_custom_templates’
2018-06-02 16:27:53.431003 | client | 0 | lua.code | …services/client/building/building_client_service.lua:99: in function ‘initialize’
2018-06-02 16:27:53.431003 | client | 0 | lua.code | stonehearth/stonehearth_client.lua:61: in function ‘create_service’
2018-06-02 16:27:53.431003 | client | 0 | lua.code | stonehearth/stonehearth_client.lua:87: in function <stonehearth/stonehearth_client.lua:82>
2018-06-02 16:27:53.431003 | client | 0 | lua.code | [C]: ?
2018-06-02 16:27:53.431003 | client | 0 | lua.code | [C]: in function ‘trigger’
2018-06-02 16:27:53.431003 | client | 0 | lua.code | radiant/modules/events.lua:55: in function <radiant/modules/events.lua:55>
2018-06-02 16:27:53.431003 | client | 0 | lua.code | – Lua Error End -------------------------------
2018-06-02 16:28:14.245093 | client | 0 | game_engine | window closed. exiting process

Attachments:
crash.dmp (167.9 KB)

Versions and Mods:

normal version, beta with no mods

System Information:

windows 10, GTX 320 external monitor

Have you attempted basic troubleshooting steps here: http://discourse.stonehearth.net/t/crashing-on-start-read-this-updated-october-28/13297:

link doesn’t exist!

Notes:

[Any additional useful information]

Hi! Do you have a list or screenshot of all of your building templates? And are you subscribed to any building templates on the workshop?