Metallurgy 4: Reforged

Metallurgy 4: Reforged

438k Downloads

Game crashes on startup

TheCastes opened this issue ยท 20 comments

commented

When I start the game minecraft loads for a second and just crashes giving me the error "The game crashed whilst there was a severe problem during mod loading that has caused the game to fail".
Here is the ##Crashlog
crash-2018-11-28_21.06.24-client.txt

commented

Could you please list the steps needed to reproduce this bug?

commented
  • put the mod in the mods folder

  • Open the launcher

  • start the game with forge

  • game crashes

commented

are there other mods you're playing with, other than Metallurgy?

commented

no

commented

also, if you click on more details after the crash it gives you this "The game crashed whilst there was a severe problem during mod loading that has caused the game to fail
Error: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Metallurgy 4: Reforged (m5)"

commented

image
I'm unable to reproduce it, both on default Minecraft launcher and in my modding environment ๐Ÿค” :hyperthonk:

you sure that your launcher is ok and not corrupt right?

Also pinging @HurtsAsHell in case he finds out about it

Anyways the crash log says that forge doesn't find the method that registers tile entities, making the whole game to crash

commented

i'll double check to be sure trying to run other mods, i'll answer you after I check

commented

I tried running another mod with the same version and is fine, i don't honestly know why metallurgy is not working

commented

Could be the version of forge or java. Also, try cleaning your configs folder.

commented

I'll try

commented

clean out configs, and change your forge to at least 27xx to keep this mod stable. 26xx forge will crash.

commented

sure

commented

now that I think about it, it's probably going to be forge version ๐Ÿค”
because if it didn't find a method, probably it's been renamed after some of the latest versions

Not 100% sure though

commented

@Davoleo If it ends up being the case, can you add a forge version dependency after this?

commented

I done tests and 26xx or below forge will crash when attempting to load this mod. It needs 27xx+ to load properly. Thank you for your patience.

commented

yeah, I'll do it, I actually think there's already one, but it may be not enough

commented

yes it was the version, version 27xx only supported i guess...

commented

really confused now

@Mod(modid = Metallurgy.MODID, name = Metallurgy.NAME, version = Metallurgy.VERSION, dependencies = "required-after:forge@[11.16.0.2768,)", acceptedMinecraftVersions = "[1.12]")

commented

https://imgur.com/a/9yAFtu0

to help clear up confusion. 2700 can run metallurgy... but any other mods installed will require proper updates to forge 27xx.

Metallurgy does not have any known dependencies, which the line within the () can be completely disregarded.

commented

the issue here is that, even if they have an older version of forge the forge dependency on the line I highlighted there doesn't stop the client from loading, and that makes it crash