Skip to content

Commit

Permalink
Improve App Translocation error message (moving also works)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardg867 committed May 23, 2022
1 parent 7f5b380 commit 8251416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/86box.c
Expand Up @@ -428,7 +428,7 @@ pc_init(int argc, char *argv[])
*p = '\0';
}
if (!strncmp(exe_path, "/private/var/folders/", 21)) {
ui_msgbox_header(MBX_FATAL, L"App Translocation", EMU_NAME_W L" cannot determine the emulated machine's location due to a macOS security feature. Please make a copy of the " EMU_NAME_W L" app and open that copy instead.");
ui_msgbox_header(MBX_FATAL, L"App Translocation", EMU_NAME_W L" cannot determine the emulated machine's location due to a macOS security feature. Please move the " EMU_NAME_W L" app to another folder (not /Applications), or make a copy of it and open that copy instead.");
return(0);
}
#elif !defined(_WIN32)
Expand Down

0 comments on commit 8251416

Please sign in to comment.