-
-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[macOS] Fails to launch: Task Manager #1731
Comments
No, xrDebug.cpp is not the crash reason. I'm quite not sure what the real reason is. Do you have the game files in |
Yes, the script copies over the data folders if it detects them. |
Hmm, if it's not the problem with files, then this might also be related. What if you delete |
I know the reason for this warning, but it's usually benign. I built it again, but just normally without making a bundle and keeping the source folder. The error still occurs. Here is the terminal output: I included the CMake config and build output, just in case there is anything relevant there. |
At first I didn't paid attention to this:
Seems like some problem with our task manager. |
@shinra-electric, can you run it under the debugger (e.g. GDB)? |
GDB doesn't run on Arm. What would be a good alternative? |
Maybe LLDB? |
I opened the executable in Xcode, which uses lldb. Here is the log: |
Describe the bug
Game fails to launch on macOS when the source code folder is not present.
To Reproduce
I usually create an app bundle for OpenXRay using this script.
After the app is bundled, the script will delete the xray-16 source code folder.
When trying to launch the game, it will fail to launch because it cannot find
xray-16/src/xrCore/xrDebug.cpp
, which no longer exists.Additional information:
xrCore.dylib
is present in the app bundle, and thexr_3da
executable is able to find it there.Terminal log:
Terminal Saved Output.txt
Desktop:
The text was updated successfully, but these errors were encountered: