Shinoow / AbyssalCraft

Source repo for the AbyssalCraft mod
GNU Lesser General Public License v3.0
82 stars 49 forks source link

Crashing no matter what #356

Closed AngryMiner5704 closed 5 years ago

AngryMiner5704 commented 5 years ago

Intro:

Whatever version I use, my game crashes when I try to use this mod. I will attach the crash report of the oldest version that I have

Time: 4/16/19 5:05 PM Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoSuchMethodError: net.minecraftforge.fluids.Fluid.registerLegacyName(Ljava/lang/String;Ljava/lang/String;)V at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.NoSuchMethodError: net.minecraftforge.fluids.Fluid.registerLegacyName(Ljava/lang/String;Ljava/lang/String;)V at com.shinoow.abyssalcraft.AbyssalCraft.preInit(AbyssalCraft.java:287) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) ... 10 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_171, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1660602560 bytes (1583 MB) / 3673976832 bytes (3503 MB) up to 6120341504 bytes (5836 MB) Mod Pack: ERROR NullPointerException: null LiteLoader Mods: ERROR NullPointerException: null LaunchWrapper: 48 active transformer(s)

AngryMiner5704 commented 5 years ago

It also crashes when I use it by itself, before you suggest removing some of my other mods.

Shinoow commented 5 years ago

You have a bug report template, use it properly. The crash in that pasted in crash report was fixed 4 years ago. 1.7.10 support was dropped nearly 3 years ago (and yes, you should be using 1.9.1.3-FINAL, because that's the last update released for 1.7.10).

AngryMiner5704 commented 5 years ago

1.9.1.3 crashes too! I'm a sad panda.

AngryMiner5704 commented 5 years ago

also im dumb, how do i use the bug report template?

Shinoow commented 5 years ago

It's the editable text that appears on the "new issue" page, prior to submitting it, which, by the looks of it, you removed all of before posting this issue.

AngryMiner5704 commented 5 years ago

To be completely honest, I didnt know what that was XD

From, Angry, Lord of Rage

On Apr 19, 2019, at 2:20 AM, Felix Lundquist notifications@github.com wrote:

It's the editable text that appears on the "new issue" page, prior to submitting it, which, by the looks of it, you removed all of before posting this issue.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.