#Crash Before Title Screen on Linux

1 messages · Page 1 of 1 (latest)

hard bone
#

Better MC 4 - v37 crashed. The logs have been uploaded to mclo.gs:

  1. 1.20.1 [FORGE]
  2. What launcher did you run Minecraft with? (e.g. CurseForge, ATLauncher, MultiMC, ...) A: Prism Launcher and ATLauncher. Both gave the same result.
  3. Have you changed the modpack in any way except mods? A: Nope.
  4. v37
  5. Have you ever gotten past the crash condition without crashing, or does the game always crash? A: It always crashes.
  6. What steps cause the crash?

latest.log | hs_err_pid25076.log | crash_assistant_app.log

Mod list changes beyond the modpack:

Removed mods:
bedrockoid-0.1.jar

Updated mods:
immersivetips (1.0.0 > 1.0.1)
gloomy wrenBOT
#

GLFW

  1. Download the latest GLFW library files from your distros official repositories. If you are on a slow updating distro (like Ubuntu), instead download the latest pre-built files from my repository at https://github.com/Frontear/glfw-libs/releases
  2. Add -Dorg.lwjgl.glfw.libname=/path/to/file to your launcher java arguments. An example of what this might look like is -Dorg.lwjgl.glfw.libname=/home/frontear/Downloads/libglfw.so.

OpenAL

  1. Download the latest OpenAL library files from your distros official repositories.
  2. Add -Dorg.lwjgl.openal.libname=/usr/lib/libopenal.so (this path might be different depending on your distribution so please double check).
pastel ridge
#

the second one

hard bone
#

To bring more context to the issue: The LunaPixel splash screen appears, it tries to load, but it always crashes before the title screen can appear. I have no clue why it does this. The log I read is very unclear about the actual issue.

#

Ah, I see. Thank you, I'll try that.

#

That doesn't seem to have worked unfortunately.

pastel ridge
hard bone
pastel ridge
#

did you try it with prism or stl

#

atl

#

i think atl was the one fronty said had problems

hard bone
#

I tried it with ATL, I'll try it with Prism now.

#

Looks like it spat out the same error.

pastel ridge
#

cn you screenshot the error

#

ill try to look for his old messages

hard bone
#

Here you go.

pastel ridge
#

can you screenshot the java args as well

#

oh thwy are right above that

#

-XX:+UnlockExperimentalVMOptions -XX:+UnlockDiagnosticVMOptions

#

add these to the start

#

and add a "-" before the libopenal arg

pastel ridge
hard bone
#

Okay, trying it now...

#

Alright, that fixed it, thank you so much for your help!