This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
gronkdamage's profile picture

Server crash - seems to be related to computercraft...

Started by gronkdamage, 20 March 2013 - 09:30 PM
gronkdamage #1
Posted 20 March 2013 - 10:30 PM
Our server keeps crashing since 1.51 - I finally posted this on the minecraftforums, and it was agreed the problem lied within computercraft…

Any suggestions? :)/>


Spoiler—- Minecraft Crash Report —-
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 3/20/13 12:48 AM
Description: Ticking tile entity
java.lang.NullPointerException
at dan200.computer.shared.NetworkedTerminalHelper.createTerminalChangedPacket(NetworkedTerminalHelper.java:291)
at dan200.computer.shared.NetworkedTerminalHelper.update(NetworkedTerminalHelper.java:96)
at dan200.computer.shared.NetworkedComputerHelper.update(NetworkedComputerHelper.java:104)
at dan200.computer.shared.TileEntityComputer.func_70316_g(TileEntityComputer.java:95)
at net.minecraft.world.World.func_72939_s(World.java:2163)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:540)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:651)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:274)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:570)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:468)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
 
A detailed walkthrough of the error, its code path and all known details is as follows:
—————————————————————————————
– Head –
Stacktrace:
at dan200.computer.shared.NetworkedTerminalHelper.createTerminalChangedPacket(NetworkedTerminalHelper.java:291)
at dan200.computer.shared.NetworkedTerminalHelper.update(NetworkedTerminalHelper.java:96)
at dan200.computer.shared.NetworkedComputerHelper.update(NetworkedComputerHelper.java:104)
at dan200.computer.shared.TileEntityComputer.func_70316_g(TileEntityComputer.java:95)
– Tile entity being ticked –
Details:
Name: computer // dan200.computer.shared.TileEntityComputer
Block type: ID #1225 (tile.cccomputer // dan200.computer.shared.BlockComputer)
Block data value: 13 / 0xD / 0b1101
Block location: World: (52,66,-1463), Chunk: (at 4,4,9 in 3,-92; contains blocks 48,0,-1472 to 63,255,-1457), Region: (0,-3; contains chunks 0,-96 to 31,-65, blocks 0,0,-1536 to 511,255,-1025)
Actual block type: ID #1225 (tile.cccomputer // dan200.computer.shared.BlockComputer)
Actual block data value: 13 / 0xD / 0b1101
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:2163)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:540)
– Affected level –
Details:
Level name: Isengard
All players: 4 total; [EntityPlayerMP['cmoscarella'/444949, l='Isengard', x=-134.31, y=26.00, z=54.99], EntityPlayerMP['sleepery'/1585163, l='Isengard', x=-695.70, y=60.17, z=-420.51], EntityPlayerMP['Sabster76'/1658560, l='Isengard', x=-113.50, y=71.00, z=-1429.79], EntityPlayerMP['Kallervo'/1586091, l='Isengard', x=-256.57, y=91.00, z=-913.92]]
Chunk stats: ServerChunkCache: 2057 Drop: 0
Level seed: 7653458879658474511
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (44,64,256), Chunk: (at 12,4,0 in 2,16; contains blocks 32,0,256 to 47,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 31275452 game time, 14579253 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 34719 (now: false), thunder time: 34038 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:651)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:274)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:570)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:468)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
– System Details –
Details:
Minecraft Version: 1.5
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_17, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1918975688 bytes (1830 MB) / 2143551488 bytes (2044 MB) up to 2143551488 bytes (2044 MB)
JVM Flags: 2 total; -Xms2048M -Xmx2048M
AABB Pool Size: 17389 (973784 bytes; 0 MB) allocated, 16453 (921368 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v7.42 FML v5.0.24.582 Minecraft Forge 7.7.0.582 8 mods loaded, 8 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CodeChickenCore [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
NotEnoughItems [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ComputerCraft [ComputerCraft] (ComputerCraft1.51.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CCTurtle [ComputerCraft Turtles] (ComputerCraft1.51.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Kabo_ShowMonsters [Show Monsters] (ShowMonstersv3.3.15-Forge.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 4240 (237440 bytes; 0 MB) allocated, 3817 (213752 bytes; 0 MB) used
Player Count: 4 / 20; [EntityPlayerMP['cmoscarella'/444949, l='Isengard', x=-134.31, y=26.00, z=54.99], EntityPlayerMP['sleepery'/1585163, l='Isengard', x=-695.70, y=60.17, z=-420.51], EntityPlayerMP['Sabster76'/1658560, l='Isengard', x=-113.50, y=71.00, z=-1429.79], EntityPlayerMP['Kallervo'/1586091, l='Isengard', x=-256.57, y=91.00, z=-913.92]]
Is Modded: Definitely; Server brand changed to 'fml'
Type: Dedicated Server (map_server.txt)
Cloudy #2
Posted 20 March 2013 - 11:47 PM
What the… I don't even understand how this crash is possible. I'll look into it.
PixelToast #3
Posted 21 March 2013 - 04:54 AM
not happening to me, have you tried resetting the map?
Cloudy #4
Posted 21 March 2013 - 06:41 AM
Fixed in next version.
gronkdamage #5
Posted 21 March 2013 - 08:01 AM
Woot! Thanks Cloudy! ETA on that release? :)/>
Cloudy #6
Posted 21 March 2013 - 08:35 AM
We will try and get a 1.5.1 release out shortly after it is released in the launcher (tomorrow).
gronkdamage #7
Posted 21 March 2013 - 08:49 AM
Sweet - thanks again! :)/>
gronkdamage #8
Posted 22 March 2013 - 12:22 PM
I know you guys are busy :)/> but is there an ETA on when the update will be released? I didn't realize how addicted to MC and CC I am… :)/>
Cloudy #9
Posted 22 March 2013 - 12:38 PM
…when it gets released? We don't like ETA's.
gronkdamage #10
Posted 22 March 2013 - 01:44 PM
oh, ok :(/> I didn't want to bring my server back up until CC is ready to go for the 1.5.1 update. I'll keep waiting; thanks! (and keep up the great work - turtles are the best thing to happen in MC) :)/>
Cranium #11
Posted 22 March 2013 - 04:52 PM
If I may ask, what was the problem? Obviously, you know how to fix it, so what caused the error?