Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when looking something up in NEI "ExceptionInInitializerError" #1185

Closed
Savallator opened this issue Nov 1, 2016 · 8 comments
Closed

Comments

@Savallator
Copy link

As already mentioned here #1180, I can no longer use NEI. it used to work, but now everytime i want to look up a recipe, it crashes with the following (do note i have gregtech, and i had also the Issue in the past about the long hang when first looking something up, but now it directly crashes, and the report seems to only mention Chromaticraft and dragonAPI):

java.lang.ExceptionInInitializerError at Reika.ChromatiCraft.ModInterface.NEI.FabricatorHandler.loadCraftingRecipes(FabricatorHandler.java:122) at codechicken.nei.recipe.TemplateRecipeHandler.loadCraftingRecipes(TemplateRecipeHandler.java:331) at Reika.ChromatiCraft.ModInterface.NEI.FabricatorHandler.loadCraftingRecipes(FabricatorHandler.java:109) at codechicken.nei.recipe.TemplateRecipeHandler.getRecipeHandler(TemplateRecipeHandler.java:466) at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20) at codechicken.nei.ItemPanel.mouseUp(ItemPanel.java:258) at codechicken.nei.LayoutManager.onMouseUp(LayoutManager.java:166) at codechicken.nei.guihook.GuiContainerManager.mouseUp(GuiContainerManager.java:365) at codechicken.nei.guihook.GuiContainerManager.overrideMouseUp(GuiContainerManager.java:357) at net.minecraft.client.gui.inventory.GuiContainer.func_146286_b(GuiContainer.java) at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:306) at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java) at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) at net.minecraft.client.main.Main.main(SourceFile:148) 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:498) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: Reika.DragonAPI.Exception.MisuseException: DragonAPI or one of its subclasses or methods was used incorrectly! The current error was caused by the following: You cannot key a null itemstack! at Reika.DragonAPI.Instantiable.Data.KeyedItemStack.<init>(KeyedItemStack.java:41) at Reika.ChromatiCraft.Auxiliary.RecipeManagers.FabricationRecipes.addRecipe(FabricationRecipes.java:194) at Reika.ChromatiCraft.Auxiliary.RecipeManagers.FabricationRecipes.<init>(FabricationRecipes.java:161) at Reika.ChromatiCraft.Auxiliary.RecipeManagers.FabricationRecipes.<clinit>(FabricationRecipes.java:38) ... 23 more

Full crash report:
crash-2016-11-01_06.28.42-client.txt

@Savallator
Copy link
Author

While trying to pin it down - it seems to be related to the fabrication recipes much like the hanging when gregtech is installed. Maybe a quick possible workaround would be to add an option to remove the fabrication recipes from NEI? You maybe could even add an ingame item that is used to calculate the costs for something.
What i suspect being the cause of the error is another mod adding a faulty item, but however, that should never cause a crash like that. The funny thing is, the bug does not happen in singleplayer, and on the server it only started recently, when i switched to online mode due to the other linked issue.
An unrelated question: Are there build instructions available? That would really help trying to pin down errors like that.

@Savallator
Copy link
Author

I solved the issue: It happens when KAMI is disabled on the server. I would suggest, that in line 150 in the File FabricationRecipes.java there should be a check not only for ThaumicTinkerer, but also if KAMI is enabled. Disabling KAMI seems like mandatory for me, as the items are utterly overpowered and can easily break the world.

@ReikaKalseki
Copy link
Owner

I do not know if I can check that. But I can check if the item is null.

@Savallator
Copy link
Author

That seems like a good approach. Maybe that would be a good fail-save for every case? That might happen for other mods as well, and it would be nice if that would not induce a crash.

@DeLourium
Copy link

DeLourium commented Dec 5, 2016

Can you help me out with this one?

I get a similar crash, it occurs when I tried to look up uses for an item (recipes seem to work)
I made sure that KAMI is enabled (I´m playing SSP so this should be fine) and I also compared the crash log with my own and found differences, so apparently it´s not quite the same thing.

UPDATE: I temporarily disabled GregTech (for the sake of loading times) and the issue was gone.
But is there another workaround, because eventually I DO want to play with GregTech?

Here´s the log:

[11:28:49] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 12/5/16 11:28 AM
Description: Updating screen events

java.lang.ExceptionInInitializerError
at Reika.ChromatiCraft.TileEntity.Processing.TileEntityGlowFire.getDecompositionValue(TileEntityGlowFire.java:215)
at Reika.ChromatiCraft.ModInterface.NEI.GlowFireHandler.loadUsageRecipes(GlowFireHandler.java:132)
at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:350)
at Reika.ChromatiCraft.ModInterface.NEI.GlowFireHandler.loadUsageRecipes(GlowFireHandler.java:119)
at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:472)
at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at codechicken.nei.recipe.GuiRecipe.func_73869_a(GuiRecipe.java:80)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:475)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:465)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NullPointerException
at Reika.ChromatiCraft.Magic.ItemElementCalculator.(ItemElementCalculator.java:167)
at Reika.ChromatiCraft.Magic.ItemElementCalculator.(ItemElementCalculator.java:73)
... 25 more

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

-- Head --
Stacktrace:
at Reika.ChromatiCraft.TileEntity.Processing.TileEntityGlowFire.getDecompositionValue(TileEntityGlowFire.java:215)
at Reika.ChromatiCraft.ModInterface.NEI.GlowFireHandler.loadUsageRecipes(GlowFireHandler.java:132)
at codechicken.nei.recipe.TemplateRecipeHandler.loadUsageRecipes(TemplateRecipeHandler.java:350)
at Reika.ChromatiCraft.ModInterface.NEI.GlowFireHandler.loadUsageRecipes(GlowFireHandler.java:119)
at codechicken.nei.recipe.TemplateRecipeHandler.getUsageHandler(TemplateRecipeHandler.java:472)
at codechicken.nei.recipe.GuiUsageRecipe.openRecipeGui(GuiUsageRecipe.java:20)
at codechicken.nei.recipe.RecipeItemInputHandler.lastKeyTyped(RecipeItemInputHandler.java:20)
at codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:307)
at codechicken.nei.recipe.GuiRecipe.func_73869_a(GuiRecipe.java:80)
at net.minecraft.client.gui.inventory.GuiContainer.public_func_73869_a(GuiContainer.java)
at codechicken.nei.guihook.GuiContainerManager.callKeyTyped(GuiContainerManager.java)
at codechicken.nei.guihook.GuiContainerManager.keyTyped(GuiContainerManager.java:475)
at codechicken.nei.guihook.GuiContainerManager.handleKeyboardInput(GuiContainerManager.java:465)
at net.minecraft.client.gui.inventory.GuiContainer.func_146282_l(GuiContainer.java)
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:276)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1640)

-- Affected screen --
Details:
Screen name: codechicken.nei.recipe.GuiCraftingRecipe

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['SirLunatic'/1106, l='MpServer', x=1097.45, y=64.62, z=996.42]]
Chunk stats: MultiplayerChunkCache: 425, 425
Level seed: 0
Level generator: ID 04 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (1012,64,992), Chunk: (at 4,4,0 in 63,62; contains blocks 1008,0,992 to 1023,255,1007), Region: (1,1; contains chunks 32,32 to 63,63, blocks 512,0,512 to 1023,255,1023)
Level time: 6678 game time, 6678 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: 109 total; [EntityBat['Bat'/5632, l='MpServer', x=1062.56, y=13.00, z=1020.63], EntityBat['Bat'/5633, l='MpServer', x=1062.28, y=14.00, z=1024.06], EntityEnderman['Enderman'/7425, l='MpServer', x=975.50, y=25.00, z=1068.50], EntityCreeper['Creeper'/7436, l='MpServer', x=959.50, y=33.00, z=967.50], EntitySkeleton['Skeleton'/7437, l='MpServer', x=958.50, y=33.00, z=970.50], EntityItem['item.tile.flowers.wildflower'/6415, l='MpServer', x=1066.25, y=63.13, z=971.22], EntityItem['item.item.seeds'/7697, l='MpServer', x=1004.63, y=63.13, z=937.44], EntityZombie['Zombie'/5934, l='MpServer', x=936.50, y=46.00, z=1032.50], EntityCreeper['Creeper'/5935, l='MpServer', x=937.50, y=46.00, z=1032.50], EntityZombie['Zombie'/4912, l='MpServer', x=1068.50, y=37.00, z=1056.50], EntityZombie['Zombie'/4913, l='MpServer', x=1069.50, y=37.00, z=1055.50], EntityZombie['Zombie'/4915, l='MpServer', x=1071.50, y=37.00, z=1059.50], EntitySquid['Squid'/3891, l='MpServer', x=966.66, y=50.03, z=935.12], EntitySquid['Squid'/3892, l='MpServer', x=969.52, y=48.58, z=946.57], EntitySquid['Squid'/3893, l='MpServer', x=963.61, y=49.42, z=937.42], EntitySquid['Squid'/3895, l='MpServer', x=961.12, y=49.06, z=939.33], EntitySquid['Squid'/3896, l='MpServer', x=968.13, y=53.73, z=941.68], EntityZombie['Zombie'/5432, l='MpServer', x=935.50, y=30.00, z=966.50], EntitySquid['Squid'/3897, l='MpServer', x=969.00, y=55.01, z=941.47], EntitySquid['Squid'/3898, l='MpServer', x=959.03, y=50.13, z=951.80], EntitySquid['Squid'/3899, l='MpServer', x=965.86, y=50.51, z=926.56], EntitySquid['Squid'/3900, l='MpServer', x=963.66, y=46.09, z=932.94], EntitySquid['Squid'/3901, l='MpServer', x=957.97, y=46.77, z=940.97], EntitySpider['Spider'/58432, l='MpServer', x=-48.50, y=-28.61, z=16.56], EntityCreeper['Creeper'/6209, l='MpServer', x=975.50, y=28.00, z=974.50], EntityZombie['Zombie'/6210, l='MpServer', x=980.50, y=28.00, z=974.49], EntitySquid['Squid'/4178, l='MpServer', x=952.22, y=60.39, z=988.29], EntitySquid['Squid'/4179, l='MpServer', x=950.70, y=59.38, z=993.81], EntityBat['Bat'/5459, l='MpServer', x=1015.50, y=14.00, z=936.00], EntityBat['Bat'/5460, l='MpServer', x=1006.38, y=14.00, z=929.50], EntitySquid['Squid'/4190, l='MpServer', x=1000.68, y=59.95, z=1037.72], EntityBrainyZombie['Angry Zombie'/5726, l='MpServer', x=973.50, y=26.00, z=1060.50], EntitySquid['Squid'/4191, l='MpServer', x=991.50, y=55.00, z=1031.53], EntitySquid['Squid'/4192, l='MpServer', x=992.47, y=59.43, z=1034.05], EntitySquid['Squid'/4193, l='MpServer', x=1002.11, y=57.68, z=1035.64], EntityBat['Bat'/5985, l='MpServer', x=958.38, y=41.00, z=965.66], EntitySquid['Squid'/4194, l='MpServer', x=1002.65, y=54.87, z=1020.07], EntitySquid['Squid'/4195, l='MpServer', x=999.71, y=55.96, z=1023.13], EntitySquid['Squid'/4196, l='MpServer', x=1009.89, y=55.30, z=1016.15], EntitySquid['Squid'/4197, l='MpServer', x=996.84, y=54.38, z=1018.30], EntitySquid['Squid'/4198, l='MpServer', x=984.49, y=56.16, z=1019.25], EntityEnderman['Enderman'/7526, l='MpServer', x=977.50, y=43.00, z=1038.50], EntitySquid['Squid'/4199, l='MpServer', x=995.13, y=55.19, z=1023.96], EntitySquid['Squid'/4200, l='MpServer', x=992.91, y=55.47, z=1030.78], EntityItem['item.tile.coral2.algae'/360, l='MpServer', x=961.75, y=47.13, z=954.56], EntitySquid['Squid'/4201, l='MpServer', x=1062.79, y=47.64, z=1020.13], EntityItem['item.tile.coral1.orangecoral'/361, l='MpServer', x=960.44, y=51.13, z=1021.88], EntitySquid['Squid'/4202, l='MpServer', x=1065.10, y=48.73, z=1023.75], EntityGoblin['Hobgoblin'/362, l='MpServer', x=1058.50, y=65.00, z=937.50], EntitySquid['Squid'/4203, l='MpServer', x=1068.01, y=47.00, z=1017.82], EntityGoblin['Hobgoblin'/363, l='MpServer', x=1058.58, y=66.00, z=938.78], EntitySquid['Squid'/4204, l='MpServer', x=1074.38, y=50.88, z=1029.34], EntitySquid['Squid'/4205, l='MpServer', x=1065.45, y=51.89, z=1014.00], EntitySquid['Squid'/4206, l='MpServer', x=1063.11, y=47.51, z=1023.72], EntityZombie['Zombie'/7024, l='MpServer', x=955.50, y=19.00, z=937.50], EntityZombie['Zombie'/7025, l='MpServer', x=954.50, y=19.00, z=938.50], EntitySquid['Squid'/3963, l='MpServer', x=1049.34, y=46.00, z=1016.47], EntityCreeper['Creeper'/5503, l='MpServer', x=1041.50, y=30.00, z=999.50], EntityItem['item.tile.mushroom4'/391, l='MpServer', x=1011.81, y=28.13, z=956.75], EntityZombie['Zombie'/6803, l='MpServer', x=1041.50, y=30.00, z=980.50], EntityGoblin['Hobgoblin'/418, l='MpServer', x=1058.50, y=68.00, z=963.50], EntityGoblin['Hobgoblin'/419, l='MpServer', x=1057.50, y=69.00, z=963.50], EntityGoblin['Hobgoblin'/420, l='MpServer', x=1041.00, y=72.00, z=968.00], EntityItem['item.tile.coral2.algae'/424, l='MpServer', x=1048.62, y=43.13, z=1059.25], EntityPech['Pech Forager'/6568, l='MpServer', x=966.50, y=24.00, z=1054.50], EntityPech['Pech Forager'/6570, l='MpServer', x=965.50, y=24.00, z=1056.50], EntitySquid['Squid'/4012, l='MpServer', x=1061.53, y=57.00, z=997.47], EntitySquid['Squid'/4013, l='MpServer', x=1052.06, y=59.00, z=988.47], EntitySquid['Squid'/4014, l='MpServer', x=1052.31, y=59.00, z=989.03], EntitySquid['Squid'/4015, l='MpServer', x=1054.53, y=60.83, z=998.30], EntitySquid['Squid'/4016, l='MpServer', x=1066.53, y=58.00, z=1002.47], EntitySquid['Squid'/4017, l='MpServer', x=1061.47, y=61.06, z=1001.47], EntitySquid['Squid'/4018, l='MpServer', x=1059.31, y=59.28, z=1005.78], EntitySquid['Squid'/4019, l='MpServer', x=1063.08, y=61.16, z=998.36], EntitySquid['Squid'/4020, l='MpServer', x=1052.52, y=59.59, z=997.31], EntityBat['Bat'/6324, l='MpServer', x=950.50, y=20.00, z=1052.50], EntitySquid['Squid'/4021, l='MpServer', x=1059.82, y=60.34, z=1003.76], EntitySquid['Squid'/4022, l='MpServer', x=989.90, y=60.31, z=1031.41], EntitySquid['Squid'/4023, l='MpServer', x=997.50, y=58.82, z=1016.29], EntitySquid['Squid'/4024, l='MpServer', x=993.73, y=60.49, z=1029.34], EntitySquid['Squid'/4025, l='MpServer', x=993.71, y=62.86, z=1030.91], EntitySquid['Squid'/4026, l='MpServer', x=995.85, y=61.68, z=1032.40], EntitySquid['Squid'/4027, l='MpServer', x=984.72, y=60.00, z=1029.84], EntityZombie['Zombie'/6075, l='MpServer', x=1064.50, y=30.00, z=1032.50], EntitySquid['Squid'/4028, l='MpServer', x=989.41, y=60.52, z=1029.70], EntitySquid['Squid'/4029, l='MpServer', x=987.47, y=60.73, z=1032.50], EntitySquid['Squid'/4030, l='MpServer', x=996.30, y=62.31, z=1022.02], EntitySquid['Squid'/4031, l='MpServer', x=1004.63, y=62.98, z=1029.40], EntitySquid['Squid'/4032, l='MpServer', x=995.23, y=60.49, z=1031.57], EntitySquid['Squid'/4033, l='MpServer', x=996.83, y=63.25, z=1037.28], EntityCreeper['Creeper'/7621, l='MpServer', x=1042.50, y=39.00, z=990.50], EntityCreeper['Creeper'/7368, l='MpServer', x=983.50, y=19.00, z=1042.50], EntityBat['Bat'/6345, l='MpServer', x=1034.31, y=15.00, z=994.75], EntityCreeper['Creeper'/7369, l='MpServer', x=984.50, y=19.00, z=1041.50], EntityCreeper['Creeper'/7370, l='MpServer', x=986.50, y=19.00, z=1041.50], EntitySkeletonGun['Gun Skeleton'/3795, l='MpServer', x=936.50, y=27.00, z=1069.50], EntityBat['Bat'/3805, l='MpServer', x=974.41, y=30.00, z=1034.41], EntityBat['Bat'/3806, l='MpServer', x=969.50, y=30.00, z=1036.33], EntityClientPlayerMP['SirLunatic'/1106, l='MpServer', x=1097.45, y=64.62, z=996.42], EntityHat['unknown'/1262, l='MpServer', x=1097.45, y=64.62, z=996.42], EntitySpider['Spider'/6895, l='MpServer', x=951.50, y=20.00, z=1053.50], EntityZombie['Zombie'/7410, l='MpServer', x=1062.50, y=30.00, z=1026.50], EntityTrail['unknown'/1268, l='MpServer', x=1097.45, y=64.62, z=996.42], EntitySkeleton['Skeleton'/7668, l='MpServer', x=1024.50, y=25.00, z=970.50], EntitySkeletonGun['Gun Skeleton'/5621, l='MpServer', x=1042.50, y=30.00, z=981.50], EntitySquid['Squid'/3832, l='MpServer', x=980.34, y=60.07, z=946.39], EntitySquid['Squid'/3833, l='MpServer', x=982.88, y=55.34, z=939.21], EntitySquid['Squid'/3834, l='MpServer', x=984.26, y=57.08, z=939.03], EntitySquid['Squid'/3836, l='MpServer', x=981.61, y=56.25, z=938.14]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:919)
at net.minecraft.client.main.Main.main(SourceFile:148)
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 net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_73, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 4260170496 bytes (4062 MB) / 9545187328 bytes (9103 MB) up to 13362528256 bytes (12743 MB)
JVM Flags: 3 total; -Xms256M -Xmx14336M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 15, tallocated: 96
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 214 mods loaded, 209 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10-universal.jar)
UCHIJAAAA appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJAAAA PlayerAPI{1.4} [Player API] (minecraft.jar)
UCHIJAAAA ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
UCHIJAAAA voltzenginepreloader{0.0.1} [Voltz Engine Preloader] (minecraft.jar)
UCHIJAAAA ChocoPatcher{1.1} [Choco Patcher] (minecraft.jar)
UCHIJAAAA OpenModsCore{0.9.1} [OpenModsCore] (minecraft.jar)
UCHIJAAAA {000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA {0} [DragonAPI ASM Data Initialization] (minecraft.jar)
UCHIJAAAA BinniePatcher{1.8.2} [Binnie Patcher] (minecraft.jar)
UCHIJAAAA FastCraft{1.23} [FastCraft] (fastcraft-1.23.jar)
UCHIJAAAA CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
UCHIJAAAA BuildCraft|Core{7.1.16} [BuildCraft] (buildcraft-7.1.16.jar)
UCHIJAAAA BuildCraft|Energy{7.1.16} [BC Energy] (buildcraft-7.1.16.jar)
UCHIJAAAA IC2{2.2.823-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.823-experimental.jar)
UCHIJAAAA GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.460.jar)
UCHIJAAAA GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.460.jar)
UCHIJAAAA manysystems{9.8.8} [Many Systems] (Addon Many Systems-9.8.8.jar)
UCHIJAAAA lightsabers{1.0.5} [Advanced Lightsabers Mod] (AdvancedLightsabers-1.7.10-1.0.5.jar)
UCHIJAAAA AdvancedSolarPanel{1.7.10-3.5.1} [Advanced Solar Panels] (AdvancedSolarPanel-1.7.10-3.5.1.jar)
UCHIJAAAA AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
UCHIJAAAA ac2{1.1.3 Beta} [Alchemy Craft 2] (alchemycraft2 v1.2.0.1.jar)
UCHIJAAAA GalacticraftAmunRa{0.0.2} [Pra's Galacticraft Mod] (AmunRa-GC-0.1.0.jar)
UCHIJAAAA aobdbb{1.0.6} [Another One Bites The Dust: Berry Bushes] (AOBDBB-1.0.6.jar)
UCHIJAAAA AWWayofTime{v1.3.3} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.7.10-1.3.3-17.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
UCHIJAAAA Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
UCHIJAAAA Avaritia{1.11} [Avaritia] (Avaritia-1.11.jar)
UCHIJAAAA aobdsingularities{1.0.4} [Another One Bites The Dust: Singularities] (AOBDsingularities-1.0.4.jar)
UCHIJAAAA appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.5} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.5-115.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAA Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
UCHIJAAAA ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA MineFactoryReloaded{1.7.10R2.8.1} [MineFactory Reloaded] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.1.3} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.3-246.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
UCHIJAAAA Armory{1.1.0.1-256} [Armory] (Armory-1.1.0.1-256.jar)
UCHIJAAAA Armory-Weaponry{@Version@} [Armory-Weaponry] (Armory-Weaponry-1.0.0-20.jar)
UCHIJAAAA wanionlib{1.7.10-1.5} [WanionLib] (WanionLib-1.7.10-1.5.jar)
UCHIJAAAA avaritiaddons{1.2d} [Avaritiaddons] (Avaritiaddons-1.2d.jar)
UCHIJAAAA bdlib{1.9.4.109} [BD Lib] (bdlib-1.9.4.109-mc1.7.10.jar)
UCHIJAAAA BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
UCHIJAAAA BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar)
UCHIJAAAA BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
UCHIJAAAA Forestry{4.2.15.63} [Forestry for Minecraft] (forestry_1.7.10-4.2.15.63.jar)
UCHIJAAAA BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
UCHIJAAAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHIJAAAA BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCHIJAAAA Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCHIJAAAA ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCHIJAAAA ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCHIJAAAA Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCHIJAAAA BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
UCHIJAAAA BuildCraft|Builders{7.1.16} [BC Builders] (buildcraft-7.1.16.jar)
UCHIJAAAA BuildCraft|Transport{7.1.16} [BC Transport] (buildcraft-7.1.16.jar)
UCHIJAAAA BuildCraft|Silicon{7.1.16} [BC Silicon] (buildcraft-7.1.16.jar)
UCHIJAAAA BuildCraft|Robotics{7.1.16} [BC Robotics] (buildcraft-7.1.16.jar)
UCHIJAAAA BuildCraft|Factory{7.1.16} [BC Factory] (buildcraft-7.1.16.jar)
UCHIJAAAA BuildCraft|Compat{7.1.5} [BuildCraft Compat] (buildcraft-compat-7.1.5.jar)
UCHIJAAAA TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCHIJAAAA CarpentersBlocks{3.3.8} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8 - MC 1.7.10.jar)
UCHIJAAAA ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
UCHIJAAAA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCHIJAAAA funkylocomotion{1.0} [Funky Locomotion] (funky-locomotion-1.7.10-beta-7.jar)
UCHIJAAAA RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
UCHIJAAAA ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-512.jar)
UCHIJAAAA MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
UCHIJAAAA Mystcraft{0.12.3.02} [Mystcraft] (mystcraft-1.7.10-0.12.3.02.jar)
UCHIJAAAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
UCHIJAAAA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
UCHIJAAAA DragonAPI{1.0} [DragonAPI] (DragonAPI 1.7.10 V16d.jar)
UCHIJAAAA ChromatiCraft{1.0} [ChromatiCraft] (ChromatiCraft 1.7.10 V16d.jar)
UCHIJAAAA cookiecore{1.4.0} [Cookie Core] (CookieCore-1.7.10-1.4.0-11.jar)
UCHIJAAAA CustomMainMenu{1.9.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.9.2.jar)
UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.3.3_1.7.10.jar)
UCHIJAAAA props{2.3.3} [Decocraft] (Decocraft-2.3.3_1.7.10.jar)
UCHIJAAAA DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
UCHIJAAAA RotaryCraft{1.0} [RotaryCraft] (RotaryCraft 1.7.10 V16d.jar)
UCHIJAAAA ElectriCraft{1.0} [ElectriCraft] (ElectriCraft 1.7.10 V16d.jar)
UCHIJAAAA endercore{1.7.10-0.2.0.36_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.36_beta.jar)
UCHIJAAAA EnderIO{1.7.10-2.3.0.428_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.428_beta.jar)
UCHIJAAAA EnderStorage{1.4.7.37} [EnderStorage] (EnderStorage-1.7.10-1.4.7.37-universal.jar)
UCHIJAAAA EnderTech{1.7.10-0.3.2.405} [EnderTech] (EnderTech-1.7.10-0.3.2.405.jar)
UCHIJAAAA EnderZoo{1.7.10-1.0.15.32} [Ender Zoo] (EnderZoo-1.7.10-1.0.15.32.jar)
UCHIJAAAA extracells{2.3.14} [Extra Cells 2] (ExtraCells-1.7.10-2.3.14b197.jar)
UCHIJAAAA MetallurgyCore{4.0.5} [Metallurgy Core] (MetallurgyCore-1.7.10-4.0.5.30.jar)
UCHIJAAAA Metallurgy{4.0.9} [Metallurgy 4] (Metallurgy-1.7.10-4.0.9.148.jar)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCHIJAAAA MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
UCHIJAAAA TSteelworks{1.7.10-1.1.2} [Tinkers' Steelworks] (TSteelworks-1.7.10-1.1.2-20.jar)
UCHIJAAAA ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
UCHIJAAAA fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
UCHIJAAAA ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (Forbidden Magic-1.7.10-0.575.jar)
UCHIJAAAA gregtech{MC1710} [GregTech] (gregtech-5.09.23.jar)
UCHIJAAAA foundry{1.2.2.0} [Foundry] (Foundry-1.7.10-1.2.2.0.jar)
UCHIJAAAA FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar)
UCHIJAAAA FTBT{1.0.2} [FTB Tweaks] (FTBTweaks-1.0.2.jar)
UCHIJAAAA FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar)
UCHIJAAAA GalaxySpace{1.1.3} [GalaxySpace] (GalaxySpace-1.1.3 STABLE.jar)
UCHIJAAAA gendustry{1.6.3.132} [GenDustry] (gendustry-1.6.3.132-mc1.7.10.jar)
UCHIJAAAA GeoStrata{1.0} [GeoStrata] (GeoStrata 1.7.10 V16b.jar)
UCHIJAAAA globbypotato_rockhounding{4.00} [Rockhounding Mod] (globbypotato_rockhounding_1.7.10-v4.09.jar)
UCHIJAAAA GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar)
UCHIJAAAA guideapi{1.7.10-1.0.1-20} [Guide-API] (Guide-API-1.7.10-1.0.1-20.jar)
UCHIJAAAA iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar)
UCHIJAAAA Hats{4.0.1} [Hats] (Hats-4.0.1.jar)
UCHIJAAAA HatStand{4.0.0} [HatStand] (HatStand-4.0.0.jar)
UCHIJAAAA headcrumbs{1.7.4} [Headcrumbs] (Headcrumbs-1.7.4.jar)
UCHIJAAAA IC2NuclearControl{2.4.1a} [Nuclear Control 2] (IC2NuclearControl-2.4.1a.jar)
UCHIJAAAA VoltzEngine{0.23.1.11} [Voltz Engine] (VoltzEngine-1.7.10-0.23.1b11-universal.jar)
UCHIJAAAA icbm{2.14.0.26} [ICBM] (ICBM-1.7.10-2.14.0b26-universal.jar)
UCHIJAAAA immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar)
UCHIJAAAA inpure|core{1.7.10R1.0.0B9} [INpureCore] (INpureCore-[1.7.10]1.0.0B9-62.jar)
UCHIJAAAA inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
UCHIJAAAA IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
UCHIJAAAA JABBA{1.2.2} [JABBA] (Jabba-1.2.2_1.7.10.jar)
UCHIJAAAA journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
UCHIJAAAA LogisticsPipes{0.9.3.126} [Logistics Pipes] (logisticspipes-0.9.3.126.jar)
UCHIJAAAA metallurgychisel{1.0.0.11} [Metallurgy Chisel] (MetallurgyChisel-1.7.10-1.0.0.11.jar)
UCHIJAAAA MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.1} [MFR Compat: Applied Energistics] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.1} [MFR Compat: BuildCraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatForestry{1.7.10R2.8.1} [MFR Compat: Forestry] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.1} [MFR Compat: ForgeMicroblock] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatIC2{1.7.10R2.8.1} [MFR Compat: IC2] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA ProjRed|Exploration{4.7.0pre12.95} [ProjectRed Exploration] (ProjectRed-1.7.10-4.7.0pre12.95-World.jar)
UCHIJAAAA MineFactoryReloaded|CompatProjRed{1.7.10R2.8.1} [MFR Compat ProjectRed] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.1} [MFR Compat: Railcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.1} [MFR Compat: Thaumcraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.1} [MFR Compat: Thermal Expansion] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.1} [MFR Compat: Tinkers' Construct] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.1} [MFR Compat: TwilightForest] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA MineFactoryReloaded|CompatVanilla{1.7.10R2.8.1} [MFR Compat: Vanilla] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UCHIJAAAA modtweaker2{0.9.5} [Mod Tweaker 2] (ModTweaker2-0.9.5.jar)
UCHIJAAAA MorePlanet{1.3.5} [More Planets] (More-Planets-1.7.10-1.3.5.jar)
UCHIJAAAA Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar)
UCHIJAAAA NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
UCHIJAAAA neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
UCHIJAAAA NetherOres{1.7.10R2.3.1} [Nether Ores] (NetherOres-[1.7.10]2.3.1-22.jar)
UCHIJAAAA notenoughIDs{1.4.3.4} [NotEnoughIDs] (NotEnoughIDs-1.4.3.4.jar)
UCHIJAAAA neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-122.jar)
UCHIJAAAA OpenMods{0.9.1} [OpenMods] (OpenModsLib-1.7.10-0.9.1.jar)
UCHIJAAAA OpenBlocks{1.5.1} [OpenBlocks] (OpenBlocks-1.7.10-1.5.1.jar)
UCHIJAAAA OpenPeripheralCore{1.3} [OpenPeripheralCore] (OpenPeripheralCore-1.7.10-1.3.jar)
UCHIJAAAA OpenPeripheral{0.5.1} [OpenPeripheralAddons] (OpenPeripheralAddons-1.7.10-0.5.1.jar)
UCHIJAAAA OpenPeripheralIntegration{0.5} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.7.10-0.5.jar)
UCHIJAAAA PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
UCHIJAAAA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCHIJAAAA ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCHIJAAAA ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
UCHIJAAAA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCHIJAAAA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
UCHIJAAAA ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCHIJAAAA ReactorCraft{1.0} [ReactorCraft] (ReactorCraft 1.7.10 V16d.jar)
UCHIJAAAA ResourceLoader{1.3} [Resource Loader] (ResourceLoader-MC1.7.10-1.3.jar)
UCHIJAAAA rftools{4.23} [RFTools] (rftools-4.23.jar)
UCHIJAAAA runicdungeons{1.1.7b} [Runic Dungeons] (RunicDungeons-1.1.7b.jar)
UCHIJAAAA simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
UCHIJAAAA SolarExpansion{1.6a} [Solar Expansion] (SolarExpansion-Basic-1.6a.jar)
UCHIJAAAA springboards{0.1} [Spring Boards] (Springboards-1.7.10-0.1.jar)
UCHIJAAAA StevesFactoryManager{A93} [Steve's Factory Manager] (StevesFactoryManagerA93.jar)
UCHIJAAAA StevesAddons{0.10.16} [Steve's Addons] (StevesAddons-1.7.10-0.10.16.jar)
UCHIJAAAA StevesCarts{2.0.0.b18} [Steve's Carts 2] (StevesCarts2.0.0.b18.jar)
UCHIJAAAA StevesWorkshop{0.5.1} [Steve's Workshop] (StevesWorkshop-0.5.1.jar)
UCHIJAAAA StorageDrawers{1.7.10-1.10.1} [Storage Drawers] (StorageDrawers-1.7.10-1.10.1.jar)
UCHIJAAAA StorageDrawersBop{1.7.10-1.1.1} [Storage Drawers: Biomes O' Plenty Pack] (StorageDrawers-BiomesOPlenty-1.7.10-1.1.1.jar)
UCHIJAAAA StorageDrawersForestry{1.7.10-1.1.2} [Storage Drawers: Forestry Pack] (StorageDrawers-Forestry-1.7.10-1.1.2.jar)
UCHIJAAAA StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar)
UCHIJAAAA tcinventoryscan{1.0.11} [TC Inventory Scanning] (tcinventoryscan-mc1.7.10-1.0.11.jar)
UCHIJAAAA thaumcraftneiplugin{@Version@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
UCHIJAAAA ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
UCHIJAAAA ThermalCasting{0.0.3} [Thermal Casting] (thermalcasting-0.0.3.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.2.0} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.0-171.jar)
UCHIJAAAA thermsingul{1.7.10-1.2} [Thermal Singularities] (ThermalSingularities-1.7.10-1.2.jar)
UCHIJAAAA ThermalSmeltery{v1.1} [Thermal Smeltery] (ThermalSmeltery-Redux-v1.1.jar)
UCHIJAAAA TiConAutoToolStation{1.1.2} [Tinkers Construct Auto Tool Station] (TiConAutoToolStation-1.7.10-1.1.2.jar)
UCHIJAAAA TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
UCHIJAAAA tinker_io{release 1.5.0} [Tinker I/O] (tinker_io-1.7.10-release 1.5.0.jar)
UCHIJAAAA tinkersdefense{1.3.7} [Tinkers' Defense] (tinkersdefense-1.3.7.jar)
UCHIJAAAA TMechworks{0.2.15.106} [Tinkers' Mechworks] (TMechworks-1.7.10-0.2.15.106.jar)
UCHIJAAAA Translocator{1.1.2.16} [Translocator] (Translocator-1.7.10-1.1.2.16-universal.jar)
UCHIJAAAA WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
UCHIJAAAA wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
UCHIJAAAA WR-CBE|Core{1.4.1.9} [WR-CBE Core] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Addons{1.4.1.9} [WR-CBE Addons] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA WR-CBE|Logic{1.4.1.9} [WR-CBE Logic] (WR-CBE-1.7.10-1.4.1.9-universal.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCHIJAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCHIJAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
UCHIJAAAA aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.1} [MFR Compat: Atum] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.1} [MFR Compat: BackTools] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.1} [MFR Compat: Chococraft] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.1} [MFR Compat: ExtraBiomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.1} [MFR Compat: Sufficient Biomes] (MineFactoryReloaded-[1.7.10]2.8.1-174.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 372.90' Renderer: 'GeForce GTX 960/PCIe/SSE2'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
CoFHCore: -[1.7.10]3.1.3-327
AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
ThermalFoundation: -[1.7.10]1.2.5-115
Mantle Environment: Environment healthy.
MineFactoryReloaded: -[1.7.10]2.8.1-174
ThermalExpansion: -[1.7.10]4.1.3-246
TConstruct Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: gregtech
RedstoneArsenal: -[1.7.10]1.1.2-92
NetherOres: -[1.7.10]2.3.1-22
ThermalDynamics: -[1.7.10]1.2.0-171
List of loaded APIs:
* AgriCraftAPI (1.0) from AgriCraft-1.7.10-1.5.0.jar
* appliedenergistics2|API (rv2) from appliedenergistics2-rv2-stable-10.jar
* Armory-API|Armor (1.0.0.0-256) from Armory-1.1.0.1-256.jar
* Armory-API|core (1.0.0.0-256) from Armory-1.1.0.1-256.jar
* Armory-API|Crafting (1.0.0.0-256) from Armory-1.1.0.1-256.jar
* Armory-API|Crafting|SmithingsAnvil (1.0.0.0-256) from Armory-1.1.0.1-256.jar
* Armory-API|Crafting|SmithingsAnvil|Components (1.0.0.0-256) from Armory-1.1.0.1-256.jar
* Armory-API|Crafting|SmithingsAnvil|Recipe (1.0.0.0-256) from Armory-1.1.0.1-256.jar
* Armory-API|Events (1.0.0.0-256) from Armory-1.1.0.1-256.jar
* Armory-API|Events|Client (1.0.0.0-256) from Armory-1.1.0.1-256.jar
* Armory-API|Events|Common (1.0.0.0-256) from Armory-1.1.0.1-256.jar
* Armory-API|Item (1.0.0.0-256) from Armory-1.1.0.1-256.jar
* Armory-API|Materials (1.0.0.0-256) from Armory-1.1.0.1-256.jar
* Armory-API|Registries (1.0.0.0-256) from Armory-1.1.0.1-256.jar
* Baubles|API (1.0.1.10) from RunicDungeons-1.1.7b.jar
* BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1889-universal.jar
* BloodMagicAPI (1.3.3-13) from BloodMagic-1.7.10-1.3.3-17.jar
* BotaniaAPI (61) from Avaritia-1.11.jar
* BuildCraftAPI|blocks (1.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.16.jar
* BuildCraftAPI|boards (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|core (1.0) from SolarExpansion-Basic-1.6a.jar
* BuildCraftAPI|crops (1.1) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|events (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|facades (1.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|filler (4.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|fuels (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|gates (4.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|items (1.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|library (2.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|lists (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|power (1.3) from buildcraft-7.1.16.jar
* BuildCraftAPI|recipes (4.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|robotics (3.0) from buildcraft-7.1.16.jar
* BuildCraftAPI|statements (1.1) from buildcraft-7.1.16.jar
* BuildCraftAPI|tablet (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* BuildCraftAPI|tiles (1.2) from buildcraft-7.1.16.jar
* BuildCraftAPI|tools (1.0) from extrautilities-1.2.12.jar
* BuildCraftAPI|transport (4.1) from Railcraft_1.7.10-9.12.2.0.jar
* CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.8 - MC 1.7.10.jar
* ChiselAPI (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Carving (0.1.1) from Chisel-2.9.5.11.jar
* ChiselAPI|Rendering (0.1.1) from Chisel-2.9.5.11.jar
* CoFHAPI (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|block (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|core (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|energy (1.7.10R1.0.2) from DragonAPI 1.7.10 V16d.jar
* CoFHAPI|fluid (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHAPI|inventory (1.7.10R1.0.1) from buildcraft-compat-7.1.5.jar
* CoFHAPI|item (1.7.10R1.0.13B2) from CoFHLib-[1.7.10]1.1.2-182.jar
* CoFHAPI|items (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
* CoFHAPI|modhelpers (1.7.10R1.1.0) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHAPI|tileentity (1.7.10R1.0.3) from SolarExpansion-Basic-1.6a.jar
* CoFHAPI|transport (1.7.10R1.0.13) from EnderCore-1.7.10-0.2.0.36_beta.jar
* CoFHAPI|world (1.7.10R1.3.1) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|audio (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|container (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
* CoFHLib|gui|element (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|gui|element|listbox (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|gui|slot (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
* CoFHLib|inventory (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|render (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
* CoFHLib|render|particle (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|util (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
* CoFHLib|util|helpers (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* CoFHLib|util|position (1.7.10R1.1.2) from CoFHCore-[1.7.10]3.1.3-327.jar
* CoFHLib|world (1.7.10R1.0.3B3) from CoFHLib-[1.7.10]1.1.2-182.jar
* CoFHLib|world|feature (1.7.10R1.0.4B1) from EnderTech-1.7.10-0.3.2.405.jar
* ComputerCraft|API (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|FileSystem (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Lua (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Media (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Peripheral (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Permissions (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Redstone (1.75) from ComputerCraft1.75.jar
* ComputerCraft|API|Turtle (1.75) from ComputerCraft1.75.jar
* CSLib|API (0.3.0) from Decocraft-2.3.3_1.7.10.jar
* DraconicEvolution|API (1.2) from Draconic-Evolution-1.7.10-1.0.2h.jar
* EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar
* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar
* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar
* EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.428_beta.jar
* ForestryAPI|apiculture (4.8.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|arboriculture (4.2.1) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|circuits (3.1.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|core (5.0.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|farming (2.1.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|genetics (4.7.1) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|lepidopterology (1.3.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|multiblock (3.0.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|recipes (5.4.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-4.2.15.63.jar
* ForestryAPI|world (2.1.0) from forestry_1.7.10-4.2.15.63.jar
* ForgeRelocation|API (0.0.1.4) from ForgeRelocation-1.7.10-0.0.1.4-universal.jar
* foundry.api (1.2.0.0) from Foundry-1.7.10-1.2.2.0.jar
* Galacticraft API (1.0) from Addon Many Systems-9.8.8.jar
* gendustryAPI (2.3.0) from gendustry-1.6.3.132-mc1.7.10.jar
* Guide-API|API (1.7.10-1.0.1-20) from Guide-API-1.7.10-1.0.1-20.jar
* IC2API (1.0) from Railcraft_1.7.10-9.12.2.0.jar
* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.7.7.jar
* inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar
* McJtyLib (1.8.1) from mcjtylib-1.8.1.jar
* MetallurgyAPI (2.0.2) from Metallurgy-1.7.10-4.0.9.148.jar
* minechemAPI (1.7.10R1) from DragonAPI 1.7.10 V16d.jar
* Mystcraft|API (0.1) from mystcraft-1.7.10-0.12.3.02.jar
* neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0-122.jar
* NuclearControlAPI (v1.0.5) from IC2NuclearControl-2.4.1a.jar
* OpenBlocks|API (1.1) from OpenBlocks-1.7.10-1.5.1.jar
* OpenPeripheralAddonsApi (1.0) from OpenPeripheralAddons-1.7.10-0.5.1.jar
* OpenPeripheralApi (3.4) from OpenPeripheralCore-1.7.10-1.3.jar
* RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|carts (1.6.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|core (1.5.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|crafting (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|electricity (2.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|locomotive (1.1.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|signals (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* RailcraftAPI|tracks (2.3.0) from Railcraft_1.7.10-9.12.2.0.jar
* StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
* StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
* StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
* StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
* StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
* StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
* StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
* StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
* StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.10.1.jar
* Thaumcraft|API (4.2.2.0) from RunicDungeons-1.1.7b.jar
* TSteelworksAPI (1.2) from TSteelworks-1.7.10-1.1.2-20.jar
* VoltzEngineAPI (0.9.1) from VoltzEngine-1.7.10-0.23.1b11-universal.jar
* VoltzEngineAPI|crafting-items (0.9.1) from VoltzEngine-1.7.10-0.23.1b11-universal.jar
* VoltzEngineAPI|data (0.9.1) from VoltzEngine-1.7.10-0.23.1b11-universal.jar
* VoltzEngineAPI|energy (0.9.1) from VoltzEngine-1.7.10-0.23.1b11-universal.jar
* VoltzEngineAPI|energy-items (0.9.1) from VoltzEngine-1.7.10-0.23.1b11-universal.jar
* VoltzEngineAPI|event (0.9.1) from VoltzEngine-1.7.10-0.23.1b11-universal.jar
* VoltzEngineAPI|explosive-items (0.9.1) from VoltzEngine-1.7.10-0.23.1b11-universal.jar
* VoltzEngineAPI|explosives (0.9.1) from VoltzEngine-1.7.10-0.23.1b11-universal.jar
* VoltzEngineAPI|items (0.9.1) from VoltzEngine-1.7.10-0.23.1b11-universal.jar
* VoltzEngineAPI|recipe (0.9.1) from VoltzEngine-1.7.10-0.23.1b11-universal.jar
* VoltzEngineAPI|tile (0.9.1) from VoltzEngine-1.7.10-0.23.1b11-universal.jar
* VoltzEngineAPI|tools (0.9.1) from VoltzEngine-1.7.10-0.23.1b11-universal.jar
* VoltzEngineAPI|weapons (0.9.1) from VoltzEngine-1.7.10-0.23.1b11-universal.jar
* WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: No known problems detected.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
AE2 Integration: IC2:ON, RotaryCraft:ON, RC:ON, BC:ON, RF:ON, RFItem:ON, MFR:ON, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, InvTweaks:ON, NEI:ON, CraftGuide:OFF, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 960/PCIe/SSE2 GL version 4.5.0 NVIDIA 372.90, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

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)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: On (16)

[11:28:49] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Games\Feed the Beast\FTBInfinity\minecraft\crash-reports\crash-2016-12-05_11.28.49-client.txt
[11:28:49] [Client thread/INFO] [FML]: Waiting for the server to terminate/save.
[11:28:49] [Server thread/INFO] [FML]: Applying holder lookups
[11:28:49] [Server thread/INFO] [FML]: Holder lookups applied
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: 22
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -30
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1022
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1023
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1026
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1021
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1007
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -2554
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -2542
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: 9
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -2546
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: 11
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1025
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: 15
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: 23
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: 10
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -2547
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: 12
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1009
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1010
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -29
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1005
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: 8
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -2545
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1008
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -2544
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -2548
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1028
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1027
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1006
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1024
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1012
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1016
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1014
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1015
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1013
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -2543
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: 21
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1029
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -28
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: 20
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1018
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1011
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1019
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: 24
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: 6
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1017
[11:28:49] [Server thread/INFO] [Galacticraft]: Unregistered Dimension: -1020
[11:28:49] [pool-8-thread-1/INFO] [EnderIO]: ServerChannelRegister: Dimensional Transceiver data saved to C:\Games\Feed the Beast\FTBInfinity\minecraft\saves\New Worldtest-\enderio\dimensionalTransceiver.json
[11:28:49] [Server thread/INFO] [mcjty.lib.varia.Logging]: RFTools: server is stopping. Shutting down gracefully
[11:28:49] [Server thread/INFO] [mcjty.lib.varia.Logging]: Cleaning up RFTools dimensions
[11:28:49] [Client thread/INFO] [FML]: Server terminated.
MC process exited. return value: -1

@Rongmario
Copy link

Also getting above error.

@tehFoxx0rz
Copy link

I was coming here to post about this but I see it's already been reported. Here's my crash report if it might help; with only the relevant mods, and latest as of DragonAPI 17b:
https://pastebin.com/LMYNVjqA

@ReikaKalseki
Copy link
Owner

Not sure why this is still open; it is almost certainly fixed, especially given the lack of similar reports - or experiences during my own playthroughs - since 2019 or so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants