itsdinkd / AQM2

1.17 - 1.19.2
https://www.curseforge.com/minecraft/modpacks/another-quality-modpack-2
10 stars 6 forks source link

[Crash] Does not launch - Unknown Reason #72

Closed votex09 closed 2 years ago

votex09 commented 2 years ago

Modpack Version AQM2 v1.4.1

Minecraft Version 1.18.2

Describe the crash or bug Pack doesn't launch through GDLauncher (latest stable) / PolyMC (1.3.2-404b9599) on Linux (Endeavour OS) Unknown if this is isolated to Linux or just dumb on my part - but I haven't had any issues playing anything else.

Seems to point to org.spongepowered.asm.mixin.transformer.* - this is obscure due to other mods using this classpath commonly.

Steps to reproduce the behavior: Create instance of pack through launchers.

Expected behavior Title screen should appear after loading

Screenshots image image

Crash log or latest.log.log Link

Additional context Unmodified instance of modpack in both attempts. Further investigation notes that AQM2 v1.3.3 also has the exact same crash, only tested on GDLauncher.

FederAndInk commented 2 years ago

first you need to use java 17, then there is an issue with glfw on Linux, you need to install glfw>=3.3.7 (it should be available on the official repos of Endeavouros), then you need to specify "use system glfw" in PolyMC

votex09 commented 2 years ago

Using glfw 3.3.7 solved this.

image

For GDLauncher, looks like i'll have to manually move the libraries from /usr/lib/ to the instance in natives. On attempting this, looks like it succeeds as well:

image

Closing this as solved - not a bug with the pack.