CensoredASM

CensoredASM

422k Downloads

Incompatible with EvilNotchLib

jredfox opened this issue ยท 1 comments

commented
[B#900]  java.lang.reflect.InvocationTargetException: null
[B#900]  	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
[B#900]  	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
[B#900]  	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
[B#900]  	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
[B#900]  	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
[B#900]  	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[B#900]  Caused by: java.lang.NullPointerException
[B#900]  	at net.minecraft.item.ItemStack.func_77955_b(ItemStack.java:227) ~[aip.class:?]
[B#900]  	at net.minecraft.item.ItemStack.func_151000_E(ItemStack.java:1059) ~[aip.class:?]
[B#900]  	at net.minecraft.stats.StatList.func_151181_c(StatList.java:181) ~[qs.class:?]
[B#900]  	at net.minecraft.stats.StatList.func_151178_a(StatList.java:125) ~[qs.class:?]
[B#900]  	at net.minecraft.init.Bootstrap.func_151354_b(Bootstrap.java:515) ~[ni.class:?]
[B#900]  	at net.minecraft.client.Minecraft.<init>(MinecraftMixin.java:365) ~[bib.class:?]
[B#900]  	at net.minecraft.client.main.Main.main(SourceFile:123) ~[Main.class:?]
[B#900]  	... 6 more

Cause:
you freaken overwrite over half the itemstack class it's suppose to be an optimization mod not a capability mod. On top of that it overwrites and breaks my capability system. please remove all overwrites you don't absolutely need and use regular edits and remove all edits for the ItemStack class. According to my investigation it's on your side before and after forge's transforms the class remains unedited but mixinbootloader overrides all of forge's transforms as it appears to fire after

commented

Well that's tough isn't it, but you'll have to wait for v6 since its already fixed there.