embeddedt / ArchaicFix

Swiss army knife of bugfixes and performance improvements for MC 1.7.10
Other
67 stars 10 forks source link

Crush with Crucible, had logs. #109

Closed Natsukiw closed 10 months ago

Natsukiw commented 10 months ago

I understand that it is not compatible with Crucible, but it comes with logs. I think there may be a way to save it. If it is indeed incompatible, feel free to close this issue.

with: archaicfix-0.6.2-main.11+a44f61d8f4 unimixins-all-1.7.10-0.1.15

[20:52:18] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.2).
[20:52:18] [main/ERROR]: Critical injection failure: LVT in net/minecraft/world/World::func_72866_a(Lnet/minecraft/entity/Entity;Z)V has incompatible changes at opcode 191 in callback mixins.archaicfix.early.json:common.core.MixinWorld from mod archaicfix->@Inject::skipUpdateIfOptimizing(Lnet/minecraft/entity/Entity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IIZ)V.
 Expected: [I, I, Z]
    Found: [I, I, Lnet/minecraft/world/ChunkCoordIntPair;]
Available: [I, I, Lnet/minecraft/world/ChunkCoordIntPair;, Z, Lnet/minecraft/world/chunk/Chunk;, Z, B]
[20:52:18] [main/ERROR]: Critical injection failure: LVT in net/minecraft/world/World::func_72866_a(Lnet/minecraft/entity/Entity;Z)V has incompatible changes at opcode 191 in callback mixins.archaicfix.early.json:common.core.MixinWorld from mod archaicfix->@Inject::skipUpdateIfOptimizing(Lnet/minecraft/entity/Entity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IIZ)V.
 Expected: [I, I, Z]
    Found: [I, I, Lnet/minecraft/world/ChunkCoordIntPair;]
Available: [I, I, Lnet/minecraft/world/ChunkCoordIntPair;, Z, Lnet/minecraft/world/chunk/Chunk;, Z, B]
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: java.lang.reflect.InvocationTargetException
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at java.lang.reflect.Method.invoke(Method.java:498)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:46)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:15)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: Caused by: java.lang.NoClassDefFoundError: net/minecraft/world/World
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at java.lang.Class.getDeclaredMethods0(Native Method)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at java.lang.Class.getMethod0(Class.java:3018)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at java.lang.Class.getMethod(Class.java:1784)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at net.minecraft.launchwrapper.Launch.launch(Launch.java:156)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at net.minecraft.launchwrapper.Launch.main(Launch.java:30)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   ... 6 more
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: Caused by: java.lang.ClassNotFoundException: net.minecraft.world.World
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:193)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   ... 13 more
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:294)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:177)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   ... 15 more
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]: Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: LVT in net/minecraft/world/World::func_72866_a(Lnet/minecraft/entity/Entity;Z)V has incompatible changes at opcode 191 in callback mixins.archaicfix.early.json:common.core.MixinWorld from mod archaicfix->@Inject::skipUpdateIfOptimizing(Lnet/minecraft/entity/Entity;ZLorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;IIZ)V.
 Expected: [I, I, Z]
    Found: [I, I, Lnet/minecraft/world/ChunkCoordIntPair;]
Available: [I, I, Lnet/minecraft/world/ChunkCoordIntPair;, Z, Lnet/minecraft/world/chunk/Chunk;, Z, B]
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:547)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:497)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:276)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:445)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1377)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
[20:52:18] [main/INFO]: [java.lang.Throwable$WrappedPrintStream:println:749]:   ... 20 more