• 0

    posted a message on Minecraft Is Too Easy (MITE) Mod
    We are running into a ticking tile entity error on our server. Is there a known way to solve this? The only way that I can find is to delete the offending region.mca file, but that would be basically starting over for us because we built almost everything in that one area.

    After attempting a redstone circuit with sticky pistons pushing stair blocks, the server is perma-crashing with a ticking tile entity error. I've attempted to delete the offending pistons using MCEdit or NBTExplorer, but it looks like the region file format is different in Mite or something because the programs both don't seem to load it correctly.

    ---- Minecraft Crash Report ----
    // My bad.

    Time: 2/4/19 11:36 PM
    MITE Release: 1.6.4 R195

    Description: Ticking tile entity

    java.lang.NullPointerException
    at asv.b(BlockPistonMoving.java:328)
    at asw.a(TileEntityPiston.java:109)
    at asw.h(TileEntityPiston.java:214)
    at abw.h(World.java:4537)
    at js.h(WorldServer.java:2101)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:908)
    at is.t(DedicatedServer.java:698)
    at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:747)
    at is.s(DedicatedServer.java:479)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:623)
    at hi.run(SourceFile:583)

    left

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

    -- Head --
    Stacktrace:
    at asv.b(BlockPistonMoving.java:328)
    at asw.a(TileEntityPiston.java:109)
    at asw.h(TileEntityPiston.java:214)

    -- Tile entity being ticked --
    Details:
    Name: Piston // asw
    Block type: ID #36 (tile.pistonMoving // asv)
    Block data value: 7 / 0x7 / 0b0111
    Block location: World: (-230,80,249), Chunk: (at 10,5,9 in -15,15; contains blocks -240,0,240 to -225,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Actual block type: ID #36 (tile.pistonMoving // asv)
    Actual block data value: 7 / 0x7 / 0b0111
    Stacktrace:
    at abw.h(World.java:4537)
    at js.h(WorldServer.java:2101)

    -- Affected level --
    Details:
    Level name: 1.6.4ServerWorld-MITE
    All players: 1 total; [jv['Wrygryn'/24883025, l='1.6.4ServerWorld-MITE', x=-228.38, y=79.00, z=252.21]]
    Chunk stats: ServerChunkCache: 1149 Drop: 0
    Level seed: 151375413874403107
    Level generator: ID 02 - largeBiomes, ver 0. Features enabled: true
    Level generator options:
    Level spawn location: World: (-228,64,256), Chunk: (at 12,4,0 in -15,16; contains blocks -240,0,256 to -225,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 120986579 game time, 2579 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Information removed as of R132
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Stacktrace:
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:908)
    at is.t(DedicatedServer.java:698)
    at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:747)
    at is.s(DedicatedServer.java:479)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:623)
    at hi.run(SourceFile:583)

    -- System Details --
    Details:
    Minecraft Version: 1.6.4
    Operating System: Linux (amd64) version 4.1.0-0.steamos.41-amd64
    Java Version: 1.7.0_111, Oracle Corporation
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1754716560 bytes (1673 MB) / 2146959360 bytes (2047 MB) up to 2146959360 bytes (2047 MB)
    JVM Flags: 2 total; -Xmx2048M -Xms2048M
    AABB Pool Size: 30961 (1733816 bytes; 1 MB) allocated, 1287 (72072 bytes; 0 MB) used
    Suspicious classes: ThreadDedicatedServer, Packet85SimpleSignal, Packet92UpdateTimeSmall, ...]
    IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 71
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 204684 (11462304 bytes; 10 MB) allocated, 655 (36680 bytes; 0 MB) used
    Player Count: 1 / 20; [jv['Wrygryn'/24883025, l='1.6.4ServerWorld-MITE', x=-228.38, y=79.00, z=252.21]]
    Is Modded: Unknown (can't tell)
    Type: Dedicated Server (map_server.txt)

    Posted in: Minecraft Mods
  • To post a comment, please .