how do i fix this? i crash when i get to 4/7 when starting
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 3/12/16 11:24 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.IllegalAccessError: tried to access field net.minecraft.client.renderer.entity.RenderManager.field_178636_l from class com.pixelmonmod.pixelmon.client.ClientProxy
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:739)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
at net.minecraft.client.main.Main.main(SourceFile:124)
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:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.IllegalAccessError: tried to access field net.minecraft.client.renderer.entity.RenderManager.field_178636_l from class com.pixelmonmod.pixelmon.client.ClientProxy
at com.pixelmonmod.pixelmon.client.ClientProxy.registerRenderers(ClientProxy.java:239)
at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:130)
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:498)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
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:498)
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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
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:498)
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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Mac OS X (x86_64) version 10.11.3
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 308207096 bytes (293 MB) / 911556608 bytes (869 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.19 Powered by Forge 11.15.1.1722 4 mods loaded, 4 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.19} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1722.jar)
UCHI Forge{11.15.1.1722} [Minecraft Forge] (forge-1.8.9-11.15.1.1722.jar)
UCHE pixelmon{4.2.3} [Pixelmon] (Pixelmon-1.8.9-4.2.3-universal)
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-10.12.13' Renderer: 'Intel HD Graphics 4000 OpenGL Engine'
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I redownloaded Minecraft, Forge, Pixelmon...everything. Allocated more memory.
Not sure what's up.
Updated java. HELP!!!
---- Minecraft Crash Report ----
WARNING: coremods are present:
Java8CheckerCoremod (Pixelmon-1.8.9-4.2.3-universal.jar)
Contact their authors BEFORE contacting forge
// Who set us up the TNT?
Time: 3/12/16 3:22 PM
Description: Ticking entity
java.lang.NoClassDefFoundError: com/pixelmonmod/pixelmon/client/models/pokemon/ModelFeraligatr
at com.pixelmonmod.pixelmon.client.models.PixelmonModelRegistry.<clinit>(PixelmonModelRegistry.java:121)
at com.pixelmonmod.pixelmon.client.ClientProxy.isModelStatic(ClientProxy.java:606)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.loadModel(Entity2HasModel.java:112)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.getModel(Entity2HasModel.java:91)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.func_70071_h_(Entity2HasModel.java:256)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70071_h_(Entity3HasStats.java:492)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity4Textures.func_70071_h_(Entity4Textures.java:338)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Rideable.func_70071_h_(Entity5Rideable.java:412)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70071_h_(Entity8HoldsItems.java:71)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70071_h_(Entity10CanBreed.java:103)
at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70071_h_(EntityPixelmon.java:289)
at net.minecraft.world.World.func_72866_a(World.java:1860)
at net.minecraft.world.World.func_72870_g(World.java:1829)
at net.minecraft.world.World.func_72939_s(World.java:1661)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2089)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1024)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349)
at net.minecraft.client.main.Main.main(SourceFile:124)
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)
Caused by: java.lang.ClassNotFoundException: com.pixelmonmod.pixelmon.client.models.pokemon.ModelFeraligatr
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 24 more
Caused by: java.lang.OutOfMemoryError: Java heap space
at java.util.jar.Attributes.<init>(Unknown Source)
at java.util.jar.Attributes.clone(Unknown Source)
at sun.net.www.protocol.jar.URLJarFile.getManifest(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:147)
... 26 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.pixelmonmod.pixelmon.client.models.PixelmonModelRegistry.<clinit>(PixelmonModelRegistry.java:121)
at com.pixelmonmod.pixelmon.client.ClientProxy.isModelStatic(ClientProxy.java:606)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.loadModel(Entity2HasModel.java:112)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.getModel(Entity2HasModel.java:91)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity2HasModel.func_70071_h_(Entity2HasModel.java:256)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity3HasStats.func_70071_h_(Entity3HasStats.java:492)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity4Textures.func_70071_h_(Entity4Textures.java:338)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity5Rideable.func_70071_h_(Entity5Rideable.java:412)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity8HoldsItems.func_70071_h_(Entity8HoldsItems.java:71)
at com.pixelmonmod.pixelmon.entities.pixelmon.Entity10CanBreed.func_70071_h_(Entity10CanBreed.java:103)
at com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon.func_70071_h_(EntityPixelmon.java:289)
at net.minecraft.world.World.func_72866_a(World.java:1860)
at net.minecraft.world.World.func_72870_g(World.java:1829)
-- Entity being ticked --
Details:
Entity Type: pixelmon.Pixelmon (com.pixelmonmod.pixelmon.entities.pixelmon.EntityPixelmon)
Entity ID: 53492
Entity Name: Pidgeotto
Entity's Exact location: 115.50, 72.33, 270.50
Entity's Block location: 115.00,72.00,270.00 - World: (115,72,270), Chunk: (at 3,4,14 in 7,16; contains blocks 112,0,256 to 127,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, -0.08, 0.00
Entity's Rider: ~~ERROR~~ NullPointerException: null
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1661)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Tprocrastinating'/53403, l='MpServer', x=148.50, y=67.80, z=247.50]]
Chunk stats: MultiplayerChunkCache: 150, 150
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: 152.00,64.00,252.00 - World: (152,64,252), Chunk: (at 8,4,12 in 9,15; contains blocks 144,0,240 to 159,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 486880 game time, 486880 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: true), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 99 total; [EntityPlayerSP['Tprocrastinating'/53403, l='MpServer', x=148.50, y=67.80, z=247.50], EntitySheep['Sheep'/263, l='MpServer', x=198.69, y=64.00, z=210.06], EntityPixelmon['Sewaddle'/53511, l='MpServer', x=73.50, y=97.00, z=335.50], EntityPig['Pig'/264, l='MpServer', x=215.69, y=70.00, z=232.44], EntityPig['Pig'/265, l='MpServer', x=194.44, y=66.00, z=221.47], EntityPig['Pig'/266, l='MpServer', x=192.66, y=64.00, z=214.56], EntityPig['Pig'/267, l='MpServer', x=197.03, y=66.00, z=215.91], EntityPixelmon['Pidgey'/53515, l='MpServer', x=190.50, y=78.00, z=342.50], EntityPig['Pig'/268, l='MpServer', x=152.50, y=80.00, z=281.69], EntityPig['Pig'/269, l='MpServer', x=187.38, y=61.00, z=240.25], EntityPig['Pig'/270, l='MpServer', x=208.09, y=70.00, z=249.03], EntityPig['Pig'/271, l='MpServer', x=197.97, y=68.00, z=237.06], EntityPixelmon['Aron'/53264, l='MpServer', x=237.50, y=16.00, z=270.50], EntityRabbit['Rabbit'/272, l='MpServer', x=192.19, y=75.00, z=322.28], EntityPixelmon['Goldeen'/53521, l='MpServer', x=162.47, y=62.25, z=212.59], EntityPixelmon['Magikarp'/53522, l='MpServer', x=159.75, y=62.44, z=202.31], EntityRabbit['Rabbit'/274, l='MpServer', x=218.09, y=76.00, z=319.22], EntityPixelmon['Magikarp'/53523, l='MpServer', x=156.78, y=62.34, z=202.59], EntityRabbit['Rabbit'/275, l='MpServer', x=220.38, y=76.00, z=320.44], EntityPixelmon['Magikarp'/53524, l='MpServer', x=153.47, y=62.38, z=203.78], EntityRabbit['Rabbit'/276, l='MpServer', x=228.53, y=79.00, z=308.88], EntityPixelmon['Goldeen'/53525, l='MpServer', x=161.25, y=61.19, z=185.72], EntityPixelmon['Goldeen'/53526, l='MpServer', x=162.19, y=61.22, z=183.16], EntityPixelmon['Goldeen'/53527, l='MpServer', x=164.53, y=61.25, z=185.88], EntityRabbit['Rabbit'/280, l='MpServer', x=228.53, y=66.00, z=227.22], EntityPixelmon['Solrock'/53290, l='MpServer', x=244.50, y=25.00, z=266.50], EntityPixelmon['Corphish'/53552, l='MpServer', x=230.50, y=62.81, z=269.50], EntityPixelmon['Pachirisu'/53555, l='MpServer', x=141.50, y=84.41, z=295.50], EntityPixelmon['Abra'/53557, l='MpServer', x=192.50, y=77.03, z=312.50], EntityPig['Pig'/86, l='MpServer', x=69.53, y=78.00, z=293.53], EntityPig['Pig'/87, l='MpServer', x=76.78, y=81.00, z=295.31], EntityPig['Pig'/88, l='MpServer', x=70.31, y=79.00, z=293.75], EntityPig['Pig'/89, l='MpServer', x=72.34, y=77.00, z=291.53], EntityPig['Pig'/90, l='MpServer', x=77.34, y=97.00, z=322.50], EntityPig['Pig'/92, l='MpServer', x=76.88, y=99.00, z=317.03], EntityPixelmon['Diglett'/53597, l='MpServer', x=222.50, y=48.25, z=225.50], EntityPig['Pig'/93, l='MpServer', x=78.59, y=97.00, z=321.44], EntityPixelmon['Shuckle'/53600, l='MpServer', x=208.50, y=18.25, z=247.50], EntityPig['Pig'/99, l='MpServer', x=89.75, y=88.00, z=314.34], EntityPig['Pig'/100, l='MpServer', x=94.03, y=91.00, z=320.53], EntityPig['Pig'/101, l='MpServer', x=86.56, y=92.00, z=310.09], EntityPixelmon['Diglett'/53605, l='MpServer', x=246.50, y=38.00, z=244.50], EntityPig['Pig'/102, l='MpServer', x=94.38, y=87.00, z=317.09], EntitySheep['Sheep'/110, l='MpServer', x=97.03, y=65.00, z=176.97], EntitySheep['Sheep'/111, l='MpServer', x=106.84, y=64.00, z=181.03], EntitySheep['Sheep'/112, l='MpServer', x=103.50, y=65.00, z=180.50], EntitySheep['Sheep'/113, l='MpServer', x=100.06, y=65.00, z=180.50], EntityPig['Pig'/114, l='MpServer', x=106.06, y=64.00, z=178.06], EntityPixelmon['Diglett'/53619, l='MpServer', x=121.50, y=43.50, z=249.50], EntityPig['Pig'/115, l='MpServer', x=100.88, y=65.00, z=179.06], EntityPig['Pig'/116, l='MpServer', x=97.34, y=65.00, z=178.50], EntityPig['Pig'/117, l='MpServer', x=99.63, y=65.00, z=183.41], EntityPixelmon['Solrock'/53110, l='MpServer', x=248.50, y=24.00, z=277.50], EntityPixelmon['Dugtrio'/53630, l='MpServer', x=236.50, y=29.00, z=236.50], EntityPig['Pig'/134, l='MpServer', x=126.63, y=76.00, z=307.47], EntityPig['Pig'/135, l='MpServer', x=128.72, y=78.00, z=314.94], EntityPig['Pig'/136, l='MpServer', x=122.50, y=75.00, z=304.50], EntityPig['Pig'/137, l='MpServer', x=123.44, y=77.00, z=310.53], EntityPixelmon['Diglett'/53651, l='MpServer', x=228.50, y=19.25, z=297.50], EntityPixelmon['Diglett'/53658, l='MpServer', x=93.50, y=23.00, z=169.50], EntityPixelmon['Solrock'/53663, l='MpServer', x=233.50, y=31.25, z=275.50], EntityRabbit['Rabbit'/167, l='MpServer', x=142.69, y=64.00, z=189.75], EntityMinecartChest['container.minecart'/171, l='MpServer', x=131.50, y=35.06, z=203.50], EntityRabbit['Rabbit'/175, l='MpServer', x=135.47, y=64.00, z=189.25], EntityRabbit['Rabbit'/176, l='MpServer', x=140.75, y=64.00, z=192.25], EntitySheep['Sheep'/177, l='MpServer', x=134.78, y=66.00, z=195.50], EntitySheep['Sheep'/178, l='MpServer', x=140.50, y=72.00, z=207.50], EntityPig['Pig'/184, l='MpServer', x=128.94, y=76.00, z=308.94], EntityPig['Pig'/185, l='MpServer', x=140.53, y=73.00, z=312.66], EntityPixelmon['Shuckle'/53689, l='MpServer', x=76.50, y=13.50, z=237.50], EntityPig['Pig'/186, l='MpServer', x=138.25, y=74.00, z=313.25], EntityPig['Pig'/187, l='MpServer', x=138.44, y=74.00, z=315.53], EntitySheep['Sheep'/196, l='MpServer', x=146.28, y=63.00, z=204.13], EntityPig['Pig'/197, l='MpServer', x=150.72, y=80.00, z=282.97], EntityPig['Pig'/198, l='MpServer', x=139.44, y=76.00, z=277.66], EntityPig['Pig'/199, l='MpServer', x=179.53, y=64.00, z=233.03], EntityPig['Pig'/200, l='MpServer', x=132.28, y=79.00, z=284.44], EntityPig['Pig'/207, l='MpServer', x=215.44, y=71.00, z=249.22], EntityPig['Pig'/208, l='MpServer', x=194.88, y=73.00, z=237.03], EntityPig['Pig'/209, l='MpServer', x=175.19, y=63.00, z=224.22], EntityPig['Pig'/210, l='MpServer', x=189.28, y=66.00, z=237.44], EntityPig['Pig'/211, l='MpServer', x=203.69, y=74.00, z=275.50], EntityPig['Pig'/212, l='MpServer', x=205.13, y=72.00, z=276.88], EntityPig['Pig'/213, l='MpServer', x=176.91, y=80.00, z=277.72], EntityPig['Pig'/224, l='MpServer', x=119.47, y=72.00, z=264.13], EntityRabbit['Rabbit'/225, l='MpServer', x=187.13, y=74.00, z=302.69], EntityRabbit['Rabbit'/226, l='MpServer', x=184.13, y=66.00, z=302.69], EntityRabbit['Rabbit'/227, l='MpServer', x=200.31, y=63.00, z=294.28], EntityRabbit['Rabbit'/228, l='MpServer', x=183.50, y=75.00, z=327.50], EntityRabbit['Rabbit'/229, l='MpServer', x=170.28, y=73.00, z=319.56], EntityRabbit['Rabbit'/231, l='MpServer', x=189.41, y=75.00, z=323.28], EntityRabbit['Rabbit'/232, l='MpServer', x=191.19, y=75.00, z=322.19], EntityPig['Pig'/243, l='MpServer', x=207.03, y=63.00, z=205.03], EntityPixelmon['Pidgeotto'/53492, l='MpServer', x=115.50, y=72.33, z=270.50], EntityPig['Pig'/244, l='MpServer', x=205.56, y=63.00, z=207.50], EntityPig['Pig'/245, l='MpServer', x=208.13, y=63.00, z=203.47], EntitySheep['Sheep'/246, l='MpServer', x=200.22, y=64.00, z=205.84], EntityPig['Pig'/247, l='MpServer', x=205.47, y=63.00, z=202.88], EntityPixelmon['Ursaring'/53495, l='MpServer', x=109.50, y=75.00, z=320.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:347)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2536)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:370)
at net.minecraft.client.main.Main.main(SourceFile:124)
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.8.9
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2067264 bytes (1 MB) / 1020067840 bytes (972 MB) up to 1020067840 bytes (972 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn512M -Xms1g -Xmx1g
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.19 Powered by Forge 11.15.1.1722 4 mods loaded, 4 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1722.jar)
UCHIJA Forge{11.15.1.1722} [Minecraft Forge] (forge-1.8.9-11.15.1.1722.jar)
UCHIJA pixelmon{4.2.3} [Pixelmon] (Pixelmon-1.8.9-4.2.3-universal.jar)
Loaded coremods (and transformers):
Java8CheckerCoremod (Pixelmon-1.8.9-4.2.3-universal.jar)
GL info: ' Vendor: 'Intel' Version: '3.1.0 - Build 8.15.10.2653' Renderer: 'Intel(R) HD Graphics 3000'
Launched Version: 1.8.9-forge1.8.9-11.15.1.1722
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 3000 GL version 3.1.0 - Build 8.15.10.2653, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
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)
CPU: 4x Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz
how do i fix this? i crash when i get to 4/7 when starting
---- Minecraft Crash Report ----
// Would you like a cupcake?
Time: 3/12/16 11:24 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderException: java.lang.IllegalAccessError: tried to access field net.minecraft.client.renderer.entity.RenderManager.field_178636_l from class com.pixelmonmod.pixelmon.client.ClientProxy
at net.minecraftforge.fml.common.LoadController.transition(LoadController.java:162)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:739)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:310)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:495)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
at net.minecraft.client.main.Main.main(SourceFile:124)
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:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.IllegalAccessError: tried to access field net.minecraft.client.renderer.entity.RenderManager.field_178636_l from class com.pixelmonmod.pixelmon.client.ClientProxy
at com.pixelmonmod.pixelmon.client.ClientProxy.registerRenderers(ClientProxy.java:239)
at com.pixelmonmod.pixelmon.Pixelmon.init(Pixelmon.java:130)
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:498)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:560)
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:498)
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 net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:211)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:189)
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:498)
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 net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:737)
... 10 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.8.9
Operating System: Mac OS X (x86_64) version 10.11.3
Java Version: 1.8.0_74, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 308207096 bytes (293 MB) / 911556608 bytes (869 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.19 Powered by Forge 11.15.1.1722 4 mods loaded, 4 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.19} [Minecraft Coder Pack] (minecraft.jar)
UCHI FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.1.1722.jar)
UCHI Forge{11.15.1.1722} [Minecraft Forge] (forge-1.8.9-11.15.1.1722.jar)
UCHE pixelmon{4.2.3} [Pixelmon] (Pixelmon-1.8.9-4.2.3-universal)
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel Inc.' Version: '2.1 INTEL-10.12.13' Renderer: 'Intel HD Graphics 4000 OpenGL Engine'