I have tried to execute the application on a Windows 10 with main language set to Brazilian Portuguese and it was not able to start.
Looking inside the folder in the debug file I noticed several non unicode characters, this could be what it was preventing to start.
After changing the system language to English the application was able to start successfully and keep working after changing the language back to Portuguese.
English Debug with working application:
debugEN.txt
Portuguese Debug not starting application:
debugPT.txt
Thank you! It is a known bug, code here is already fixing this and also the new version will fix this, so either compile for yourself or please wait for new version
I have tried to execute the application on a Windows 10 with main language set to Brazilian Portuguese and it was not able to start.
Looking inside the folder in the debug file I noticed several non unicode characters, this could be what it was preventing to start. After changing the system language to English the application was able to start successfully and keep working after changing the language back to Portuguese.
English Debug with working application: debugEN.txt
Portuguese Debug not starting application: debugPT.txt