i figured it out. IT happens when you have too many potion ID's so thaumcraft assigns potion ID's above the limit causing the outofbounds crash. I solved it by installling a mod that increased the ID limit.
Which mod did you install to increase the limit? There are a few and I need to know what some of the most compatible ones will be.
Rollback Post to RevisionRollBack
If regular is Vanilla then what flavor is your Minecraft?
Its called potion extender. Adding the mod wasn't the only thing you have to do in order to fix it. The addon still recognizes anything above 127 as out of bounds, so you have to take potion ID's (they CANNOT be Thaumcraft, thaumic horizons, and vanilla potion id's) and set them above 127. Once you've cleared out enough space for all of vanilla's thaumic horizons and thaumcrafts potion ID's to take the spot as the main 127, you'll be able to use the sercoconverter again.
Works fine as a minetweaker script by overriding the broken TH one. You can also try disable the broken one, though I Couldn't be assed as this works for the moment.
// --- Vanilla Golem Bell
mods.thaumcraft.Research.addResearch("FIXGOLEMBELL", "GOLEMANCY", "null", 1, 0, 8, <Thaumcraft:GolemBell>);
game.setLocalization("en_US", "tc.research_name.FIXGOLEMBELL", "Golemancer's Bell");
game.setLocalization("en_US", "tc.research_text.FIXGOLEMBELL", "[TC] Fixes the broken Thaumic Horizon bell.");
mods.thaumcraft.Research.addPrereq("FIXGOLEMBELL", "GOLEMBELL", false);
mods.thaumcraft.Research.addSibling("GOLEMBELL", "FIXGOLEMBELL");
mods.thaumcraft.Research.setConcealed("FIXGOLEMBELL", true);
mods.thaumcraft.Research.setStub("FIXGOLEMBELL", true);
mods.thaumcraft.Research.setRound("GOLEMBELL", true);
mods.thaumcraft.Research.addPage("FIXGOLEMBELL", "Thaumcraft.research_page.FIXGOLEMBELL");
game.setLocalization("en_US", "Thaumcraft.research_page.FIXGOLEMBELL", "The Golemancer's Bell is broken by Thaumic Horizons, so this is my attempt to fix it. This should allow crafting of the proper Bell which shouldn't cause client crashes and server disconnects. Please report any further bugs.");
mods.thaumcraft.Research.addCraftingPage("GOLEMBELL", <minecraft:planks>);
mods.thaumcraft.Arcane.addShaped("FIXGOLEMBELL", <Thaumcraft:GolemBell>, "ordo 5", [
[null, <ore:gemNetherQuartz>, <ore:gemNetherQuartz>],
[null, <ore:gemNetherQuartz>, <ore:gemNetherQuartz>],
[<ore:stickWood>, null, null]]);
mods.thaumcraft.Research.addArcanePage("FIXGOLEMBELL", <Thaumcraft:GolemBell>);
Still as broken as the regular one.
To quote minetweaker.log: INFO: [ModTweaker2] Adding 1 Thaumcraft Arcane Worktable Recipe(s) for <null>
I heard Gadomancy might be conflicting, but removing it fixed nothing.
This is the part of the log from the moment I log in until I got kicked for making the Bell
[14:31:16] [Server thread/DEBUG] [NotEnoughItems/]: Loading Player: soepie7
[14:31:16] [Server thread/DEBUG] [NotEnoughItems/]: Sending serverside check to: soepie7
[14:31:16] [Server thread/INFO] [AgriCraft/]: Sending mutations to player: soepie7
[14:31:16] [Server thread/INFO] [Waila/]: Player EntityPlayerMP['soepie7'/2321, l='world', x=4672.08, y=52.00, z=-1484.00] connected. Sending ping
[14:31:17] [Server thread/INFO] [WitchingGadgets/]: [CORE] Patching getFortuneModifier & getLootingModifier
[14:31:29] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[14:32:02] [Server thread/DEBUG] [NotEnoughItems/]: Unloading Player: soepie7
I heard Gadomancy might be conflicting, but removing it fixed nothing.
This is the part of the log from the moment I log in until I got kicked for making the Bell
[14:31:16] [Server thread/DEBUG] [NotEnoughItems/]: Loading Player: soepie7
[14:31:16] [Server thread/DEBUG] [NotEnoughItems/]: Sending serverside check to: soepie7
[14:31:16] [Server thread/INFO] [AgriCraft/]: Sending mutations to player: soepie7
[14:31:16] [Server thread/INFO] [Waila/]: Player EntityPlayerMP['soepie7'/2321, l='world', x=4672.08, y=52.00, z=-1484.00] connected. Sending ping
[14:31:17] [Server thread/INFO] [WitchingGadgets/]: [CORE] Patching getFortuneModifier & getLootingModifier
[14:31:29] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[14:32:02] [Server thread/DEBUG] [NotEnoughItems/]: Unloading Player: soepie7
Whoops, seems I took the modlist from the wrong crashlog! Thing is, I get the same results with either your version or normal version, and both either with or without Gadomancy.
This is latest.log with your Horizons version and no Gadomancy (just in case)
[14:40:37] [Server thread/INFO]: Starting minecraft server version 1.7.10[14:40:37] [Server thread/INFO]: Starting minecraft server version 1.7.10[14:40:53] [Server thread/INFO]: Loading properties[14:40:53] [Server thread/INFO]: Default game type: SURVIVAL[14:40:53] [Server thread/INFO]: Generating keypair[14:40:53] [Server thread/INFO]: Starting Minecraft server on 51.254.44.231:25569[14:40:58] [Server thread/INFO]: Preparing level "world"[14:40:58] [Server thread/INFO]: Preparing start region for level 0[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/INFO]: Done (1.542s)! For help, type "help" or "?"[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:42:21] [User Authenticator #1/INFO]: UUID of player soepie7 is 17c60a07-7535-4615-bb43-50030b1926b4[14:42:22] [Server thread/INFO]: soepie7[/217.101.7.73:52943] logged in with entity id 5356 at (4671.377018902675, 63.0, -1494.699999988079)[14:42:22] [Server thread/INFO]: soepie7 joined the game[14:42:43] [Server thread/WARN]: Failed to handle packet for /217.101.7.73:52943java.lang.ArrayIndexOutOfBoundsException: -1 at net.minecraft.item.ItemStack.func_77980_a(ItemStack.java:386) ~[add.class:?] at net.minecraft.inventory.SlotCrafting.func_75208_c(SlotCrafting.java:53) ~[aax.class:?] at thaumcraft.common.container.SlotCraftingArcaneWorkbench.func_82870_a(SlotCraftingArcaneWorkbench.java:42) ~[SlotCraftingArcaneWorkbench.class:?] at net.minecraft.inventory.Container.func_75144_a(SourceFile:238) ~[zs.class:?] at thaumcraft.common.container.ContainerArcaneWorkbench.func_75144_a(ContainerArcaneWorkbench.java:189) ~[ContainerArcaneWorkbench.class:?] at net.minecraft.network.NetHandlerPlayServer.func_147351_a(NetHandlerPlayServer.java:883) ~[nh.class:?] at net.minecraft.network.play.client.C0EPacketClickWindow.func_148833_a(SourceFile:32) ~[ix.class:?] at net.minecraft.network.play.client.C0EPacketClickWindow.func_148833_a(SourceFile:10) ~[ix.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) [lt.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?][14:42:43] [Server thread/INFO]: soepie7 lost connection: TextComponent{text='Internal server error', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}[14:42:43] [Server thread/INFO]: soepie7 left the game
And the bottom of fml-server-latest.log:
(Just to quote it just in case: [email protected])
Also, using Minetweaker to change the recipe to either a normal recipe, another shape or infusion crashes me, and /give tells me there is no "Thaumcraft:GolemBell". Everything works fine on singleplayer.
Whoops, seems I took the modlist from the wrong crashlog! Thing is, I get the same results with either your version or normal version, and both either with or without Gadomancy.
This is latest.log with your Horizons version and no Gadomancy (just in case)
[14:40:37] [Server thread/INFO]: Starting minecraft server version 1.7.10[14:40:37] [Server thread/INFO]: Starting minecraft server version 1.7.10[14:40:53] [Server thread/INFO]: Loading properties[14:40:53] [Server thread/INFO]: Default game type: SURVIVAL[14:40:53] [Server thread/INFO]: Generating keypair[14:40:53] [Server thread/INFO]: Starting Minecraft server on 51.254.44.231:25569[14:40:58] [Server thread/INFO]: Preparing level "world"[14:40:58] [Server thread/INFO]: Preparing start region for level 0[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/INFO]: Done (1.542s)! For help, type "help" or "?"[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:42:21] [User Authenticator #1/INFO]: UUID of player soepie7 is 17c60a07-7535-4615-bb43-50030b1926b4[14:42:22] [Server thread/INFO]: soepie7[/217.101.7.73:52943] logged in with entity id 5356 at (4671.377018902675, 63.0, -1494.699999988079)[14:42:22] [Server thread/INFO]: soepie7 joined the game[14:42:43] [Server thread/WARN]: Failed to handle packet for /217.101.7.73:52943java.lang.ArrayIndexOutOfBoundsException: -1 at net.minecraft.item.ItemStack.func_77980_a(ItemStack.java:386) ~[add.class:?] at net.minecraft.inventory.SlotCrafting.func_75208_c(SlotCrafting.java:53) ~[aax.class:?] at thaumcraft.common.container.SlotCraftingArcaneWorkbench.func_82870_a(SlotCraftingArcaneWorkbench.java:42) ~[SlotCraftingArcaneWorkbench.class:?] at net.minecraft.inventory.Container.func_75144_a(SourceFile:238) ~[zs.class:?] at thaumcraft.common.container.ContainerArcaneWorkbench.func_75144_a(ContainerArcaneWorkbench.java:189) ~[ContainerArcaneWorkbench.class:?] at net.minecraft.network.NetHandlerPlayServer.func_147351_a(NetHandlerPlayServer.java:883) ~[nh.class:?] at net.minecraft.network.play.client.C0EPacketClickWindow.func_148833_a(SourceFile:32) ~[ix.class:?] at net.minecraft.network.play.client.C0EPacketClickWindow.func_148833_a(SourceFile:10) ~[ix.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) [lt.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?][14:42:43] [Server thread/INFO]: soepie7 lost connection: TextComponent{text='Internal server error', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}[14:42:43] [Server thread/INFO]: soepie7 left the game
And the bottom of fml-server-latest.log:
(Just to quote it just in case: [email protected])
Also, using Minetweaker to change the recipe to either a normal recipe, another shape or infusion crashes me, and /give tells me there is no "Thaumcraft:GolemBell". Everything works fine on singleplayer.
If this returns to the Thaumcraft 6 generation I know a lot of people who will be very happy! Namely a friend of mine who's such a Thaumaturge that he memorizes every detail of every add-on to go along with it. That should keep him busy for a week.
Rollback Post to RevisionRollBack
If regular is Vanilla then what flavor is your Minecraft?
Umm whos to say that your friend is the only one? haha
I don't know if he has an account here, but he goes by the ForgottenDruid on Youtube. I have plenty of friends, but he's the only one I know I can rely on for Thaumcraft advice since he's such a superfan.
Rollback Post to RevisionRollBack
If regular is Vanilla then what flavor is your Minecraft?
Hang on: we extracted blood from a tamed cat. Nothing else worked so far.
Also, players seem to be able extract from other players, showing that the "extract from other mob" event is not completely disabled.
Hoborific, FYSA, I'm getting a client crash due to a screen rendering error when I attempt to mouse over the outputted syringe from the seroconverter in SP. I'm guessing it has something to do with the tool-tip. This is solely with TC4, Thaumic Horizons (fix2), and AntiIDConflict (added after crash). This was in an instance of MultiMC. Thanks!
MultiMC version: 0.5.0-945
Minecraft folder is:
instances/1.7.10/minecraft
Java path is:
C:/ProgramData/Oracle/Java/javapath/javaw.exe
Java is version 1.8.0_151, using 64-bit architecture.
[12:44:30] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[12:44:30] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[12:44:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[12:44:30] [main/INFO] [FML]: Forge Mod Loader version 7.99.36.1558 for Minecraft 1.7.10 loading
[12:44:30] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_151, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_151
[12:44:31] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[12:44:31] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:44:31] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[12:44:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:44:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:44:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:44:31] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[12:44:31] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[12:44:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:44:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:44:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:44:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[12:44:32] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[12:44:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[12:44:40] [Thread-9/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[12:44:42] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
Hoborific, FYSA, I'm getting a client crash due to a screen rendering error when I attempt to mouse over the outputted syringe from the seroconverter in SP. I'm guessing it has something to do with the tool-tip. This is solely with TC4, Thaumic Horizons (fix2), and AntiIDConflict (added after crash). This was in an instance of MultiMC. Thanks!
MultiMC version: 0.5.0-945
Minecraft folder is:
instances/1.7.10/minecraft
Java path is:
C:/ProgramData/Oracle/Java/javapath/javaw.exe
Java is version 1.8.0_151, using 64-bit architecture.
[12:44:30] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[12:44:30] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[12:44:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[12:44:30] [main/INFO] [FML]: Forge Mod Loader version 7.99.36.1558 for Minecraft 1.7.10 loading
[12:44:30] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_151, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_151
[12:44:31] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[12:44:31] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:44:31] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[12:44:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:44:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:44:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:44:31] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[12:44:31] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[12:44:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:44:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:44:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:44:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[12:44:32] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[12:44:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[12:44:40] [Thread-9/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[12:44:42] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
Which mod did you install to increase the limit? There are a few and I need to know what some of the most compatible ones will be.
If regular is Vanilla then what flavor is your Minecraft?
Its called potion extender. Adding the mod wasn't the only thing you have to do in order to fix it. The addon still recognizes anything above 127 as out of bounds, so you have to take potion ID's (they CANNOT be Thaumcraft, thaumic horizons, and vanilla potion id's) and set them above 127. Once you've cleared out enough space for all of vanilla's thaumic horizons and thaumcrafts potion ID's to take the spot as the main 127, you'll be able to use the sercoconverter again.
I'm not sure, it doesn't work at all on my server.
Still as broken as the regular one.
To quote minetweaker.log: INFO: [ModTweaker2] Adding 1 Thaumcraft Arcane Worktable Recipe(s) for <null>
That would make you one of the first, want to post your modlist and a log file?
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
FML{7.10.99.99} [Forge Mod Loader] (forge1710.jar)
Forge{10.13.4.1614} [Minecraft Forge] (forge1710.jar)
CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar)
WitchingGadgetsCore{1.1.10} [Witching Gadgets Core] (minecraft.jar)
BinniePatcher{1.8.2} [Binnie Patcher] (minecraft.jar)
debug{1.0} [debug] (denseores-1.6.2.jar)
AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar)
Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
arcane_engineering{0.2.7} [Arcane Engineering] (arcane_engineering-0.2.7.jar)
Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
Automagy{0.28.2} [Automagy] (Automagy-1.7.10-0.28.2.jar)
BetterFoliage{2.0.15} [Better Foliage] (BetterFoliage-MC1.7.10-2.0.15.jar)
BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar)
Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
BlockProperties{0.1.5} [Block Properties] (BlockProperties-1.7.10-0.1.5.jar)
Botania{r1.8-249} [Botania] (Botania r1.8-249.jar)
chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar)
MineTweaker3{3.0.13} [MineTweaker 3] (CraftTweaker-1.7.10-3.0.13.jar)
fastleafdecay{1.4} [Fast Leaf Decay] (FastLeafDecay-1.7.10-1.4.jar)
ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer-2.5-1.7.10-512.jar)
ForbiddenMagic{1.7.10-0.575} [Forbidden Magic] (Forbidden Magic-1.7.10-0.575.jar)
FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar)
FTBT{1.0.2} [FTB Tweaks] (FTBTweaks-1.0.2.jar)
FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar)
gadomancy{1.0.7.3} [Gadomancy] (gadomancy-1.7.10-1.0.7.3.jar)
gravestone{0.7.10.3} [Gravestone] (GraveStone+Mod+0.7.10.3.jar)
headcrumbs{1.7.4} [Headcrumbs] (Headcrumbs-1.7.4.jar)
immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar)
IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
MagicBees{2.4.3} [Magic Bees] (magicbees-1.7.10-2.4.3.jar)
modtweaker2{0.9.6} [Mod Tweaker 2] (ModTweaker2-0.9.6.jar)
Morpheus{1.7.10-1.6.21} [Morpheus] (Morpheus-1.7.10-1.6.21.jar)
NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
NodalMechanics{1.7.10R1.0} [NodalMechanics] (NodalMechanics-1.7-1.0-7.jar)
neresources{0.1.0.ManuallyBuilt} [Not Enough Resources] (NotEnoughResources-1.7.10-0.1.0-122.jar)
tcinventoryscan{1.0.11} [TC Inventory Scanning] (tcinventoryscan-mc1.7.10-1.0.11.jar)
tcnodetracker{1.1.2} [TC Node Tracker] (tcnodetracker-1.7.10-1.1.2.jar)
thaumcraftneiplugin{@VERSION@} [Thaumcraft NEI Plugin] (thaumcraftneiplugin-1.7.10-1.7a.jar)
ThaumicExploration{0.6.0} [Thaumic Exploration] (ThaumicExploration-1.7.10-1.1-53.jar)
ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
TravellersGear{1.16.6} [Traveller's Gear] (TravellersGear-1.7.10-1.16.6.jar)
WailaHarvestability{1.1.6} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.6.jar)
wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
WitchingGadgets{1.1.10} [Witching Gadgets] (WitchingGadgets-1.7.10-1.1.10.jar)
bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
denseores{1.0} [Dense Ores] (denseores-1.6.2.jar)
I heard Gadomancy might be conflicting, but removing it fixed nothing.
This is the part of the log from the moment I log in until I got kicked for making the Bell
[14:31:16] [Server thread/DEBUG] [NotEnoughItems/]: Loading Player: soepie7
[14:31:16] [Server thread/DEBUG] [NotEnoughItems/]: Sending serverside check to: soepie7
[14:31:16] [Server thread/INFO] [AgriCraft/]: Sending mutations to player: soepie7
[14:31:16] [Server thread/INFO] [Waila/]: Player EntityPlayerMP['soepie7'/2321, l='world', x=4672.08, y=52.00, z=-1484.00] connected. Sending ping
[14:31:17] [Server thread/INFO] [WitchingGadgets/]: [CORE] Patching getFortuneModifier & getLootingModifier
[14:31:29] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[14:32:02] [Server thread/DEBUG] [NotEnoughItems/]: Unloading Player: soepie7
ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
You're not using my version
Whoops, seems I took the modlist from the wrong crashlog! Thing is, I get the same results with either your version or normal version, and both either with or without Gadomancy.
This is latest.log with your Horizons version and no Gadomancy (just in case)
[14:40:37] [Server thread/INFO]: Starting minecraft server version 1.7.10[14:40:37] [Server thread/INFO]: Starting minecraft server version 1.7.10[14:40:53] [Server thread/INFO]: Loading properties[14:40:53] [Server thread/INFO]: Default game type: SURVIVAL[14:40:53] [Server thread/INFO]: Generating keypair[14:40:53] [Server thread/INFO]: Starting Minecraft server on 51.254.44.231:25569[14:40:58] [Server thread/INFO]: Preparing level "world"[14:40:58] [Server thread/INFO]: Preparing start region for level 0[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:40:59] [Server thread/INFO]: Done (1.542s)! For help, type "help" or "?"[14:40:59] [Server thread/WARN]: Skipping BlockEntity with id TileExtendedNode[14:42:21] [User Authenticator #1/INFO]: UUID of player soepie7 is 17c60a07-7535-4615-bb43-50030b1926b4[14:42:22] [Server thread/INFO]: soepie7[/217.101.7.73:52943] logged in with entity id 5356 at (4671.377018902675, 63.0, -1494.699999988079)[14:42:22] [Server thread/INFO]: soepie7 joined the game[14:42:43] [Server thread/WARN]: Failed to handle packet for /217.101.7.73:52943java.lang.ArrayIndexOutOfBoundsException: -1 at net.minecraft.item.ItemStack.func_77980_a(ItemStack.java:386) ~[add.class:?] at net.minecraft.inventory.SlotCrafting.func_75208_c(SlotCrafting.java:53) ~[aax.class:?] at thaumcraft.common.container.SlotCraftingArcaneWorkbench.func_82870_a(SlotCraftingArcaneWorkbench.java:42) ~[SlotCraftingArcaneWorkbench.class:?] at net.minecraft.inventory.Container.func_75144_a(SourceFile:238) ~[zs.class:?] at thaumcraft.common.container.ContainerArcaneWorkbench.func_75144_a(ContainerArcaneWorkbench.java:189) ~[ContainerArcaneWorkbench.class:?] at net.minecraft.network.NetHandlerPlayServer.func_147351_a(NetHandlerPlayServer.java:883) ~[nh.class:?] at net.minecraft.network.play.client.C0EPacketClickWindow.func_148833_a(SourceFile:32) ~[ix.class:?] at net.minecraft.network.play.client.C0EPacketClickWindow.func_148833_a(SourceFile:10) ~[ix.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?] at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165) [nc.class:?] at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659) [MinecraftServer.class:?] at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334) [lt.class:?] at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?][14:42:43] [Server thread/INFO]: soepie7 lost connection: TextComponent{text='Internal server error', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}[14:42:43] [Server thread/INFO]: soepie7 left the game
And the bottom of fml-server-latest.log:
(Just to quote it just in case: [email protected])
[14:42:21] [Netty IO #2/TRACE] [FML/]: $ClientHello->FMLHandshakeServerState$2:HELLO
[14:42:21] [Netty IO #2/INFO] [FML/]: Client protocol version 2
[14:42:21] [Netty IO #2/TRACE] [FML/]: $ModList:70 mods->FMLHandshakeServerState$2:HELLO
[14:42:21] [Netty IO #2/INFO] [FML/]: Client attempting to join with 70 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],NEIAddons|[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],thaumcraftneiplugin@@VERSION@,[email protected],[email protected],[email protected],NEIAddons|[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],NEIAddons|[email protected],[email protected],ThaumicTinkerer@unspecified,[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],NEIAddons|[email protected],[email protected],[email protected],[email protected],NEIAddons|[email protected],NEIAddons|[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[14:42:21] [Netty IO #2/INFO] [FML/]: Attempting connection with missing mods [Morpheus] at CLIENT
[14:42:21] [Netty IO #2/TRACE] [FML/]: $HandshakeAck:{2}->FMLHandshakeServerState$3:WAITINGCACK
[14:42:22] [Netty IO #2/TRACE] [FML/]: $HandshakeAck:{3}->FMLHandshakeServerState$4:COMPLETE
[14:42:22] [Server thread/INFO] [FML/]: [Server thread] Server side modded connection established
[14:42:22] [Netty IO #2/TRACE] [FML/]: $HandshakeAck:{4}->FMLHandshakeServerState$5:DONE
[14:42:22] [Server thread/DEBUG] [NotEnoughItems/]: Loading Player: soepie7
[14:42:22] [Server thread/DEBUG] [NotEnoughItems/]: Sending serverside check to: soepie7
[14:42:22] [Server thread/INFO] [AgriCraft/]: Sending mutations to player: soepie7
[14:42:22] [Server thread/INFO] [Waila/]: Player EntityPlayerMP['soepie7'/5356, l='world', x=4671.38, y=63.00, z=-1494.70] connected. Sending ping
[14:42:22] [Netty IO #2/TRACE] [FML/]: $HandshakeAck:{5}->FMLHandshakeServerState$5:DONE
[14:42:22] [Server thread/INFO] [WitchingGadgets/]: [CORE] Patching getFortuneModifier & getLootingModifier
[14:42:30] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[14:42:43] [Server thread/DEBUG] [NotEnoughItems/]: Unloading Player: soepie7
[14:43:14] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[14:43:59] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
Also, using Minetweaker to change the recipe to either a normal recipe, another shape or infusion crashes me, and /give tells me there is no "Thaumcraft:GolemBell". Everything works fine on singleplayer.
Seems someone linked you an older version, please try this fix from may http://hoborific.com/thaumichorizons_hoboedit-1.1.9.7_fix2 (if it downloads without a file type, name it as a zip file and unzip the mod jar)
Yes, that fixed it!
Care to provide a github/forked location where your source is located?
You could go back a few pages in the thread but because you asked so nicely https://github.com/Hoborific/ThaumicHorizons
If this returns to the Thaumcraft 6 generation I know a lot of people who will be very happy! Namely a friend of mine who's such a Thaumaturge that he memorizes every detail of every add-on to go along with it. That should keep him busy for a week.
If regular is Vanilla then what flavor is your Minecraft?
Umm whos to say that your friend is the only one? haha
I don't know if he has an account here, but he goes by the ForgottenDruid on Youtube. I have plenty of friends, but he's the only one I know I can rely on for Thaumcraft advice since he's such a superfan.
If regular is Vanilla then what flavor is your Minecraft?
Hoborific, it seems that in your hoboedit-1.1.9.7_fix2 we are unable to extract blood from any mob, except players. Thought I should report it to ya.
Hang on: we extracted blood from a tamed cat. Nothing else worked so far.
Also, players seem to be able extract from other players, showing that the "extract from other mob" event is not completely disabled.
Hoborific, FYSA, I'm getting a client crash due to a screen rendering error when I attempt to mouse over the outputted syringe from the seroconverter in SP. I'm guessing it has something to do with the tool-tip. This is solely with TC4, Thaumic Horizons (fix2), and AntiIDConflict (added after crash). This was in an instance of MultiMC. Thanks!
MultiMC version: 0.5.0-945
Minecraft folder is:
instances/1.7.10/minecraft
Java path is:
C:/ProgramData/Oracle/Java/javapath/javaw.exe
Java is version 1.8.0_151, using 64-bit architecture.
Main Class:
net.minecraft.launchwrapper.Launch
Native path:
C:/Users/MultiMC/instances/1.7.10/natives
Libraries:
C:/Users/MultiMC/libraries/com/mojang/netty/1.6/netty-1.6.jar
C:/Users/MultiMC/libraries/com/mojang/realms/1.3.5/realms-1.3.5.jar
C:/Users/MultiMC/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
C:/Users/MultiMC/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar
C:/Users/MultiMC/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
C:/Users/MultiMC/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar
C:/Users/MultiMC/libraries/java3d/vecmath/1.3.1/vecmath-1.3.1.jar
C:/Users/MultiMC/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar
C:/Users/MultiMC/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar
C:/Users/MultiMC/libraries/net/sf/jopt-simple/jopt-simple/4.5/jopt-simple-4.5.jar
C:/Users/MultiMC/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar
C:/Users/MultiMC/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar
C:/Users/MultiMC/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar
C:/Users/MultiMC/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar
C:/Users/MultiMC/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar
C:/Users/MultiMC/libraries/io/netty/netty-all/4.0.10.Final/netty-all-4.0.10.Final.jar
C:/Users/MultiMC/libraries/com/google/guava/guava/17.0/guava-17.0.jar
C:/Users/MultiMC/libraries/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
C:/Users/MultiMC/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar
C:/Users/MultiMC/libraries/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
C:/Users/MultiMC/libraries/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar
C:/Users/MultiMC/libraries/com/mojang/authlib/1.5.21/authlib-1.5.21.jar
C:/Users/MultiMC/libraries/org/apache/logging/log4j/log4j-api/2.0-beta9/log4j-api-2.0-beta9.jar
C:/Users/MultiMC/libraries/org/apache/logging/log4j/log4j-core/2.0-beta9/log4j-core-2.0-beta9.jar
C:/Users/MultiMC/libraries/tv/twitch/twitch/5.16/twitch-5.16.jar
C:/Users/MultiMC/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar
C:/Users/MultiMC/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar
C:/Users/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl/2.9.1/lwjgl-2.9.1.jar
C:/Users/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.1/lwjgl_util-2.9.1.jar
C:/Users/MultiMC/libraries/net/minecraftforge/forge/1.7.10-10.13.4.1558-1.7.10/forge-1.7.10-10.13.4.1558-1.7.10-universal.jar
C:/Users/MultiMC/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar
C:/Users/MultiMC/libraries/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar
C:/Users/MultiMC/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar
C:/Users/MultiMC/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar
C:/Users/MultiMC/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar
C:/Users/MultiMC/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar
C:/Users/MultiMC/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar
C:/Users/MultiMC/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar
C:/Users/MultiMC/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar
C:/Users/MultiMC/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar
C:/Users/MultiMC/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar
C:/Users/MultiMC/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar
C:/Users/MultiMC/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar
C:/Users/MultiMC/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar
C:/Users/MultiMC/versions/1.7.10/1.7.10.jar
C:/Users/MultiMC/libraries/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-windows.jar
C:/Users/MultiMC/libraries/org/lwjgl/lwjgl/lwjgl-platform/2.9.1/lwjgl-platform-2.9.1-natives-windows.jar
C:/Users/MultiMC/libraries/tv/twitch/twitch-platform/5.16/twitch-platform-5.16-natives-windows-64.jar
C:/Users/MultiMC/libraries/tv/twitch/twitch-external-platform/4.5/twitch-external-platform-4.5-natives-windows-64.jar
Mods:
AntiIdConflict-1.3.5-1.7.10 (1)
Thaumcraft-1.7.10-4.2.3.5
thaumichorizons_hoboedit-1.1.9.7_fix2
Params:
--username --version MultiMC5 --gameDir C:/Users/MultiMC/instances/1.7.10/minecraft --assetsDir C:/Users/MultiMC/assets --assetIndex 1.7.10 --uuid --accessToken --userProperties --userType --tweakClass cpw.mods.fml.common.launcher.FMLTweaker
Window size: 854 x 480
Java Arguments:
[-XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump, -Xms307m, -Xmx3072m, -Duser.language=en]
Minecraft process ID: 9056
Using onesix launcher.
[12:44:30] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[12:44:30] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[12:44:30] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[12:44:30] [main/INFO] [FML]: Forge Mod Loader version 7.99.36.1558 for Minecraft 1.7.10 loading
[12:44:30] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_151, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_151
[12:44:31] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[12:44:31] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:44:31] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[12:44:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:44:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:44:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:44:31] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[12:44:31] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[12:44:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:44:31] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:44:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[12:44:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[12:44:32] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[12:44:32] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[12:44:32] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[12:44:32] [main/INFO]: Setting user: <PROFILE NAME>
[12:44:33] [main/INFO] [AIC Core]: ##################################################
[12:44:33] [main/INFO] [AIC Core]: Patching Potion
[12:44:33] [main/INFO] [AIC Core]: **************************************************
[12:44:33] [main/INFO] [AIC Core]: Patching <init>
[12:44:33] [main/INFO] [AIC Core]: Patching <init> completed
[12:44:33] [main/INFO] [AIC Core]: **************************************************
[12:44:33] [main/INFO] [AIC Core]: Patching Potion Completed
[12:44:33] [main/INFO] [AIC Core]: ##################################################
[12:44:33] [Client thread/INFO]: LWJGL Version: 2.9.1
[12:44:34] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 2/2/18 12:44 PM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_151, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 430098688 bytes (410 MB) / 569376768 bytes (543 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms307m -Xmx3072m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 770/PCIe/SSE2'
[12:44:34] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[12:44:34] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1558 Initialized
[12:44:34] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[12:44:34] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[12:44:34] [Client thread/WARN] [FML]: Enabling removal of erroring Entities - USE AT YOUR OWN RISK
[12:44:34] [Client thread/WARN] [FML]: Enabling removal of erroring Tile Entities - USE AT YOUR OWN RISK
[12:44:34] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[12:44:34] [Client thread/INFO] [FML]: Searching C:\Users\MultiMC\instances\1.7.10\minecraft\mods for mods
[12:44:34] [Client thread/INFO] [FML]: Also searching C:\Users\MultiMC\instances\1.7.10\minecraft\mods\1.7.10 for mods
[12:44:38] [Client thread/INFO] [FML]: Forge Mod Loader has identified 7 mods to load
[12:44:38] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, antiidconflict, Thaumcraft, ThaumicHorizons, Baubles] at CLIENT
[12:44:38] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, antiidconflict, Thaumcraft, ThaumicHorizons, Baubles] at SERVER
[12:44:39] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Anti Id Conflict, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumic Horizons, FMLFileResourcePack:Baubles
[12:44:39] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[12:44:39] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[12:44:39] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[12:44:39] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[12:44:39] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[12:44:39] [Client thread/INFO] [AIC Core]: ##################################################
[12:44:39] [Client thread/INFO] [AIC Core]: Patching BiomeGenBase
[12:44:39] [Client thread/INFO] [AIC Core]: **************************************************
[12:44:39] [Client thread/INFO] [AIC Core]: Patching <init>
[12:44:39] [Client thread/INFO] [AIC Core]: Patching <init> completed
[12:44:39] [Client thread/INFO] [AIC Core]: **************************************************
[12:44:39] [Client thread/INFO] [AIC Core]: Patching BiomeGenBase Completed
[12:44:39] [Client thread/INFO] [AIC Core]: ##################################################
[12:44:40] [Client thread/INFO] [FML]: Applying holder lookups
[12:44:40] [Client thread/INFO] [FML]: Holder lookups applied
[12:44:40] [Client thread/INFO] [FML]: Injecting itemstacks
[12:44:40] [Client thread/INFO] [FML]: Itemstack injection complete
[12:44:40] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[12:44:40] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[12:44:40] [Thread-9/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[12:44:40] [Thread-9/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[12:44:40] [Thread-9/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[12:44:40] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[12:44:40] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[12:44:40] [Client thread/INFO] [FML]: Injecting itemstacks
[12:44:40] [Client thread/INFO] [FML]: Itemstack injection complete
[12:44:40] [Client thread/INFO] [STDOUT]: [code.elix_x.coremods.antiidconflict.managers.BiomesManager:updateBiomesFolder:78]: Found tottally 191 free biome ids
[12:44:40] [Client thread/INFO] [STDOUT]: [code.elix_x.coremods.antiidconflict.managers.BiomesManager:updateBiomesFolder:88]: Found tottally 65 occupied biome ids
[12:44:40] [Client thread/INFO] [STDOUT]: [code.elix_x.coremods.antiidconflict.managers.BiomesManager:updateBiomesFolder:101]: Found tottally 0 conflicted biome ids
[12:44:40] [Client thread/INFO] [THAUMCRAFT]: Found potion array with a size of 32
[12:44:40] [Client thread/INFO] [THAUMCRAFT]: Extending Potion.potionTypes array to 40
[12:44:40] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionFluxTaint with id 31
[12:44:40] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionVisExhaust with id 32
[12:44:40] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionInfectiousVisExhaust with id 33
[12:44:40] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionUnnaturalHunger with id 34
[12:44:40] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionWarpWard with id 35
[12:44:40] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionDeathGaze with id 36
[12:44:40] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionBlurredVision with id 37
[12:44:40] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionSunScorned with id 38
[12:44:40] [Client thread/INFO] [THAUMCRAFT]: Initializing PotionThaumarhia with id 39
[12:44:40] [Client thread/INFO] [THAUMCRAFT]: Adding entities to MFR safari net blacklist.
[12:44:40] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[12:44:41] [Sound Library Loader/INFO]: Sound engine started
[12:44:41] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Zombie] to spawn champion mobs at level [0]
[12:44:41] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Spider] to spawn champion mobs at level [0]
[12:44:41] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Blaze] to spawn champion mobs at level [0]
[12:44:41] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Enderman] to spawn champion mobs at level [0]
[12:44:41] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Skeleton] to spawn champion mobs at level [0]
[12:44:41] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Witch] to spawn champion mobs at level [1]
[12:44:41] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.EldritchCrab] to spawn champion mobs at level [0]
[12:44:41] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.Taintacle] to spawn champion mobs at level [2]
[12:44:41] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.Wisp] to spawn champion mobs at level [1]
[12:44:41] [Client thread/WARN] [THAUMCRAFT]: Whitelisting [Thaumcraft.InhabitedZombie] to spawn champion mobs at level [3]
[12:44:41] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 7 mods
[12:44:41] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Anti Id Conflict, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumic Horizons, FMLFileResourcePack:Baubles
[12:44:41] [Client thread/INFO]: Created: 512x512 textures/blocks-atlas
[12:44:41] [Client thread/INFO]: Created: 512x512 textures/items-atlas
[12:44:41] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[12:44:41] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[12:44:42] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[12:44:42] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[12:44:42] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[12:44:42] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[12:44:42] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[12:44:42] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[12:44:42] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[12:44:42] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:
[12:44:42] [Sound Library Loader/INFO]: Sound engine started
[12:44:45] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[12:44:45] [Server thread/INFO]: Generating keypair
[12:44:45] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
[12:44:45] [Server thread/INFO] [FML]: Applying holder lookups
[12:44:45] [Server thread/INFO] [FML]: Holder lookups applied
[12:44:45] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@2029adcc)
[12:44:45] [Server thread/INFO] [FML]: Loading dimension -42 (New World) (net.minecraft.server.integrated.IntegratedServer@2029adcc)
[12:44:45] [Server thread/INFO] [FML]: Loading dimension 69 (New World) (net.minecraft.server.integrated.IntegratedServer@2029adcc)
[12:44:45] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@2029adcc)
[12:44:45] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@2029adcc)
[12:44:45] [Server thread/INFO]: Preparing start region for level 0
[12:44:46] [Server thread/INFO]: Changing view distance to 12, from 10
[12:44:46] [Netty Client IO #0/INFO] [FML]: Server protocol version 2
[12:44:46] [Netty IO #1/INFO] [FML]: Client protocol version 2
[12:44:46] [Netty IO #1/INFO] [FML]: Client attempting to join with 7 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
[12:44:46] [Netty IO #1/INFO] [FML]: Attempting connection with missing mods [] at CLIENT
[12:44:46] [Netty Client IO #0/INFO] [FML]: Attempting connection with missing mods [] at SERVER
[12:44:46] [Client thread/INFO] [FML]: [Client thread] Client side modded connection established
[12:44:46] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
[12:44:46] [Server thread/INFO]: <PROFILE NAME>[local:E:b06b55a3] logged in with entity id 194 at (-1697.5710361080348, 4.0, 522.5376380248724)
[12:44:46] [Server thread/INFO]: <PROFILE NAME> joined the game
[12:44:47] [Client thread/INFO] [THAUMCRAFT]: Client received server config settings.
[12:44:47] [Client thread/INFO] [THAUMCRAFT]: CHEAT_SHEET[false], WARDED_STONE[true], MIRRORS[true], HARD_NODES[true], WUSS_MODE[false], RESEARCH_DIFFICULTY[0], ASPECT_TOTAL_CAP[100
[12:44:47] [Client thread/WARN] [FML]: =============================================================
[12:44:47] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[12:44:47] [Client thread/WARN] [FML]: Offendor: truetyper/TrueTypeFont.loadImage(Ljava/awt/image/BufferedImage;)I
[12:44:47] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead
[12:44:47] [Client thread/WARN] [FML]: =============================================================
[12:44:47] [Client thread/INFO] [STDOUT]: [truetyper.TrueTypeFont:<init>:94]: TrueTypeFont loaded: java.awt.Font[family=Arial,name=Arial,style=plain,size=12] - AntiAlias = true
[12:45:01] [Server thread/INFO]: [<PROFILE NAME>: Set own game mode to Creative Mode]
[12:45:01] [Client thread/INFO]: [CHAT] Your game mode has been updated
[12:46:29] [Server thread/INFO]: [<PROFILE NAME>: Set own game mode to Creative Mode]
[12:46:29] [Client thread/INFO]: [CHAT] Your game mode has been updated
[12:46:41] [Server thread/INFO]: [<PROFILE NAME>: Set own game mode to Survival Mode]
[12:46:41] [Client thread/INFO]: [CHAT] Your game mode has been updated
[12:46:53] [Server thread/INFO]: Stopping server
[12:46:53] [Server thread/INFO]: Saving players
[12:46:53] [Server thread/INFO]: Saving worlds
[12:46:53] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[12:46:53] [Netty Client IO #0/INFO] [THAUMCRAFT]: Restoring client configs.
[12:46:53] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[12:46:53] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[12:46:53] [Server thread/INFO]: Saving chunks for level 'New World'/The Outer Lands
[12:46:53] [Server thread/INFO]: Saving chunks for level 'New World'/Pocket Plane
[12:46:53] [Server thread/INFO] [FML]: Unloading dimension 0
[12:46:53] [Server thread/INFO] [FML]: Unloading dimension -1
[12:46:53] [Server thread/INFO] [FML]: Unloading dimension 1
[12:46:53] [Server thread/INFO] [FML]: Unloading dimension -42
[12:46:53] [Server thread/INFO] [FML]: Unloading dimension 69
[12:46:53] [Server thread/INFO] [FML]: Applying holder lookups
[12:46:53] [Server thread/INFO] [FML]: Holder lookups applied
[12:46:54] [Client thread/FATAL]: Reported exception thrown!
net.minecraft.util.ReportedException: Rendering screen
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1092) ~[blt.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001) ~[bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_151]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_151]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_151]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_151]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_151]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:162) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:53) [NewLaunch.jar:?]
Caused by: java.lang.ClassCastException: java.util.HashMap$EntrySet cannot be cast to java.util.List
at com.kentington.thaumichorizons.common.items.ItemSyringeInjection.func_77624_a(ItemSyringeInjection.java:112) ~[ItemSyringeInjection.class:?]
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:525) ~[add.class:?]
at net.minecraft.client.gui.GuiScreen.func_146285_a(GuiScreen.java:104) ~[bdw.class:?]
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:171) ~[bex.class:?]
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38) ~[bfo.class:?]
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47) ~[bfu.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061) ~[blt.class:?]
... 17 more
[12:46:54] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----
// Ooh. Shiny.
Time: 2/2/18 12:46 PM
Description: Rendering screen
java.lang.ClassCastException: java.util.HashMap$EntrySet cannot be cast to java.util.List
at com.kentington.thaumichorizons.common.items.ItemSyringeInjection.func_77624_a(ItemSyringeInjection.java:112)
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:525)
at net.minecraft.client.gui.GuiScreen.func_146285_a(GuiScreen.java:104)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:171)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1061)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
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)
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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297)
at org.multimc.EntryPoint.listen(EntryPoint.java:162)
at org.multimc.EntryPoint.main(EntryPoint.java:53)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.kentington.thaumichorizons.common.items.ItemSyringeInjection.func_77624_a(ItemSyringeInjection.java:112)
at net.minecraft.item.ItemStack.func_82840_a(ItemStack.java:525)
at net.minecraft.client.gui.GuiScreen.func_146285_a(GuiScreen.java:104)
at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:171)
at net.minecraft.client.renderer.InventoryEffectRenderer.func_73863_a(InventoryEffectRenderer.java:38)
at net.minecraft.client.gui.inventory.GuiInventory.func_73863_a(SourceFile:47)
-- Screen render details --
Details:
Screen name: net.minecraft.client.gui.inventory.GuiInventory
Mouse location: Scaled: (304, 196). Absolute: (1219, 295)
Screen size: Scaled: (480, 270). Absolute: (1920, 1080). Scale factor of 4
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['<PROFILE NAME>'/194, l='MpServer', x=-1699.31, y=5.62, z=519.75]]
Chunk stats: MultiplayerChunkCache: 625, 625
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-1701,4,524), Chunk: (at 11,0,12 in -107,32; contains blocks -1712,0,512 to -1697,255,527), Region: (-4,1; contains chunks -128,32 to -97,63, blocks -2048,0,512 to -1537,255,1023)
Level time: 5538 game time, 5538 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 114 total; [EntitySlime['Slime'/94721, l='MpServer', x=-1776.56, y=4.95, z=508.24], EntityGolemTH['Grass Block Golem'/458244, l='MpServer', x=-1697.16, y=4.00, z=524.47], EntitySlime['Slime'/337416, l='MpServer', x=-1622.15, y=4.00, z=511.03], EntityClientPlayerMP['<PROFILE NAME>'/194, l='MpServer', x=-1699.31, y=5.62, z=519.75], EntitySlime['Slime'/466198, l='MpServer', x=-1671.24, y=5.06, z=581.85], EntitySlime['Slime'/492307, l='MpServer', x=-1712.24, y=4.82, z=565.84], EntitySlime['Slime'/552476, l='MpServer', x=-1768.29, y=4.00, z=552.62], EntitySlime['Slime'/190747, l='MpServer', x=-1702.30, y=4.81, z=548.63], EntitySlime['Slime'/749590, l='MpServer', x=-1703.50, y=5.00, z=462.56], EntitySlime['Slime'/749102, l='MpServer', x=-1742.09, y=4.00, z=593.44], EntitySlime['Slime'/38, l='MpServer', x=-1753.56, y=4.69, z=439.77], EntityPig['Pig'/52, l='MpServer', x=-1776.78, y=4.00, z=543.44], EntityXPOrb['Experience Orb'/725311, l='MpServer', x=-1710.22, y=4.25, z=516.53], EntityXPOrb['Experience Orb'/725310, l='MpServer', x=-1714.69, y=4.25, z=522.28], EntityChicken['Chicken'/54, l='MpServer', x=-1771.72, y=4.00, z=542.16], EntityChicken['Chicken'/55, l='MpServer', x=-1769.06, y=4.00, z=538.47], EntityChicken['Chicken'/56, l='MpServer', x=-1768.47, y=4.00, z=539.16], EntityChicken['Chicken'/57, l='MpServer', x=-1768.09, y=4.00, z=537.31], EntitySheep['Sheep'/58, l='MpServer', x=-1765.78, y=4.00, z=543.75], EntityPig['Pig'/59, l='MpServer', x=-1772.84, y=4.00, z=543.47], EntitySheep['Sheep'/62, l='MpServer', x=-1763.94, y=4.00, z=547.41], EntityItem['item.item.slimeball'/166204, l='MpServer', x=-1701.25, y=4.13, z=511.44], EntityPig['Pig'/63, l='MpServer', x=-1773.50, y=4.00, z=546.50], EntitySlime['Slime'/74821, l='MpServer', x=-1673.45, y=4.00, z=564.12], EntitySheep['Sheep'/70, l='MpServer', x=-1768.25, y=4.00, z=556.09], EntitySlime['Slime'/833866, l='MpServer', x=-1738.40, y=4.00, z=595.60], EntitySheep['Sheep'/71, l='MpServer', x=-1754.75, y=4.00, z=552.13], EntityItem['item.item.slimeball'/449345, l='MpServer', x=-1690.16, y=4.13, z=512.63], EntityItem['item.item.slimeball'/442190, l='MpServer', x=-1693.38, y=4.13, z=510.63], EntitySlime['Slime'/73, l='MpServer', x=-1778.03, y=4.00, z=467.94], EntityHorse['Horse'/77, l='MpServer', x=-1730.97, y=4.00, z=506.50], EntityHorse['Horse'/78, l='MpServer', x=-1729.50, y=4.00, z=508.75], EntityHorse['Horse'/79, l='MpServer', x=-1731.28, y=4.00, z=503.25], EntityHorse['Horse'/80, l='MpServer', x=-1735.19, y=4.00, z=508.47], EntitySheep['Sheep'/81, l='MpServer', x=-1735.34, y=4.00, z=514.75], EntitySheep['Sheep'/82, l='MpServer', x=-1737.47, y=4.00, z=496.41], EntitySheep['Sheep'/83, l='MpServer', x=-1728.06, y=4.00, z=507.19], EntitySheep['Sheep'/84, l='MpServer', x=-1740.53, y=4.00, z=508.22], EntityItem['item.item.slimeball'/57684, l='MpServer', x=-1694.19, y=4.13, z=533.69], EntityHorse['Horse'/85, l='MpServer', x=-1732.91, y=4.00, z=506.91], EntityHorse['Horse'/87, l='MpServer', x=-1734.66, y=4.00, z=506.22], EntitySlime['Slime'/296531, l='MpServer', x=-1641.22, y=4.00, z=536.22], EntityPig['Pig'/89, l='MpServer', x=-1720.81, y=4.00, z=461.13], EntityPig['Pig'/90, l='MpServer', x=-1719.63, y=4.00, z=459.06], EntitySheep['Sheep'/92, l='MpServer', x=-1714.97, y=4.00, z=464.31], EntityPig['Pig'/93, l='MpServer', x=-1718.81, y=4.00, z=461.25], EntityPig['Pig'/94, l='MpServer', x=-1731.91, y=4.00, z=468.28], EntityCow['Cow'/95, l='MpServer', x=-1714.13, y=4.00, z=460.59], EntityCow['Cow'/96, l='MpServer', x=-1718.72, y=4.00, z=469.63], EntityHorse['Horse'/97, l='MpServer', x=-1728.22, y=4.00, z=517.56], EntitySlime['Slime'/194913, l='MpServer', x=-1754.43, y=4.82, z=598.38], EntitySlime['Slime'/244071, l='MpServer', x=-1748.17, y=4.81, z=569.49], EntitySheep['Sheep'/105, l='MpServer', x=-1719.88, y=4.00, z=463.81], EntitySheep['Sheep'/106, l='MpServer', x=-1709.16, y=4.00, z=466.97], EntitySlime['Slime'/554850, l='MpServer', x=-1769.59, y=4.00, z=563.12], EntitySheep['Sheep'/107, l='MpServer', x=-1714.25, y=4.00, z=473.84], EntityCow['Cow'/108, l='MpServer', x=-1696.75, y=4.00, z=478.19], EntityCow['Cow'/109, l='MpServer', x=-1702.50, y=4.00, z=477.53], EntityItem['item.item.slimeball'/144236, l='MpServer', x=-1694.38, y=4.13, z=513.47], EntityItem['item.item.slimeball'/112, l='MpServer', x=-1703.69, y=4.13, z=516.13], EntitySlime['Slime'/835964, l='MpServer', x=-1682.82, y=4.00, z=513.65], EntityGolemBase['Thaumium Golem'/113, l='MpServer', x=-1696.22, y=4.00, z=520.21], EntitySlime['Slime'/116, l='MpServer', x=-1624.69, y=4.95, z=474.29], EntitySlime['Slime'/766846, l='MpServer', x=-1734.97, y=4.99, z=581.71], EntitySlime['Slime'/835961, l='MpServer', x=-1685.53, y=4.00, z=510.66], EntitySlime['Slime'/835962, l='MpServer', x=-1682.73, y=4.00, z=511.04], EntitySlime['Slime'/835963, l='MpServer', x=-1685.03, y=4.00, z=513.47], EntityItem['item.item.slimeball'/455549, l='MpServer', x=-1697.53, y=4.13, z=511.00], EntityPig['Pig'/125, l='MpServer', x=-1695.91, y=4.00, z=516.97], EntityItem['item.item.slimeball'/126, l='MpServer', x=-1693.28, y=4.13, z=521.47], EntitySlime['Slime'/780170, l='MpServer', x=-1677.22, y=4.00, z=508.75], EntityXPOrb['Experience Orb'/780169, l='MpServer', x=-1683.03, y=4.25, z=513.66], EntityXPOrb['Experience Orb'/780168, l='MpServer', x=-1682.00, y=4.25, z=515.19], EntitySlime['Slime'/705422, l='MpServer', x=-1619.90, y=4.96, z=465.23], EntitySlime['Slime'/144782, l='MpServer', x=-1749.34, y=4.00, z=491.31], EntityPig['Pig'/142, l='MpServer', x=-1666.84, y=4.00, z=480.56], EntityPig['Pig'/144, l='MpServer', x=-1660.13, y=4.00, z=489.09], EntitySlime['Slime'/148, l='MpServer', x=-1679.00, y=4.00, z=477.21], EntitySlime['Slime'/663455, l='MpServer', x=-1761.19, y=4.00, z=480.63], EntitySlime['Slime'/144789, l='MpServer', x=-1642.52, y=4.00, z=530.80], EntitySlime['Slime'/735132, l='MpServer', x=-1710.48, y=4.00, z=473.78], EntitySlime['Slime'/790930, l='MpServer', x=-1700.03, y=4.00, z=476.31], EntitySlime['Slime'/112547, l='MpServer', x=-1753.38, y=4.47, z=528.71], EntityDart['Golem Dart'/751529, l='MpServer', x=-1669.41, y=4.00, z=492.91], EntitySheep['Sheep'/163, l='MpServer', x=-1662.13, y=4.00, z=475.81], EntitySheep['Sheep'/164, l='MpServer', x=-1662.53, y=4.00, z=469.50], EntitySheep['Sheep'/165, l='MpServer', x=-1658.41, y=4.00, z=472.94], EntitySheep['Sheep'/166, l='MpServer', x=-1659.09, y=4.00, z=474.09], EntityPig['Pig'/167, l='MpServer', x=-1662.56, y=4.00, z=479.66], EntityPig['Pig'/168, l='MpServer', x=-1663.72, y=4.00, z=470.25], EntityPig['Pig'/169, l='MpServer', x=-1658.88, y=4.00, z=475.91], EntityPig['Pig'/170, l='MpServer', x=-1664.28, y=4.00, z=478.75], EntityPig['Pig'/172, l='MpServer', x=-1663.81, y=4.00, z=480.81], EntityPig['Pig'/174, l='MpServer', x=-1658.81, y=4.00, z=522.31], EntityPig['Pig'/175, l='MpServer', x=-1663.03, y=4.00, z=527.75], EntitySlime['Slime'/588221, l='MpServer', x=-1672.47, y=4.00, z=569.74], EntitySlime['Slime'/424378, l='MpServer', x=-1692.76, y=4.85, z=546.00], EntityItem['item.item.slimeball'/137660, l='MpServer', x=-1695.94, y=4.13, z=511.38], EntityItem['item.item.slimeball'/437958, l='MpServer', x=-1694.91, y=4.13, z=515.78], EntityItem['item.item.slimeball'/193, l='MpServer', x=-1711.06, y=4.13, z=517.81], EntitySlime['Slime'/399808, l='MpServer', x=-1771.56, y=4.00, z=507.78], EntityDart['Golem Dart'/709313, l='MpServer', x=-1716.66, y=4.00, z=521.09], EntityItem['item.item.slimeball'/805849, l='MpServer', x=-1703.25, y=4.13, z=524.75], EntitySlime['Slime'/762067, l='MpServer', x=-1755.26, y=4.85, z=584.93], EntitySlime['Slime'/711892, l='MpServer', x=-1718.67, y=4.00, z=491.15], EntitySlime['Slime'/702690, l='MpServer', x=-1734.57, y=4.00, z=513.16], EntitySlime['Slime'/666592, l='MpServer', x=-1622.03, y=4.00, z=569.00], EntityItem['item.item.slimeball'/65003, l='MpServer', x=-1690.16, y=4.13, z=532.38], EntitySlime['Slime'/702692, l='MpServer', x=-1730.04, y=4.32, z=512.23], EntitySlime['Slime'/586233, l='MpServer', x=-1762.62, y=4.61, z=522.84], EntityDart['Golem Dart'/740599, l='MpServer', x=-1676.03, y=4.00, z=504.94], EntitySlime['Slime'/570614, l='MpServer', x=-1740.69, y=4.95, z=566.69], EntitySlime['Slime'/747765, l='MpServer', x=-1666.93, y=4.00, z=596.32], EntitySlime['Slime'/709877, l='MpServer', x=-1759.94, y=4.96, z=500.79]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
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)
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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297)
at org.multimc.EntryPoint.listen(EntryPoint.java:162)
at org.multimc.EntryPoint.main(EntryPoint.java:53)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_151, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 575807560 bytes (549 MB) / 1125122048 bytes (1073 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms307m -Xmx3072m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 7 mods loaded, 7 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.1558-1.7.10-universal.jar)
UCHIJAAAA Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10-universal.jar)
UCHIJAAAA antiidconflict{1.3.5} [Anti Id Conflict] (AntiIdConflict-1.3.5-1.7.10 (1).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 ThaumicHorizons{1.1.9.7} [Thaumic Horizons] (thaumichorizons_hoboedit-1.1.9.7_fix2.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 388.13' Renderer: 'GeForce GTX 770/PCIe/SSE2'
Launched Version: MultiMC5
LWJGL: 2.9.1
OpenGL: GeForce GTX 770/PCIe/SSE2 GL version 4.6.0 NVIDIA 388.13, 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: Off (1)
[12:46:54] [Client thread/INFO] [STDOUT]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\MultiMC\instances\1.7.10\minecraft\crash-reports\crash-2018-02-02_12.46.54-client.txt
AL lib: (EE) alc_cleanup: 1 device not closed
Process exited with code -1.
two posts back there was a link given to the github repo where that build is being managed
Thanks SpannerMan, posted the issue to the github so at least it's under proper tracking now.