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

[CC 1.63][Tekkit 1.2.10C] Server crashes on ticking tile entity

Started by martijnenco, 17 November 2014 - 08:40 PM
martijnenco #1
Posted 17 November 2014 - 09:40 PM
Hello peeps!

So the server crashes some times a turtle compares his inventory with a block in front with him or compares something in the inventory.
I saw on an other bug report about this problem on the forum. It said that I shouldn't compare it wait air. So I did worked around that. Now it doesn't compares with air but, it's still crashing the server.

We are running a private server on a Github server and it's Tekkit version 1.2.10C (Beta). With is running computercraft version 1.63 ..

Pastebin to the turtle code: http://pastebin.com/XYVHA1Wh
To an API (I don't think something interesting is in here but just in case someone wants to see it.): http://pastebin.com/BU8weq8h

The compare functions are on line: 149, 186, 228, 254 and 286.


Server crash report:

2014-11-17 15:39:32 [SEVERE] Encountered an unexpected exception ReportedException
net.minecraft.util.ReportedException: Ticking tile entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.NullPointerException
at dan200.computercraft.shared.turtle.core.TurtleCompareCommand.execute(TurtleCompareCommand.java:102)
at dan200.computercraft.shared.turtle.core.TurtleBrain.updateCommands(TurtleBrain.java:776)
at dan200.computercraft.shared.turtle.core.TurtleBrain.update(TurtleBrain.java:92)
at dan200.computercraft.shared.turtle.blocks.TileTurtle.func_70316_g(TileTurtle.java:255)
at net.minecraft.world.World.func_72939_s(World.java:2209)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:550)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
... 4 more
2014-11-17 15:39:32 [SEVERE] This crash report has been saved to: /home/minecraft/Tekkit_Space/./crash-reports/crash-2014-11-17_15.39.32-server.txt

And many thanks in advance! :D/>
Edited on 17 November 2014 - 09:14 PM
Bomb Bloke #2
Posted 17 November 2014 - 11:30 PM
Modlist? Versions?
Mr.Jagger #3
Posted 31 March 2015 - 09:01 PM
Hello peeps, this is my problem: when I entered the server, the server removes me and puts me :

[SEVERE] Encountered an unexpected exception ReportedException
net.minecraft.util.ReportedException: Ticking entity
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:674)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/event/world/BlockEvent$BreakEvent
at drzhark.mocreatures.MoCTools.DestroyBlast(MoCTools.java:1009)
at drzhark.mocreatures.entity.monster.MoCEntityOgre.DestroyingOgre(MoCEntityOgre.java:132)
at drzhark.mocreatures.entity.monster.MoCEntityOgre.func_70636_d(MoCEntityOgre.java:226)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1826)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:257)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:29)
at net.minecraft.world.World.func_72866_a(World.java:2350)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:721)
at net.minecraft.world.World.func_72870_g(World.java:2311)
at net.minecraft.world.World.func_72939_s(World.java:2157)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:552)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
… 4 more
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.event.world.BlockEvent$BreakEvent
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
… 16 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
… 18 more
[SEVERE] This crash report has been saved to: C:\Users\Tracknoll\Desktop\Server\.\crash-reports\crash-2015-03-31_21.59.43-server.txt
[SEVERE] Reached end of stream for /(my ip)



mods:
backpack
biomes o'plenty
bloodmagic
mo creatures
goki stats mod
tf2 teleporter
witchery

version: 1.6.4

THANKS!!!!
Cranium #4
Posted 31 March 2015 - 09:10 PM
[SEVERE] This crash report has been saved to: C:\Users\Tracknoll\Desktop\Server\.\crash-reports\crash-2015-03-31_21.59.43-server.txt
We need that.
Mr.Jagger #5
Posted 31 March 2015 - 09:37 PM
That?

—- Minecraft Crash Report —-
// Don't be sad. I'll do better next time, I promise!

Time: 31/03/15 21:59
Description: Ticking entity

java.lang.NoClassDefFoundError: net/minecraftforge/event/world/BlockEvent$BreakEvent
at drzhark.mocreatures.MoCTools.DestroyBlast(MoCTools.java:1009)
at drzhark.mocreatures.entity.monster.MoCEntityOgre.DestroyingOgre(MoCEntityOgre.java:132)
at drzhark.mocreatures.entity.monster.MoCEntityOgre.func_70636_d(MoCEntityOgre.java:226)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1826)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:257)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:29)
at net.minecraft.world.World.func_72866_a(World.java:2350)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:721)
at net.minecraft.world.World.func_72870_g(World.java:2311)
at net.minecraft.world.World.func_72939_s(World.java:2157)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:552)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.event.world.BlockEvent$BreakEvent
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
… 16 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
… 18 more


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

– Head –
Stacktrace:
at drzhark.mocreatures.MoCTools.DestroyBlast(MoCTools.java:1009)
at drzhark.mocreatures.entity.monster.MoCEntityOgre.DestroyingOgre(MoCEntityOgre.java:132)
at drzhark.mocreatures.entity.monster.MoCEntityOgre.func_70636_d(MoCEntityOgre.java:226)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1826)
at net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:257)
at net.minecraft.entity.monster.EntityMob.func_70071_h_(SourceFile:29)
at net.minecraft.world.World.func_72866_a(World.java:2350)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:721)
at net.minecraft.world.World.func_72870_g(World.java:2311)

– Entity being ticked –
Details:
Entity Type: MoCreatures.Ogre (drzhark.mocreatures.entity.monster.MoCEntityOgre)
Entity ID: 277
Entity Name: Ogre
Entity's Exact location: 103,90, 66,00, 247,97
Entity's Block location: World: (103,66,247), Chunk: (at 7,4,7 in 6,15; contains blocks 96,0,240 to 111,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: -0,00, -0,08, 0,04
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:2157)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:552)

– Affected level –
Details:
Level name: world
All players: 1 total; [EntityPlayerMP['Tracknoll'/360, l='world', x=104,06, y=66,00, z=246,52]]
Chunk stats: ServerChunkCache: 689 Drop: 0
Level seed: 7433592785157243616
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (24,64,228), Chunk: (at 8,4,4 in 1,14; contains blocks 16,0,224 to 31,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 28286 game time, 42088 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 141484 (now: false), thunder time: 26622 (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:668)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

– System Details –
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.8.0_40, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 92884904 bytes (88 MB) / 177418240 bytes (169 MB) up to 259522560 bytes (247 MB)
JVM Flags: 0 total;
AABB Pool Size: 4553 (254968 bytes; 0 MB) allocated, 3335 (186760 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v8.11 FML v6.4.3.883 Minecraft Forge 9.11.0.883 10 mods loaded, 10 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.4.3.883} [Forge Mod Loader] (minecraftforge-universal-1.6.4-9.11.0.883.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.11.0.883} [Minecraft Forge] (minecraftforge-universal-1.6.4-9.11.0.883.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Backpack{1.28.37} [Backpack] (backpack-1.28.37-1.6.x.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BiomesOPlenty{1.1.2} [Biomes O' Plenty] (BiomesOPlenty-universal-1.6.4-1.1.2.51.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AWWayofTime{v0.5.1} [Blood Magic: Alchemical Wizardry] (BloodMagicMod1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MoCreatures{6.1.0.dev.R2} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.1.0-DEV-R2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
gokiStats{1.0.0} [gokiStats] (Goki-Stats-Mod-1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
TF2Teleporter{1.6.4} [TF2 Teleporter] (TF2_Teleporter_1.6.4a.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
witchery{0.12.0} [Witchery] (Witchery_0-12-0_164.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 1051 (58856 bytes; 0 MB) allocated, 958 (53648 bytes; 0 MB) used
Player Count: 1 / 2; [EntityPlayerMP['Tracknoll'/360, l='world', x=104,06, y=66,00, z=246,52]]
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)
Cranium #6
Posted 31 March 2015 - 09:48 PM
Looks like you are crashing due to a MoCreatures issue with their ogres.