Working on adding 2 mods to the SAO modpack to add a touch of magic to it as well using AM2 and elemental witches but even after fixing enchantment id's for an hour or so I've been given this crash-log
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 8/28/16 5:57 PM
Description: Initializing game
java.lang.ArrayIndexOutOfBoundsException: 287
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:51)
at mariculture.magic.enchantments.EnchantmentJewelry.<init>(EnchantmentJewelry.java:16)
at mariculture.magic.enchantments.EnchantmentSpider.<init>(EnchantmentSpider.java:15)
at mariculture.magic.Magic.registerEnchants(Magic.java:168)
at mariculture.magic.Magic.registerOther(Magic.java:140)
at mariculture.core.lib.Modules$RegistrationModule.preInit(Modules.java:79)
at mariculture.Mariculture.preInit(Mariculture.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:51)
at mariculture.magic.enchantments.EnchantmentJewelry.<init>(EnchantmentJewelry.java:16)
at mariculture.magic.enchantments.EnchantmentSpider.<init>(EnchantmentSpider.java:15)
at mariculture.magic.Magic.registerEnchants(Magic.java:168)
at mariculture.magic.Magic.registerOther(Magic.java:140)
at mariculture.core.lib.Modules$RegistrationModule.preInit(Modules.java:79)
at mariculture.Mariculture.preInit(Mariculture.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
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)
Next question is there a way to update forge in a TechnicLauncher mod pack. For another mod I want to add to it I need a newer version of forge to run it and I am not sure how to do that manually.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Working on adding 2 mods to the SAO modpack to add a touch of magic to it as well using AM2 and elemental witches but even after fixing enchantment id's for an hour or so I've been given this crash-log
---- Minecraft Crash Report ----
// On the bright side, I bought you a teddy bear!
Time: 8/28/16 5:57 PM
Description: Initializing game
java.lang.ArrayIndexOutOfBoundsException: 287
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:51)
at mariculture.magic.enchantments.EnchantmentJewelry.<init>(EnchantmentJewelry.java:16)
at mariculture.magic.enchantments.EnchantmentSpider.<init>(EnchantmentSpider.java:15)
at mariculture.magic.Magic.registerEnchants(Magic.java:168)
at mariculture.magic.Magic.registerOther(Magic.java:140)
at mariculture.core.lib.Modules$RegistrationModule.preInit(Modules.java:79)
at mariculture.Mariculture.preInit(Mariculture.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
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)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.enchantment.Enchantment.<init>(Enchantment.java:51)
at mariculture.magic.enchantments.EnchantmentJewelry.<init>(EnchantmentJewelry.java:16)
at mariculture.magic.enchantments.EnchantmentSpider.<init>(EnchantmentSpider.java:15)
at mariculture.magic.Magic.registerEnchants(Magic.java:168)
at mariculture.magic.Magic.registerOther(Magic.java:140)
at mariculture.core.lib.Modules$RegistrationModule.preInit(Modules.java:79)
at mariculture.Mariculture.preInit(Mariculture.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_101, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 3820236176 bytes (3643 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx4096m -XX:+UseG1GC -XX:MaxGCPauseMillis=4
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.85.1235 Minecraft Forge 10.13.2.1235 99 mods loaded, 99 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{7.10.85.1235} [Forge Mod Loader] (modpack.jar) Unloaded->Constructed->Pre-initialized
Forge{10.13.2.1235} [Minecraft Forge] (modpack.jar) Unloaded->Constructed->Pre-initialized
AM2-Preloader{0.0.2} [AMCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.2.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
AKInternalCore{1.0.1} [AKInternalCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
MCVanillaTweaks{1.0} [Mariculture - Vanilla Tweaks] (minecraft.jar) Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.2.15} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.2.15-universal (2).jar) Unloaded->Constructed->Pre-initialized
PotionExtensionCore{1.0.1} [PotionExtensionCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
malisiscore{1.7.10-0.9.9} [Malisis Core] (malisiscore-1.7.10-0.9.9.jar) Unloaded->Constructed->Pre-initialized
FamiliarsAPI{1.7.10} [Familiars API] (FamiliarsAPI-1.7.10.jar) Unloaded->Constructed->Pre-initialized
dynamicswordskills{1.6.1} [Dynamic Sword Skills] (1.7.10-dynamicswordskills-1.6.1.jar) Unloaded->Constructed->Pre-initialized
battlegear2{1.0.6.2} [Mine & Blade Battlegear 2 - Bullseye] (1.7.10-MB_Battlegear2-Bullseye-1.0.6.2.jar) Unloaded->Constructed->Pre-initialized
AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) Unloaded->Constructed->Pre-initialized
arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar) Unloaded->Constructed->Pre-initialized
walljump{1.2} [WallJump] ([1.7.10] [Forge] Wall Jump 1.2.1b by NukeDuck (2).zip) Unloaded->Constructed->Pre-initialized
SC0_SpaceCore{0.7.11} [SpaceCore] ([1.7.10] SpaceCore 0.7.11.jar) Unloaded->Constructed->Pre-initialized
SC0_Wings{1.2.6} [Survival Wings] ([1.7.10] Survival Wings 1.2.6.jar) Unloaded->Constructed->Pre-initialized
SC0_UsefulPets{1.2.4} [Useful Pets] ([1.7.10] Useful Pets 1.2.4.jar) Unloaded->Constructed->Pre-initialized
DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0.jar) Unloaded->Constructed->Pre-initialized
SC0_EverlastingTools{1.0.3} [Everlasting Tools] ([1.7.2] Everlasting Tools 1.0.3.zip) Unloaded->Constructed->Pre-initialized
antiqueatlas{4.0.1a-1.7.10} [Antique Atlas] (antiqueatlas-4.0.1a-1.7.10.jar) Unloaded->Constructed->Pre-initialized
AppleCore{1.0.1} [AppleCore] (AppleCore-mc1.7.10-1.0.1.jar) Unloaded->Constructed->Pre-initialized
Baubles{1.0.1.8} [Baubles] (Baubles-1.7.10-1.0.1.8 (1).jar) Unloaded->Constructed->Pre-initialized
Artifacts{1.0.6} [Artifacts] (Artifacts-1.0.6.jar) Unloaded->Constructed->Pre-initialized
Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x (1).jar) Unloaded->Constructed->Pre-initialized
BattleTowers{1.5.1} [Battle Towers] (BattleTowers-1.7.10.jar) Unloaded->Constructed->Pre-initialized
BuildMod{v1.0} [Build Mod] (CoroUtil-1.1.jar) Unloaded->Constructed->Pre-initialized
CoroAI{v1.0} [CoroAI] (CoroUtil-1.1.jar) Unloaded->Constructed->Pre-initialized
ExtendedRenderer{v1.0} [Extended Renderer] (CoroUtil-1.1.jar) Unloaded->Constructed->Pre-initialized
ConfigMod{v1.0} [Extended Mod Config] (CoroUtil-1.1.jar) Unloaded->Constructed->Pre-initialized
CraftHeraldry{1.1.3} [CraftHeraldry] (CraftHeraldry 1.1.3.jar) Unloaded->Constructed->Pre-initialized
custom_sword{1.7.2} [Custom Sword By Kelco_K22] (custom_sword_1.7.2_V0.9.jar) Unloaded->Constructed->Pre-initialized
customnpcs{1.7.10b} [CustomNpcs] (CustomNPCs_1.7.10b.jar) Unloaded->Constructed->Pre-initialized
dungeonpack{1.7.10-1.0} [Dungeon Pack] (dungeonpack-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized
EnchantChanger{1.8} [EnchantChanger] (EnchantChanger-1.8-test11.jar) Unloaded->Constructed->Pre-initialized
eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-d.jar) Unloaded->Constructed->Pre-initialized
thebombzenapi{2.4.1} [ThebombzenAPI] (ThebombzenAPI-v2.4.1-mc1.7.2.jar) Unloaded->Constructed->Pre-initialized
enchantview{4.0.4} [EnchantView] (EnchantView-v4.0.4-mc1.7.10 (1).jar) Unloaded->Constructed->Pre-initialized
Enchiridion{1.1} [Enchiridion] (Enchiridion-1.7.X-1.2b.jar) Unloaded->Constructed->Pre-initialized
DefaultMobPack{1.7.10} [DefaultMobPack] (FamiliarsDefaultMobPack-1.7.10.jar) Unloaded->Constructed->Pre-initialized
ExtendedFamPack{1.7.10} [ExtendedFamPack] (FamiliarsExtendedFamPack-1.7.10.jar) Unloaded->Constructed->Pre-initialized
FoodPlus{3.2rS} [§bFood Plus] (FoodPlus-1.7.2-3.2rS.jar) Unloaded->Constructed->Pre-initialized
saomod{V 1.0 ALPHA} [SAO Laser Swords Mod] (GGO-LaserSwordsMod1.7.10.jar) Unloaded->Constructed->Pre-initialized
gvc{0.4.0} [Gliby's Voice Chat Mod] (GlibysVC-1710_040 (1).jar) Unloaded->Constructed->Pre-initialized
gokiStats{1.0.0} [gokiStats] (gokiStats-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized
iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar) Unloaded->Constructed->Pre-initialized
Hats{4.0.1} [Hats] (Hats-4.0.1.jar) Unloaded->Constructed->Pre-initialized
HardcoreQuesting{The Journey (4.2.1)} [Hardcore Questing Mode] (HQM-The Journey (4.2.1).jar) Unloaded->Constructed->Pre-initialized
IguanaTweaks{1.7.10-Beta-19} [Iguana Tweaks] (IguanaTweaks-1.7.10-Beta-19.jar) Unloaded->Constructed->Pre-initialized
InfernalMobs{1.5.9} [Infernal Mobs] (InfernalMobs-1.7.10.jar) Unloaded->Constructed->Pre-initialized
ItFellFromTheSky{4.0.0} [ItFellFromTheSky] (ItFellFromTheSky-4.0.0.jar) Unloaded->Constructed->Pre-initialized
kwastiadvertising{1.0.1} [Kwasti Advertising] (KwastiAdvertising-1.7.10-1.0.1.jar) Unloaded->Constructed->Pre-initialized
LLadders{0.4.0} [Luppii's Ladders] (Ladders-0.4.0-MC1.7.10 (1).jar) Unloaded->Constructed->Pre-initialized
LinkedChest{1.0.0} [Linked Chest] (LinkedChest-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized
Lockdown{2.0.0} [Lockdown] (Lockdown-universal-1.7.2-2.0.0.0.jar) Unloaded->Constructed->Pre-initialized
lycanitesmobs{1.10.3.1 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.10.3.1 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
arcticmobs{1.10.3.1 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.10.3.1 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
demonmobs{1.10.3.1 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.10.3.1 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
desertmobs{1.10.3.1 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.10.3.1 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
forestmobs{1.10.3.1 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.10.3.1 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
freshwatermobs{1.10.3.1 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.10.3.1 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
infernomobs{1.10.3.1 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.10.3.1 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
junglemobs{1.10.3.1 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.10.3.1 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
mountainmobs{1.10.3.1 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.10.3.1 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
plainsmobs{1.10.3.1 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.10.3.1 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
saltwatermobs{1.10.3.1 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.10.3.1 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
shadowmobs{1.10.3.1 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.10.3.1 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
swampmobs{1.10.3.1 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.10.3.1 [1.7.10].jar) Unloaded->Constructed->Pre-initialized
malisisdoors{1.7.10-1.2.1} [Malisis' Doors] (malisisdoors-1.7.10-1.2.1.jar) Unloaded->Constructed->Pre-initialized
Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized
Mariculture{1.2.3d} [Mariculture] (Mariculture-1.7.10-1.2.3d (1).jar) Unloaded->Constructed->Errored
radixcore{1.3.4} [RadixCore] (RadixCore-1.7.10-1.3.4-universal.jar) Unloaded->Constructed->Pre-initialized
mca{4.1.5} [Minecraft Comes Alive] (MCA-1.7.10-4.1.5-universal.jar) Unloaded->Constructed->Pre-initialized
millenaire{6.0.0} [Millénaire] (millenaire-6.0.0.jar) Unloaded->Constructed->Pre-initialized
morehealth{5.5} [More Health Forge] (More Health Enhanced-1.7.2-5.5.zip) Unloaded->Constructed->Pre-initialized
MSM3{3.0.0d} [More Swords 3] (MSM-SNAP-3.0.0e-For-MC-1.7.10.jar) Unloaded->Constructed->Pre-initialized
NameWakander{172V6} [NameWakander] (NameWakander-172V6.jar) Unloaded->Constructed->Pre-initialized
Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar) Unloaded->Constructed->Pre-initialized
PerfectSpawn{1.1} [Perfect Spawn] (PerfectSpawn-1.1.jar) Unloaded->Constructed->Pre-initialized
prismarine{1.7.10-1.1} [Prismarine] (prismarine-1.1.jar) Unloaded->Constructed->Pre-initialized
libsandstone{1.0.0} [libsandstone] (LibSandstone-1.0.0.jar) Unloaded->Constructed->Pre-initialized
xreliquary{1.2} [Reliquary] (Reliquary-1.2.207.jar) Unloaded->Constructed->Pre-initialized
Roguelike{1.3.5} [Roguelike Dungeons] (roguelike-1.7.10-1.3.5.jar) Unloaded->Constructed->Pre-initialized
SAO UI{1.0} [Sword Art Online UI] (SAO_UI.1.1.jar) Unloaded->Constructed->Pre-initialized
SpiceOfLife{1.2.2} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.2.2.jar) Unloaded->Constructed->Pre-initialized
summoningtable{1.7.10-1.0} [Summoning Table] (SummoningTable-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized
SwordArtMinecraftMod{1.1.0} [SwordArtMinecraftMod] (Sword Art Minecraft Mod (v1.1) by NaibafLP.zip) Unloaded->Constructed->Pre-initialized
Sync{4.0.0} [Sync] (Sync-4.0.0.jar) Unloaded->Constructed->Pre-initialized
telepads{1.6.4 v5} [Teleportation Pads] (Telepads-1.7.2_1.7 (1).jar) Unloaded->Constructed->Pre-initialized
camping{2.1c} [The Camping Mod 2] (TheCampingMod_2.1c.jar) Unloaded->Constructed->Pre-initialized
TravellersGear{1.6} [Traveller's Gear] (TravellersGear-1.7.10-1.6.jar) Unloaded->Constructed->Pre-initialized
TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar) Unloaded->Constructed->Pre-initialized
AS_UpdateCheck{1.1.6} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar) Unloaded->Constructed->Pre-initialized
weaponmod{v1.14.3} [Balkon's WeaponMod] (weaponmod-1.14.3.jar) Unloaded->Constructed->Pre-initialized
weather2{v2.3.6} [weather2] (Weather-2.3.6.jar) Unloaded->Constructed->Pre-initialized
wildcaves3{0.4.3.6} [Wild Caves 3] (WildCaves3-0.4.3.6(1.7.2).jar) Unloaded->Constructed->Pre-initialized
xpStorageChest{1.0.0} [XP Storage Chest] (XPStorageChest-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized
craftingmanager{0.7.4} [Crafting Manager] (zCraftingManager 0.7.5 mc1.7.10.zip) Unloaded->Constructed->Pre-initialized
Mantle Environment: Environment healthy.
Launched Version: 1.7.10-Forge10.13.2.1235
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 7800 Series GL version 4.5.13447 Compatibility Profile Context 16.300.2311.0, ATI Technologies Inc.
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)
and I honestly cant find the problem in it. If someone could please assist with this I would greatly appreciate it!
Thank you so much not sure how I managed to miss that one XD
Next question is there a way to update forge in a TechnicLauncher mod pack. For another mod I want to add to it I need a newer version of forge to run it and I am not sure how to do that manually.