ArcasCZ

Untitled

Apr 20th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. Description: Ticking block entity
  2.  
  3. java.lang.RuntimeException: You didn't mount this location
  4. at dan200.computercraft.core.apis.PeripheralAPI$PeripheralWrapper.unmount(PeripheralAPI.java:200)
  5. at dan200.computercraft.shared.peripheral.modem.TileCable$RemotePeripheralWrapper.unmount(TileCable.java:959)
  6. at com.austinv11.peripheralsplusplus.tiles.MountedTileEntity.detach(MountedTileEntity.java:22)
  7. at com.austinv11.peripheralsplusplus.tiles.TileEntityPlayerSensor.detach(TileEntityPlayerSensor.java:127)
  8. at dan200.computercraft.shared.peripheral.modem.TileCable$RemotePeripheralWrapper.detach(TileCable.java:906)
  9. at dan200.computercraft.shared.peripheral.modem.TileCable.detachPeripheral(TileCable.java:745)
  10. at dan200.computercraft.shared.peripheral.modem.TileCable.findPeripherals(TileCable.java:1014)
  11. at dan200.computercraft.shared.peripheral.modem.TileCable.func_145845_h(TileCable.java:659)
  12. at net.minecraft.world.World.func_72939_s(World.java:2529)
  13. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:633)
  14. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:954)
  15. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:431)
  16. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:809)
  17. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:669)
  18. at java.lang.Thread.run(Thread.java:745)
  19.  
  20.  
  21. A detailed walkthrough of the error, its code path and all known details is as follows:
  22. ---------------------------------------------------------------------------------------
  23.  
  24. -- Head --
  25. Stacktrace:
  26. at dan200.computercraft.core.apis.PeripheralAPI$PeripheralWrapper.unmount(PeripheralAPI.java:200)
  27. at dan200.computercraft.shared.peripheral.modem.TileCable$RemotePeripheralWrapper.unmount(TileCable.java:959)
  28. at com.austinv11.peripheralsplusplus.tiles.MountedTileEntity.detach(MountedTileEntity.java:22)
  29. at com.austinv11.peripheralsplusplus.tiles.TileEntityPlayerSensor.detach(TileEntityPlayerSensor.java:127)
  30. at dan200.computercraft.shared.peripheral.modem.TileCable$RemotePeripheralWrapper.detach(TileCable.java:906)
  31. at dan200.computercraft.shared.peripheral.modem.TileCable.detachPeripheral(TileCable.java:745)
  32. at dan200.computercraft.shared.peripheral.modem.TileCable.findPeripherals(TileCable.java:1014)
  33. at dan200.computercraft.shared.peripheral.modem.TileCable.func_145845_h(TileCable.java:659)
Advertisement
Add Comment
Please, Sign In to add comment