i try opening minecraft and it goes to the java screen. as soon as it finishes the entire game crashes. this began happining as soon as i got pixelmon. i have 64-bit ( i think) computer and windows ten. here is the crash report.
---- Minecraft Crash Report ----
// Oops.
Time: 7/2/16 4:56 PM
Description: Initializing game
java.lang.IllegalArgumentException: No such Biome named "JungleEdge M"
at com.pixelmonmod.pixelmon.WorldHelper.demandBiome(WorldHelper.java:77)
at com.pixelmonmod.pixelmon.structure.StructureData.parseGeneral(StructureData.java:113)
at com.pixelmonmod.pixelmon.structure.StructureData.init(StructureData.java:87)
at com.pixelmonmod.pixelmon.structure.StructureData.<init>(StructureData.java:69)
at com.pixelmonmod.pixelmon.structure.StructureRegistry.load(StructureRegistry.java:126)
at com.pixelmonmod.pixelmon.structure.StructureRegistry.loadAllOf(StructureRegistry.java:111)
at com.pixelmonmod.pixelmon.structure.StructureRegistry.loadStructures(StructureRegistry.java:88)
at com.pixelmonmod.pixelmon.RegistryHelper.init(RegistryHelper.java:57)
at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:105)
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.GeneratedMethodAccessor2.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.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
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 com.pixelmonmod.pixelmon.WorldHelper.demandBiome(WorldHelper.java:77)
at com.pixelmonmod.pixelmon.structure.StructureData.parseGeneral(StructureData.java:113)
at com.pixelmonmod.pixelmon.structure.StructureData.init(StructureData.java:87)
at com.pixelmonmod.pixelmon.structure.StructureData.<init>(StructureData.java:69)
at com.pixelmonmod.pixelmon.structure.StructureRegistry.load(StructureRegistry.java:126)
at com.pixelmonmod.pixelmon.structure.StructureRegistry.loadAllOf(StructureRegistry.java:111)
at com.pixelmonmod.pixelmon.structure.StructureRegistry.loadStructures(StructureRegistry.java:88)
at com.pixelmonmod.pixelmon.RegistryHelper.init(RegistryHelper.java:57)
at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:105)
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.GeneratedMethodAccessor2.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.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
-- 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)
The Meaning of Life, the Universe, and Everything.
Join Date:
2/20/2013
Posts:
155
Minecraft:
MoeBoy76
Xbox:
MoeBoy76
Member Details
as a Pixelmon developer i can tell you that the version of Pixelmon you are trying to use is not an official one, on the other hand, the crash is caused by some legacy code that we removed in the first 1.8 update, it's an incompatibility with several mods on 1.7.10
The Meaning of Life, the Universe, and Everything.
Join Date:
2/20/2013
Posts:
155
Minecraft:
MoeBoy76
Xbox:
MoeBoy76
Member Details
Any tech mods (definitely TiC) and also likely Twilight Forest, so either remove TF and ExtraUtils or Pixelmon if you want to keep using the very outdated 1.7.10
i try opening minecraft and it goes to the java screen. as soon as it finishes the entire game crashes. this began happining as soon as i got pixelmon. i have 64-bit ( i think) computer and windows ten. here is the crash report.
---- Minecraft Crash Report ----
// Oops.
Time: 7/2/16 4:56 PM
Description: Initializing game
java.lang.IllegalArgumentException: No such Biome named "JungleEdge M"
at com.pixelmonmod.pixelmon.WorldHelper.demandBiome(WorldHelper.java:77)
at com.pixelmonmod.pixelmon.structure.StructureData.parseGeneral(StructureData.java:113)
at com.pixelmonmod.pixelmon.structure.StructureData.init(StructureData.java:87)
at com.pixelmonmod.pixelmon.structure.StructureData.<init>(StructureData.java:69)
at com.pixelmonmod.pixelmon.structure.StructureRegistry.load(StructureRegistry.java:126)
at com.pixelmonmod.pixelmon.structure.StructureRegistry.loadAllOf(StructureRegistry.java:111)
at com.pixelmonmod.pixelmon.structure.StructureRegistry.loadStructures(StructureRegistry.java:88)
at com.pixelmonmod.pixelmon.RegistryHelper.init(RegistryHelper.java:57)
at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:105)
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.GeneratedMethodAccessor2.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.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
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 com.pixelmonmod.pixelmon.WorldHelper.demandBiome(WorldHelper.java:77)
at com.pixelmonmod.pixelmon.structure.StructureData.parseGeneral(StructureData.java:113)
at com.pixelmonmod.pixelmon.structure.StructureData.init(StructureData.java:87)
at com.pixelmonmod.pixelmon.structure.StructureData.<init>(StructureData.java:69)
at com.pixelmonmod.pixelmon.structure.StructureRegistry.load(StructureRegistry.java:126)
at com.pixelmonmod.pixelmon.structure.StructureRegistry.loadAllOf(StructureRegistry.java:111)
at com.pixelmonmod.pixelmon.structure.StructureRegistry.loadStructures(StructureRegistry.java:88)
at com.pixelmonmod.pixelmon.RegistryHelper.init(RegistryHelper.java:57)
at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:105)
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.GeneratedMethodAccessor2.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.initializeMods(Loader.java:691)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
-- 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 8.1 (amd64) version 6.3
Java Version: 1.7.0_79, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 159721776 bytes (152 MB) / 470818816 bytes (449 MB) up to 2134114304 bytes (2035 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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.1291 Minecraft Forge 10.13.2.1291 37 mods loaded, 37 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.0.3.74} [Not Enough Items] (Not-Enough-Items-1.7.10 (3).jar) Unloaded->Constructed->Pre-initialized->Initialized
VeinMiner_coremod{${version}_build-${buildnumber}} [Core mod] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar.zip) Unloaded->Constructed->Pre-initialized->Initialized
Backpack{2.0.0} [Backpack] (Backpacks-Mod.jar) Unloaded->Constructed->Pre-initialized->Initialized
Baubles{1.0.1.2} [Baubles] (Baubles-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
chocolateQuest{1.0} [Chocolate Quest] (chocolateQuest-1.7.10-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
BuildMod{v1.0} [Build Mod] (CoroUtil-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
CoroAI{v1.0} [CoroAI] (CoroUtil-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
ExtendedRenderer{v1.0} [Extended Renderer] (CoroUtil-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
ConfigMod{v1.0} [Extended Mod Config] (CoroUtil-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
ctrades{1.0.0} [Custom Trades Mod] (Custom Trades Mod 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
dungeonpack{1.7.10-1.0} [Dungeon Pack] (Dungeon-Pack-Mod-1.7.10 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized
ElementalItems{4.0.0} [Elemental Items mod] (Elemental-Items-Mod-1.7.10.zip) Unloaded->Constructed->Pre-initialized->Initialized
ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.2.12.jar) Unloaded->Constructed->Pre-initialized->Initialized
iChunUtil{4.2.2} [iChunUtil] (iChunUtil-4.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
legends{1.6} [Legends Mod] (Legends Core-1.6.jar) Unloaded->Constructed->Pre-initialized->Initialized
Morph{0.9.1} [Morph] (Morphing-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
OreSpawn{1.7.10.20.2} [OreSpawn] (orespawn-1.7.10-20.2 (1).zip) Unloaded->Constructed->Pre-initialized->Initialized
pixelmon{3.2} [Pixelmon] (Pixelmon-1.7.10-3.2-Beta.jar) Unloaded->Constructed->Pre-initialized->Errored
PortalGun{4.0.0-beta-6} [PortalGun] (Portal-Gun-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
AS_Ruins{13.4} [Ruins Spawning System] (Ruins-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
exomaster_sabotage{1.0} [The Sabotage Mod] (Sabotage-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.394.jar) Unloaded->Constructed->Pre-initialized->Initialized
ironman{4.3.12} [Iron Man Armor Extension] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar) Unloaded->Constructed->Pre-initialized->Initialized
sus{4.3.12} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar) Unloaded->Constructed->Pre-initialized->Initialized
susaddon{4.3.12} [Superheroes Unlimited Mod (Part 2)] (Superheroes Unlimited Mod-1.7.10-4.3.12.jar) Unloaded->Constructed->Pre-initialized->Initialized
SpecialArmor{1.7.10} [TeeLuk's SpecialArmor] (TLSpecialArmor-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
tntmod{1.7.10} [TNTmod] (TNT mod 3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
TwilightForest{2.3.2} [The Twilight Forest] (twilightforest-1.7.10-2.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
AS_UpdateCheck{1.1.6} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
VeinMiner{0.16.1} [Vein Miner] (Vein-Miner-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
VeinMinerModSupport{0.16.1} [Mod Support] (Vein-Miner-Mod-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
Launched Version: 1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon HD 7560D GL version 4.5.13399 Compatibility Profile Context 15.200.1060.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)
as a Pixelmon developer i can tell you that the version of Pixelmon you are trying to use is not an official one, on the other hand, the crash is caused by some legacy code that we removed in the first 1.8 update, it's an incompatibility with several mods on 1.7.10
which mods are these?
Any tech mods (definitely TiC) and also likely Twilight Forest, so either remove TF and ExtraUtils or Pixelmon if you want to keep using the very outdated 1.7.10
thanks, i just updated to 1.8.9 and it works. Thanks!