Windows .exe Launcher taking too long to load + downgrading DW20 1.6.4 pack

Zaes

New Member
Jul 29, 2019
108
0
1
Hey I have a DW 1.6.4 1.0.12 world that I decided to upgrade to 1.0.14 (backup DW20 folder made). Once 1.0.14 completed downloading, I launched the instance and tried to log in to my world, only for the client to take 20+ minutes to do the world-setup stuff in the console. It gets up to pre-initialising all the mods, but it gets caught on an exception twice from Applied Energistics java.lang.RuntimeException: Unknown Character and quits to Vanilla Minecraft screen (see code below).
Code:
2014-02-04 22:34:40 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2014-02-04 22:34:40 [SEVERE] [ForgeModLoader] Caught exception from AppliedEnergistics
java.lang.RuntimeException: Unknown character ' ' in '/saves/Feed-the-Beast/data/AppEng.dat:1'
    at net.minecraftforge.common.Configuration.load(Configuration.java:625)
    at net.minecraftforge.common.Configuration.<init>(Configuration.java:100)
    at appeng.common.AppEngWorldSettings.<init>(AppEngWorldSettings.java:29)
    at appeng.common.AppEngWorldSettings.getInstance(AppEngWorldSettings.java:38)
    at appeng.common.AppEng.serverStarting(AppEng.java:700)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.serverStarting(Loader.java:748)
    at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:314)
    at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:109)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
2014-02-04 22:34:40 [SEVERE] [ForgeModLoader] A fatal exception occurred during the server about to start event
java.lang.RuntimeException: Unknown character ' ' in '/saves/Feed-the-Beast/data/AppEng.dat:1'
    at net.minecraftforge.common.Configuration.load(Configuration.java:625)
    at net.minecraftforge.common.Configuration.<init>(Configuration.java:100)
    at appeng.common.AppEngWorldSettings.<init>(AppEngWorldSettings.java:29)
    at appeng.common.AppEngWorldSettings.getInstance(AppEngWorldSettings.java:38)
    at appeng.common.AppEng.serverStarting(AppEng.java:700)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
    at cpw.mods.fml.common.Loader.serverStarting(Loader.java:748)
    at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:314)
    at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:109)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)

I decided to downgrade back to the stable 1.0.12 version (Quit FTB, open folders, deleted mods folder and configs folder, re-download 1.0.12 mods) and place that version of my save (which is the latest working save I have of that world) in the saves folder. Launched FTB + DW20 1.0.12 and hit the exactly the same problem as depicted in spoiler and first paragraph. I have already uninstalled + reinstalled Java (64 bit OS for Win8) and FTB to no avail, rendering all backups un-useable.

I have run out of ideas as to why this is happening. Any help will be greatly appreciated :)

Edit: Error log for above code - http://pastebin.com/TLBT0HNm. Also had another look at the error log and found that the game was 'saved' when I upgraded to 1.0.14, despite never getting to the 'building terrain' page (see below).

Code:
2014-02-05 20:04:48 [INFO] [Minecraft-Server] Starting integrated minecraft server version 1.6.4
2014-02-05 20:04:48 [INFO] [Minecraft-Server] Generating keypair
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod AppliedEnergistics-Core version rv14.finale3 and it is now at version rv14.finale2, things may not work well
2014-02-05 20:04:52 [SEVERE] [fml.ModTracker] This world was saved with mod OpenModsCore which appears to be missing, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod arsmagica2 version 1.1.2 and it is now at version 1.1.1c, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod AppliedEnergistics version rv14.finale3 and it is now at version rv14.finale2, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod UniversalElectricity version 3.0.1 and it is now at version @MAJOR@.@MINOR@.@REVIS@, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod IC2 version 2.0.354-experimental and it is now at version 2.0.316-experimental, things may not work well
2014-02-05 20:04:52 [SEVERE] [fml.ModTracker] This world was saved with mod BinnieCore which appears to be missing, things may not work well
2014-02-05 20:04:52 [SEVERE] [fml.ModTracker] This world was saved with mod ExtraBees which appears to be missing, things may not work well
2014-02-05 20:04:52 [SEVERE] [fml.ModTracker] This world was saved with mod ExtraTrees which appears to be missing, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod CalclaviaCore version @MAJOR@.@MINOR@.@REVIS@ and it is now at version 1.0.0, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod Mystcraft version 0.10.12.01 and it is now at version 0.10.11.00, things may not work well
2014-02-05 20:04:52 [SEVERE] [fml.ModTracker] This world was saved with mod OpenMods which appears to be missing, things may not work well
2014-02-05 20:04:52 [SEVERE] [fml.ModTracker] This world was saved with mod OpenPeripheralCore which appears to be missing, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod HatStand version 2.1.0 and it is now at version 2.0.0, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod IC2NuclearControl version 1.6.2e and it is now at version 1.6.2c, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod IronChest version 5.4.1.697 and it is now at version 5.4.1.649, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod LogisticsPipes|Main version 0.7.4.dev.102 and it is now at version 0.7.4.dev.96, things may not work well
2014-02-05 20:04:52 [SEVERE] [fml.ModTracker] This world was saved with mod ThaumicTinkererKami which appears to be missing, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod ThaumicTinkerer version 2.1-67 and it is now at version 2.0, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod MagicBees version 2.1.11 and it is now at version 2.1.9, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod MFFS version 3.6.2 and it is now at version 3.6.0, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod NEIAddons version 1.9.4.r51 and it is now at version 1.9.3.r47, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod NEIAddons|AE version 1.9.4.r51 and it is now at version 1.9.3.r47, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod NEIAddons|CraftingTables version 1.9.4.r51 and it is now at version 1.9.3.r47, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod NEIAddons|ExtraBees version 1.9.4.r51 and it is now at version 1.9.3.r47, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod NEIAddons|Forestry version 1.9.4.r51 and it is now at version 1.9.3.r47, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod NEIAddons|MiscPeripherals version 1.9.4.r51 and it is now at version 1.9.3.r47, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod OpenPeripheral version 0.1.0 and it is now at version 0.2.1, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod OpenBlocks version 1.2.4 and it is now at version 1.2.2, things may not work well
2014-02-05 20:04:52 [SEVERE] [fml.ModTracker] This world was saved with mod powersuitaddons which appears to be missing, things may not work well
2014-02-05 20:04:52 [INFO] [fml.ModTracker] This world was saved with mod ProjRed|Core version 4.2.2.19 and it is now at version 4.2.1.16, things may not work well
2014-02-05 20:04:52 [SEVERE] [fml.ModTracker] This world was saved with mod ProjRed|Expansion which appears to be missing, things may not work well
2014-02-05 20:04:52 [SEVERE] [fml.ModTracker] This world was saved with mod ProjRed|Transportation which appears to be missing, things may not work well
2014-02-05 20:04:52 [SEVERE] [fml.ItemTracker] FML has detected item discrepancies
2014-02-05 20:04:52 [SEVERE] [fml.ItemTracker] Missing items : {1374=Item 1374, Type binnie.extrabees.worldgen.ItemBeehive, owned by ExtraBees, ordinal 0, name extrabees.block.hive, claimedModId null, 1373=Item 1373, Type binnie.extrabees.genetics.effect.BlockEctoplasm, owned by ExtraBees, ordinal 0, name extrabees.block.ectoplasm, claimedModId null, 1372=Item 1372, Type binnie.core.machines.ItemMachine, owned by BinnieCore, ordinal 0, name extrabees.block.alveary, claimedModId null, 8803=Item 8803, Type binnie.extrabees.engineering.ItemSerum, owned by ExtraBees, ordinal 0, name item.serum, claimedModId null, 1371=Item 1371, Type binnie.extrabees.machines.item.ItemAdvancedGeneticMachine, owned by ExtraBees, ordinal 0, name extrabees.block.advGeneticMachine, claimedModId null, 8804=Item 8804, Type binnie.extrabees.engineering.ItemSerumEmpty, owned by ExtraBees, ordinal 0, name item.serumEmtpy, claimedModId null, 1370=Item 1370, Type binnie.extrabees.machines.item.ItemApiaristMachine, owned by ExtraBees, ordinal 0, name extrabees.block.apiaristMachine, claimedModId null, 1369=Item 1369, Type binnie.extrabees.machines.item.ItemGeneticMachine, owned by ExtraBees, ordinal 0, name extrabees.block.geneticMachine, claimedModId null, 8817=Item 8817, Type binnie.extrabees.apiary.ItemHiveFrame, owned by ExtraBees, ordinal 1, name null, claimedModId null, 13854=Item 13854, Type calclavia.components.ItemMultitool, owned by CalclaviaCore, ordinal 0, name wrench, claimedModId null, 8816=Item 8816, Type binnie.extrabees.apiary.ItemHiveFrame, owned by ExtraBees, ordinal 0, name null, claimedModId null, 8819=Item 8819, Type binnie.extrabees.apiary.ItemHiveFrame, owned by ExtraBees, ordinal 3, name null, claimedModId null, 8818=Item 8818, Type binnie.extrabees.apiary.ItemHiveFrame, owned by ExtraBees, ordinal 2, name null, claimedModId null, 8820=Item 8820, Type binnie.extrabees.apiary.ItemHiveFrame, owned by ExtraBees, ordinal 4, name null, claimedModId null, 8829=Item 8829, Type binnie.core.item.ItemMisc, owned by ExtraBees, ordinal 0, name item.misc, claimedModId null, 13869=Item 13869, Type calclavia.components.ItemPlate, owned by CalclaviaCore, ordinal 2, name plateCopper, claimedModId null, 13871=Item 13871, Type calclavia.components.ItemPlate, owned by CalclaviaCore, ordinal 4, name plateIron, claimedModId null, 13870=Item 13870, Type calclavia.components.ItemPlate, owned by CalclaviaCore, ordinal 5, name plateGold, claimedModId null, 13865=Item 13865, Type calclavia.components.ItemBase, owned by CalclaviaCore, ordinal 5, name motor, claimedModId null, 13864=Item 13864, Type calclavia.components.ItemIngot, owned by CalclaviaCore, ordinal 1, name ingotTin, claimedModId null, 13867=Item 13867, Type calclavia.components.ItemPlate, owned by CalclaviaCore, ordinal 0, name plateSteel, claimedModId null, 9047=Item 9047, Type mrtjp.projectred.transportation.ItemPartPipe, owned by ProjRed|Transportation, ordinal 0, name null, claimedModId null, 13866=Item 13866, Type calclavia.components.ItemPlate, owned by CalclaviaCore, ordinal 1, name plateBronze, claimedModId null, 13861=Item 13861, Type calclavia.components.ItemIngot, owned by CalclaviaCore, ordinal 3, name ingotBronze, claimedModId null, 9049=Item 9049, Type mrtjp.projectred.transportation.ItemRouterUtility, owned by ProjRed|Transportation, ordinal 0, name null, claimedModId null, 13860=Item 13860, Type calclavia.components.ItemBase, owned by CalclaviaCore, ordinal 0, name dustSteel, claimedModId null, 9048=Item 9048, Type mrtjp.projectred.transportation.ItemRoutingChip, owned by ProjRed|Transportation, ordinal 0, name null, claimedModId null, 2950=Item 2950, Type calclavia.lib.prefab.item.ItemBlockTooltip, owned by CalclaviaCore, ordinal 0, name BlockMultiBlockPart, claimedModId CalclaviaCore, 13863=Item 13863, Type calclavia.components.ItemIngot, owned by CalclaviaCore, ordinal 2, name ingotSteel, claimedModId null, 8776=Item 8776, Type binnie.extrabees.products.ItemHoneyComb, owned by ExtraBees, ordinal 0, name item.honeyComb, claimedModId null, 13862=Item 13862, Type calclavia.components.ItemIngot, owned by CalclaviaCore, ordinal 0, name ingotCopper, claimedModId null, 13857=Item 13857, Type calclavia.components.ItemBase, owned by CalclaviaCore, ordinal 2, name circuitBasic, claimedModId null, 13856=Item 13856, Type calclavia.components.ItemBase, owned by CalclaviaCore, ordinal 3, name circuitAdvanced, claimedModId null, 13859=Item 13859, Type calclavia.components.ItemBase, owned by CalclaviaCore, ordinal 1, name dustBronze, claimedModId null, 13858=Item 13858, Type calclavia.components.ItemBase, owned by CalclaviaCore, ordinal 4, name circuitElite, claimedModId null, 8781=Item 8781, Type binnie.extrabees.products.ItemPropolis, owned by ExtraBees, ordinal 0, name item.propolis, claimedModId null, 8786=Item 8786, Type binnie.extrabees.products.ItemHoneyDrop, owned by ExtraBees, ordinal 0, name item.honeyDrop, claimedModId null, 8791=Item 8791, Type binnie.extrabees.products.ItemHoneyCrystal, owned by ExtraBees, ordinal 0, name item.honeyCrystal, claimedModId null, 8793=Item 8793, Type binnie.extrabees.genetics.items.ItemDictionary, owned by ExtraBees, ordinal 0, name null, claimedModId null, 8792=Item 8792, Type binnie.extrabees.products.ItemHoneyCrystalEmpty, owned by ExtraBees, ordinal 0, name item.honeyCrystalEmpty, claimedModId null, 13872=Item 13872, Type calclavia.components.ItemPlate, owned by CalclaviaCore, ordinal 3, name plateTin, claimedModId null, 8798=Item 8798, Type binnie.extrabees.engineering.ItemTemplateBlank, owned by ExtraBees, ordinal 0, name item.templateBlank, claimedModId null, 8797=Item 8797, Type binnie.extrabees.engineering.ItemTemplate, owned by ExtraBees, ordinal 0, name item.template, claimedModId null, 2815=Item 2815, Type vazkii.tinkerer.common.item.kami.ItemBlockWarpGate, owned by ThaumicTinkerer, ordinal 0, name ttinkerer:warpGate, claimedModId null, 22426=Item 22426, Type vazkii.tinkerer.common.item.ItemShareBook, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 15253=Item 15253, Type openblocks.common.item.ItemCursor, owned by OpenBlocks, ordinal 0, name openblocks.cursor, claimedModId null, 15252=Item 15252, Type openblocks.common.item.ItemOBGenericUnstackable, owned by OpenBlocks, ordinal 0, name openblocks.genericUnstackable, claimedModId null, 8766=Item 8766, Type binnie.core.liquid.ItemOldLiquidContainer, owned by ExtraBees, ordinal 0, name item.liquidContainer, claimedModId null, 15251=Item 15251, Type openblocks.common.item.ItemGoldenEye, owned by OpenBlocks, ordinal 0, name openblocks.goldenEye, claimedModId null, 878=Item 878, Type am2.blocks.BlockSlipstreamGenerator, owned by arsmagica2, ordinal 0, name slipstreamGenerator, claimedModId null, 15250=Item 15250, Type openblocks.common.item.ItemTastyClay, owned by OpenBlocks, ordinal 0, name openblocks.tastyClay, claimedModId null, 3973=Item 3973, Type calclavia.lib.prefab.item.ItemBlockMetadata, owned by CalclaviaCore, ordinal 0, name BlockInfinite, claimedModId CalclaviaCore, 23407=Item 23407, Type vazkii.tinkerer.common.item.kami.armor.ItemIchorclothArmor, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23406=Item 23406, Type vazkii.tinkerer.common.item.kami.ItemKamiResource, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 1060=Item 1060, Type calclavia.components.BlockCC, owned by CalclaviaCore, ordinal 0, name oreCopper, claimedModId null, 1061=Item 1061, Type calclavia.components.BlockCC, owned by CalclaviaCore, ordinal 1, name oreTin, claimedModId null, 23412=Item 23412, Type vazkii.tinkerer.common.item.kami.armor.ItemGemChest, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23413=Item 23413, Type vazkii.tinkerer.common.item.kami.armor.ItemGemLegs, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23414=Item 23414, Type vazkii.tinkerer.common.item.kami.armor.ItemGemBoots, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23415=Item 23415, Type vazkii.tinkerer.common.item.kami.ItemCatAmulet, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23408=Item 23408, Type vazkii.tinkerer.common.item.kami.armor.ItemIchorclothArmor, owned by ThaumicTinkerer, ordinal 1, name null, claimedModId null, 23409=Item 23409, Type vazkii.tinkerer.common.item.kami.armor.ItemIchorclothArmor, owned by ThaumicTinkerer, ordinal 2, name null, claimedModId null, 23410=Item 23410, Type vazkii.tinkerer.common.item.kami.armor.ItemIchorclothArmor, owned by ThaumicTinkerer, ordinal 3, name null, claimedModId null, 23411=Item 23411, Type vazkii.tinkerer.common.item.kami.armor.ItemGemHelm, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23420=Item 23420, Type vazkii.tinkerer.common.item.kami.tool.ItemIchorPickAdv, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23421=Item 23421, Type vazkii.tinkerer.common.item.kami.tool.ItemIchorShovelAdv, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23422=Item 23422, Type vazkii.tinkerer.common.item.kami.tool.ItemIchorAxeAdv, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23423=Item 23423, Type vazkii.tinkerer.common.item.kami.tool.ItemIchorSwordAdv, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23416=Item 23416, Type vazkii.tinkerer.common.item.kami.tool.ItemIchorPick, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23417=Item 23417, Type vazkii.tinkerer.common.item.kami.tool.ItemIchorShovel, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23418=Item 23418, Type vazkii.tinkerer.common.item.kami.tool.ItemIchorAxe, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23419=Item 23419, Type vazkii.tinkerer.common.item.kami.tool.ItemIchorSword, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 3707=Item 3707, Type binnie.extratrees.block.ItemETSlab, owned by ExtraTrees, ordinal 0, name extratrees.block.slab, claimedModId null, 3706=Item 3706, Type binnie.core.block.ItemMetadata, owned by ExtraTrees, ordinal 5, name extratrees.block.panel, claimedModId null, 3705=Item 3705, Type binnie.core.machines.ItemMachine, owned by BinnieCore, ordinal 1, name extratrees.block.machine, claimedModId null, 3704=Item 3704, Type binnie.core.block.ItemMetadata, owned by ExtraTrees, ordinal 2, name extratrees.block.log, claimedModId null, 3710=Item 3710, Type binnie.extratrees.block.ItemETDoor, owned by ExtraTrees, ordinal 0, name extratrees.block.door, claimedModId null, 3709=Item 3709, Type binnie.core.block.ItemMetadata, owned by ExtraTrees, ordinal 3, name extratrees.block.gate, claimedModId null, 3708=Item 3708, Type binnie.extratrees.block.ItemETDoubleSlab, owned by ExtraTrees, ordinal 0, name extratrees.block.doubleSlab, claimedModId null, 23426=Item 23426, Type vazkii.tinkerer.common.item.kami.ItemPlacementMirror, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23427=Item 23427, Type vazkii.tinkerer.common.item.kami.foci.ItemFocusShadowbeam, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23424=Item 23424, Type vazkii.tinkerer.common.item.kami.ItemIchorPouch, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23425=Item 23425, Type vazkii.tinkerer.common.item.kami.ItemBlockTalisman, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23430=Item 23430, Type vazkii.tinkerer.common.item.kami.ItemSkyPearl, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 8656=Item 8656, Type binnie.core.liquid.ItemFluidContainer, owned by BinnieCore, ordinal 0, name item.fluidContainer, claimedModId null, 3703=Item 3703, Type binnie.core.block.ItemMetadata, owned by ExtraTrees, ordinal 4, name extratrees.block.carpentry, claimedModId null, 3702=Item 3702, Type binnie.extratrees.block.ItemETStairs, owned by ExtraTrees, ordinal 0, name extratrees.block.stairs, claimedModId null, 23431=Item 23431, Type vazkii.tinkerer.common.item.kami.foci.ItemFocusRecall, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 23428=Item 23428, Type vazkii.tinkerer.common.item.kami.foci.ItemFocusXPDrain, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 3701=Item 3701, Type binnie.core.block.ItemMetadata, owned by ExtraTrees, ordinal 1, name extratrees.block.fence, claimedModId null, 23429=Item 23429, Type vazkii.tinkerer.common.item.kami.ItemProtoclay, owned by ThaumicTinkerer, ordinal 0, name null, claimedModId null, 3700=Item 3700, Type binnie.core.block.ItemMetadata, owned by ExtraTrees, ordinal 0, name extratrees.block.planks, claimedModId null, 24263=Item 24263, Type binnie.extratrees.item.ItemHammer, owned by ExtraTrees, ordinal 1, name item.durableHammer, claimedModId null, 24256=Item 24256, Type binnie.extratrees.item.ItemDictionary, owned by ExtraTrees, ordinal 0, name item.database, claimedModId null, 14262=Item 14262, Type binnie.extratrees.item.ItemHammer, owned by ExtraTrees, ordinal 0, name item.hammer, claimedModId null, 14261=Item 14261, Type binnie.extratrees.item.ItemMothDatabase, owned by ExtraTrees, ordinal 0, name null, claimedModId null, 14260=Item 14260, Type binnie.core.liquid.ItemOldLiquidContainer, owned by ExtraTrees, ordinal 0, name null, claimedModId null, 14258=Item 14258, Type binnie.extratrees.item.ItemFood, owned by ExtraTrees, ordinal 0, name item.food, claimedModId null, 14257=Item 14257, Type binnie.core.item.ItemMisc, owned by ExtraTrees, ordinal 0, name item.misc, claimedModId null, 31998=Item 31998, Type mrtjp.projectred.core.ItemDataCard, owned by ProjRed|Core, ordinal 0, name null, claimedModId null, 2629=Item 2629, Type vazkii.tinkerer.common.block.BlockAspectAnalyzer, owned by ThaumicTinkerer, ordinal 0, name ttinkerer:aspectAnalyzer, claimedModId null, 2630=Item 2630, Type vazkii.tinkerer.common.block.BlockPlatform, owned by ThaumicTinkerer, ordinal 0, name ttinkerer:platform, claimedModId null}
2014-02-05 20:04:52 [SEVERE] [fml.ItemTracker] Mismatched items : {580=(Item 580, Type openmods.item.ItemOpenBlock, owned by OpenPeripheral, ordinal 0, name openperipheral_glassesbridge, claimedModId null, Item 580, Type openperipheral.glasses.block.BlockGlassesBridge, owned by OpenPeripheral, ordinal 0, name glassesbridge, claimedModId null), 1311=(Item 1311, Type openperipheral.addons.glasses.ItemGlasses, owned by OpenPeripheral, ordinal 0, name openperipheral.glasses, claimedModId null, Item 1311, Type openperipheral.core.item.ItemGlasses, owned by OpenPeripheral, ordinal 0, name null, claimedModId null), 581=(Item 581, Type openmods.item.ItemOpenBlock, owned by OpenPeripheral, ordinal 1, name openperipheral_peripheralproxy, claimedModId null, Item 581, Type openperipheral.core.block.BlockProxy, owned by OpenPeripheral, ordinal 0, name proxyblock, claimedModId null), 582=(Item 582, Type openmods.item.ItemOpenBlock, owned by OpenPeripheral, ordinal 2, name openperipheral_pim, claimedModId null, Item 582, Type openperipheral.core.block.BlockPlayerInventory, owned by OpenPeripheral, ordinal 0, name playerinventory, claimedModId null), 583=(Item 583, Type openmods.item.ItemOpenBlock, owned by OpenPeripheral, ordinal 4, name openperipheral_ticketmachine, claimedModId null, Item 583, Type openperipheral.core.block.BlockTicketMachine, owned by OpenPeripheral, ordinal 0, name ticketmachine, claimedModId null), 584=(Item 584, Type openmods.item.ItemOpenBlock, owned by OpenPeripheral, ordinal 3, name openperipheral_sensor, claimedModId null, Item 584, Type openperipheral.sensor.block.BlockSensor, owned by OpenPeripheral, ordinal 0, name openp_sensor, claimedModId null), 1313=(Item 1313, Type openperipheral.addons.ItemOPGeneric, owned by OpenPeripheral, ordinal 0, name openperipheral.generic, claimedModId null, Item 1313, Type openperipheral.core.item.ItemGeneric, owned by OpenPeripheral, ordinal 0, name null, claimedModId null), 11401=(Item 11401, Type mffs.item.module.projector.ItemModuleDome, owned by MFFS, ordinal 0, name item.mffs:moduleDome, claimedModId MFFS, Item 11401, Type mffs.item.module.projector.ItemModuleManipulator, owned by MFFS, ordinal 0, name item.mffs:moduleManipulator, claimedModId MFFS)}
 
Last edited: