-
Notifications
You must be signed in to change notification settings - Fork 100
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
Project maintenance #552
Comments
If you ask me MCMrARM isn't actively maintaining this launcher anymore. He helped me a lot while porting this launcher to 64bit (2020) e.g. rewriting the hybris libc layer to libc_shim and updating the glcore patch. This wouldn't be possible for me without the existing codebase. This project is still working for me. The version from 3. May even supports 1.17. I'm not shure why you think this doesn't work. (master is replaced by ng) It would be awesome for macOS players to get the glcore patch working in 1.17, my fallback isn't that good. I do some maintenance myself. (basic support for new game versions)
Planned later this year
Please open pull requests to the repos of minecraft-linux, I can review and merge them (I'm not watching all repos, so @ me in case). This launcher isn't well documented. You can also help improving the wiki, it is outdated. |
I think it is great to also focus on minecraft bedrock 1.16.221_01 also |
Can't compile on rolling release distro because of glibc changes. What is the target distribution that you use to compile the laucher? |
clang with c++17 is a requirement
archlinux the rolling distro still compiles (qt6 branch) I doubt that archlinux doesn't have a new glibc. |
What version of libc though? Compiling with latest
Switching to an older version of
That error has been patched in later versions, but affects versions of glibc below 1.24 (which is pretty old). I have switched the compiler to clang, for all parts of this project, and for I'm trying to package this for NixOS. |
Why are you building nlohmann_json? Can't you provide the header only library? (Your error is inside a test of the older version of the json lib) There is a cmake flag to provide the json library for offline builds like flatpak. |
@MCMrARM Is this project still on your radar? If not, would you be willing to allow the community to be more involved in the development process in order to get this thing to work again?
The text was updated successfully, but these errors were encountered: