Keridos / FloodLights

Minecraft Mod for Flood Lights (alternative for GregsLighting)
GNU Lesser General Public License v3.0
9 stars 12 forks source link

1.9.4 Crash with EnderIO #68

Closed Keridos closed 8 years ago

Keridos commented 8 years ago

http://pastebin.com/wiNgNEa7

Hastling commented 8 years ago

confirmed to also happen in 1.10.2 http://pastebin.com/9tHLtHNS

Keridos commented 8 years ago

Now just to find out what actually causes this.

Keridos commented 8 years ago

Unreported exception thrown! java.lang.ClassCastException: de.keridos.floodlights.tileentity.TileEntityPhantomLight cannot be cast to crazypants.enderio.conduit.IConduitBundle at crazypants.enderio.conduit.AbstractItemConduit.onItemUse(AbstractItemConduit.java:90) ~[AbstractItemConduit.class:?] at net.minecraft.item.ItemStack.onItemUse(ItemStack.java:157) ~[ItemStack.class:?] at net.minecraft.client.multiplayer.PlayerControllerMP.processRightClickBlock(PlayerControllerMP.java:477) ~[PlayerControllerMP.class:?] at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1602) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.processKeyBinds(Minecraft.java:2273) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.runTickKeyboard(Minecraft.java:2057) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.runTick(Minecraft.java:1845) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1119) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:404) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_72] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_72] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_72] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_72] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_72] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_72] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?]