Solved Server crash: java.lang.NullPointerException HELP!

Slapyurmomma

New Member
Jul 29, 2019
8
0
0
Hello, i need help my server keeps crashing with this report, i dont know what the problem is.
I am running Direwolf20 Mod Pack V2 on a dedicated server.
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.

Time: 12/29/12 5:33 PM
Description: Ticking tile entity

java.lang.NullPointerException
at com.eloraam.redpower.machine.TileManager.handleTubeItem(TileManager.java:214)
at com.eloraam.redpower.machine.TileManager.tubeItemEnter(TileManager.java:256)
at com.eloraam.redpower.core.TubeFlow.update(TubeFlow.java:94)
at com.eloraam.redpower.machine.TileTube.g(TileTube.java:167)
at yc.h(World.java:2164)
at in.h(WorldServer.java:514)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:679)
at ho.r(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
at com.eloraam.redpower.machine.TileManager.handleTubeItem(TileManager.java:214)
at com.eloraam.redpower.machine.TileManager.tubeItemEnter(TileManager.java:256)
at com.eloraam.redpower.core.TubeFlow.update(TubeFlow.java:94)
at com.eloraam.redpower.machine.TileTube.g(TileTube.java:167)

-- Tile entity being ticked --
Details:
Name: RPTube // com.eloraam.redpower.machine.TileTube
Block type: ID #0
Block data value: Unknown? (Got -1)
Block location: World: (532,3,21), Chunk: (at 4,0,5 in 33,1; contains blocks 528,0,16 to 543,255,31), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511)
Stacktrace:
at yc.h(World.java:2164)
at in.h(WorldServer.java:514)

-- Affected level --
Details:
Level name: world
All players: 1 total; [iq['fnatkaz'/1387, l='world', x=529.50, y=4.00, z=13.50]]
Chunk stats: ServerChunkCache: 442 Drop: 0
Level seed: 8110907646935496375
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:679)
at ho.r(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)
[DOUBLEPOST=1356799013][/DOUBLEPOST]Rest of Report if needed.

-- System Details --
Details:
Minecraft Version: 1.4.6
Operating System: Linux (amd64) version 3.2.13-grsec-xxxx-grs-ipv6-64
Java Version: 1.7.0_03, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 631257448 bytes (602 MB) / 1030094848 bytes (982 MB) up to 1584463872 bytes (1511 MB)
JVM Flags: 4 total; -XX:+AggressiveOpts -XX:parallelGCThreads=3 -Xmx1536M -Xincgc
AABB Pool Size: 11764 (658784 bytes; 0 MB) allocated, 5100 (285600 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v7.25 FML v4.6.12.511 Minecraft Forge 6.5.0.474 58 mods loaded, 58 mods active
Profiler Position: N/A (disabled)
Vec3 Pool Size: 13874 (776944 bytes; 0 MB) allocated, 11960 (669760 bytes; 0 MB) used
Player Count: 3 / 20; [iq['fnatkaz'/1387, l='world', x=529.50, y=4.00, z=13.50], iq['Thomas1017'/8576, l='world', x=-40.30, y=64.00, z=-4012.28], iq['ruijtsantos'/12560, l='world', x=11587.19, y=102.00, z=13902.02]]
Is Modded: Definitely; Server brand changed to 'fml'
Type: Dedicated Server (map_server.txt)
 

Slapyurmomma

New Member
Jul 29, 2019
8
0
0
yes there was managers in the area, i just reset the area that the problem was at and that fixed the problem.
 

Fantasix

New Member
Jul 29, 2019
1
0
0
This is not "Solved", problem's still here !

Here's how to reproduce (It will corrupt you save file forever) :

You'll need :
- 1 Manager
- 1 Chest
- 1 Pneumatic Tube
- Something to power the manager
- A random item

1357688562-sans-titre-1.png


Put the random item in the chest. It will be sucked in by the Manager. The Manager's light will then turn to red.

Then, just put the same random item into the Manager's GUI, and the game will crash.

Fanta'
 

didlyi

New Member
Jul 29, 2019
26
0
0
very late and i am very tired now...managed to get in with mcedit and delete the affected blocks..well and a few others...world is saved..
 

Mekah2

Active Member
Jul 29, 2019
4
0
26
My problem seemed to be when an item from the tubes went into the manager. Because the tube was not moving that many items I had just enough time to log in and break the manager that was causing the problem. I was the one that placed it so it crashed where I was standing. I guess I was lucky to have enough time to remove it.