Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when right clicked with iron in hand and drawer key in off hand #59

Open
quasarea opened this issue Feb 7, 2019 · 3 comments
Open
Labels

Comments

@quasarea
Copy link

quasarea commented Feb 7, 2019

In Project Ozone 3 3.0.37, right clicking on item translocation with iron ingots in hand and drawer key in off hand crashed the game totally - now start will fail with:

[22:34:48] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
net.minecraft.util.ReportedException: Ticking block entity
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:773) ~[MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) ~[nz.class:?]
        at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) ~[MinecraftServer.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
Caused by: java.lang.NullPointerException
        at codechicken.translocators.part.ItemTranslocatorPart.func_73660_a(ItemTranslocatorPart.java:154) ~[ItemTranslocatorPart.class:?]
        at codechicken.multipart.scalatraits.TTickableTile$class.update(TTickableTile.scala:58) ~[TTickableTile$class.class:?]
        at codechicken.multipart.scalatraits.JTickableTile$class.func_73660_a(TTickableTile.scala:95) ~[?:?]
        at TileMultipart_cmp$$0.func_73660_a(Unknown Source) ~[?:?]
        at net.minecraft.world.World.func_72939_s(World.java:1835) ~[amu.class:?]
        at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) ~[oo.class:?]
        at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) ~[MinecraftServer.class:?]
        ... 4 more
[22:34:48] [Server thread/ERROR] [minecraft/MinecraftServer]: This crash report has been saved to: E:\PO3-Server-3.0.37\.\crash-reports\crash-2019-02-07_22.34.48-server.txt

crash-2019-02-07_22.34.48-server.txt

@quasarea quasarea changed the title Crash when right clicked with iron in hand Crash when right clicked with iron in hand and drawer key in off hand Feb 7, 2019
@Naxanria
Copy link

Naxanria commented Apr 9, 2019

This also works with just an empty offhand.

See also FTBTeam/FTB-Sky-Odyssey#312

@jezzen
Copy link

jezzen commented May 5, 2019

Just had a similar crash. Tried adding iron ingot to a translocator on a drawer system. In my case there were no drawers connected so null pointer would come from there being no valid inventories detected. Not sure if your situation was the same.

@Gunner76th
Copy link

crash-2019-06-11_21.14.37-server.txt

Just had this crash while running Sky Factory 4. Player was attempting to upgrade and configure the translocator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants