-
Notifications
You must be signed in to change notification settings - Fork 21
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
Launcher Crashed #192
Comments
Please add |
As you might guessed, I don't own or have access to a m1 mac. Do you want to test building and running the
However I tried to disable the use of the not installed launcher in this test (https://github.com/ChristopherHX/osx-packaging-scripts/releases/download/ng.dmg/Minecraft_Bedrock_Launcher_0.1.b5-macOS-x86_64-0.2.280_macOS_10.13.0.dmg), this might allways select only x86_64 versions under rossetta 2. Edit-2021-08-04
|
Thanks |
It worked thank you |
Duplicate of #168 |
I just get CMake errors when performing |
You haven't even posted your cmake error. This launcher needs changes to work on a m1 mac, it is confirmed that the launcher will always crash immediately. I would need at least remote access to such a device, to experiment with the mcpelauncher-linker. I cannot reproduce the m1 (security) crash on an intel mac.
|
First off let me say that I have very little knowledge of the tools used to build this launcher, however since I have an m1 mac I thought I'd compile from the instructions posted earlier just out of my own curiosity, thought I would share my results here to see if this helps anyone at all First this causes an error as it is unable to find openssl: This is fixed by inputting the correct path: /opt/homebrew/cellar/[email protected]/1.1.1k, running the build command with this now gives this result: joe@Joes-Mac-mini build % CC=clang CXX=clang++ cmake .. -DOPENSSL_ROOT_DIR=/opt/homebrew/cellar/[email protected]/1.1.1k/ -DJNI_USE_JNIVM=ON -DBUILD_WEBVIEW=OFF -DENABLE_QT_ERROR_UI=OFF
near the top of the file, but after cmake_minimum_required(). CMake is pretending there is a "project(Project)" command on the first -- Using Cocoa for window creation Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at epoll-shim/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at logger/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at base64/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at file-util/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at properties-parser/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at arg-parser/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at libc-shim/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at simple-ipc/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at daemon-utils/client/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at msa-daemon-client/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at file-picker/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at game-window/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at cll-telemetry/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at minecraft-imported-symbols/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at mcpelauncher-common/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at mcpelauncher-core/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at android-support-headers/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at mcpelauncher-client/CMakeLists.txt:1 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell -- Found OpenSSL: /opt/homebrew/cellar/[email protected]/1.1.1k/lib/libcrypto.dylib (found version "1.1.1k") -- Found PulseAudioSimple: /opt/homebrew/lib/libpulse-simple.dylib
to your CMakeLists.txt file. -- Generating done Again I have absolutely no idea if this is any help at all but I thought I would share anyway, and thankfully the game does still perform very well under rosetta |
Did older Launcher Versions work on this PC?
Disclaimer
If you don't answer these questions your issue will be closed
The text was updated successfully, but these errors were encountered: