AAAParticles icon indicating copy to clipboard operation
AAAParticles copied to clipboard

Linux Incompatibility with AAAParticles via "Prominence II RPG: Hasturian Era"

Open ofirtim opened this issue 1 year ago • 2 comments

I saw another issue that was closed 3 weeks ago, but the fix did not help in my side. Whenever trying to load up the game, the modpack crashes and throws this following error:

Description: Initializing game

java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'aaa_particles'!
	at app//net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:388)
	at app//net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
	at app//net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:386)
	at app//net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53)
	at MC//net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:458)
	at net.minecraft.client.main.Main.main(Main.java:211)
	at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
	at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
	at app//org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:100)
	at app//org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
	at app//org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
Caused by: java.lang.ExceptionInInitializerError
	at mod.chloeprime.aaaparticles.client.AAAParticlesClient.installNativeLibrary(AAAParticlesClient.java:55)
	at mod.chloeprime.aaaparticles.client.AAAParticlesClient.init(AAAParticlesClient.java:25)
	at mod.chloeprime.aaaparticles.fabric.AAAParticlesFabricClient.onInitializeClient(AAAParticlesFabricClient.java:15)
	at app//net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384)
	... 9 more
Caused by: java.lang.UnsatisfiedLinkError: /home/ofirtim/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/instances/Prominence II RPG- Hasturian Era/minecraft/libEffekseerNativeForJava.so: libGLU.so.1: cannot open shared object file: No such file or directory
	at [email protected]/jdk.internal.loader.NativeLibraries.load(Native Method)
	at [email protected]/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388)
	at [email protected]/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232)
	at [email protected]/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174)
	at [email protected]/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2394)
	at [email protected]/java.lang.Runtime.load0(Runtime.java:755)
	at [email protected]/java.lang.System.load(System.java:1957)
	at mod.chloeprime.aaaparticles.client.AAAParticlesClient.installNativeLibrary(AAAParticlesClient.java:53)
	... 12 more

ofirtim avatar Oct 05 '24 11:10 ofirtim

Try update the mod version of AAAParticles. The latest version fixes this on Linux

ChloePrime avatar Oct 05 '24 15:10 ChloePrime

@ChloePrime no it didn't i have the same problem

felix797 avatar Jan 04 '25 21:01 felix797