Open CodeUnderscoreRocker opened 1 year ago
What is the launcher version (portablemc show about)? And on what operating system/architecture is that?
What is the launcher version (portablemc show about)? And on what operating system/architecture is that?
It is on macOS Ventura 13.6 running on a mid-2017 iMac with a x86 Intel Core i5 processor.
Here is the output of the show about command:
Version: 3.3.1 Authors: Théo Rozier contact@theorozier.fr, Github contributors Website: https://github.com/mindstorm38/portablemc License: PortableMC Copyright (C) 2021-2023 Théo Rozier This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See https://www.gnu.org/licenses/gpl-3.0.html.
I'll update my copy and try again.
Still doesn't work due to the same error. (I updated to 4.0.3)
Perfect, thank you for the details! I wonder if macOS is supported in these older LWJGL release, I'll check this
Can you tell me which files are present in the .minecraft/bin/<UUID>/
directory that is created? It might also be useful to have the verbose output activated on the launcher (-vv
argument).
I put this command in the terminal:
python3.11 -m portablemc start a1.1.0
And received a message in the terminal that LWGL couldn't be found! As the launcher normal takes care of the java classpath, I would think this is a bug. I also manually tried adding lwjgl to the classpath env variable to no avail.Here is the output of that command (with private info taken out):