Since Hoborific has had bugfix builds of TH floating around the internet for quite a while now and TheKentington hasn't commented on those, I don't see what would be the problem.
Especially since Hoborific is not claiming to be the one who single-handedly wrote the mod.
Alright I just wanted to get that out of the way first. I'll have to take a look at the code once I finish going through this tutorial series I've been watching.
Is this the raw decompiled code or does it involve any bug fixes? Will golemancer's bell work? Could you release a version that add's golemancer's bell as a separate item?
Sorry to be a pain, but I can't figure out how to use this. Where do I place the folders? All I ever do is drop .jar files into my mod folder.
You don't do any of those things. The github is the decompiled code, not a mod. Unless you're a modder, you don't need it.
A bit of reading the last few pages would have given you the correct link.
I haven't fixed anything since my last post that wasn't a bug I created in the recompilation process, it is not very maintainable and I am in the process of rewriting the entire mod without using the original authors assets.
im going to say no until further notice, at least nothing official from theKentington, author has been mia for a long time now.its been 2 years since a post from them
Rollback Post to RevisionRollBack
"Who am I, you may wonder?
I am someone you know very well.
For I am every man you meet
and I am every woman you meet."
It will download as a zip but the jar is inside so uncompress it before placing in the mods folder.
Also updated GitHub with the few changes I made, some of the function names may be obfuscated names but that's just to compile it you can swap them back
Oh nice, I didn't think Thaumic Horizons would be getting anymore bug fixes or updates. Does this fix the Injector losing its name and enchantments after reloading, by any chance?
Thaumic horizion is not receiving updates or bug fixes at the current time. ive mentioned the fact that the creator has still been mia in the last few posts. hoborific's edits are unofficial. they are modifications of an addon to a modification.
Rollback Post to RevisionRollBack
"Who am I, you may wonder?
I am someone you know very well.
For I am every man you meet
and I am every woman you meet."
Pengu's Lost Thaumaturgy is adding back a lot of what made Thaumcraft 2 great. Maybe a version of this could become an add-on for it? Apengu said that he already has an API for and will add more later. It's currently in 1.11.2, but will be in 1.12+ soon. Some things would have to be rebalanced since the second generation of Thaumcraft was so different.
Rollback Post to RevisionRollBack
If regular is Vanilla then what flavor is your Minecraft?
Well here's a quick update: Pengu's Lost Thaumaturgy is now in 1.12+ and even already has a 1.11.2 add-on. That was fast. Did someone read my mind or something?
Rollback Post to RevisionRollBack
If regular is Vanilla then what flavor is your Minecraft?
So I have a question. Basically whenever I install this addon and attempt to load my world, it gives me this screen:
I havent pressed either option because I'm terrified of losing/messing up my world (even though I have like 5 different backup saves). I just end task through the task manager. I've also noticed this message pops up when I try to add other addons for other mods as well.
Is there any solution to this? Are you supposed to start a new world if you install addons or something? (Sorry if the answer is obvious, I can be a bit slow). Any feedback from anyone would be greatly appreciated, thanks.
This is not a typical requirement for installing this mod, I am afraid. I have added it to a modpack multiple times without trouble and I only had to change the config setting for the golem bell.
Clicking "no" in this case, would be safe. It shouldn't alter any files and you should be sent back to the main menu.
I agree that the "yes" and "no" buttons make no sense in this situation. They should be called "continue" and "cancel"
I think that you'll find that if you do press "yes", you will crash during world-load. Could you share the crash report for that? (Of course secure your backups and backup your current save first.)
Alright thank you, did that, here's the log
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 9/22/17 7:24 PM
Description: Ticking player
java.lang.NullPointerException: Ticking player
at com.rikmuld.corerm.core.CoreUtils$InventoryUtils$$anonfun$containsItem$2.apply(Utils.scala:190)
at com.rikmuld.corerm.core.CoreUtils$InventoryUtils$$anonfun$containsItem$2.apply(Utils.scala:190)
at scala.collection.Iterator$class.find(Iterator.scala:796)
at scala.collection.AbstractIterator.find(Iterator.scala:1174)
at scala.collection.IterableLike$class.find(IterableLike.scala:79)
at scala.collection.AbstractIterable.find(Iterable.scala:54)
at com.rikmuld.corerm.core.CoreUtils$InventoryUtils.containsItem(Utils.scala:190)
at com.rikmuld.camping.core.Utils$CampingUtils.hasLantarn(Utils.scala:73)
at com.rikmuld.camping.core.Events.onPlayerTick(Events.scala:156)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_612_Events_onPlayerTick_PlayerTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:345)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.rikmuld.corerm.core.CoreUtils$InventoryUtils$$anonfun$containsItem$2.apply(Utils.scala:190)
at com.rikmuld.corerm.core.CoreUtils$InventoryUtils$$anonfun$containsItem$2.apply(Utils.scala:190)
at scala.collection.Iterator$class.find(Iterator.scala:796)
at scala.collection.AbstractIterator.find(Iterator.scala:1174)
at scala.collection.IterableLike$class.find(IterableLike.scala:79)
at scala.collection.AbstractIterable.find(Iterable.scala:54)
at com.rikmuld.corerm.core.CoreUtils$InventoryUtils.containsItem(Utils.scala:190)
at com.rikmuld.camping.core.Utils$CampingUtils.hasLantarn(Utils.scala:73)
at com.rikmuld.camping.core.Events.onPlayerTick(Events.scala:156)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_612_Events_onPlayerTick_PlayerTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:345)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(Unknown Source)
-- Player being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 979
Entity Name: GalaxyDash
Entity's Exact location: 1196.74, 103.50, 691.85
Entity's Block location: World: (1196,103,691), Chunk: (at 12,6,3 in 74,43; contains blocks 1184,0,688 to 1199,255,703), Region: (2,1; contains chunks 64,32 to 95,63, blocks 1024,0,512 to 1535,255,1023)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@3084614b
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Thank you. From that, it's rather easy to see that it is com.rikmuld.corerm that is crashing you right now.
I recommend restoring your backup (keep the backup, though), removing the Corerm mod and all mods that depend upon it and trying again.
After you've done so, please report back with any observations and possible crash logs. (even if you are completely content with the result)
This time Forge will probably ask you about missing blocks. Click the yes button if it does so.
I hope to hear from you soon.
*gasp!* it has worked! sorry for the late reply but oh my goodness thank you so much, ill post again here or just message you directly if i have any further issues about this, so far so good though!
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.
Alright I just wanted to get that out of the way first. I'll have to take a look at the code once I finish going through this tutorial series I've been watching.
Is this the raw decompiled code or does it involve any bug fixes? Will golemancer's bell work? Could you release a version that add's golemancer's bell as a separate item?
Sorry to be a pain, but I can't figure out how to use this. Where do I place the folders? All I ever do is drop .jar files into my mod folder.
You don't do any of those things. The github is the decompiled code, not a mod. Unless you're a modder, you don't need it.
A bit of reading the last few pages would have given you the correct link.
im going to say no until further notice, at least nothing official from theKentington, author has been mia for a long time now.its been 2 years since a post from them
"Who am I, you may wonder?
I am someone you know very well.
For I am every man you meet
and I am every woman you meet."
Here is my possible bell fix I released in may, http://hoborific.com/thaumichorizons_hoboedit-1.1.9.7_fix2
It will download as a zip but the jar is inside so uncompress it before placing in the mods folder.
Also updated GitHub with the few changes I made, some of the function names may be obfuscated names but that's just to compile it you can swap them back
Oh nice, I didn't think Thaumic Horizons would be getting anymore bug fixes or updates. Does this fix the Injector losing its name and enchantments after reloading, by any chance?
Thaumic horizion is not receiving updates or bug fixes at the current time. ive mentioned the fact that the creator has still been mia in the last few posts. hoborific's edits are unofficial. they are modifications of an addon to a modification.
"Who am I, you may wonder?
I am someone you know very well.
For I am every man you meet
and I am every woman you meet."
Hi, I'm going to be adding your mod to a modpack I'm currently working on. I'll link it back here once I publicly release it later this week. Thanks!
Pengu's Lost Thaumaturgy is adding back a lot of what made Thaumcraft 2 great. Maybe a version of this could become an add-on for it? Apengu said that he already has an API for and will add more later. It's currently in 1.11.2, but will be in 1.12+ soon. Some things would have to be rebalanced since the second generation of Thaumcraft was so different.
If regular is Vanilla then what flavor is your Minecraft?
does the unofficial bugfix builds fix the seroconverter crash?
Well here's a quick update: Pengu's Lost Thaumaturgy is now in 1.12+ and even already has a 1.11.2 add-on. That was fast. Did someone read my mind or something?
If regular is Vanilla then what flavor is your Minecraft?
ok so the hoborific thing doesn't fix the seroconverter. could you fix that bug next?
So I have a question. Basically whenever I install this addon and attempt to load my world, it gives me this screen:
I havent pressed either option because I'm terrified of losing/messing up my world (even though I have like 5 different backup saves). I just end task through the task manager. I've also noticed this message pops up when I try to add other addons for other mods as well.
Is there any solution to this? Are you supposed to start a new world if you install addons or something? (Sorry if the answer is obvious, I can be a bit slow). Any feedback from anyone would be greatly appreciated, thanks.
GalaxyDash♥
Alright thank you, did that, here's the log
---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 9/22/17 7:24 PM
Description: Ticking player
java.lang.NullPointerException: Ticking player
at com.rikmuld.corerm.core.CoreUtils$InventoryUtils$$anonfun$containsItem$2.apply(Utils.scala:190)
at com.rikmuld.corerm.core.CoreUtils$InventoryUtils$$anonfun$containsItem$2.apply(Utils.scala:190)
at scala.collection.Iterator$class.find(Iterator.scala:796)
at scala.collection.AbstractIterator.find(Iterator.scala:1174)
at scala.collection.IterableLike$class.find(IterableLike.scala:79)
at scala.collection.AbstractIterable.find(Iterable.scala:54)
at com.rikmuld.corerm.core.CoreUtils$InventoryUtils.containsItem(Utils.scala:190)
at com.rikmuld.camping.core.Utils$CampingUtils.hasLantarn(Utils.scala:73)
at com.rikmuld.camping.core.Events.onPlayerTick(Events.scala:156)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_612_Events_onPlayerTick_PlayerTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:345)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(Unknown Source)
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.rikmuld.corerm.core.CoreUtils$InventoryUtils$$anonfun$containsItem$2.apply(Utils.scala:190)
at com.rikmuld.corerm.core.CoreUtils$InventoryUtils$$anonfun$containsItem$2.apply(Utils.scala:190)
at scala.collection.Iterator$class.find(Iterator.scala:796)
at scala.collection.AbstractIterator.find(Iterator.scala:1174)
at scala.collection.IterableLike$class.find(IterableLike.scala:79)
at scala.collection.AbstractIterable.find(Iterable.scala:54)
at com.rikmuld.corerm.core.CoreUtils$InventoryUtils.containsItem(Utils.scala:190)
at com.rikmuld.camping.core.Utils$CampingUtils.hasLantarn(Utils.scala:73)
at com.rikmuld.camping.core.Events.onPlayerTick(Events.scala:156)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_612_Events_onPlayerTick_PlayerTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:345)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(Unknown Source)
-- Player being ticked --
Details:
Entity Type: null (net.minecraft.entity.player.EntityPlayerMP)
Entity ID: 979
Entity Name: GalaxyDash
Entity's Exact location: 1196.74, 103.50, 691.85
Entity's Block location: World: (1196,103,691), Chunk: (at 12,6,3 in 74,43; contains blocks 1184,0,688 to 1199,255,703), Region: (2,1; contains chunks 64,32 to 95,63, blocks 1024,0,512 to 1535,255,1023)
Entity's Momentum: 0.00, -0.08, 0.00
Stacktrace:
at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:295)
at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:303)
at net.minecraft.network.play.client.C03PacketPlayer.func_148833_a(SourceFile:137)
at net.minecraft.network.play.client.C03PacketPlayer$C06PacketPlayerPosLook.func_148833_a(SourceFile:20)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Ticking connection --
Details:
Connection: net.minecraft.network.NetworkManager@3084614b
Stacktrace:
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1575121808 bytes (1502 MB) / 3962830848 bytes (3779 MB) up to 12871532544 bytes (12275 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 44, tcache: 0, allocated: 13, tallocated: 96
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1566 Optifine OptiFine_1.7.10_HD_U_D6 123 mods loaded, 123 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.1566-1.7.10.jar)
UCHIJAAAA Forge{10.13.4.1566} [Minecraft Forge] (forge-1.7.10-10.13.4.1566-1.7.10.jar)
UCHIJAAAA AM2-Preloader{0.0.3} [AMCore] (minecraft.jar)
UCHIJAAAA AppleMilkCore{1.1.0} [AppleMilkCore] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-universal.jar)
UCHIJAAAA PotionExtensionCore{1.7.10-1.1.0} [PotionExtensionCore] (minecraft.jar)
UCHIJAAAA OpenModsCore{0.10} [OpenModsCore] (minecraft.jar)
UCHIJAAAA mod_ThreadedLighting{1.7.10-1.0} [Threaded Lighting] (minecraft.jar)
UCHIJAAAA gilded-games-util{1.7.10-1.2} [Gilded Games Utility] (gilded-games-util-1.7.10-1.9.jar)
UCHIJAAAA mod_ecru_MapleTree{1.1.33i} [MapleTree] (%5B1.7.10%5DMapleTree Forge v1.1.33i.jar)
UCHIJAAAA SC0_SpaceCore{0.7.14} [SpaceCore] (1.7.10-SpaceCore-0.7.14.jar)
UCHIJAAAA SC0_BiomeWand{1.1.9} [Biome Wand] (1.7.10-Biome-Wand-1.1.9.jar)
UCHIJAAAA battlegear2{1.7.10} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.8.3.jar)
UCHIJAAAA AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar)
UCHIJAAAA arsmagica2{1.4.0.009} [Ars Magica 2] (1.7.10_AM2-1.4.0.009.jar)
UCHIJAAAA DCsAppleMilk{1.7.10_2.9n} [Apple&Milk&Tea!] (AppleMilkTea2-1.7.10_2.9n.jar)
UCHIJAAAA AMTAddonJP{1.7.10_1.4g} [AddonforAMT-JP] (AddonforAMT-JP-1.7.10_1.4h.jar)
UCHIJAAAA aether{1.7.10-1.6} [Aether II] (aether-1.7.10-1.6.jar)
UCHIJAAAA animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.7.10.jar)
UCHIJAAAA DCsNEIPluginAMT{1.7.10_1.0a} [NEIPluginForAMT] (AppleMilkTea2-1.7.10_2.9n.jar)
UCHIJAAAA Aquaculture{1.2.6} [Aquaculture] (Aquaculture-1.7.10-1.2.6.21.jar)
UCHIJAAAA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJAAAA Artifacts{1.1.3} [Artifacts] (Artifacts-1.1.3.jar)
UCHIJAAAA Backpack{2.0.0} [Backpack] (Backpacks-Mod.jar)
UCHIJAAAA BetterFoliage{2.0.14} [Better Foliage] (BetterFoliage-MC1.7.10-2.0.14.jar)
UCHIJAAAA BiblioCraft{1.11.5} [BiblioCraft] (BiblioCraft[v1.11.5][MC1.7.10].jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA Natura{2.2.0} [Natura] (Natura-Mod-1.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 ExtrabiomesXL{3.16.4} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.4.jar)
UCHIJAAAA BiblioWoodsEBXL{1.4} [BiblioWoods ExtraBiomesXL Edition] (BiblioWoods[ExtraBiomesXL][v1.4].jar)
UCHIJAAAA BiblioWoodsNatura{1.5} [BiblioWoods Natura Edition] (BiblioWoods[Natura][v1.5].jar)
UCHIJAAAA bigtrees{1.7.2b} [The BigTrees Mod] (BigTrees-172b-forge1060.jar)
UCHIJAAAA blur{MC1.7.10-1.0.1-2} [Blur] (Blur-Mod-1.7.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 butterflymania{1.3.2} [Butterfly Mania] (butterflymania-1.7.10-1.3.2.jar)
UCHIJAAAA candycraftmod{Beta 1.3} [CandyCraft] (CandyCraft-1.3.jar)
UCHIJAAAA Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
UCHIJAAAA TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar)
UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCHIJAAAA CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar)
UCHIJAAAA cfm{3.4.8} [§9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar)
UCHIJAAAA ChestTransporter{2.0.6} [Chest Transporter] (ChestTransporter-1.7.10-2.0.6.jar)
UCHIJAAAA DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHIJAAAA davincing{1710.1.8} [DaVincing] (DaVincing-1710.1.8.jar)
UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.7.10.jar)
UCHIJAAAA props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.7.10.jar)
UCHIJAAAA doggytalents{v1.9.0h} [Doggy Talents] (Doggy-Talents-Mod-1.7.10.jar)
UCHIJAAAA doggystyle{1.1.3.99} [Doggy Style] (DoggyStyle-1.1.3.99.jar)
UCHIJAAAA DragonMounts{r39} [Dragon Mounts] (Dragon-Mounts-Mod-1.7.10.jar)
UCHIJAAAA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCHIJAAAA eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar)
UCHIJAAAA etfuturum{1.5.5} [Et Futurum] (Et Futurum-1.5.5.jar)
UCHIJAAAA exoticbirds{1.0} [Exotic Birds] (Exotic Birds 1.7.10 - 1.0.3b.jar)
UCHIJAAAA ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar)
UCHIJAAAA fairylights{1.4.0} [Fairy Lights] (fairylights-1.4.0-1.7.10.jar)
UCHIJAAAA fairymod{0.5} [Fairy Mod] (fairymod-0.5-1.7.10.jar)
UCHIJAAAA flowercraftmod{1.9} [Flowercraft] (Flowercraftmod 1.8 - 1.7.10 Forge.jar)
UCHIJAAAA llibrary{1.5.1} [LLibrary] (LLibrary-1.7.10.jar)
UCHIJAAAA fossil{7.3.2} [Fossils and Archeology Revival] (fossilsarcheology-7.3.2.jar)
UCHIJAAAA GardenContainers{1.7.10-1.7.0} [Garden Containers] (GardenStuff-1.7.10-1.7.0.jar)
UCHIJAAAA GardenCore{1.7.10-1.7.0} [Garden Core] (GardenStuff-1.7.10-1.7.0.jar)
UCHIJAAAA GardenStuff{1.7.10-1.7.0} [Garden Stuff] (GardenStuff-1.7.10-1.7.0.jar)
UCHIJAAAA GardenTrees{1.7.10-1.7.0} [Garden Trees] (GardenStuff-1.7.10-1.7.0.jar)
UCHIJAAAA heart{2.0.1} [Heart Health] (Gods-Sacred-Items-Mod-1.7.10.jar)
UCHIJAAAA GrimoireOfGaia{1.0.0} [Grimoire of Gaia 3] (GrimoireOfGaia3-1.7.10-1.2.7.jar)
UCHIJAAAA hamsterrific{0.2.0} [Hamsterrific] (Hamsterrific-0.2.0.jar.zip)
UCHIJAAAA HardcoreEnderExpansion{1.8.6} [Hardcore Ender Expansion] (HardcoreEnderExpansion MC-1.7.10 v1.8.6.jar)
UCHIJAAAA iChunUtil{4.0.0} [iChunUtil] (iChun-Util-Mod-1.7.10.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.2.5} [Headcrumbs] (Headcrumbs-Mod-1.7.10.jar)
UCHIJAAAA inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (Inventory-Tweaks-Mod-1.7.10.jar)
UCHIJAAAA InvisibLights{2.3-7} [InvisibLights] (InvisibLights-2.3-7.jar)
UCHIJAAAA jurassicraft{1.5.0} [JurassiCraft] (JurassiCraft-1.4.0.jar)
UCHIJAAAA lootbags{2.0.17} [Loot Bags] (LootBags-1.7.10-2.0.17.jar)
UCHIJAAAA LostBooks{1.2.2} [Lost Books] (LostBooks-1.7.10-1.2.2.jar)
UCHIJAAAA malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCHIJAAAA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCHIJAAAA mochickens{1.6.2} [Mo Chickens] (MoChickens-1.7.10-1.6.2.jar)
UCHIJAAAA MultiPageChest{1.3.4} [Multi Page Chest] (MultiPageChest-1.3.4-MC1.7.10.jar)
UCHIJAAAA mwaw{1.7.10-0.0.7} [Elemental Witch Mod] (mwaw-0.0.7-1.7.10.jar)
UCHIJAAAA Mystcraft{0.12.3.04} [Mystcraft] (mystcraft-1.7.10-0.12.3.04.jar)
UCHIJAAAA recipehandler{1.7.10} [NoMoreRecipeConflict] (No-More-Recipe-Conflict-Mod-1.7.10.jar)
UCHIJAAAA NotEnoughWands{1.2.3} [Not Enough Wands] (notenoughwands-1.2.3.jar)
UCHIJAAAA NyankoMod{1.2.3} [NyankoMod] (NyankoMod_1.7.10_1.2.3.jar)
UCHIJAAAA obscore{1.4.1} [ObsCore] (obscore-1.4.1_mc1.7.10.jar)
UCHIJAAAA obstrophiesaoa{1.6.0} [ObsTrophies] (obstrophies-1.6.0_mc1.7.10.jar)
UCHIJAAAA Oceancraft{1.4.1} [Oceancraft] (OceanCraft-Mod-1.7.10.jar)
UCHIJAAAA OpenMods{0.10} [OpenMods] (OpenModsLib-1.7.10-0.10.jar)
UCHIJAAAA OpenBlocks{1.6} [OpenBlocks] (OpenBlocks-1.7.10-1.6.jar)
UCHIJAAAA harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.7.10Lb.jar)
UCHIJAAAA temperateplants{1.7.2b} [Pam's Temperate Plants] (Pam's Temperate Plants 1.7.2b.zip)
UCHIJAAAA weeeflowers{1.7.2b} [Pam's Weee! Flowers] (Pam's WeeeFlowers 1.7.2b.zip)
UCHIJAAAA pedalo{1.0} [Pedalo Mod] (Pedalo Mod-1.0.2.jar)
UCHIJAAAA PetBat{1.3.8} [Pet Bat] (PetBat-1.7.10.jar)
UCHIJAAAA plantmegapack{4.33} [Plant Mega Pack] (Plant-Mega-Pack-Mod-1.7.10.jar)
UCHIJAAAA primitivemobs{1.0} [Primitive Mobs] (primitivemobs-1.0c-1.7.10.jar)
UCHIJAAAA ProjectZulu|Core{1.7.10-1.4c2} [Project Zulu] (ProjectZulu-1.7.10-1.4c2.jar)
UCHIJAAAA ReiMinimap{1.7.10} [Rei's Minimap] (Reis-Minimap-Mod-1.7.10.jar)
UCHIJAAAA reptilemod{1.7.10} [Reptile Mod] (Reptile-Mod-1.7.10.jar)
UCHIJAAAA corerm{1.0c} [RikMuld's Core] (RikMuldsCore_1.0c.jar)
UCHIJAAAA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimeVoid-Library-1.7.10.jar)
UCHIJAAAA stacywolves{1.0.7-1.7.10} [Stacy's Wolves Mod] (Stacy'sWolvesMod-1.7.10-1.0.12a.jar)
UCHIJAAAA StorageDrawers{1.7.10-1.10.6} [Storage Drawers] (StorageDrawers-1.7.10-1.10.6.jar)
UCHIJAAAA StorageDrawersMisc{1.7.10-1.1.2} [Storage Drawers: Misc Pack] (StorageDrawers-Misc-1.7.10-1.1.2.jar)
UCHIJAAAA StuffedAnimals{1.7.10v1} [Stuffed Animals] (Stuffed Animals-1.7.10v1.jar)
UCHIJAAAA ThaumicHorizons{1.1.9} [Thaumic Horizons] (thaumichorizons-1.7.10-1.1.9.jar)
UCHIJAAAA thebetweenlands{1.0.6-alpha} [The Betweenlands] (TheBetweenlands-1.0.6-alpha-universal.jar)
UCHIJAAAA camping{2.1g} [The Camping Mod 2] (TheCampingMod_2.1g.jar)
UCHIJAAAA tc{4.3.2_009} [Traincraft] (Traincraft-4.3.2_009.jar)
UCHIJAAAA bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] (Tree-Capitator-Mod-1.7.10.jar)
UCHIJAAAA Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
UCHIJAAAA wallpaper{0.9} [Wallpaper] (wallpaper-0.9-1.7.10.jar)
UCHIJAAAA waystones{1.0.4} [Waystones] (Waystones-mc1.7.10-1.0.4.jar)
UCHIJAAAA wildcaves3{1.7.10} [Wild Caves 3] (Wild-Caves-Mod-1.7.10.jar)
UCHIJAAAA wildmobsmod{1.2} [Wild Mobs Mod] (WildMobsMod-1.7.10-1.3.1.jar)
UCHIJAAAA witchery{0.24.1} [Witchery] (witchery-1.7.10-0.24.1.jar)
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[player_damage_hook:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
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.
Stencil buffer state: Function set: GL30, pool: internal, bits: 8
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 1 / 8; [EntityPlayerMP['GalaxyDash'/979, l='Stellar', x=1196.74, y=103.50, z=691.85]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.7.10_HD_U_D6
Render Distance Chunks: 8
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.5.0 NVIDIA 382.05
OpenGlRenderer: GeForce GTX 960M/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
GalaxyDash♥
*gasp!* it has worked! sorry for the late reply but oh my goodness thank you so much, ill post again here or just message you directly if i have any further issues about this, so far so good though!
GalaxyDash♥
Whatever happened to OP? I don't remember, did he quit or did he pull an Emnioph?
Hey mate, can I get a bit more detail behind the servo issues? as much detail as possible is welcome, spare no detail regardless of how basic.
I am not sure how to reproduce the crash with the seroconverter gui
edit: my mod list for comparison https://pastebin.com/FTJ03B6M
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.