Situation:
-
cpp-compliled application, win10 platform (Haxe 4.2.4, hxcpp: 4.2.1, lime: 8.0.0)
-
App starts normaly when double-clicked in Explorer. And works without problems
-
BUT if path to appmain.exe contain non-ASCII chars - then double-click on icon do nothing.
just nothing, no new window, no console, no process -
BUT if i start cmd.exe first, and then run appmain.exe from cmd console - app starts as usual! No errors, just usual start, despite on non-ASCII chars in path.
According to ProcessMon (from sysinternals) double-click actually starts app too. But app exits immediately with some unknown code (-1073741819), look at screenshot. It happens before any app-related code executed. And never happen when app reside within ASCII-only path. Is this a problem with Lime or something deeper?
Is there a way to fix such behaviour? It is a game, simple double click should start app without console. Any help welcome