We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3263f75 commit 839c84dCopy full SHA for 839c84d
Client/loader/MainFunctions.cpp
@@ -1117,7 +1117,7 @@ int LaunchGame(SString strCmdLine)
1117
const SString strGTAPath = GetGTAPath();
1118
const SString strMTASAPath = GetMTASAPath();
1119
SString strMtaDir = PathJoin(strMTASAPath, "mta");
1120
- SString strGTAEXEPath = GetGameExecutablePath().u8string();
+ SString strGTAEXEPath = UTF8FilePath(GetGameExecutablePath());
1121
1122
SetDllDirectory(strMtaDir);
1123
if (!CheckService(CHECK_SERVICE_PRE_CREATE) && !IsUserAdmin())
0 commit comments