Git Product home page Git Product logo

Comments (5)

Trial97 avatar Trial97 commented on June 16, 2024

Try this on the latest prism:
1.15.2-ppc64le.zip

This is the same file mentioned but with a little change: the commit you mentioned added support for multiple architectures so instead of having just "linux" we check for "linux-ppc64le" so the only change was where you find "linux": "natives-linux" inside a "natives" object I added another line "linux-ppc64le": "natives-linux",

from prismlauncher.

Scrumplex avatar Scrumplex commented on June 16, 2024

I would not call this a regression per-se. Previously, the launcher did not differentiate between natives across different CPU architectures. As multi-arch natives were previously unsupported (apart from what Mojang shipped), we decided to change linux to be equivalent to linux-x86_64 and linux-x86. So if you are on a CPU architecture other than x86_64/x86, it will try to use linux-<cpu-arch>. Perhaps you can modify the instance and post it somewhere with the note that it's compatible with Prism Launcher and PolyMC

from prismlauncher.

Richard-Rogalski avatar Richard-Rogalski commented on June 16, 2024

Alright, that instance worked with git master prism, thanks! So everything works as intended then? People should just have to adapt their instances?

from prismlauncher.

Richard-Rogalski avatar Richard-Rogalski commented on June 16, 2024

Well, wouldn't it make the most sense if "linux-ppc64le": "natives-linux" isn't specified, it then checks "linux": "natives-linux"?

from prismlauncher.

Scrumplex avatar Scrumplex commented on June 16, 2024

People should just have to adapt their instances?

yes

Well, wouldn't it make the most sense if "linux-ppc64le": "natives-linux" isn't specified, it then checks "linux": "natives-linux"?

I feel like that would be even more confusing than the current situation. Ideally os, cpu architecture and maybe even libc impl would be clearly distinct

from prismlauncher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.