MineColonies

MineColonies

53M Downloads

Request System Fails/Clipboard CTDs on Population > 150

ArodSnaux opened this issue · 20 comments

commented

This has happened three times so far on different cities, with a couple different Colonies alphas... The request system begins to fail when I hit around 160 Citizens. /mc rs will restore some of them, but many citizens (particularly new guards) just freeze up and don't ask for new gear or anything. Curiously, squires who are frozen will still go home at night.,

Initially it starts off where you can do the fire/rehire trick to jog their little brains into working, but once you hit a certain threshold even that trick fails to retore them. If you simply fire them, they will mill about like normal unemployeds and then go home.

Note: this may or may not be related to use of the insta-build tool in all three maps I was using this quite a bit when the crash happens. In particular, it seems to get worse after building Archery-5, but this may just be coincidence.

Notably, once this odd freeze happens, the Clipboard will trigger a Crash To Desktop (CTD) if opened (but can still be registered). Hopefully you guys can spot something in the dump below!

---- Minecraft Crash Report ----

WARNING: coremods are present:
CorePlugin (ForgeEndertech-1.12.2-4.4.0.0-build.0180.jar)
MovingWorldCore (Moving World.jar)
LoadingPlugin (AdChimneys-1.12.2-3.3.12.0-build.0197.jar)
llibrary (llibrary-1.7.9-1.12.2.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63 (1).jar)
Contact their authors BEFORE contacting forge

// Don't be sad. I'll do better next time, I promise!

Time: 5/24/19 2:33 PM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
at com.minecolonies.coremod.client.gui.WindowClipBoard.getOpenRequests(WindowClipBoard.java:168)
at com.minecolonies.coremod.client.gui.WindowClipBoard.lambda$onOpened$0(WindowClipBoard.java:120)
at com.minecolonies.coremod.client.gui.WindowClipBoard$$Lambda$1367/2144820793.getAsInt(Unknown Source)
at com.minecolonies.blockout.views.ScrollingList$1.getElementCount(ScrollingList.java:47)
at com.minecolonies.blockout.views.ScrollingListContainer.refreshElementPanes(ScrollingListContainer.java:27)
at com.minecolonies.blockout.views.ScrollingList.refreshElementPanes(ScrollingList.java:69)
at com.minecolonies.blockout.views.ScrollingList.setDataProvider(ScrollingList.java:61)
at com.minecolonies.blockout.views.ScrollingList.setDataProvider(ScrollingList.java:42)
at com.minecolonies.coremod.client.gui.WindowClipBoard.onOpened(WindowClipBoard.java:120)
at com.minecolonies.blockout.Screen.func_73866_w_(Screen.java:122)
at net.minecraft.client.gui.GuiScreen.func_146280_a(GuiScreen.java:478)
at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:1017)
at net.minecraftforge.fml.client.FMLClientHandler.showGuiScreen(FMLClientHandler.java:501)
at net.minecraftforge.fml.common.FMLCommonHandler.showGuiScreen(FMLCommonHandler.java:322)
at com.minecolonies.blockout.views.Window.open(Window.java:168)
at com.minecolonies.coremod.proxy.ClientProxy.openClipBoardWindow(ClientProxy.java:254)
at com.minecolonies.coremod.items.ItemClipBoard.func_77659_a(ItemClipBoard.java:119)
at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:217)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_187101_a(PlayerControllerMP.java:511)
at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1596)
at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2253)
at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:2019)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1807)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1097)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

-- Head --
Thread: Client thread
Stacktrace:
at com.minecolonies.coremod.client.gui.WindowClipBoard.getOpenRequests(WindowClipBoard.java:168)
at com.minecolonies.coremod.client.gui.WindowClipBoard.lambda$onOpened$0(WindowClipBoard.java:120)
at com.minecolonies.coremod.client.gui.WindowClipBoard$$Lambda$1367/2144820793.getAsInt(Unknown Source)
at com.minecolonies.blockout.views.ScrollingList$1.getElementCount(ScrollingList.java:47)
at com.minecolonies.blockout.views.ScrollingListContainer.refreshElementPanes(ScrollingListContainer.java:27)
at com.minecolonies.blockout.views.ScrollingList.refreshElementPanes(ScrollingList.java:69)
at com.minecolonies.blockout.views.ScrollingList.setDataProvider(ScrollingList.java:61)
at com.minecolonies.blockout.views.ScrollingList.setDataProvider(ScrollingList.java:42)
at com.minecolonies.coremod.client.gui.WindowClipBoard.onOpened(WindowClipBoard.java:120)
at com.minecolonies.blockout.Screen.func_73866_w_(Screen.java:122)
at net.minecraft.client.gui.GuiScreen.func_146280_a(GuiScreen.java:478)
at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:1017)
at net.minecraftforge.fml.client.FMLClientHandler.showGuiScreen(FMLClientHandler.java:501)
at net.minecraftforge.fml.common.FMLCommonHandler.showGuiScreen(FMLCommonHandler.java:322)
at com.minecolonies.blockout.views.Window.open(Window.java:168)
at com.minecolonies.coremod.proxy.ClientProxy.openClipBoardWindow(ClientProxy.java:254)
at com.minecolonies.coremod.items.ItemClipBoard.func_77659_a(ItemClipBoard.java:119)
at net.minecraft.item.ItemStack.func_77957_a(ItemStack.java:217)
at net.minecraft.client.multiplayer.PlayerControllerMP.func_187101_a(PlayerControllerMP.java:511)
at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1596)
at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2253)
at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:2019)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Snaux'/3991, l='MpServer', x=624.77, y=112.53, z=-1142.82]]
Chunk stats: MultiplayerChunkCache: 1681, 1681
Level seed: 0
Level generator: ID 09 - lostcities_bop, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-176,64,252), Chunk: (at 0,4,12 in -11,15; contains blocks -176,0,240 to -161,255,255), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 1419068 game time, 1465452 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 375 total; [MoCEntityGrizzlyBear['GrizzlyBear'/5130, l='MpServer', x=654.60, y=93.00, z=-1207.98], EntityChicken['Chicken'/5131, l='MpServer', x=638.73, y=97.00, z=-1193.11], MoCEntityAnt['Ant'/5134, l='MpServer', x=619.42, y=97.00, z=-1176.03], MoCEntityMole['Mole'/5139, l='MpServer', x=545.52, y=96.00, z=-1127.11], EntityArmorStand['Armor Stand'/4130, l='MpServer', x=644.50, y=81.00, z=-986.50], EntityLatchedRenderer['unknown'/5166, l='MpServer', x=606.46, y=91.06, z=-925.36], EntityArmorStand['Armor Stand'/4150, l='MpServer', x=657.50, y=82.00, z=-988.50], EntityItemFrame['entity.ItemFrame.name'/4151, l='MpServer', x=657.50, y=84.50, z=-988.97], EntityItemFrame['entity.ItemFrame.name'/4152, l='MpServer', x=659.97, y=84.50, z=-987.50], EntityArmorStand['Armor Stand'/4153, l='MpServer', x=657.50, y=82.00, z=-991.50], EntityPlayerSP['Snaux'/3991, l='MpServer', x=624.77, y=112.53, z=-1142.82], EntityCow['Cow'/5178, l='MpServer', x=612.35, y=103.00, z=-1216.17], EntityChupacabra['Chupacabra'/5179, l='MpServer', x=591.92, y=71.00, z=-1192.25], EntityItemFrame['entity.ItemFrame.name'/4155, l='MpServer', x=657.50, y=84.50, z=-991.03], EntityChupacabra['Chupacabra'/5180, l='MpServer', x=620.51, y=53.00, z=-1212.40], EntityLatchedRenderer['unknown'/4157, l='MpServer', x=8.50, y=65.00, z=8.50], MoCEntitySnake['Snake'/5183, l='MpServer', x=573.03, y=100.00, z=-1167.00], MoCEntitySnake['Snake'/5187, l='MpServer', x=574.10, y=99.00, z=-1221.07], EntityLatchedRenderer['unknown'/4191, l='MpServer', x=606.46, y=91.06, z=-925.36], EntityZombie['Zombie'/27755, l='MpServer', x=555.50, y=37.00, z=-1209.50], EntityCreeper['Creeper'/26744, l='MpServer', x=640.50, y=47.00, z=-1157.50], EntityCreeper['Creeper'/26745, l='MpServer', x=640.50, y=47.00, z=-1156.50], EntityZombie['Zombie'/26771, l='MpServer', x=614.50, y=46.00, z=-1175.50], EntityPig['Pig'/4258, l='MpServer', x=544.24, y=103.00, z=-1180.35], MoCEntityHippoTang['HippoTang'/19618, l='MpServer', x=671.18, y=64.99, z=-1169.73], MoCEntityGoat['Goat'/4265, l='MpServer', x=561.80, y=100.00, z=-1206.53], MoCEntityMiniGolem['MiniGolem'/25817, l='MpServer', x=566.50, y=60.00, z=-1067.50], MoCEntityBass['Bass'/19700, l='MpServer', x=669.01, y=63.04, z=-1153.56], MoCEntityBass['Bass'/19701, l='MpServer', x=655.46, y=64.00, z=-1179.60], EntityZombie['Zombie'/27908, l='MpServer', x=556.71, y=96.00, z=-1129.32], EntityZombie['Zombie'/27910, l='MpServer', x=562.50, y=96.50, z=-1135.01], MoCEntityWerewolf['Werewolf'/25867, l='MpServer', x=585.50, y=57.00, z=-1111.50], EntityArmorStand['Armor Stand'/10565, l='MpServer', x=582.50, y=89.00, z=-1164.50], EntityArmorStand['Armor Stand'/10566, l='MpServer', x=582.50, y=89.00, z=-1160.50], EntityArmorStand['Armor Stand'/10567, l='MpServer', x=581.50, y=89.00, z=-1164.50], EntityArmorStand['Armor Stand'/10568, l='MpServer', x=581.50, y=89.00, z=-1160.50], EntityArmorStand['Armor Stand'/10569, l='MpServer', x=578.50, y=89.00, z=-1167.50], EntityArmorStand['Armor Stand'/10570, l='MpServer', x=578.50, y=89.00, z=-1165.50], EntityArmorStand['Armor Stand'/10571, l='MpServer', x=576.50, y=89.00, z=-1163.50], EntityChupacabra['Chupacabra'/23883, l='MpServer', x=561.63, y=72.00, z=-1259.51], EntityArmorStand['Armor Stand'/10572, l='MpServer', x=574.50, y=89.00, z=-1167.50], EntityArmorStand['Armor Stand'/10573, l='MpServer', x=574.50, y=89.00, z=-1165.50], EntityArmorStand['Armor Stand'/10574, l='MpServer', x=573.50, y=89.00, z=-1167.50], EntityArmorStand['Armor Stand'/10575, l='MpServer', x=573.50, y=89.00, z=-1165.50], EntityArmorStand['Armor Stand'/10576, l='MpServer', x=582.50, y=89.00, z=-1164.50], EntityArmorStand['Armor Stand'/10577, l='MpServer', x=582.50, y=89.00, z=-1160.50], MoCEntityManderin['Manderin'/9553, l='MpServer', x=663.36, y=65.01, z=-1157.23], EntityArmorStand['Armor Stand'/10578, l='MpServer', x=581.50, y=89.00, z=-1164.50], MoCEntityManderin['Manderin'/9554, l='MpServer', x=648.15, y=65.00, z=-1124.67], EntityArmorStand['Armor Stand'/10579, l='MpServer', x=581.50, y=89.00, z=-1160.50], MoCEntityManderin['Manderin'/9555, l='MpServer', x=659.00, y=65.00, z=-1153.98], EntitySilex['Keppel Silex'/23891, l='MpServer', x=707.09, y=65.91, z=-1249.48], EntityArmorStand['Armor Stand'/10580, l='MpServer', x=578.50, y=89.00, z=-1167.50], MoCEntityManderin['Manderin'/9556, l='MpServer', x=662.82, y=66.00, z=-1152.35], EntityArmorStand['Armor Stand'/10581, l='MpServer', x=578.50, y=89.00, z=-1165.50], EntityArmorStand['Armor Stand'/10582, l='MpServer', x=576.50, y=89.00, z=-1163.50], EntityArmorStand['Armor Stand'/10583, l='MpServer', x=574.50, y=89.00, z=-1167.50], EntityArmorStand['Armor Stand'/10584, l='MpServer', x=574.50, y=89.00, z=-1165.50], EntityArmorStand['Armor Stand'/10585, l='MpServer', x=573.50, y=89.00, z=-1167.50], EntityArmorStand['Armor Stand'/10586, l='MpServer', x=573.50, y=89.00, z=-1165.50], EntityZombie['Zombie'/25955, l='MpServer', x=620.50, y=49.00, z=-1145.50], EntityZombie['Zombie'/26984, l='MpServer', x=570.50, y=33.00, z=-1121.50], EntityItemFrame['entity.ItemFrame.name'/5540, l='MpServer', x=783.03, y=74.50, z=-1014.50], EntityItemFrame['entity.ItemFrame.name'/5541, l='MpServer', x=783.03, y=75.50, z=-1014.50], EntityItemFrame['entity.ItemFrame.name'/5542, l='MpServer', x=783.03, y=75.50, z=-1015.50], EntityItemFrame['entity.ItemFrame.name'/5543, l='MpServer', x=783.03, y=75.50, z=-1016.50], MoCEntityAngelFish['AngelFish'/13752, l='MpServer', x=656.50, y=66.05, z=-1179.50], MoCEntityAngelFish['AngelFish'/13753, l='MpServer', x=657.50, y=65.98, z=-1179.50], MoCEntitySnail['Snail'/10702, l='MpServer', x=664.50, y=70.00, z=-1111.50], EntityZombie['Zombie'/26072, l='MpServer', x=569.52, y=60.00, z=-1068.24], EntityItemFrame['entity.ItemFrame.name'/5612, l='MpServer', x=783.50, y=75.50, z=-1050.97], EntityItemFrame['entity.ItemFrame.name'/5613, l='MpServer', x=783.50, y=75.50, z=-1047.03], EntityItemFrame['entity.ItemFrame.name'/5614, l='MpServer', x=783.50, y=75.50, z=-1045.97], EntityItemFrame['entity.ItemFrame.name'/5615, l='MpServer', x=783.50, y=75.50, z=-1042.03], EntityItemFrame['entity.ItemFrame.name'/5616, l='MpServer', x=781.50, y=80.50, z=-1051.97], EntityItemFrame['entity.ItemFrame.name'/5617, l='MpServer', x=782.50, y=81.50, z=-1047.03], EntityItemFrame['entity.ItemFrame.name'/5618, l='MpServer', x=782.50, y=81.50, z=-1045.97], EntityArmorStand['Armor Stand'/12805, l='MpServer', x=549.50, y=94.00, z=-1144.50], EntityArmorStand['Armor Stand'/12806, l='MpServer', x=551.50, y=94.00, z=-1145.50], EntityArmorStand['Armor Stand'/12807, l='MpServer', x=549.50, y=94.00, z=-1146.50], EntityArmorStand['Armor Stand'/12808, l='MpServer', x=549.50, y=95.00, z=-1144.50], EntityArmorStand['Armor Stand'/12809, l='MpServer', x=551.50, y=95.00, z=-1145.50], EntityArmorStand['Armor Stand'/12810, l='MpServer', x=549.50, y=95.00, z=-1146.50], EntityArmorStand['Armor Stand'/12811, l='MpServer', x=549.50, y=95.00, z=-1144.50], EntityArmorStand['Armor Stand'/12812, l='MpServer', x=551.50, y=95.00, z=-1145.50], EntityArmorStand['Armor Stand'/12813, l='MpServer', x=549.50, y=95.00, z=-1146.50], EntityArmorStand['Armor Stand'/12814, l='MpServer', x=545.50, y=94.00, z=-1144.50], EntityArmorStand['Armor Stand'/12815, l='MpServer', x=545.50, y=94.00, z=-1146.50], EntityArmorStand['Armor Stand'/12816, l='MpServer', x=545.50, y=95.00, z=-1144.50], EntityArmorStand['Armor Stand'/12817, l='MpServer', x=545.50, y=95.00, z=-1146.50], EntityArmorStand['Armor Stand'/12818, l='MpServer', x=545.50, y=95.00, z=-1144.50], EntityArmorStand['Armor Stand'/12819, l='MpServer', x=545.50, y=95.00, z=-1146.50], EntityItemFrame['entity.ItemFrame.name'/12820, l='MpServer', x=534.03, y=100.50, z=-1146.50], EntityItemFrame['entity.ItemFrame.name'/12821, l='MpServer', x=534.50, y=100.50, z=-1147.97], EntityItemFrame['entity.ItemFrame.name'/12822, l='MpServer', x=534.03, y=101.50, z=-1146.50], EntityItemFrame['entity.ItemFrame.name'/12823, l='MpServer', x=534.50, y=101.50, z=-1147.97], EntityItemFrame['entity.ItemFrame.name'/12824, l='MpServer', x=526.50, y=96.50, z=-1148.97], EntityItemFrame['entity.ItemFrame.name'/12825, l='MpServer', x=527.03, y=96.50, z=-1149.50], EntityItemFrame['entity.ItemFrame.name'/12826, l='MpServer', x=525.97, y=96.50, z=-1149.50], EntityItemFrame['entity.ItemFrame.name'/12827, l='MpServer', x=526.50, y=96.50, z=-1150.03], EntityItemFrame['entity.ItemFrame.name'/5659, l='MpServer', x=783.03, y=72.50, z=-1030.50], EntityItemFrame['entity.ItemFrame.name'/5660, l='MpServer', x=781.97, y=72.50, z=-1030.50], EntityItemFrame['entity.ItemFrame.name'/4637, l='MpServer', x=656.03, y=80.50, z=-997.50], EntityItemFrame['entity.ItemFrame.name'/4638, l='MpServer', x=659.97, y=84.50, z=-992.50], MoCEntityManticore['Manticore'/26151, l='MpServer', x=587.70, y=45.31, z=-1176.30], EntityItemFrame['entity.ItemFrame.name'/5678, l='MpServer', x=723.50, y=74.50, z=-1037.97], EntityItemFrame['entity.ItemFrame.name'/5679, l='MpServer', x=724.50, y=74.50, z=-1037.97], EntityItemFrame['entity.ItemFrame.name'/5680, l='MpServer', x=720.03, y=75.50, z=-1027.50], EntityItemFrame['entity.ItemFrame.name'/5681, l='MpServer', x=723.97, y=80.50, z=-1031.50], EntityItemFrame['entity.ItemFrame.name'/5682, l='MpServer', x=723.97, y=80.50, z=-1030.50], EntityItemFrame['entity.ItemFrame.name'/5683, l='MpServer', x=723.97, y=80.50, z=-1029.50], EntityItem['item.item.rottenFlesh'/21045, l='MpServer', x=582.06, y=39.00, z=-1138.88], EntityItemFrame['entity.ItemFrame.name'/4678, l='MpServer', x=644.03, y=90.50, z=-1023.50], EntityZombie['Zombie'/26183, l='MpServer', x=621.50, y=60.00, z=-1155.50], EntityItemFrame['entity.ItemFrame.name'/5722, l='MpServer', x=744.97, y=68.50, z=-1073.50], EntityItemFrame['entity.ItemFrame.name'/5727, l='MpServer', x=743.03, y=86.50, z=-1075.50], EntityArmorStand['Armor Stand'/5728, l='MpServer', x=732.50, y=72.00, z=-1067.50], EntityItemFrame['entity.ItemFrame.name'/5729, l='MpServer', x=732.50, y=74.50, z=-1067.03], EntityChupacabra['Chupacabra'/4709, l='MpServer', x=614.01, y=54.00, z=-1019.46], EntityItemFrame['entity.ItemFrame.name'/5735, l='MpServer', x=714.50, y=74.50, z=-1054.97], EntityArmorStand['Armor Stand'/5736, l='MpServer', x=677.50, y=79.00, z=-1015.50], EntityArmorStand['Armor Stand'/5737, l='MpServer', x=677.50, y=79.00, z=-1017.50], EntityArmorStand['Armor Stand'/5738, l='MpServer', x=677.50, y=79.00, z=-1019.50], EntityItemFrame['entity.ItemFrame.name'/5740, l='MpServer', x=687.50, y=80.50, z=-1020.97], EntityItemFrame['entity.ItemFrame.name'/5741, l='MpServer', x=686.50, y=80.50, z=-1020.97], EntityItemFrame['entity.ItemFrame.name'/5742, l='MpServer', x=686.50, y=86.50, z=-1015.03], EntityZombie['Zombie'/27246, l='MpServer', x=582.50, y=36.00, z=-1180.50], EntityItemFrame['entity.ItemFrame.name'/5743, l='MpServer', x=686.50, y=86.50, z=-1019.97], EntityItemFrame['entity.ItemFrame.name'/5744, l='MpServer', x=677.03, y=81.50, z=-1017.50], EntityItemFrame['entity.ItemFrame.name'/5745, l='MpServer', x=676.03, y=87.50, z=-1017.50], EntityItemFrame['entity.ItemFrame.name'/4722, l='MpServer', x=676.97, y=78.50, z=-1076.50], EntityItemFrame['entity.ItemFrame.name'/4723, l='MpServer', x=678.03, y=78.50, z=-1076.50], EntityItemFrame['entity.ItemFrame.name'/4724, l='MpServer', x=677.50, y=78.50, z=-1077.03], MoCEntityMaggot['Maggot'/4725, l='MpServer', x=684.39, y=72.00, z=-1084.38], EntityItemFrame['entity.ItemFrame.name'/4726, l='MpServer', x=681.97, y=83.50, z=-1072.50], EntityItemFrame['entity.ItemFrame.name'/4727, l='MpServer', x=681.97, y=83.50, z=-1073.50], EntityItemFrame['entity.ItemFrame.name'/4728, l='MpServer', x=681.97, y=83.50, z=-1074.50], EntityItemFrame['entity.ItemFrame.name'/4729, l='MpServer', x=664.50, y=75.50, z=-1061.03], EntityArmorStand['Armor Stand'/4730, l='MpServer', x=658.50, y=77.00, z=-1062.50], EntityItemFrame['entity.ItemFrame.name'/4731, l='MpServer', x=658.03, y=79.50, z=-1062.50], EntityItemFrame['entity.ItemFrame.name'/4732, l='MpServer', x=659.50, y=79.50, z=-1064.97], EntitySkeleton['Skeleton'/27260, l='MpServer', x=590.50, y=47.00, z=-1181.50], EntityZombie['Zombie'/27262, l='MpServer', x=592.50, y=47.00, z=-1180.50], EntityChupacabra['Chupacabra'/4735, l='MpServer', x=681.69, y=52.00, z=-1064.51], EntityItemFrame['entity.ItemFrame.name'/4736, l='MpServer', x=681.50, y=77.50, z=-1066.03], EntityItemFrame['entity.ItemFrame.name'/4737, l='MpServer', x=682.50, y=77.50, z=-1066.03], EntityItem['item.item.string'/27266, l='MpServer', x=648.47, y=31.00, z=-1190.26], EntityAbaia['Mottled Abaia'/5766, l='MpServer', x=748.34, y=63.00, z=-1066.64], EntityItemFrame['entity.ItemFrame.name'/5767, l='MpServer', x=740.50, y=68.50, z=-1070.03], EntityItemFrame['entity.ItemFrame.name'/4744, l='MpServer', x=659.03, y=80.50, z=-1046.50], EntityItemFrame['entity.ItemFrame.name'/5768, l='MpServer', x=741.50, y=68.50, z=-1070.03], EntityArmorStand['Armor Stand'/4745, l='MpServer', x=660.50, y=82.00, z=-1052.50], EntityItemFrame['entity.ItemFrame.name'/4746, l='MpServer', x=660.50, y=84.50, z=-1052.97], EntityItemFrame['entity.ItemFrame.name'/4747, l='MpServer', x=662.97, y=84.50, z=-1051.50], EntityChupacabra['Chupacabra'/5773, l='MpServer', x=724.47, y=43.00, z=-1045.47], EntityChupacabra['Chupacabra'/5774, l='MpServer', x=725.55, y=43.00, z=-1046.42], EntityItemFrame['entity.ItemFrame.name'/5775, l='MpServer', x=718.97, y=75.50, z=-1027.50], EntityItemFrame['entity.ItemFrame.name'/5776, l='MpServer', x=719.50, y=75.50, z=-1026.97], EntityArmorStand['Armor Stand'/5778, l='MpServer', x=690.50, y=79.00, z=-1017.50], EntityItemFrame['entity.ItemFrame.name'/5779, l='MpServer', x=691.97, y=80.50, z=-1018.50], EntityItemFrame['entity.ItemFrame.name'/4756, l='MpServer', x=644.03, y=90.50, z=-1024.50], EntityItemFrame['entity.ItemFrame.name'/5780, l='MpServer', x=691.97, y=80.50, z=-1019.50], EntityItemFrame['entity.ItemFrame.name'/4757, l='MpServer', x=654.50, y=91.50, z=-1029.03], EntityItemFrame['entity.ItemFrame.name'/5781, l='MpServer', x=689.50, y=80.50, z=-1020.97], EntityItemFrame['entity.ItemFrame.name'/4758, l='MpServer', x=654.50, y=91.50, z=-1027.97], EntityItemFrame['entity.ItemFrame.name'/5782, l='MpServer', x=690.97, y=81.50, z=-1017.50], EntityItemFrame['entity.ItemFrame.name'/4759, l='MpServer', x=655.03, y=91.50, z=-1028.50], EntityItemFrame['entity.ItemFrame.name'/4760, l='MpServer', x=650.50, y=96.50, z=-1024.03], EntityItemFrame['entity.ItemFrame.name'/4761, l='MpServer', x=651.50, y=96.50, z=-1024.03], EntityItemFrame['entity.ItemFrame.name'/4762, l='MpServer', x=652.50, y=96.50, z=-1024.03], EntityArmorStand['Armor Stand'/5791, l='MpServer', x=704.50, y=72.00, z=-1093.50], EntityItemFrame['entity.ItemFrame.name'/5792, l='MpServer', x=704.50, y=73.50, z=-1091.03], EntityArmorStand['Armor Stand'/5793, l='MpServer', x=707.50, y=76.00, z=-1089.50], EntityItemFrame['entity.ItemFrame.name'/5794, l='MpServer', x=715.50, y=73.50, z=-1092.03], MoCEntityCod['Cod'/4770, l='MpServer', x=700.60, y=66.00, z=-1138.66], EntityItemFrame['entity.ItemFrame.name'/5795, l='MpServer', x=714.97, y=73.50, z=-1091.50], MoCEntityBass['Bass'/4771, l='MpServer', x=670.70, y=63.00, z=-1147.51], EntityItemFrame['entity.ItemFrame.name'/5796, l='MpServer', x=716.03, y=73.50, z=-1091.50], EntitySilex['Silex'/4773, l='MpServer', x=669.40, y=66.15, z=-1212.12], EntityArmorStand['Armor Stand'/5797, l='MpServer', x=711.50, y=76.00, z=-1089.50], EntityArmorStand['Armor Stand'/4774, l='MpServer', x=677.50, y=65.00, z=-1126.50], EntityItemFrame['entity.ItemFrame.name'/4775, l='MpServer', x=678.50, y=66.50, z=-1127.97], EntityItemFrame['entity.ItemFrame.name'/4776, l='MpServer', x=679.50, y=66.50, z=-1127.97], EntityItemFrame['entity.ItemFrame.name'/4777, l='MpServer', x=680.97, y=66.50, z=-1125.50], EntityChupacabra['Chupacabra'/5801, l='MpServer', x=688.69, y=49.00, z=-1070.48], EntityItemFrame['entity.ItemFrame.name'/4778, l='MpServer', x=680.97, y=66.50, z=-1123.50], EntityItemFrame['entity.ItemFrame.name'/4779, l='MpServer', x=680.97, y=66.50, z=-1122.50], EntityItemFrame['entity.ItemFrame.name'/4780, l='MpServer', x=677.50, y=67.50, z=-1126.97], EntityArmorStand['Armor Stand'/4781, l='MpServer', x=675.50, y=70.00, z=-1122.50], EntityArmorStand['Armor Stand'/4782, l='MpServer', x=679.50, y=70.00, z=-1122.50], EntityItemFrame['entity.ItemFrame.name'/4783, l='MpServer', x=675.03, y=72.50, z=-1122.50], EntityItemFrame['entity.ItemFrame.name'/4784, l='MpServer', x=679.97, y=72.50, z=-1122.50], EntityChupacabra['Chupacabra'/5811, l='MpServer', x=729.30, y=56.00, z=-1092.53], EntityItemFrame['entity.ItemFrame.name'/5812, l='MpServer', x=705.50, y=79.50, z=-1087.97], EntityItemFrame['entity.ItemFrame.name'/5813, l='MpServer', x=714.97, y=77.50, z=-1085.50], EntityItemFrame['entity.ItemFrame.name'/5814, l='MpServer', x=714.97, y=78.50, z=-1085.50], EntityZombie['Zombie'/28343, l='MpServer', x=556.50, y=71.00, z=-1153.50], EntityCreeper['Creeper'/26296, l='MpServer', x=607.50, y=53.00, z=-1174.50], EntitySkeleton['Skeleton'/26298, l='MpServer', x=622.50, y=15.00, z=-1154.50], EntityItemFrame['entity.ItemFrame.name'/5820, l='MpServer', x=735.97, y=86.50, z=-1075.50], EntityItemFrame['entity.ItemFrame.name'/5821, l='MpServer', x=714.50, y=74.50, z=-1056.03], EntityChupacabra['Chupacabra'/5822, l='MpServer', x=703.90, y=50.00, z=-1042.82], EntityLatchedRenderer['unknown'/21183, l='MpServer', x=624.77, y=112.53, z=-1142.82], EntityArmorStand['Armor Stand'/5828, l='MpServer', x=734.50, y=81.00, z=-1151.50], EntityArmorStand['Armor Stand'/5836, l='MpServer', x=754.50, y=81.00, z=-1158.50], MoCEntityWerewolf['Werewolf'/26318, l='MpServer', x=591.50, y=90.00, z=-1095.50], EntityArmorStand['Armor Stand'/5838, l='MpServer', x=738.50, y=81.00, z=-1146.50], EntityChupacabra['Chupacabra'/4815, l='MpServer', x=704.20, y=44.00, z=-1129.68], EntityArmorStand['Armor Stand'/5839, l='MpServer', x=743.50, y=81.00, z=-1146.50], EntityArmorStand['Armor Stand'/4817, l='MpServer', x=675.50, y=65.00, z=-1113.50], EntityArmorStand['Armor Stand'/4818, l='MpServer', x=677.50, y=65.00, z=-1113.50], EntityArmorStand['Armor Stand'/4819, l='MpServer', x=679.50, y=65.00, z=-1113.50], EntityItemFrame['entity.ItemFrame.name'/4820, l='MpServer', x=677.50, y=67.50, z=-1113.03], EntityItemFrame['entity.ItemFrame.name'/4821, l='MpServer', x=677.50, y=73.50, z=-1112.03], MoCEntityPandaBear['PandaBear'/4822, l='MpServer', x=682.40, y=70.00, z=-1115.53], EntityZombie['Zombie'/27367, l='MpServer', x=554.50, y=34.00, z=-1200.50], MoCEntityCod['Cod'/4839, l='MpServer', x=651.96, y=65.89, z=-1142.04], EntityCow['Cow'/4844, l='MpServer', x=643.45, y=67.00, z=-1130.55], EntityEnderman['Enderman'/28409, l='MpServer', x=566.50, y=95.00, z=-1194.50], EntityChupacabra['Chupacabra'/4870, l='MpServer', x=675.76, y=44.00, z=-1151.50], EntityChupacabra['Chupacabra'/4871, l='MpServer', x=672.48, y=45.00, z=-1152.68], EntityChupacabra['Chupacabra'/4872, l='MpServer', x=683.39, y=42.00, z=-1142.39], MoCEntityFishy['Fishy'/4873, l='MpServer', x=680.78, y=65.23, z=-1165.88], MoCEntityManderin['Manderin'/4884, l='MpServer', x=673.61, y=65.81, z=-1149.56], MoCEntityManderin['Manderin'/4885, l='MpServer', x=654.85, y=64.97, z=-1148.45], MoCEntityManderin['Manderin'/4886, l='MpServer', x=678.59, y=65.25, z=-1148.23], MoCEntityManderin['Manderin'/4887, l='MpServer', x=674.12, y=65.97, z=-1146.37], EntityCow['Cow'/4894, l='MpServer', x=646.39, y=71.00, z=-1102.81], EntityCow['Cow'/4895, l='MpServer', x=645.53, y=71.00, z=-1101.15], MoCEntityMaggot['Maggot'/4897, l='MpServer', x=633.10, y=72.00, z=-1093.07], MoCEntityClownFish['ClownFish'/9006, l='MpServer', x=665.50, y=65.09, z=-1150.50], MoCEntitySnake['Snake'/4926, l='MpServer', x=621.88, y=80.00, z=-1121.99], MoCEntityAnt['Ant'/4927, l='MpServer', x=611.08, y=93.04, z=-1130.48], MoCEntityBunny['Bunny'/4930, l='MpServer', x=571.56, y=78.00, z=-1087.53], MoCEntityBunny['Bunny'/4931, l='MpServer', x=564.55, y=78.00, z=-1079.29], MoCEntityBunny['Bunny'/4932, l='MpServer', x=567.18, y=78.00, z=-1077.37], MoCEntityMaggot['Maggot'/4933, l='MpServer', x=563.35, y=78.00, z=-1080.96], MoCEntityMaggot['Maggot'/4934, l='MpServer', x=567.51, y=78.00, z=-1075.81], MoCEntityMaggot['Maggot'/4935, l='MpServer', x=565.38, y=78.00, z=-1077.64], EntityChupacabra['Chupacabra'/4937, l='MpServer', x=530.45, y=84.00, z=-1042.41], EntityChupacabra['Verdant Chupacabra'/4938, l='MpServer', x=517.16, y=53.00, z=-1038.78], EntitySkeleton['Skeleton'/26451, l='MpServer', x=600.50, y=11.00, z=-1130.50], EntitySkeleton['Skeleton'/26452, l='MpServer', x=599.50, y=11.00, z=-1129.50], MoCEntityMouse['Mouse'/4956, l='MpServer', x=627.46, y=72.00, z=-1121.90], MoCEntityHorse['WildHorse'/4960, l='MpServer', x=615.86, y=76.00, z=-1119.30], EntityCow['Cow'/4961, l='MpServer', x=609.58, y=72.50, z=-1107.82], MoCEntityMouse['Mouse'/4962, l='MpServer', x=616.05, y=73.00, z=-1117.09], EntityItem['item.item.arrow'/27490, l='MpServer', x=588.57, y=44.00, z=-1176.88], MoCEntityHorse['WildHorse'/4963, l='MpServer', x=622.31, y=71.00, z=-1111.99], EntityChupacabra['Chupacabra'/4968, l='MpServer', x=538.60, y=90.00, z=-1030.70], EntityMinecartChest['Minecart with Chest'/4985, l='MpServer', x=659.50, y=15.00, z=-1163.32], MoCEntityFishy['Fishy'/4986, l='MpServer', x=661.35, y=64.98, z=-1157.27], MoCEntityHorse['WildHorse'/4987, l='MpServer', x=551.02, y=84.00, z=-1099.98], EntityItem['item.item.string'/27515, l='MpServer', x=643.84, y=45.00, z=-1163.88], EntityMinecartChest['Minecart with Chest'/5003, l='MpServer', x=684.50, y=15.06, z=-1218.50], EntitySilex['Silex'/5004, l='MpServer', x=670.27, y=65.57, z=-1205.72], EntitySilex['Silex'/5005, l='MpServer', x=715.73, y=65.98, z=-1249.35], EntityMinecartChest['Minecart with Chest'/5006, l='MpServer', x=661.50, y=16.06, z=-1206.50], EntityCreeper['Creeper'/26514, l='MpServer', x=560.51, y=67.00, z=-1143.77], EntityCow['Cow'/5011, l='MpServer', x=643.45, y=89.00, z=-1187.55], EntityCow['Cow'/5012, l='MpServer', x=643.50, y=92.00, z=-1189.50], EntityChupacabra['Chupacabra'/5015, l='MpServer', x=612.99, y=46.00, z=-1175.06], EntityArmorStand['Armor Stand'/5016, l='MpServer', x=617.50, y=93.00, z=-1159.50], EntityArmorStand['Armor Stand'/5017, l='MpServer', x=617.50, y=93.00, z=-1157.50], EntityArmorStand['Armor Stand'/5018, l='MpServer', x=617.50, y=93.00, z=-1155.50], EntitySkeleton['Skeleton'/26522, l='MpServer', x=622.57, y=78.00, z=-1096.78], EntityItemFrame['entity.ItemFrame.name'/5019, l='MpServer', x=617.03, y=95.50, z=-1157.50], EntityItemFrame['entity.ItemFrame.name'/5020, l='MpServer', x=616.03, y=101.50, z=-1157.50], MoCEntityMole['Mole'/5023, l='MpServer', x=577.90, y=96.00, z=-1105.00], MoCEntityFishy['Fishy'/5039, l='MpServer', x=660.40, y=65.98, z=-1176.33], EntityArmorStand['Armor Stand'/5040, l='MpServer', x=630.50, y=93.00, z=-1157.50], EntityItemFrame['entity.ItemFrame.name'/5041, l='MpServer', x=631.97, y=94.50, z=-1156.50], EntityItemFrame['entity.ItemFrame.name'/5042, l='MpServer', x=631.97, y=94.50, z=-1155.50], EntityItemFrame['entity.ItemFrame.name'/5043, l='MpServer', x=629.50, y=94.50, z=-1154.03], EntityItemFrame['entity.ItemFrame.name'/5044, l='MpServer', x=627.50, y=94.50, z=-1154.03], MoCEntityGoldFish['GoldFish'/27572, l='MpServer', x=658.50, y=65.27, z=-1165.50], EntityItemFrame['entity.ItemFrame.name'/5045, l='MpServer', x=626.50, y=94.50, z=-1154.03], MoCEntityGoldFish['GoldFish'/27573, l='MpServer', x=655.50, y=65.05, z=-1165.50], EntityItemFrame['entity.ItemFrame.name'/5046, l='MpServer', x=630.97, y=95.50, z=-1157.50], MoCEntityGoldFish['GoldFish'/27574, l='MpServer', x=657.50, y=65.50, z=-1168.50], EntityArmorStand['Armor Stand'/5047, l='MpServer', x=626.50, y=98.00, z=-1159.50], MoCEntityGoldFish['GoldFish'/27575, l='MpServer', x=652.76, y=65.88, z=-1164.11], EntityArmorStand['Armor Stand'/5048, l='MpServer', x=626.50, y=98.00, z=-1155.50], EntityItemFrame['entity.ItemFrame.name'/5049, l='MpServer', x=626.50, y=100.50, z=-1159.97], EntityItemFrame['entity.ItemFrame.name'/5050, l='MpServer', x=626.50, y=100.50, z=-1155.03], EntityCitizen['Hugo L. Fletcher'/5622, l='MpServer', x=715.51, y=81.94, z=-988.50], EntityCitizen['Linda A. Ashcombe'/5730, l='MpServer', x=732.84, y=72.00, z=-1067.39], EntityCitizen['Lawrence D. Godfrey'/4121, l='MpServer', x=632.53, y=81.00, z=-912.81], EntityCitizen['Sebastian Z. Allington'/5829, l='MpServer', x=457.84, y=85.06, z=-973.47], EntityCitizen['Hugh H. Audeley'/4715, l='MpServer', x=782.40, y=71.00, z=-1029.50], EntityCitizen['Kaylee X. Gooder'/4005, l='MpServer', x=629.24, y=81.00, z=-946.76], EntityCitizen['Bailey Y. Asger'/4749, l='MpServer', x=766.64, y=72.00, z=-1009.50], EntityCitizen['Jayden W. Cuddon'/4997, l='MpServer', x=541.85, y=95.00, z=-1145.30], EntityCitizen['Tiago T. Cheyne'/4108, l='MpServer', x=608.70, y=72.00, z=-886.72], EntityCitizen['Tiago T. Cheyne'/4108, l='MpServer', x=608.70, y=72.00, z=-886.72], EntityCitizen['Gabriella G. Fletcher'/10421, l='MpServer', x=635.54, y=63.50, z=-874.48], EntityCitizen['London B. Grafton'/5571, l='MpServer', x=711.86, y=72.50, z=-913.54], EntityCitizen['Isabella J. Colkins'/5401, l='MpServer', x=703.43, y=69.00, z=-905.44], EntityCitizen['Karen X. Chester'/4175, l='MpServer', x=717.50, y=72.00, z=-926.06], EntityCitizen['Odile D. Compton'/4949, l='MpServer', x=449.48, y=92.14, z=-936.53], EntityCitizen['Humphrey I. Gavell'/4156, l='MpServer', x=656.50, y=82.00, z=-986.50], EntityCitizen['Gabriella G. Fletcher'/10421, l='MpServer', x=635.54, y=63.50, z=-874.48], EntityCitizen['Philip E. Covert'/12621, l='MpServer', x=696.67, y=68.00, z=-843.30], EntityCitizen['Paola F. Ballard'/4919, l='MpServer', x=575.50, y=90.00, z=-915.50], EntityCitizen['Paola F. Ballard'/4919, l='MpServer', x=505.71, y=76.00, z=-957.50], EntityCitizen['Sebastian X. Gerville'/5352, l='MpServer', x=824.50, y=76.00, z=-1001.57], EntityCitizen['Frances A. Colkins'/16464, l='MpServer', x=457.70, y=88.00, z=-1017.70], EntityCitizen['Anne D. Covert'/5855, l='MpServer', x=725.50, y=76.00, z=-1106.70], EntityCitizen['Sebastian X. Gerville'/5352, l='MpServer', x=779.57, y=72.00, z=-970.46], EntityCitizen['Susan O. Gerville'/5029, l='MpServer', x=481.50, y=84.00, z=-1020.50], EntityCitizen['Mary Y. Collard'/5365, l='MpServer', x=727.47, y=77.00, z=-980.88], EntityCitizen['Bailey O. Culpepper'/5849, l='MpServer', x=613.25, y=74.00, z=-932.50], EntityCitizen['Isabella J. Colkins'/5401, l='MpServer', x=776.50, y=73.00, z=-941.50], EntityCitizen['Bailey Y. Asger'/4749, l='MpServer', x=787.70, y=73.00, z=-1015.49], EntityCitizen['Tiago T. Cheyne'/4108, l='MpServer', x=608.70, y=72.00, z=-886.72], EntityCitizen['Levi T. Brown'/11524, l='MpServer', x=672.35, y=71.00, z=-846.13], EntityCitizen['Patricia D. Cowill'/4171, l='MpServer', x=659.06, y=78.00, z=-963.34], EntityCitizen['Tiago T. Cheyne'/4108, l='MpServer', x=608.70, y=72.00, z=-886.72], EntityCitizen['Tiago T. Cheyne'/4108, l='MpServer', x=608.70, y=72.00, z=-886.72], EntityCitizen['David P. Crugg'/10282, l='MpServer', x=690.70, y=71.00, z=-847.30], EntityCitizen['Jayden W. Cuddon'/4997, l='MpServer', x=495.70, y=84.00, z=-1082.18], EntityCitizen['Cooper L. Coffin'/4995, l='MpServer', x=485.20, y=84.00, z=-1010.80], EntityCitizen['Jonathan G. Allington'/5675, l='MpServer', x=457.10, y=85.06, z=-973.47], EntityCitizen['Madison J. Chowne'/5363, l='MpServer', x=712.84, y=70.00, z=-906.51], EntityCitizen['Tiago T. Cheyne'/4108, l='MpServer', x=608.45, y=72.00, z=-886.58], EntityCitizen['Bella Z. Gorst'/5270, l='MpServer', x=800.58, y=71.00, z=-898.65], EntityCitizen['London B. Grafton'/5571, l='MpServer', x=703.75, y=69.00, z=-914.49], EntityCitizen['Bella Z. Gorst'/5270, l='MpServer', x=800.58, y=71.00, z=-898.65], EntityCitizen['Bella Z. Gorst'/5270, l='MpServer', x=800.58, y=71.00, z=-898.65], EntityCitizen['Philip E. Covert'/12621, l='MpServer', x=687.81, y=68.02, z=-826.60], EntityCitizen['Sebastian X. Gerville'/5352, l='MpServer', x=824.50, y=76.00, z=-1001.54], EntityCitizen['Nathaniel P. Ansty'/20170, l='MpServer', x=675.54, y=71.06, z=-831.30], EntityCitizen['Jayce E. Argentein'/5557, l='MpServer', x=722.10, y=72.00, z=-947.64], EntityCitizen['Oscar B. Audeley'/4177, l='MpServer', x=717.70, y=74.00, z=-952.52], EntityCitizen['Levi T. Brown'/20332, l='MpServer', x=673.17, y=71.00, z=-846.00], EntityCitizen['Bella Z. Gorst'/5270, l='MpServer', x=800.58, y=71.00, z=-898.65], EntityCitizen['Paola F. Ballard'/4919, l='MpServer', x=527.50, y=74.00, z=-942.09], EntityCitizen['Gabriella G. Fletcher'/10421, l='MpServer', x=682.51, y=71.00, z=-834.09], EntityCitizen['Gabriella G. Fletcher'/10421, l='MpServer', x=635.54, y=63.50, z=-874.48], EntityCitizen['Tristan F. Crugg'/5330, l='MpServer', x=794.49, y=71.18, z=-911.15], EntityCitizen['Odile B. Coffin'/5331, l='MpServer', x=815.44, y=71.00, z=-913.67], EntityCitizen['Tristan F. Crugg'/5330, l='MpServer', x=801.74, y=71.00, z=-913.51], EntityCitizen['Tiago T. Cheyne'/4108, l='MpServer', x=608.45, y=72.00, z=-886.58], EntityCitizen['David P. Crugg'/10282, l='MpServer', x=690.70, y=71.00, z=-848.17], EntityCitizen['Francis P. Allington'/5637, l='MpServer', x=724.06, y=73.00, z=-1002.61], EntityCitizen['Lawrence D. Godfrey'/4121, l='MpServer', x=475.55, y=84.00, z=-1030.64], EntityCitizen['Makayla H. Cox'/5697, l='MpServer', x=809.08, y=72.00, z=-930.50], EntityCitizen['Tiago T. Cheyne'/4108, l='MpServer', x=608.70, y=72.00, z=-886.72], EntityCitizen['Bella Z. Gorst'/5270, l='MpServer', x=800.58, y=71.00, z=-898.65], EntityCitizen['Sebastian X. Gerville'/5352, l='MpServer', x=824.50, y=76.00, z=-1001.54], EntityCitizen['Odile B. Coffin'/5331, l='MpServer', x=815.44, y=71.00, z=-913.67], EntityCitizen['Paloma N. Baker'/5110, l='MpServer', x=467.50, y=84.00, z=-1032.50], EntityCitizen['Susan O. Gerville'/5029, l='MpServer', x=500.49, y=76.00, z=-966.10], EntityCitizen['Hannah H. Culpepper'/4006, l='MpServer', x=522.70, y=73.00, z=-953.30], EntityCitizen['Cole S. Asger'/4004, l='MpServer', x=550.03, y=74.00, z=-933.50], EntityCitizen['Frances D. Greenway'/11529, l='MpServer', x=690.30, y=71.00, z=-832.70], EntityCitizen['Hugh H. Audeley'/4715, l='MpServer', x=463.82, y=85.06, z=-973.51], EntityCitizen['Gabriella G. Fletcher'/10421, l='MpServer', x=635.54, y=63.50, z=-874.48], EntityCitizen['Odile D. Compton'/17420, l='MpServer', x=430.46, y=73.00, z=-972.50], EntityCitizen['Bella Z. Gorst'/5270, l='MpServer', x=800.58, y=71.00, z=-898.65], EntityCitizen['Chloe W. Garnis'/4173, l='MpServer', x=644.50, y=75.00, z=-940.08], EntityCitizen['Bella Z. Gorst'/5270, l='MpServer', x=800.58, y=71.00, z=-898.65], EntityCitizen['Patricia D. Cowill'/4171, l='MpServer', x=671.72, y=69.00, z=-905.50], EntityCitizen['Anna R. Chester'/4176, l='MpServer', x=692.65, y=74.00, z=-952.50], EntityCitizen['Hannah H. Culpepper'/4006, l='MpServer', x=681.19, y=69.00, z=-904.50], MoCEntityLeopard['Leopard'/5078, l='MpServer', x=636.69, y=98.00, z=-1220.84], EntityChupacabra['Chupacabra'/5079, l='MpServer', x=622.61, y=45.00, z=-1206.92], MoCEntityMaggot['Maggot'/10202, l='MpServer', x=614.51, y=90.00, z=-1128.84], MoCEntityAnt['Ant'/5083, l='MpServer', x=600.02, y=103.00, z=-1202.51], EntityMinecartChest['Minecart with Chest'/5087, l='MpServer', x=599.50, y=14.06, z=-1181.50], MoCEntityGrizzlyBear['GrizzlyBear'/5088, l='MpServer', x=580.97, y=95.00, z=-1156.87], MoCEntitySnake['Snake'/5089, l='MpServer', x=587.06, y=95.00, z=-1168.03], MoCEntitySnake['Snake'/5090, l='MpServer', x=576.76, y=94.00, z=-1136.93], EntityZombie['Zombie'/27627, l='MpServer', x=549.51, y=54.00, z=-1175.81], MoCEntityClownFish['ClownFish'/27641, l='MpServer', x=659.50, y=66.57, z=-1156.50]]
Retry entities: 3 total; [EntityLatchedRenderer['unknown'/4157, l='MpServer', x=8.50, y=65.00, z=8.50], EntityLatchedRenderer['unknown'/5166, l='MpServer', x=606.46, y=91.06, z=-925.36], EntityLatchedRenderer['unknown'/4191, l='MpServer', x=606.46, y=91.06, z=-925.36]]
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:420)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2740)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:426)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 513911064 bytes (490 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
FML: MCP 9.42 Powered by Forge 14.23.5.2768 52 mods loaded, 52 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State     | ID                                           | Version                  | Source                                           | Signature                                |
|:--------- |:-------------------------------------------- |:------------------------ |:------------------------------------------------ |:---------------------------------------- |
| UCHIJAAAA | minecraft                                    | 1.12.2                   | minecraft.jar                                    | None                                     |
| UCHIJAAAA | mcp                                          | 9.42                     | minecraft.jar                                    | None                                     |
| UCHIJAAAA | FML                                          | 8.0.99.99                | forge-1.12.2-14.23.5.2768.jar                    | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge                                        | 14.23.5.2768             | forge-1.12.2-14.23.5.2768.jar                    | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | com.elytradev.movingworld.common.asm.coremod |                          | minecraft.jar                                    | None                                     |
| UCHIJAAAA | backpack                                     | 3.0.1                    | Backpack.jar                                     | None                                     |
| UCHIJAAAA | biomesoplenty                                | 7.0.1.2399               | BiomesOPlenty-1.12.2-7.0.1.2399-universal.jar    | None                                     |
| UCHIJAAAA | bullseye                                     | 3.0.3                    | Bullseye-Mod-1.12.1.jar                          | None                                     |
| UCHIJAAAA | codechickenlib                               | 3.1.5.331                | CodeChickenLib-1.12.2-3.1.5.331-universal.jar    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | customspawner                                | 3.11.4                   | CustomMobSpawner-3.11.4.jar                      | None                                     |
| UCHIJAAAA | movingworld                                  | 1.12-6.342               | Moving World.jar                                 | None                                     |
| UCHIJAAAA | davincisvessels                              | @DVESSELSVER@            | Davinci's Vessels.jar                            | None                                     |
| UCHIJAAAA | dldungeonsjdg                                | 1.11.1                   | DoomlikeDungeons-1.11.1-MC1.12.2.jar             | None                                     |
| UCHIJAAAA | mocreatures                                  | 12.0.5                   | DrZharks MoCreatures Mod-12.0.5.jar              | None                                     |
| UCHIJAAAA | exlinetweaks                                 | 1.0                      | exlinetweaks-1.0.jar                             | None                                     |
| UCHIJAAAA | forgeendertech                               | 1.12.2-4.4.0.0           | ForgeEndertech-1.12.2-4.4.0.0-build.0180.jar     | None                                     |
| UCHIJAAAA | grapplemod                                   | 1.12.2-v10               | Grappling hook mod.jar                           | None                                     |
| UCHIJAAAA | gravestone                                   | 1.10.1                   | Gravestone Mod.jar                               | None                                     |
| UCHIJAAAA | waila                                        | 1.8.26                   | Hwyla-Mod-1.12.2.jar                             | None                                     |
| UCHIJAAAA | ichunutil                                    | 7.1.4                    | iChunUtil.jar                                    | None                                     |
| UCHIJAAAA | infernalmobs                                 | 1.7.3                    | InfernalMobs-1.12.jar                            | None                                     |
| UCHIJAAAA | inventorytweaks                              | 1.63+release.109.220f184 | InventoryTweaks-1.63 (1).jar                     | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| UCHIJAAAA | jei                                          | 4.8.5.138                | jei_1.12.2-4.8.5.138.jar                         | None                                     |
| UCHIJAAAA | journeymap                                   | 1.12.2-5.5.2             | journeymap-1.12.2-5.5.2.jar                      | None                                     |
| UCHIJAAAA | llor                                         | 1.1.4-mc1.12             | Light Level Overlay Reloaded.jar                 | None                                     |
| UCHIJAAAA | llibrary                                     | 1.7.9                    | llibrary-1.7.9-1.12.2.jar                        | None                                     |
| UCHIJAAAA | lostcities                                   | 2.0.12                   | lostcities-1.12-2.0.12.jar                       | None                                     |
| UCHIJAAAA | lostsouls                                    | 1.1.4                    | lostsouls-1.12-1.1.4.jar                         | None                                     |
| UCHIJAAAA | lycanitesmobs                                | 1.20.4.2 - MC 1.12.2     | LycanitesMobsComplete+1.20.4.2+[1.12.2].jar      | None                                     |
| UCHIJAAAA | arcticmobs                                   | 1.20.4.2 - MC 1.12.2     | LycanitesMobsComplete+1.20.4.2+[1.12.2].jar      | None                                     |
| UCHIJAAAA | demonmobs                                    | 1.20.4.2 - MC 1.12.2     | LycanitesMobsComplete+1.20.4.2+[1.12.2].jar      | None                                     |
| UCHIJAAAA | desertmobs                                   | 1.20.4.2 - MC 1.12.2     | LycanitesMobsComplete+1.20.4.2+[1.12.2].jar      | None                                     |
| UCHIJAAAA | elementalmobs                                | 1.20.4.2 - MC 1.12.2     | LycanitesMobsComplete+1.20.4.2+[1.12.2].jar      | None                                     |
| UCHIJAAAA | forestmobs                                   | 1.20.4.2 - MC 1.12.2     | LycanitesMobsComplete+1.20.4.2+[1.12.2].jar      | None                                     |
| UCHIJAAAA | freshwatermobs                               | 1.20.4.2 - MC 1.12.2     | LycanitesMobsComplete+1.20.4.2+[1.12.2].jar      | None                                     |
| UCHIJAAAA | infernomobs                                  | 1.20.4.2 - MC 1.12.2     | LycanitesMobsComplete+1.20.4.2+[1.12.2].jar      | None                                     |
| UCHIJAAAA | junglemobs                                   | 1.20.4.2 - MC 1.12.2     | LycanitesMobsComplete+1.20.4.2+[1.12.2].jar      | None                                     |
| UCHIJAAAA | mountainmobs                                 | 1.20.4.2 - MC 1.12.2     | LycanitesMobsComplete+1.20.4.2+[1.12.2].jar      | None                                     |
| UCHIJAAAA | plainsmobs                                   | 1.20.4.2 - MC 1.12.2     | LycanitesMobsComplete+1.20.4.2+[1.12.2].jar      | None                                     |
| UCHIJAAAA | saltwatermobs                                | 1.20.4.2 - MC 1.12.2     | LycanitesMobsComplete+1.20.4.2+[1.12.2].jar      | None                                     |
| UCHIJAAAA | shadowmobs                                   | 1.20.4.2 - MC 1.12.2     | LycanitesMobsComplete+1.20.4.2+[1.12.2].jar      | None                                     |
| UCHIJAAAA | swampmobs                                    | 1.20.4.2 - MC 1.12.2     | LycanitesMobsComplete+1.20.4.2+[1.12.2].jar      | None                                     |
| UCHIJAAAA | ruins                                        | 16.9                     | Ruins Spawning System.jar                        | None                                     |
| UCHIJAAAA | supertnt                                     | 1.0.0                    | SuperTNT-1.12.2-1.0.0.jar                        | None                                     |
| UCHIJAAAA | torcharrowsmod                               | 1.12.1-3                 | torcharrows-1.12.1-3.jar                         | None                                     |
| UCHIJAAAA | torched                                      | 7.0.0                    | Torched-Mod-1.12.2.jar                           | None                                     |
| UCHIJAAAA | trashslot                                    | 8.4.6                    | TrashSlot_1.12.1-8.4.6.jar                       | None                                     |
| UCHIJAAAA | bspkrscore                                   | at_0.9                   | Treecapitator.jar                                | None                                     |
| UCHIJAAAA | treecapitator                                | at_0.9                   | Treecapitator.jar                                | None                                     |
| UCHIJAAAA | structurize                                  | 1.12.2-0.10.93-ALPHA     | structurize-1.12.2-0.10.93-ALPHA.jar             | None                                     |
| UCHIJAAAA | minecolonies                                 | 1.12.2-0.10.285-ALPHA    | minecolonies-1.12.2-0.10.285-ALPHA-universal.jar | None                                     |
| UCHIJAAAA | adchimneys                                   | 1.12.2-3.3.12.0          | AdChimneys-1.12.2-3.3.12.0-build.0197.jar        | None                                     |

Loaded coremods (and transformers): 

CorePlugin (ForgeEndertech-1.12.2-4.4.0.0-build.0180.jar)

MovingWorldCore (Moving World.jar)

LoadingPlugin (AdChimneys-1.12.2-3.3.12.0-build.0197.jar)
com.endertech.minecraft.mods.adchimneys.world.WorldData$BlockRandomTick
llibrary (llibrary-1.7.9-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
Inventory Tweaks Coremod (InventoryTweaks-1.63 (1).jar)
invtweaks.forge.asm.ContainerTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 390.77' Renderer: 'GeForce GTX 970/PCIe/SSE2'
Launched Version: 1.12.2-forge1.12.2-14.23.5.2768
LWJGL: 2.9.4
OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.6.0 NVIDIA 390.77, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: 
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 8x Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

commented

update: /mc colonies rsresetall appears to correct this, but it should still be investigated as a bug since it seems to be repeatable

commented

another update: the bug appears to be related to summoning newly-spawned workers to their tables. I did a rsresetall, then insta-builded a new level 5 guard hut and immediately summoned all the guards, none of which seemed to have their ai packages, and the clipboard would immediately CTD again. This happened twice... but infuriatingly not always, so I'm not 100% certain this is the cause... just suspicious.

commented

@OrionDevelopment might this be related to "too many requests" ?

commented

Not really.
I am still puzzled how a CTD can happen here, somewhere we do not schedule something back to the main thread....

commented

realises that the RS would is off thread
Welll.... obviously it would be...... durrrrrr....

commented

@Asherslab What are you talking about?
The RS is not off-thread.....

commented

"somewhere we do not schedule something back to the main thread" that implied (to me) that we're off thread? if we are scheduling things back onto the main thread (off thread in my mind would be, not on the main thread, sorry)

commented

No I mean the update message that arrives somehow modifies the request list while it is being rendered which is weird.

commented
commented

Well........ Yes but that opens up a whole other can of worms.
See the RS state, and as such the list open requests and their data, is synced via the global colony update message when the RS sets the colonies state to dirty. Which then sends the message at the end of the tick.

Now IF that message would arrive on the client side, and would not be marshalled to the main thread, it is a wonder that this did not blow up earlier.

commented

However all our messages, are routed through the AbstractMessages network handler here: https://github.com/ldtteam/minecolonies/blob/version/1.12/src/main/java/com/minecolonies/coremod/network/messages/AbstractMessage.java#L20-L34

And as such their processing is executed on the main thread, and not off-thread.

commented

Update: Raycoms was correct, this is definitely the too many requests bug... I just added more deliverymen, let them do their thing... once requests dropped to 20-30 max, the bug stopped

commented

However, this bug also occurred with a new player on our discord, who did not have anywhere near that many requests. so i am lead to believe that is not the issue

However, did the fix above work?

commented

If it was in the 288 build, no, it ultimately did not work. Once the request list started swelling up again as children grew into Guards, the RS totally shut down again... people would obviously want things, but it was a guessing game as to what. While the clipboard no longer would always CTD, it was also always blank as well.

I DID find a partial workaround... I got NBTExplorer, went into colony1_0.dat and deleted the entire requestManager branch. Then I opened the map and did a /mc colonies rsresetall. At this point the clipboard would at least show the requests for the nearest 4-10 citizens. I can fill about half of these these requests out, at which point the Clipboard will CTD again. There is a warning sign this is about to happen, though... sometimes when I open the clipboard the most-recently filled request will still be showing, with as a citizen name. If THIS happens, I can rsresetall again and continue indefinately until the list becomes manageable.

If its not the sheer number of requests causing the crash, another thought occurs: maybe it's a SPECIFIC request that is tanking the system, maybe some illegal node entry from another mod. If the RS operates as I suspect and grabs requests from the nearest guy to you and expands outwards, and can in fact analyze other mods this might explain what is going on... SOMEONE in my city wants something, but it's not legal for some reason, so it brings the whole thread down once it asks what he wants. Just a theory of course since I have no idea what your code looks like... but it kinda feels this way now, especially if a new user is getting the same issue.

I'm a programmer, BTW, if you want me to run a debugger or somesuch, just let me know. Tonight I will open my world with minimal mods to see if that is the problem. With my luck it will end up being biomes o'plenty... =/

commented

FIX FOUND::: Seriously WTF. I installed Optifine. Everything works!!! I am guessing it frees up the processor enough that it can handle everything, or maybe it loads chunks in a way that allows the Request System to get everything it needs to run.

commented

Im very curious about the possibility of optifine helping on performance related issues, since im playing using a dedicated server, and i have optifine only installed in my client.

¿Dou you guys think installing optifine in server side can help?

commented

optifine does not work on the server side.
Also, @ArodSnaux optifine is not a valid fix in our eyes, we would rather fix the actual issue.
@Raycoms Apparently the issue is not fixed: reopening

commented

Reclarification after several days: I was over-optimistic... Optifine doesn't fully fix the issue, but it still runs better and is far less likely to crash with it than not. The bug still crops up, but with the Optifine running I seem to get a lot more play before the bug strikes again and I have to manually reset everything.

If I was to make a "Black Box" guess ( I don't know your code) I'd almost say the error was a memory leak or maybe even a race condition which Optifine, by making Minecraft run smoother, is somehow passively correcting.

I'd look especially at chunk loading... maybe it's trying to get requests from something that isn't there yet? Just a guess; it reminds me of how huge redstone things circa MC 1.7 used to fail randomly because their chunks were not loaded.

I'd be happy to zip everything up and post my mods/world to a server for you guys to play with if you need to see it in action. I love your mod and want to see it thrive!!!

commented
commented

Can you please try with the newest alpha?
Closed until then, it might not happen anymore.