Direwolf20 1.5.2 (1.1.1)

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

Tikaran

New Member
Jul 29, 2019
9
0
0
Get this in my server console after placeing a microblock from forge multipart.
Code:
A TileEntity type TileMultipart_cmp$$3 at world,-127,70,-2187 has throw an exception trying to write state. It will not persist. Report this to the mod author
java.lang.RuntimeException: class TileMultipart_cmp$$3 is missing a mapping! This is a bug!
    at net.minecraft.tileentity.TileEntity.func_70310_b(TileEntity.java:111)
    at codechicken.multipart.TileMultipart.func_70310_b(TileMultipart.scala:333)
    at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75820_a(AnvilChunkLoader.java:423)
    at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75816_a(AnvilChunkLoader.java:215)
    at net.minecraft.world.gen.ChunkProviderServer.func_73242_b(ChunkProviderServer.java:334)
    at net.minecraft.world.gen.ChunkProviderServer.func_73151_a(ChunkProviderServer.java:411)
    at net.minecraft.world.WorldServer.func_73044_a(WorldServer.java:1184)
    at org.bukkit.craftbukkit.v1_5_R3.CraftWorld.save(CraftWorld.java:774)
    at org.bukkit.command.defaults.SaveCommand.execute(SaveCommand.java:30)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189)
    at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchCommand(CraftServer.java:566)
    at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchServerCommand(CraftServer.java:549)
    at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:364)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:321)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:716)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:600)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)

After a server restart the blocks are gone,vanished.
 

Skullywag

New Member
Jul 29, 2019
217
0
0
Does this mean that there will be an update to the packs once this is fixed as its a pretty major problem?

Technically this is breaking worlds, all be it a small break in that blocks you have placed are not there the next time you log in as the state cannot be written to disk for these blocks. So all backups for worlds fail for these blocks as well.

I would also like to point out that this could have been found with a rather simple (albeit long winded) place every block in nei and then restart type test which I would have thought would be a standard test to make sure all blocks behave themselves on world save and load. So at the very least you know all worlds at least save ok.
 

ollie_c

New Member
Jul 29, 2019
3
0
0
Will this same issue throw "Error in class 'SourceLWJGL OpenAL" errors? I'm having these associated with disappearing microblocks in the same manner described, including ghost blocks.

edit: even if not, I can confirm microblocks disappearing by the chunk in FTB Unleashed, same deal.
 
Status
Not open for further replies.