--— Minecraft Crash Report ——
// I just don't know what went wrong
Time: 07.09.18 18:20
Description: Initializing game
java.lang.ArrayIndexOutOfBoundsException: 10000000
at code.elix_x.coremods.antiidconflict.managers.PotionsManager.getPotionID(PotionsManager.java:184)
at code.elix_x.coremods.antiidconflict.core.AsmHooks.getPotionID(AsmHooks.java:13)
at net.minecraft.potion.Potion.<init>(Potion.java:67)
at enviromine.EnviroPotion.<init>(EnviroPotion.java:34)
at enviromine.EnviroPotion.RegisterPotions(EnviroPotion.java:43)
at enviromine.core.EnviroMine.init(EnviroMine.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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 code.elix_x.coremods.antiidconflict.managers.PotionsManager.getPotionID(PotionsManager.java:184)
at code.elix_x.coremods.antiidconflict.core.AsmHooks.getPotionID(AsmHooks.java:13)
at net.minecraft.potion.Potion.<init>(Potion.java:67)
at enviromine.EnviroPotion.<init>(EnviroPotion.java:34)
at enviromine.EnviroPotion.RegisterPotions(EnviroPotion.java:43)
at enviromine.core.EnviroMine.init(EnviroMine.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
— Initialization —
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
— System Details —
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 380361880 bytes (362 MB) / 4261412864 bytes (4064 MB) up to 10737418240 bytes (10240 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
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.1614 Optifine OptiFine_1.7.10_HD_U_D7 127 mods loaded, 127 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHI Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHI CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHI ivtoolkit{1.2.1} [IvToolkit] (minecraft.jar) (2863)} [Hbm's Nuclear Tech] (hbm1.0.27_BETA2863.jar)
UCHI voltzengine{1.11.0.461} [Voltz Engine] (VoltzEngine-1.7.10-1.11.0b461.jar)
UCHI icbm{2.15.5.514} [ICBM] (ICBM-1.7.10-2.15.5b514.jar)
UCHI InfernalMobs{1.6.0} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
UCHI ani_koto{v1.6} [Kingdoms of the Overworld Mod] (Kingdoms-of-The-Overworld-Mod-1.7.10.jar)
UCHI weather2{v2.3.11} [Localized Weather & Storms] (Localized-Weather-Stormfronts-Mod-1.7.10.jar)
UCHI lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI Magneticraft{0.6.0-final} [Magneticraft] (magneticraft_0.6.1_final.jar)
UCHI mo{0.4.2} [Matter Overdrive] (MatterOverdrive-1.7.10-0.4.2 (1).jar)
UCHI mcheli{1.0.4} [MC Helicopter] (mcheli)
UCHI Mekanism{9.1.1} [Mekanism] (Mekanism-Mod-Core-1.7.10.jar)
UCHI MekanismGenerators{9.1.1} [MekanismGenerators] (Mekanism-Mod-Generators-1.7.10.jar)
UCHI MekanismTools{9.1.1} [MekanismTools] (Mekanism-Mod-Tools-1.7.10.jar)
UCHI meteors{2.13.1} [Falling Meteors] (meteors-1.7.10-2.13.1.jar)
UCHI mineralogy{1.0} [Mineralogy] (Mineralogy-Mod-1.7.10.jar)
UCHI MobAmputation{4.0.0} [MobAmputation] (Mob-Amputation-Mod-1.7.10.jar)
UCHI MobDismemberment{4.0.0} [MobDismemberment] (MobDismemberment_1.7.10_4.0.0.jar)
UCHI numina{0.4.1.104} [Numina] (Numina-1.7.10-0.4.1.104.jar)
UCHI MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10.jar)
UCHI ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-Base-1.7.10.jar)
UCHI powersuits{1.7.10-0.11.1.113} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.7.10-0.11.1.113.jar)
UCHI newdawn{1710.1.0} [New Dawn] (New-Dawn-Mod-1.7.10.jar)
UCHI noshelter{2.1} [noshelter] (noshelter-2.1.jar)
UCHI openmodularturrets{2.2.10-237} [Open Modular Turrets] (OpenModularTurrets_1.7.10_2.2.10_237.jar)
UCHI PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
UCHI ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-Integration.jar)
UCHI ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-Mechanical.jar)
UCHI ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-Compat.jar)
UCHI ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-Integration.jar)
UCHI ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-Fabrication.jar)
UCHI ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-Lighting.jar)
UCHI ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-Mechanical.jar)
UCHI reccomplex{0.9.7.1} [Recurrent Complex] (RecurrentComplex_mc1.7.10_0.9.7.1.jar)
UCHI rivalrebels{1.7.10Z} [Rival Rebels] (rivalrebels-1.7.10Z.jar)
UCHI Roguelike{1.4.4} [Roguelike Dungeons] (roguelike-1.7.10-1.4.4.jar)
UCHI redgear_core{2.1.3} [Red Gear Core] (RedGearCore-1.7.10-2.1.3.jar)
UCHI redgear_snowfall{2.2.2} [Snowfall] (Snowfall-Mod-1.7.10.jar)
UCHI soundfilters{0.8_for_1.7.X} [Sound Filters] (Sound-Filters-Mod-1.7.10.jar)
UCHI streams{0.3.3} [Streams] (streams_1.7.10_0.3.3.jar)
UCHI superMassiveTech{MC1.7.10-0.4.0-alpha-114} [Super Massive Tech] (SuperMassiveTech.jar)
UCHI Sync{4.0.1} [Sync] (sync-4.0.1.jar)
UCHI Techguns{0.1.2_alphatest4} [Techguns] (Techguns.beta.1.2_alphatest4.jar)
UCHI tc{4.4.0_017} [Traincraft] (Traincraft-4.4.0_017.jar)
UCHI Trapcraft{v2.2.1a} [Trapcraft] (Trapcraft-Mod-1.7.10.zip)
UCHI voltzenginemodcompat{1.11.0.461} [Voltz Engine Mod Compatibility Loader] (VoltzEngine-1.7.10-1.11.0b461.jar)
UCHI voltzenginemodflag{1.11.0.461} [VoltzEngine mod protection, flag, and region system] (VoltzEngine-1.7.10-1.11.0b461.jar)
UCHI WallpaperCraft{1.7.10} [WallpaperCraft] (WallpaperCraft-1.7.10-1.03.jar)
UCHI WLM{1.3.3} [The Wasteland Mod] (Wasteland-mod-by-gimoe-1.7.10.jar)
UCHI ZAMod{v1.10} [Zombie Awareness] (zombieawareness-1.7.10-1.10.jar)
UCHI McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHI ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10.jar)
UCHI MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10.jar)
UCHI RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10.jar)
UCHI JustAnotherSpawner{0.17.8} [Just Another Spawner] (JustAnotherSpawner-0.17.8.jar)
UCHI ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 399.07' Renderer: 'GeForce GTX 980/PCIe/SSE2'
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: Found the following problem(s) with your installation:
* Optifine is installed. This is NOT supported.
* The RF API that is being used (1.7.10R1.0.10 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.2 from OpenModularTurrets_1.7.10_2.2.10_237.jar).
It is a supported version, but that difference may lead to problems.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 980/PCIe/SSE2 GL version 4.6.0 NVIDIA 399.07, 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.
the anti id conflict mod tries to set some potion effect's id to 10000000 which is way too high for the game to handle. if that's the result of a config option, you should change that to a more sane number (anything around 30 should work just fine)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
--— Minecraft Crash Report ——
// I just don't know what went wrong
Time: 07.09.18 18:20
Description: Initializing game
java.lang.ArrayIndexOutOfBoundsException: 10000000
at code.elix_x.coremods.antiidconflict.managers.PotionsManager.getPotionID(PotionsManager.java:184)
at code.elix_x.coremods.antiidconflict.core.AsmHooks.getPotionID(AsmHooks.java:13)
at net.minecraft.potion.Potion.<init>(Potion.java:67)
at enviromine.EnviroPotion.<init>(EnviroPotion.java:34)
at enviromine.EnviroPotion.RegisterPotions(EnviroPotion.java:43)
at enviromine.core.EnviroMine.init(EnviroMine.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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 code.elix_x.coremods.antiidconflict.managers.PotionsManager.getPotionID(PotionsManager.java:184)
at code.elix_x.coremods.antiidconflict.core.AsmHooks.getPotionID(AsmHooks.java:13)
at net.minecraft.potion.Potion.<init>(Potion.java:67)
at enviromine.EnviroPotion.<init>(EnviroPotion.java:34)
at enviromine.EnviroPotion.RegisterPotions(EnviroPotion.java:43)
at enviromine.core.EnviroMine.init(EnviroMine.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:119)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
— Initialization —
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
— System Details —
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 380361880 bytes (362 MB) / 4261412864 bytes (4064 MB) up to 10737418240 bytes (10240 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx10G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
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.1614 Optifine OptiFine_1.7.10_HD_U_D7 127 mods loaded, 127 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHI mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHI Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHI CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHI ivtoolkit{1.2.1} [IvToolkit] (minecraft.jar) (2863)} [Hbm's Nuclear Tech] (hbm1.0.27_BETA2863.jar)
UCHI voltzengine{1.11.0.461} [Voltz Engine] (VoltzEngine-1.7.10-1.11.0b461.jar)
UCHI icbm{2.15.5.514} [ICBM] (ICBM-1.7.10-2.15.5b514.jar)
UCHI InfernalMobs{1.6.0} [Infernal Mobs] (InfernalMobs-1.7.10.jar)
UCHI ani_koto{v1.6} [Kingdoms of the Overworld Mod] (Kingdoms-of-The-Overworld-Mod-1.7.10.jar)
UCHI weather2{v2.3.11} [Localized Weather & Storms] (Localized-Weather-Stormfronts-Mod-1.7.10.jar)
UCHI lycanitesmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI arcticmobs{1.13.0.5 - MC 1.7.10} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI demonmobs{1.13.0.5 - MC 1.7.10} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI desertmobs{1.13.0.5 - MC 1.7.10} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI forestmobs{1.13.0.5 - MC 1.7.10} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI freshwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Freshwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI infernomobs{1.13.0.5 - MC 1.7.10} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI junglemobs{1.13.0.5 - MC 1.7.10} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI mountainmobs{1.13.0.5 - MC 1.7.10} [Lycanites Mountain Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI plainsmobs{1.13.0.5 - MC 1.7.10} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI saltwatermobs{1.13.0.5 - MC 1.7.10} [Lycanites Saltwater Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI shadowmobs{1.13.0.5 - MC 1.7.10} [Lycanites Shadow Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI swampmobs{1.13.0.5 - MC 1.7.10} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.13.0.5 [1.7.10].jar)
UCHI Magneticraft{0.6.0-final} [Magneticraft] (magneticraft_0.6.1_final.jar)
UCHI mo{0.4.2} [Matter Overdrive] (MatterOverdrive-1.7.10-0.4.2 (1).jar)
UCHI mcheli{1.0.4} [MC Helicopter] (mcheli)
UCHI Mekanism{9.1.1} [Mekanism] (Mekanism-Mod-Core-1.7.10.jar)
UCHI MekanismGenerators{9.1.1} [MekanismGenerators] (Mekanism-Mod-Generators-1.7.10.jar)
UCHI MekanismTools{9.1.1} [MekanismTools] (Mekanism-Mod-Tools-1.7.10.jar)
UCHI meteors{2.13.1} [Falling Meteors] (meteors-1.7.10-2.13.1.jar)
UCHI mineralogy{1.0} [Mineralogy] (Mineralogy-Mod-1.7.10.jar)
UCHI MobAmputation{4.0.0} [MobAmputation] (Mob-Amputation-Mod-1.7.10.jar)
UCHI MobDismemberment{4.0.0} [MobDismemberment] (MobDismemberment_1.7.10_4.0.0.jar)
UCHI numina{0.4.1.104} [Numina] (Numina-1.7.10-0.4.1.104.jar)
UCHI MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10.jar)
UCHI ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-Base-1.7.10.jar)
UCHI powersuits{1.7.10-0.11.1.113} [MachineMuse's Modular Powersuits] (ModularPowersuits-1.7.10-0.11.1.113.jar)
UCHI newdawn{1710.1.0} [New Dawn] (New-Dawn-Mod-1.7.10.jar)
UCHI noshelter{2.1} [noshelter] (noshelter-2.1.jar)
UCHI openmodularturrets{2.2.10-237} [Open Modular Turrets] (OpenModularTurrets_1.7.10_2.2.10_237.jar)
UCHI PortalGun{4.0.0-beta-6} [PortalGun] (PortalGun-4.0.0-beta-6.jar)
UCHI ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-Integration.jar)
UCHI ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-Mechanical.jar)
UCHI ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-Compat.jar)
UCHI ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-Integration.jar)
UCHI ProjRed|Fabrication{4.7.0pre12.95} [ProjectRed Fabrication] (ProjectRed-1.7.10-Fabrication.jar)
UCHI ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-Lighting.jar)
UCHI ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-Mechanical.jar)
UCHI reccomplex{0.9.7.1} [Recurrent Complex] (RecurrentComplex_mc1.7.10_0.9.7.1.jar)
UCHI rivalrebels{1.7.10Z} [Rival Rebels] (rivalrebels-1.7.10Z.jar)
UCHI Roguelike{1.4.4} [Roguelike Dungeons] (roguelike-1.7.10-1.4.4.jar)
UCHI redgear_core{2.1.3} [Red Gear Core] (RedGearCore-1.7.10-2.1.3.jar)
UCHI redgear_snowfall{2.2.2} [Snowfall] (Snowfall-Mod-1.7.10.jar)
UCHI soundfilters{0.8_for_1.7.X} [Sound Filters] (Sound-Filters-Mod-1.7.10.jar)
UCHI streams{0.3.3} [Streams] (streams_1.7.10_0.3.3.jar)
UCHI superMassiveTech{MC1.7.10-0.4.0-alpha-114} [Super Massive Tech] (SuperMassiveTech.jar)
UCHI Sync{4.0.1} [Sync] (sync-4.0.1.jar)
UCHI Techguns{0.1.2_alphatest4} [Techguns] (Techguns.beta.1.2_alphatest4.jar)
UCHI tc{4.4.0_017} [Traincraft] (Traincraft-4.4.0_017.jar)
UCHI Trapcraft{v2.2.1a} [Trapcraft] (Trapcraft-Mod-1.7.10.zip)
UCHI voltzenginemodcompat{1.11.0.461} [Voltz Engine Mod Compatibility Loader] (VoltzEngine-1.7.10-1.11.0b461.jar)
UCHI voltzenginemodflag{1.11.0.461} [VoltzEngine mod protection, flag, and region system] (VoltzEngine-1.7.10-1.11.0b461.jar)
UCHI WallpaperCraft{1.7.10} [WallpaperCraft] (WallpaperCraft-1.7.10-1.03.jar)
UCHI WLM{1.3.3} [The Wasteland Mod] (Wasteland-mod-by-gimoe-1.7.10.jar)
UCHI ZAMod{v1.10} [Zombie Awareness] (zombieawareness-1.7.10-1.10.jar)
UCHI McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHI ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10.jar)
UCHI MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10.jar)
UCHI RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10.jar)
UCHI JustAnotherSpawner{0.17.8} [Just Another Spawner] (JustAnotherSpawner-0.17.8.jar)
UCHI ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 399.07' Renderer: 'GeForce GTX 980/PCIe/SSE2'
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
EnderIO: Found the following problem(s) with your installation:
* Optifine is installed. This is NOT supported.
* The RF API that is being used (1.7.10R1.0.10 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.2 from OpenModularTurrets_1.7.10_2.2.10_237.jar).
It is a supported version, but that difference may lead to problems.
This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: GeForce GTX 980/PCIe/SSE2 GL version 4.6.0 NVIDIA 399.07, 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)
OptiFine Version: OptiFine_1.7.10_HD_U_D7
Render Distance Chunks: 9
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 399.07
OpenGlRenderer: GeForce GTX 980/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 8
Not thread theme alert!!!
P.S.Can someone drop some mods adding Natural disasters for 1.7.10 and city generators?
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumthe anti id conflict mod tries to set some potion effect's id to 10000000 which is way too high for the game to handle. if that's the result of a config option, you should change that to a more sane number (anything around 30 should work just fine)