quentin452 / OptimizationsAndTweaks

Mod that add some Optimizations/Bugfix/Tweakings for minecraft 1.7.10 and mods
GNU Lesser General Public License v3.0
35 stars 2 forks source link

[1.7.10]: Try fixing java.lang.InstantiationException with Slime Carnage #31

Closed quentin452 closed 11 months ago

quentin452 commented 11 months ago

Modpack

no modpacks

Game log

[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: java.lang.InstantiationException: supremopete.SlimeCarnage.worldgen.ComponentSlime
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at java.lang.Class.newInstance(Class.java:427)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraft.world.gen.structure.MapGenStructureIO.func_143032_b(SourceFile:81)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraft.world.gen.structure.StructureStart.func_143020_a(StructureStart.java:104)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraft.world.gen.structure.MapGenStructureIO.func_143035_a(SourceFile:69)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraft.world.gen.structure.MapGenStructure.func_143027_a(MapGenStructure.java:267)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraft.world.gen.structure.MapGenStructure.func_151538_a(MapGenStructure.java:30)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraft.world.gen.MapGenBase.func_151539_a(SourceFile:30)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraft.world.gen.ChunkProviderFlat.func_82695_e(SourceFile:217)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:49)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(ChunkIOProvider.java:12)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(AsynchronousExecutor.java:344)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(AsynchronousExecutor.java:302)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:12)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:126)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:101)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraft.server.MinecraftServer.func_71222_d(MinecraftServer.java:265)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:78)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:92)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]: Caused by: java.lang.NoSuchMethodException: supremopete.SlimeCarnage.worldgen.ComponentSlime.<init>()
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at java.lang.Class.getConstructor0(Class.java:3082)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     at java.lang.Class.newInstance(Class.java:412)
[22:33:28] [Server thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:749]:     ... 19 more

Description

Try fixing this error by making a mixin