Bubbles

Bubbles

30.9k Downloads

Crash on startup

xskutsu opened this issue ยท 1 comments

commented
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Bubbles (baubles)
Caused by: java.lang.NoSuchMethodError: 'snownee.minieffects.handlers.MiniEffectsOffsets$Vec2i snownee.minieffects.handlers.MiniEffectsOffsets.get(java.lang.Class)'
    at baubles.common.integration.ModCompatibility.ME$applyOffset(ModCompatibility.java:124)
    at baubles.common.Baubles.postInit(Baubles.java:91)
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:639)
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:85)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:142)
    at com.google.common.eventbus.Subscriber.lambda$dispatchEvent$0(Subscriber.java:71)
    at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:31)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:68)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:111)
    at com.google.common.eventbus.EventBus.post(EventBus.java:270)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:283)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:261)
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:85)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:142)
    at com.google.common.eventbus.Subscriber.lambda$dispatchEvent$0(Subscriber.java:71)
    at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:31)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:68)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:111)
    at com.google.common.eventbus.EventBus.post(EventBus.java:270)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:197)
    at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:759)
    at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:338)
    at net.minecraft.client.Minecraft.init(Minecraft.java:535)
    at net.minecraft.client.Minecraft.run(Minecraft.java:6590)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at top.outlands.foundation.LaunchHandler.launch(LaunchHandler.java:119)
    at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at top.outlands.foundation.boot.Foundation.main(Foundation.java:41)
    at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
    at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
    at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)

If I had to guess, it's because I use MiniEffects-Legacy Extended Life instead of MiniEffects

Full log

commented

No it's because he moved the classes. Next update fixes the crash. Use MiniEffects Legacy 2.3.2, I hope he doesn't get quirky again and change the places of classes.