Could you please check the messages.log file please? It's located in c:/users/username/appdata/local... somewhere.
If you need to find the actual location then, run the game via the vs editor. Press TAB to open up dev console & type:
press enter, then type
PRINT LOG & then press enter again. It will show the messages.log contents, which should now contain an entry with the location to the userdata folder where the config.ini, save games & log files for your project will be stored.
copy / paste the log content to here. You might need to set log level to
info via the VS configuration, if you haven't already done so. Info prints everything which is useful for debugging.