Skip to content
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 not found in PATH variable #28

Closed
Creeperface01 opened this issue Dec 28, 2019 · 15 comments
Closed

Launcher not found in PATH variable #28

Creeperface01 opened this issue Dec 28, 2019 · 15 comments
Labels
Fixed in ng Fixed in the next generation mcpelauncher MacOs Catalina Unsupported Operating System macOS

Comments

@Creeperface01
Copy link

Everytime I start the game I get this error. Even though I tried to removing the app and installing again from the dmg file.

image

@ChristopherHX
Copy link
Owner

No MacOs Catalina support, same as the original
Yeay I missed adding min and max supported MacOs versions in recent releases.

@Creeperface01
Copy link
Author

Ah thanks and what's the problem?

@ChristopherHX
Copy link
Owner

Removed 32bit app support (Minecraft is still only 32bit on the playstore)
I'm not trying to hack 32bit support back Macos 10.15

@ChristopherHX ChristopherHX added the MacOs Catalina Unsupported Operating System label Dec 28, 2019
@Mhowser
Copy link

Mhowser commented Dec 28, 2019

Is it possible to make a custom crash message that tells the user that Catalina is not supported?

@ChristopherHX
Copy link
Owner

Yes, thats possible with some UI changes.
Additionally all other Error Messages needs to get more understandable Info texts with links to possible Solutions. And Improve Error Handling also in minecraft-linux, e. g. a Messagebox which states "unsupported Version" instead of a crash (that nearly nobody reads or understand)

@Mhowser
Copy link

Mhowser commented Dec 28, 2019

That would definitely help users who are new to this project.

@ChristopherHX
Copy link
Owner

Now marked as unsupported at the download page and ReadMe, might be working if either mojang (provides Minecraft android as x86_64) or mrarm (minecraft-linux will hack 32bit back to Catalina)

@kode54
Copy link

kode54 commented Mar 25, 2020

This information from the CrossOver developers in this email post may help with development of a 64 bit version of the launcher, by using the same complex 32 on 64 but system they use. Of course, they don’t document their internal trick to using it, so it will require disabling SIP.

@ChristopherHX
Copy link
Owner

At least the compiler seems to work on linux64, after compiling it (linking clang took 14GB+ of my RAM, never saw such heavy usage).
It generates all assembler to call 32 bit code and the reverse,
but it outputs insane errors, special for c++ gnus stdc++libs.

@ChristopherHX ChristopherHX reopened this Mar 26, 2020
@ChristopherHX
Copy link
Owner

The compiler on its own won't do the Job, it might be easier to fix my win32 port and let that run via crossover wine (built from source), if that would work.

@ChristopherHX
Copy link
Owner

ChristopherHX commented Apr 8, 2020

WIP Catalina support will begin with Minecraft 1.16 (beta) x64.
The launcher will get 64bit support.
You won't be able to start < 1.16
1.14.60.5 is available in 64bit too.
macOS 64bit support is a pain, linux 64bit support is easy and more stable

Current Prototype of the ng branch which added 64bit mcpelauncher-client, it solves this issue in the future.
Please check minecraft-linux discord (invite link https://mcpelauncher.readthedocs.io/en/latest/getting_started.html#getting-help) for updates
https://github.com/ChristopherHX/osx-packaging-scripts/releases/tag/ng.dmg

@ChristopherHX
Copy link
Owner

Please Test https://github.com/ChristopherHX/osx-packaging-scripts/releases/download/ng.dmg/Minecraft_Bedrock_Launcher.0.0.52.dmg on macOS 10.12+
Logout and login again to google, to be able to download 64bit versions.
It should now be able to install updates without open the Webbrowser,
delta updates should work soon (avoids downloading the full dmg every time).
(DO NOT press skip update or autoupdate)
On 10.15+ Do not start versions with (32bit) in its name or you get the old error.
This is still experimental and may crash after playing some time

@tgwaste
Copy link

tgwaste commented May 29, 2020

This is working pretty well and I can now access my PMMP servers on mac. @ChristopherHX you are amazing. Thank you for your work!

@ChristopherHX
Copy link
Owner

Credits to mrarm (minecraft-linux) for fixing and porting my 64bit demo to be playable.

@ChristopherHX
Copy link
Owner

I close this, because I removed that message.
Catalina users get a notification that they cannot use the launcher if it's my fork.
If they ignore that they get a report that this launcher cannot run any minecraft version on that OS.

If they use ngpreview they get a warning if they still have a x86 (32bit login) but running 10.15+. (logout and login to get rid of it)

The UI have still a lot if open bugs, it's easy to find them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fixed in ng Fixed in the next generation mcpelauncher MacOs Catalina Unsupported Operating System macOS
Projects
None yet
Development

No branches or pull requests

5 participants