8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When starting the game, it writes an error:
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: /Users/danila/IdeaProjects/jake2/fullgame/build/install/fullgame/liblwjgl.dylib: dlopen(/Users/danila/IdeaProjects/jake2/fullgame/build/install/fullgame/liblwjgl.dylib, 0x0001): tried: '/Users/danila/IdeaProjects/jake2/fullgame/build/install/fullgame/liblwjgl.dylib' (fat file, but missing compatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/danila/IdeaProjects/jake2/fullgame/build/install/fullgame/liblwjgl.dylib' (no such file), '/Users/danila/IdeaProjects/jake2/fullgame/build/install/fullgame/liblwjgl.dylib' (fat file, but missing compatible architecture (have 'x86_64', need 'arm64')) [in thread "main"]
The text was updated successfully, but these errors were encountered:
Thanks for reporting this!
Sorry, something went wrong.
https://github.com/shadowfacts/lwjgl2-arm64
Perhaps connecting this library will help to solve this problem. What do you think?
Will be fixed in #111
No branches or pull requests
When starting the game, it writes an error:
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.UnsatisfiedLinkError: /Users/danila/IdeaProjects/jake2/fullgame/build/install/fullgame/liblwjgl.dylib: dlopen(/Users/danila/IdeaProjects/jake2/fullgame/build/install/fullgame/liblwjgl.dylib, 0x0001): tried: '/Users/danila/IdeaProjects/jake2/fullgame/build/install/fullgame/liblwjgl.dylib' (fat file, but missing compatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/danila/IdeaProjects/jake2/fullgame/build/install/fullgame/liblwjgl.dylib' (no such file), '/Users/danila/IdeaProjects/jake2/fullgame/build/install/fullgame/liblwjgl.dylib' (fat file, but missing compatible architecture (have 'x86_64', need 'arm64')) [in thread "main"]
The text was updated successfully, but these errors were encountered: