Done Crash on login

Discussion in 'Project Ozone 2' started by _Redst0ne_Guy_, May 9, 2017.

  1. _Redst0ne_Guy_

    _Redst0ne_Guy_ Active Member

    Messages:
    24
    Likes Received:
    1
    Local Time:
    2:03 PM
    Keep crashing on login PO2 Kappa mode.


    Tp to spawn?
     
  2. _Redst0ne_Guy_

    _Redst0ne_Guy_ Active Member

    Messages:
    24
    Likes Received:
    1
    Local Time:
    2:03 PM
    Crash log, if it helps. Looks like item conduit on metal press. Delete metal press? its cheap (i have two presses)

    at blusunrize.immersiveengineering.common.blocks.metal.TileEntityMetalPress.func_94128_d(TileEntityMetalPress.java:486)
    at crazypants.enderio.conduit.item.ItemConduit.canConnectToExternal(ItemConduit.java:579)
    at crazypants.enderio.conduit.AbstractConduit.onNeighborBlockChange(AbstractConduit.java:556)
    at crazypants.enderio.conduit.AbstractConduit.onNeighborChange(AbstractConduit.java:579)
    at crazypants.enderio.conduit.TileConduitBundle.onNeighborChange(TileConduitBundle.java:344)
    at crazypants.enderio.conduit.BlockConduitBundle.onNeighborChange(BlockConduitBundle.java:815)
    at net.minecraft.world.World.func_147453_f(World.java:3875)
     
  3. Xfel11

    Xfel11 Consultant

    Messages:
    635
    Likes Received:
    157
    Local Time:
    10:03 PM
    Can you please give us the whole crash-report? Otherwise we cannot properly solve your issue.
     
  4. _Redst0ne_Guy_

    _Redst0ne_Guy_ Active Member

    Messages:
    24
    Likes Received:
    1
    Local Time:
    2:03 PM
    Here[DOUBLEPOST=1494377830,1494373195][/DOUBLEPOST]also, i think my coordanites are also off on the few seconds I can get in game, so at least can i get a tp to spawn or something? for now?
     

    Attached Files:

  5. Matryoshika

    Matryoshika Well-Known Member

    Messages:
    1,193
    Likes Received:
    606
    Local Time:
    10:03 PM
    Issue stems from this tiny if-statement:
    Code:
    if (master.stopped >= 0)
    The "master" is the TileEntity that control's the whole multiblock. However, the getter method for that (master()), can return a null value (non-existant).

    @_Redst0ne_Guy_ Teleporting you to spawn will likely only prolong the issue. I'm taking it that this happens on your own island, yes?
    If so, guess what will likely happen if you return there.

    @Senior Moderator
    Can one of you please get the player's last position, and do a WE clear of EIO item-conduits in a small radius around the him?
     
  6. SirWill

    SirWill Founder

    Messages:
    12,284
    Likes Received:
    3,708
    Local Time:
    10:03 PM
    I removed the metal press, try joining again.
     
  7. _Redst0ne_Guy_

    _Redst0ne_Guy_ Active Member

    Messages:
    24
    Likes Received:
    1
    Local Time:
    2:03 PM
    Yep. works. Close[DOUBLEPOST=1494465846][/DOUBLEPOST]Thanks
     

Share This Page