View Issue Details

IDProjectCategoryView StatusLast Update
0002271Industrial-Craft²machinespublic2018-06-13 00:02
Reporternotsoup210 Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionunable to reproduce 
Summary0002271: Electric Kinetic Generator crash on right click with Crescent Hammer
Descriptionindustrialcraft-2-2.2.827-experimental

Time: 10/23/17 3:50 AM
Description: Unexpected error

java.lang.NullPointerException: world is null
    at ic2.api.energy.event.EnergyTileEvent.<init>(EnergyTileEvent.java:20)
    at ic2.api.energy.event.EnergyTileLoadEvent.<init>(EnergyTileLoadEvent.java:23)
    at ic2.core.block.comp.Energy.setDirections(Energy.java:233)
    at ic2.core.block.kineticgenerator.tileentity.TileEntityElectricKineticGenerator.updateDirections(TileEntityElectricKineticGenerator.java:65)
    at ic2.core.block.kineticgenerator.tileentity.TileEntityElectricKineticGenerator.setFacing(TileEntityElectricKineticGenerator.java:61)
    at ic2.core.block.BlockMultiID.rotateBlock(BlockMultiID.java:495)
    at cofh.thermalexpansion.item.tool.ItemWrench.onItemUseFirst(ItemWrench.java:88)
    at net.minecraft.client.multiplayer.PlayerControllerMP.func_78760_a(PlayerControllerMP.java:317)
    at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1447)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1953)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236)
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297)
    at org.multimc.EntryPoint.listen(EntryPoint.java:162)
    at org.multimc.EntryPoint.main(EntryPoint.java:53)
Steps To Reproduce1. Place Electric Kinetic Generator
2. Right click with Crescent Hammer from Thermal Expansion
3. Cry
Additional InformationElectric wrench right click works. May be a Thermal Expansion crash.
TagsNo tags attached.
Minecraft Version1.7.10

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-10-23 09:14 notsoup210 New Issue
2018-06-13 00:02 Chocohead Status new => closed
2018-06-13 00:02 Chocohead Resolution open => unable to reproduce