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

[USER OS ISSUE] Crashing on startup on Linux #247

Open
spudnut2000 opened this issue Jul 28, 2023 · 6 comments
Open

[USER OS ISSUE] Crashing on startup on Linux #247

spudnut2000 opened this issue Jul 28, 2023 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@spudnut2000
Copy link

Modpack Version
1.6.0

Minecraft Version
1.19.3

Describe the crash or bug
Pack will not launch, immediate crash upon loading.

Steps to reproduce the behavior:
Install the pack on Linux with any launcher.

Expected behavior
The pack runs.

Screenshots
N/A

Crash log or latest.log.log
https://pastebin.com/TtaK58rV

Additional context

  • Tested on Ubuntu 22.04 and Nobara 38
  • Tested with ATLauncher, GDLauncher, and PrismLauncher.
  • Installed GLFW 3.3.7
  • Tried using proprietary and noeavu Nvida Drivers

** System Specs **

  • Intel® Core™ i7-3770
  • 32 GB RAM
  • NVIDIA GeForce GTX 960
  • Nobara 38 & Ubuntu 22.04

I realize this might be a far stretch since I am on linux and unable to use the cureforge launcher, but any help would be appreciated.

p.s. I hate java stacktraces

@spudnut2000 spudnut2000 added the bug Something isn't working label Jul 28, 2023
@spudnut2000 spudnut2000 changed the title [BUG] [BUG] Crashing on startup on Linux Jul 28, 2023
@itsdinkd
Copy link
Owner

itsdinkd commented Aug 1, 2023

Not too knowledgeable with Linux issues but I'll leave this open in case anyone else might be able to assist you though you would have better luck in the discord

@itsdinkd
Copy link
Owner

itsdinkd commented Aug 1, 2023

See #72 you might need a more recent glfw version than 3.3.7 if one exists

Also try using PolyMC

@Vynlore01
Copy link

Vynlore01 commented Aug 5, 2023

I had the same issue on an Arch Linux install and I was able to fix this by installing the git version of glfw (glfw-git) from the arch aur and adding -Dorg.lwjgl.glfw.libname=/usr/lib64/libglfw.so.3 to the jvm args.
For a Fedora based distro you might try out https://copr.fedorainfracloud.org/coprs/uriesk/minecraft-wayland-glfw-git/

If you're using something like PolyMC or Prism launcher the switch under workarounds to use the native glfw does not work for 1.19+ (PrismLauncher/PrismLauncher#513).

@xxl2005
Copy link

xxl2005 commented Aug 23, 2023

I had the same issue on an Arch Linux install and I was able to fix this by installing the git version of glfw (glfw-git) from the arch aur and adding -Dorg.lwjgl.glfw.libname=/usr/lib64/libglfw.so.3 to the jvm args. For a Fedora based distro you might try out https://copr.fedorainfracloud.org/coprs/uriesk/minecraft-wayland-glfw-git/

If you're using something like PolyMC or Prism launcher the switch under workarounds to use the native glfw does not work for 1.19+ (PrismLauncher/PrismLauncher#513).

what do you mean add -Dorg.lwjgl.glfw.libname=/usr/lib64/libglfw.so.3 i can't find libglfw.so.3? I have the same problem as spudnuts 2000, my system pop os

@xxl2005
Copy link

xxl2005 commented Aug 23, 2023

glfw (glfw-git) have installed. AQM2 not working

@itsdinkd itsdinkd changed the title [BUG] Crashing on startup on Linux [SUPPORT] Crashing on startup on Linux Aug 23, 2023
@itsdinkd itsdinkd changed the title [SUPPORT] Crashing on startup on Linux [USER OS ISSUE] Crashing on startup on Linux Aug 23, 2023
@Vynlore01
Copy link

image
(I have a little bit of a unique setup with Arch Linux running in Distrobox on a Fedora Kinoite install, but it should work the same way as a typical Arch Linux install.) Also, ignore all the extra arguments already there, you just need the one.

For an Ubuntu based distro such as PopOS, the actual place where the files are installed might be different (idk since I don't use Ubuntu or derivatives). For example- they could be installed under /usr/lib instead of /usr/lib64.
In this case the argument to add would probably be something like this: -Dorg.lwjgl.glfw.libname=/usr/lib/libglfw.so.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants