Elix-x / Colourful-Blocks

Colourful Blocks Minecraft Mod Source
3 stars 1 forks source link

Crash #2

Closed P3rf3ctXZer0 closed 8 years ago

P3rf3ctXZer0 commented 8 years ago

---- Minecraft Crash Report ---- // You're mean.

Time: 10/29/15 5:51 PM Description: Initializing game

cpw.mods.fml.relauncher.ReflectionHelper$UnableToAccessFieldException: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: iconString at cpw.mods.fml.relauncher.ReflectionHelper.getPrivateValue(ReflectionHelper.java:121) at cpw.mods.fml.common.ObfuscationReflectionHelper.getPrivateValue(ObfuscationReflectionHelper.java:60) at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.recognizeColorToRGBA(ColoringMaterialsManager.java:211) at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.recognizeColorToString(ColoringMaterialsManager.java:186) at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.recognizeColorToString(ColoringMaterialsManager.java:181) at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.initGenMaterials(ColoringMaterialsManager.java:292) at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.initMaterials(ColoringMaterialsManager.java:259) at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.init(ColoringMaterialsManager.java:79) at code.elix_x.coremods.colourfulblocks.ColourfulBlocksBase.init(ColourfulBlocksBase.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) Caused by: cpw.mods.fml.relauncher.ReflectionHelper$UnableToFindFieldException: java.lang.NoSuchFieldException: iconString at cpw.mods.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:94) at cpw.mods.fml.relauncher.ReflectionHelper.getPrivateValue(ReflectionHelper.java:117) ... 44 more Caused by: java.lang.NoSuchFieldException: iconString at java.lang.Class.getDeclaredField(Class.java:2070) at cpw.mods.fml.relauncher.ReflectionHelper.findField(ReflectionHelper.java:85) ... 45 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Stacktrace: at cpw.mods.fml.relauncher.ReflectionHelper.getPrivateValue(ReflectionHelper.java:121) at cpw.mods.fml.common.ObfuscationReflectionHelper.getPrivateValue(ObfuscationReflectionHelper.java:60) at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.recognizeColorToRGBA(ColoringMaterialsManager.java:211) at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.recognizeColorToString(ColoringMaterialsManager.java:186) at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.recognizeColorToString(ColoringMaterialsManager.java:181) at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.initGenMaterials(ColoringMaterialsManager.java:292) at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.initMaterials(ColoringMaterialsManager.java:259) at code.elix_x.coremods.colourfulblocks.color.material.ColoringMaterialsManager.init(ColoringMaterialsManager.java:79) at code.elix_x.coremods.colourfulblocks.ColourfulBlocksBase.init(ColourfulBlocksBase.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_60, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 334364296 bytes (318 MB) / 996618240 bytes (950 MB) up to 3169910784 bytes (3023 MB) JVM Flags: 13 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx3048M -XX:PermSize=256m -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled -XX:ParallelGCThreads=3 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy 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.1517 152 mods loaded, 152 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 UCHI FML{7.10.99.99} Forge Mod Loader UCHI Forge{10.13.4.1517} Minecraft Forge UCHI CodeChickenCore{1.0.7.47} CodeChicken Core UCHI MCVanillaTweaks{1.0} Mariculture - Vanilla Tweaks UCHI NotEnoughItems{1.0.5.118} Not Enough Items UCHI WitchingGadgetsCore{1.1.10} Witching Gadgets Core UCHI {000} CoFH ASM UCHI mcdiscord{2.0.0} MC Discord UCHI FastCraft{1.22} FastCraft UCHI antiidconflict{1.3.5} Anti Id Conflict UCHI AppleCore{1.1.0} AppleCore UCHI ClockHUD{1.7.10-1.0} Clock HUD UCHI CustomMainMenu{1.8} Custom Main Menu UCHI DamageIndicatorsMod{3.2.0} Damage Indicators UCHI ForgeEssentialsClient{1.4.3} Forge Essentials Client Addon UCHI journeymap{@JMVERSION@} JourneyMap UCHI CoFHCore{1.7.10R3.0.3} CoFH Core UCHI Mantle{1.7.10-0.3.2.jenkins191} Mantle UCHI Waila{1.5.10} Waila UCHI TConstruct{1.7.10-1.8.8.build988} Tinkers' Construct UCHI nevermine{2.3} AdventOfAscension UCHI Natura{2.2.0} Natura UCHI BiomesOPlenty{2.1.0} Biomes O' Plenty UCHI Baubles{1.0.1.10} Baubles UCHI Thaumcraft{4.2.3.5} Thaumcraft UCHI Botania{r1.7-228} [Botania]([Universal]-Botania r1.7-228.jar) UCHI MetallurgyCore{4.0.4} Metallurgy Core UCHI Metallurgy{4.0.8} Metallurgy 4 UCHI harvestcraft{1.7.10j} [Pam's HarvestCraft]([Universal]-Pam's HarvestCraft 1.7.10k.jar) UCHI ExtraTiC{1.4.5} ExtraTiC UCHI AWWayofTime{v1.3.3} Blood Magic: Alchemical Wizardry UCHI ExtrabiomesXL{3.16.3} ExtrabiomesXL UCHI IC2{2.2.790-experimental} IndustrialCraft 2 UCHI BuildCraft|Core{7.1.12} BuildCraft UCHI Forestry{4.0.11.40} Forestry for Minecraft UCHI Mariculture{1.7.10-1.2.4.2a} Mariculture UCHI TiCTooltips{1.2.5} TiC Tooltips UCHI wailafeatures{0.0.5} WAILA Features UCHI abyssalcraft{1.8.9.6} AbyssalCraft UCHI acheads{1.2.0} [AbyssalCraft Heads]([Universal]-AbyssalCraft Heads-1.7.X-1.2.0.jar) UCHI acintegration{1.2.6} [AbyssalCraft Integration]([Universal]-AbyssalCraft Integration-1.7.10-1.2.6.jar) UCHI BuildCraft|Energy{7.1.12} BC Energy UCHI ActuallyAdditions{1.7.10-r1} Actually Additions UCHI aobdbb{1.0.6} Another One Bites The Dust: Berry Bushes UCHI Aquaculture{1.2.3} Aquaculture UCHI atum{0.6} Atum UCHI Backpack{2.0.0} Backpack UCHI betterrecords{@VERSION@} Better Records UCHI BiblioCraft{1.11.3} BiblioCraft UCHI BiblioWoodsEBXL{1.4} BiblioWoods ExtraBiomesXL Edition UCHI BiblioWoodsNatura{1.5} BiblioWoods Natura Edition UCHI BuildCraft|Builders{7.1.12} BC Builders UCHI BuildCraft|Transport{7.1.12} BC Transport UCHI BuildCraft|Silicon{7.1.12} BC Silicon UCHI BuildCraft|Robotics{7.1.12} BC Robotics UCHI BuildCraft|Factory{7.1.12} BC Factory UCHI buildhelper{1.0.0} Build Helper UCHI CarpentersBlocks{3.3.7} [Carpenter's Blocks]([Universal]-Carpenter's Blocks v3.3.7 - MC 1.7.10.jar) UCHI chancecubes{1.7.10-1.4.2.38} Chance Cubes UCHI Railcraft{9.8.0.0} Railcraft UCHI chisel{2.9.2.8} Chisel UCHI excore{1.2.1} EXCore UCHE colourfullblocks{1.1.1} Colourfull Blocks UCHI cosmeticarmorreworked{1.7.10-v4} CosmeticArmorReworked UCHI lootablebodies{1.3.6} DrCyano's Lootable Bodies UCHI deathlog{1.2a} Death Log UCHI dungeonpack{1.7.10-1.0} Dungeon Pack UCHI Enchiridion{1.3} [Enchiridion]([Universal]-Enchiridion 2-1.7.10-2.0.2a.jar) UCHI Enchiridion2{2.0.2a} [Enchiridion 2]([Universal]-Enchiridion 2-1.7.10-2.0.2a.jar) UCHI endercore{1.7.10-0.2.0.30_beta} EnderCore UCHI EnderIO{1.7.10-2.3.0.417_beta} Ender IO UCHI evilcraft{0.9.0} EvilCraft UCHI extraores{4.0} [Extra Ores]([Universal]-Extra Ores[1.7.10-V4].jar) UCHI fastleafdecay{1.3} Fast Leaf Decay UCHI bspkrsCore{6.15} bspkrsCore UCHI FloatingRuins{1.7.10.r02} FloatingRuins UCHI GardenContainers{1.7.10-1.6.8} Garden Containers UCHI GardenCore{1.7.10-1.6.8} Garden Core UCHI GardenStuff{1.7.10-1.6.8} Garden Stuff UCHI GardenTrees{1.7.10-1.6.8} Garden Trees UCHI globbypotato_rockhounding{3.00} Rockhounding Mod UCHI GraveStone{2.13.0} GraveStone UCHI headcrumbs{1.6.2} Headcrumbs UCHI heartdrop{1.3.2} Heart Drop UCHI HardcoreQuesting{The Journey (4.3.0)} [Hardcore Questing Mode]([Universal]-HQM-The Journey %284.3.0%29.jar) UCHI InfernalMobs{1.6.0} Infernal Mobs UCHI infiniteinvo{1.0.44} InfiniteInvo UCHI inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks UCHI JABBA{1.2.1} JABBA UCHI LagFix{2.0.1} LagFix UCHI levelup{0.10} Level Up! UCHI LogisticsPipes{0.9.3.61} Logistics Pipes UCHI lycanitesmobs{1.13.0.3 - MC 1.7.10} [Lycanites Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar) UCHI arcticmobs{1.13.0.3 - MC 1.7.10} [Lycanites Arctic Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar) UCHI demonmobs{1.13.0.3 - MC 1.7.10} [Lycanites Demon Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar) UCHI desertmobs{1.13.0.3 - MC 1.7.10} [Lycanites Desert Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar) UCHI forestmobs{1.13.0.3 - MC 1.7.10} [Lycanites Forest Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar) UCHI freshwatermobs{1.13.0.3 - MC 1.7.10} [Lycanites Freshwater Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar) UCHI infernomobs{1.13.0.3 - MC 1.7.10} [Lycanites Inferno Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar) UCHI junglemobs{1.13.0.3 - MC 1.7.10} [Lycanites Jungle Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar) UCHI mountainmobs{1.13.0.3 - MC 1.7.10} [Lycanites Mountain Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar) UCHI plainsmobs{1.13.0.3 - MC 1.7.10} [Lycanites Plains Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar) UCHI saltwatermobs{1.13.0.3 - MC 1.7.10} [Lycanites Saltwater Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar) UCHI shadowmobs{1.13.0.3 - MC 1.7.10} [Lycanites Shadow Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar) UCHI swampmobs{1.13.0.3 - MC 1.7.10} [Lycanites Swamp Mobs]([Universal]-LycanitesMobsComplete 1.13.0.3 [1.7.10].jar) UCHI magicalcrops{4.0.0_PUBLIC_BETA_4b} Magical Crops: Core UCHI magicalcropsdeco{4.0.0_PUBLIC_BETA_4a} Magical Crops: Decorative UCHI malisiscore{1.7.10-0.12.10} MalisisCore UCHI malisisdoors{1.7.10-1.10.1} Malisis' Doors UCHI MariTech{1.0} Marine Technlogy UCHI metallurgychisel{1.0.0.11} Metallurgy Chisel UCHI morechisels{@VERSION@} More Chisels UCHI AS_MultiMine{1.4.3} Multi Mine UCHI NEIAddons{1.12.13.38} NEI Addons UCHI NEIAddons|Developer{1.12.13.38} NEI Addons: Developer Tools UCHI NEIAddons|AppEng{1.12.13.38} NEI Addons: Applied Energistics 2 UCHI NEIAddons|Botany{1.12.13.38} NEI Addons: Botany UCHI NEIAddons|Forestry{1.12.13.38} NEI Addons: Forestry UCHI NEIAddons|CraftingTables{1.12.13.38} NEI Addons: Crafting Tables UCHI NEIAddons|ExNihilo{1.12.13.38} NEI Addons: Ex Nihilo UCHI neiintegration{1.0.13} NEI Integration UCHI newdungeons{0.3} New Dungeons UCHI recipehandler{1.7.10} NoMoreRecipeConflict UCHI pokecube_adventures{0.1.0} Pokecube Adventures UCHI PokecubeCompat{1.0} Pokecube Compat UCHI pokecube{1.5.25-6.5} Pokecube UCHI pokecube_generations{7.0.0} Pokecube Generations UCHI pokecube_lineage{0.9} Pokecube Lineage UCHI pokecube_ml{0.1.0} Pokecube Model Loader UCHI pokecube_origin{1.5.25-6.5} Pokecube Origin UCHI pokecube_world{0.0.1} Thut's WorldGen: Pokecube Edition UCHI Roguelike{1.3.6.3} Roguelike Dungeons UCHI AS_Ruins{14.7} Ruins Spawning System UCHI secretroomsmod{4.7.1} The SecretRoomsMod UCHI SilentGems{1.3.03} Silent's Gems UCHI simpleblocks{0.1} SimbleBlocks UCHI Testerino{0.04} Testerino UCHI TinyStorage{1.20.5_191} Tiny Storage UCHI Translocator{1.1.2.15} Translocator UCHI TravellersGear{1.16.6} Traveller's Gear UCHI Treecapitator{1.7.10} Treecapitator UCHI universalcoins{1.7.10-1.6.36} Universal Coins UCHI wailaevents{1.0.0} Waila Events UCHI WailaHarvestability{1.1.2} Waila Harvestability UCHI wailaplugins{MC1.7.10-0.1.2-21} WAILA Plugins UCHI wawla{1.3.2} What Are We Looking At UCHI witchery{0.24.1} Witchery UCHI WitchingGadgets{1.1.10} Witching Gadgets UCHI IguanaTweaksTConstruct{1.7.10-2.1.5.140} Iguana Tinker Tweaks UCHI aobd{2.8.4} Another One Bites The Dust UCHI JustAnotherSpawner{0.17.6} Just Another Spawner GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.200.1062.1003' Renderer: 'AMD Radeon HD 7700 Series' CoFHCore: -[1.7.10]3.0.3-303 Mantle Environment: Environment healthy. TConstruct Environment: Environment healthy. EnderIO: Found the following problem(s) with your installation: "An unsupportted old RF API is installed (1.7.10R1.0.1 from [Universal]-Railcraft_1.7.10-9.8.0.0.jar). Ender IO needs at least 1.7.10R1.0.2 and will NOT work with older versions." 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.1517-1.7.10 LWJGL: 2.9.1 OpenGL: AMD Radeon HD 7700 Series GL version 4.5.13399 Compatibility Profile Context 15.200.1062.1003, 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: [Pokecube_Resources.zip, Pokecube_Pokecenterfix.zip]
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)
P3rf3ctXZer0 commented 8 years ago

I followed your instructions and I still have issue :S

Elix-x commented 8 years ago

One question: is this crash from client or from server?