• 0

    posted a message on Strange Player Ticking Crash

    I'm on forge 1.13.2 and whenever I load a new world, I spawn and the game crashes... I'm not a coder but I didn't see any direct mod names in the description for the crash. I was hoping someone would be able to figure out which mod is crashing the game? Here is the crash report


    ---- Minecraft Crash Report ----
    // On the bright side, I bought you a teddy bear!

    Time: 6/19/19 10:00 PM
    Description: Ticking player

    java.lang.NullPointerException: Ticking player
    at net.minecraftforge.common.capabilities.CapabilityDispatcher.getCapability(CapabilityDispatcher.java:103) ~[?:?] {pl:eventbus:A,pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
    at net.minecraftforge.common.capabilities.CapabilityProvider.getCapability(CapabilityProvider.java:119) ~[?:?] {pl:eventbus:A,pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
    at net.minecraft.entity.EntityLivingBase.getCapability(EntityLivingBase.java:2482) ~[?:?] {pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
    at net.minecraft.entity.player.EntityPlayer.getCapability(EntityPlayer.java:2151) ~[?:?] {pl:accesstransformer:B,pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
    at net.minecraftforge.common.capabilities.ICapabilityProvider.getCapability(ICapabilityProvider.java:48) ~[?:?] {pl:eventbus:A,pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
    at top.theillusivec4.comforts.common.capability.CapabilitySleepData.getCapability(CapabilitySleepData.java:92) ~[?:1.13.2-2.0-beta1] {pl:eventbus:A,pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
    at top.theillusivec4.comforts.common.EventHandlerCommon.onPostPlayerTick(EventHandlerCommon.java:144) ~[?:1.13.2-2.0-beta1] {pl:eventbus:A,pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
    at net.minecraftforge.eventbus.ASMEventHandler_117_EventHandlerCommon_onPostPlayerTick_PlayerTickEvent.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-0.9.2-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:254) ~[eventbus-0.9.2-service.jar:?] {}
    at net.minecraftforge.fml.hooks.BasicEventHooks.onPlayerPostTick(BasicEventHooks.java:89) ~[?:?] {pl:eventbus:A,pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:266) ~[?:?] {pl:accesstransformer:B,pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
    at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:350) ~[?:?] {pl:accesstransformer:B,pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
    at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:178) ~[?:?] {pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:235) ~[?:?] {pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:134) ~[?:?] {pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:769) ~[?:?] {pl:accesstransformer:B,pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:669) ~[?:?] {pl:accesstransformer:B,pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:115) ~[?:?] {pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:565) [?:?] {pl:accesstransformer:B,pl:object_holder_definalize:A,pl:runtime_enum_extender:A,pl:capability_inject_definalize:A,pl:runtimedistcleaner:A}
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}


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

    -- Head --
    Thread: Server thread
    Stacktrace:
    at net.minecraftforge.common.capabilities.CapabilityDispatcher.getCapability(CapabilityDispatcher.java:103)
    at net.minecraftforge.common.capabilities.CapabilityProvider.getCapability(CapabilityProvider.java:119)
    at net.minecraft.entity.EntityLivingBase.getCapability(EntityLivingBase.java:2482)
    at net.minecraft.entity.player.EntityPlayer.getCapability(EntityPlayer.java:2151)
    at net.minecraftforge.common.capabilities.ICapabilityProvider.getCapability(ICapabilityProvider.java:48)
    at top.theillusivec4.comforts.common.capability.CapabilitySleepData.getCapability(CapabilitySleepData.java:92)
    at top.theillusivec4.comforts.common.EventHandlerCommon.onPostPlayerTick(EventHandlerCommon.java:144)
    at net.minecraftforge.eventbus.ASMEventHandler_117_EventHandlerCommon_onPostPlayerTick_PlayerTickEvent.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:254)
    at net.minecraftforge.fml.hooks.BasicEventHooks.onPlayerPostTick(BasicEventHooks.java:89)
    at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:266)

    -- Player being ticked --
    Details:
    Entity Type: minecraft:player (net.minecraft.entity.player.EntityPlayerMP)
    Entity ID: 719
    Entity Name: BaKonator751
    Entity's Exact location: -11.50, 64.00, -2.50
    Entity's Block location: World: (-12,64,-3), Chunk: (at 4,4,13 in -1,-1; contains blocks -16,0,-16 to -1,255,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
    Entity's Momentum: 0.00, -0.08, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
    Stacktrace:
    at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:350)
    at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:178)
    at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:235)

    -- Ticking connection --
    Details:
    Connection: net.minecraft.network.NetworkManager@1bdb13a
    Stacktrace:
    at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:134)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:769)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:669)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:115)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:565)
    at java.lang.Thread.run(Thread.java:745)

    -- System Details --
    Details:
    Minecraft Version: 1.13.2
    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: 172256328 bytes (164 MB) / 855638016 bytes (816 MB) up to 4294967296 bytes (4096 MB)
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
    FML: New FML!
    Loaded coremods (and transformers): Nothing
    Profiler Position: N/A (disabled)
    Player Count: 1 / 8; [EntityPlayerMP['BaKonator751'/719, l='1.13 Modded Survival', x=-11.50, y=64.00, z=-2.50]]
    Data Packs: vanilla, mod:worldedit, mod:waterstrainer, mod:voxelmap, mod:uteamcore, mod:usefulbackpacks, mod:trapcraft, mod:thedragonlib, mod:spawnermod, mod:silentlib, mod:ruins, mod:randomloot, mod:lemonlib, mod:jei, mod:jafmores, mod:hgp, mod:gravestone, mod:golems, mod:forge, mod:fleshtoleather, mod:fastleafdecay, mod:extendedstorage, mod:essentials, mod:doggytalents, mod:compressed_items, mod:comforts, mod:classiccombat
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to 'forge'

    Posted in: Java Edition Support
  • 0

    posted a message on Modernize Conquest Reforged

    Hey so I know I can mess with mod textures as I have done so with many mods by opening the jar file. But I was wandering if there was a way to do this with conquest reforged. I would also like to be able to edit the models. Im basically making a modern age city and Conquest has soooo many blocks that I can retexture but a lot of them have models useless to the modern age. Does anyone know how to alter a mods models? What folder they are located in in the jar file? Also how would I go about adding connected textures and use different resolutions? Disclosure I am not redistributing any mods. This is a personal project and I just want to change conquest textures and models into something more modern. It would be great of they had a modern mod like conquest that adds in modern flows hd style stuff that I can use for building like on World of Keralis or Block By Block lol. But all Im asking is if anyone knows how to change texture resolution and models in a mods jar file?

    Posted in: Mods Discussion
  • 0

    posted a message on Unicode and Emojies

    Hey guys, i was wandering what unicode minecraft has stored under the font textures. I saw in the texture file, minecraft has some unicode, so i retextured them as emoji photos in hopes i can use them in the server chat with the official server resource pack but i dont know what unicode it is using? I have a windows laptop so i have to find the unicode online and c/p it but nothing seems to use the textures i put as the font. this is stumping me so I came here to ask. Does minecraft use a specific unicode? if so where can i find that so i can c/p it into chat to get the emojies?

    Posted in: Discussion
  • 0

    posted a message on NPC Mod Sounds

    Hello, didn't know where else to put this thread, but how do i add custom sounds to the custom npc mod? I tried putting ogg sounds all lowercase no space no number no nothing but just the name in the file customnpcs/assets/customnpcs/sounds. that didnt work so i tried renaming them to similar formats as the other sounds like instead of zattack.ogg i named it undead.zombie.attack.ogg that doesnt work either. So how do i add my own sounds? minecraft uses ogg right?

    Posted in: Mods Discussion
  • 0

    posted a message on [MC 1.12.x] Minecraft Comes Alive v6.0.0 (MILLIONS OF PLAYERS!)

    Will this be upated to forge 1.11.2 or maybe when it comes out forge 1.12.0??? That would be amazing. This is my fav mod ever lol

    Posted in: Minecraft Mods
  • 0

    posted a message on Recruiting Voice Actors and Set Builders!

    Hi it took me a while to respond because my computer had coffee spilled on it but my drive and all the series info is safe. Thank you for applying and i will consider your application. For a voice try out pm me @bakonator751 on twitter to recieve my Skype and or email.

    Posted in: Server Recruitment
  • 0

    posted a message on Recruiting Voice Actors and Set Builders!

    NOW a disclaimer, this would be a volunteer role so now payments will be made!


    Hi, I'm BaKonator751, a minecrafter animator, builder and co owner of a server (BlockByBlockCreative). I have been playing MC since 1.2. Though I like minecraft, there are other things i enjoy too. one of witch being zombies... and animating XD. I've kept most of my animations private and off youtube but i am ready to take a step... or leap forward. SO, in order to do so, I am going to start a YT animated MC series of Minecraft in the apocalypse. It is called

    "Amongst The Dead" Not many details, like plot, will be released as so i can keep the hype and the excitement BUT i am in need of voice actors. Two main characters are left for grabs. Those two are both female but there will be some other roles for males and females as well. Like i said above, this work is volunteer work. voice actors will not be paid. Set builders as well are needed to help the process go faster. You need to show me your work and acting skills before acquiring a part in this series. The style of builds will be apocalyptic and your voice MUST be mature. I'm sorry for those of unmature voice :( If you have any personal questions, pm me, otherwise please dont spam my mail with auditions lol just reply to this post with the following ;)


    Name (Minecraft)

    Age (For voice actors only)

    Accents/languages (For voice actors only)

    skype name

    reason why you want the part


    I hope to see you guys later :P :) XD

    Posted in: Server Recruitment
  • 0

    posted a message on Binary files Stopped!

    [18:38:43 ERROR]: Game ended with bad state (exit code 255)


    this is the error

    Posted in: Java Edition Support
  • 0

    posted a message on Binary files Stopped!

    I tried downloading the old launcher. the only thing that resaulted in was i now have the crash log


    [18:36:53 INFO]: Minecraft Launcher 1.6.73-j (through bootstrap 5) started on windows...
    [18:36:53 INFO]: Current time is Mar 29, 2017 6:36:53 PM
    [18:36:53 INFO]: System.getProperty('os.name') == 'Windows 8.1'
    [18:36:53 INFO]: System.getProperty('os.version') == '6.3'
    [18:36:53 INFO]: System.getProperty('os.arch') == 'x86'
    [18:36:53 INFO]: System.getProperty('java.version') == '1.8.0_121'
    [18:36:53 INFO]: System.getProperty('java.vendor') == 'Oracle Corporation'
    [18:36:53 INFO]: System.getProperty('sun.arch.data.model') == '32'
    [18:36:53 INFO]: proxy == DIRECT
    [18:36:54 INFO]: JFX is already initialized
    [18:36:54 INFO]: Refreshing local version list...
    [18:36:54 INFO]: Refreshing remote version list...
    [18:36:54 INFO]: Refresh complete.
    [18:37:07 INFO]: Loaded 0 profile(s); selected '(Default)'
    [18:37:42 INFO]: Logging in with username & password
    [18:37:46 INFO]: Getting syncinfo for selected version
    [18:37:46 INFO]: Queueing library & version downloads
    [18:37:46 INFO]: Migrated old asset C:\Users\Corina\AppData\Roaming\.minecraft\assets\log_configs\client-1.7.xml into C:\Users\Corina\AppData\Roaming\.minecraft\assets\objects\66\6605d632a2399010c0085d3e4da58974d62ccdfe
    [18:37:46 INFO]: Cleaning up old assets directory C:\Users\Corina\AppData\Roaming\.minecraft\assets\log_configs after migration
    [18:37:46 INFO]: Download job 'Version & Libraries' started (16 threads, 33 files)
    [18:37:46 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries'... (try 0)
    [18:37:46 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries'... (try 0)
    [18:37:46 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries'... (try 0)
    [18:37:46 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar for job 'Version & Libraries'... (try 0)
    [18:37:46 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar for job 'Version & Libraries'... (try 0)
    [18:37:46 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries'... (try 0)
    [18:37:46 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.10.14\realms-1.10.14.jar for job 'Version & Libraries'... (try 0)
    [18:37:46 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar for job 'Version & Libraries'... (try 0)
    [18:37:46 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar for job 'Version & Libraries'... (try 0)
    [18:37:46 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries'... (try 0)
    [18:37:46 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar for job 'Version & Libraries'... (try 0)
    [18:37:46 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.4-nightly-20150209\lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar for job 'Version & Libraries'... (try 0)
    [18:37:46 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar for job 'Version & Libraries'... (try 0)
    [18:37:46 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries'... (try 0)
    [18:37:46 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries'... (try 0)
    [18:37:46 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Download job 'Resources' skipped as there are no files to download
    [18:37:47 INFO]: Job 'Resources' finished successfully (took 0:00:00.000)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.10.14\realms-1.10.14.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.24\authlib-1.5.24.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.24\authlib-1.5.24.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput-platform\2.0.5\jinput-platform-2.0.5-natives-windows.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Attempting to download C:\Users\Corina\AppData\Roaming\.minecraft\versions\1.11.2\1.11.2.jar for job 'Version & Libraries'... (try 0)
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl-platform\2.9.4-nightly-20150209\lwjgl-platform-2.9.4-nightly-20150209-natives-windows.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\versions\1.11.2\1.11.2.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Finished downloading C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar for job 'Version & Libraries': Local file matches hash, using that
    [18:37:47 INFO]: Job 'Version & Libraries' finished successfully (took 0:00:01.007)
    [18:37:47 INFO]: Launching game
    [18:37:47 INFO]: Unpacking natives to C:\Users\Corina\AppData\Roaming\.minecraft\versions\1.11.2\1.11.2-natives-75747887306260
    [18:37:47 INFO]: Launching in C:\Users\Corina\AppData\Roaming\.minecraft
    [18:37:47 INFO]: Half command: C:\Program Files (x86)\Java\jre1.8.0_121\bin\javaw.exe -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Djava.library.path=C:\Users\Corina\AppData\Roaming\.minecraft\versions\1.11.2\1.11.2-natives-75747887306260 -cp C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\mojang\netty\1.6\netty-1.6.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\oshi-project\oshi-core\1.1\oshi-core-1.1.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\3.4.0\jna-3.4.0.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\platform\3.4.0\platform-3.4.0.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j-core-mojang\51.2\icu4j-core-mojang-51.2.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\4.6\jopt-simple-4.6.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\paulscode\codecjorbis\20101023\codecjorbis-20101023.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\paulscode\codecwav\20101023\codecwav-20101023.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\paulscode\libraryjavasound\20101123\libraryjavasound-20101123.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\paulscode\librarylwjglopenal\20100824\librarylwjglopenal-20100824.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\paulscode\soundsystem\20120107\soundsystem-20120107.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\io\netty\netty-all\4.0.23.Final\netty-all-4.0.23.Final.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.9\commons-codec-1.9.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\net\java\jinput\jinput\2.0.5\jinput-2.0.5.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\net\java\jutils\jutils\1.0.0\jutils-1.0.0.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.2.4\gson-2.2.4.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\mojang\authlib\1.5.24\authlib-1.5.24.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\com\mojang\realms\1.10.14\realms-1.10.14.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.8.1\commons-compress-1.8.1.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.3.3\httpclient-4.3.3.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.3.2\httpcore-4.3.2.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\7.0.12_mojang\fastutil-7.0.12_mojang.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.0-beta9\log4j-api-2.0-beta9.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.0-beta9\log4j-core-2.0-beta9.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl\2.9.4-nightly-20150209\lwjgl-2.9.4-nightly-20150209.jar;C:\Users\Corina\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\lwjgl_util\2.9.4-nightly-20150209\lwjgl_util-2.9.4-nightly-20150209.jar;C:\Users\Corina\AppData\Roaming\.minecraft\versions\1.11.2\1.11.2.jar net.minecraft.client.main.Main
    [18:37:47 INFO]: Looking for orphaned versions to clean up...
    [18:37:48 INFO]: Cleaning up orphaned object 6605d632a2399010c0085d3e4da58974d62ccdfe
    [18:37:48 INFO]: Looking for old natives & assets to clean up...
    [18:38:43 ERROR]: Game ended with bad state (exit code 255)
    [18:38:43 INFO]: Ignoring visibility rule and showing launcher due to a game crash
    [18:38:43 INFO]: Deleting C:\Users\Corina\AppData\Roaming\.minecraft\versions\1.11.2\1.11.2-natives-75747887306260
    [18:38:43 WARN]: Couldn't delete C:\Users\Corina\AppData\Roaming\.minecraft\versions\1.11.2\1.11.2-natives-75747887306260 - scheduling for deletion upon exit

    Posted in: Java Edition Support
  • 0

    posted a message on Binary files Stopped!

    Hello, My computer is Windows 8 and when I load MC everything is fine BUT when I try and load a server, It crashes and says the Java(TM) platform SE binary has stopped working. Then i tried SP and go the same error.. It happens just before everything is finished loading. It's a 64 bit OS, and is a Sony laptop running Windows... I tried reinstalling everything, i have the newest version of java, Update 121. I can't get a crash report because the new launcher does not provide one >:( Does anyone have a fix to this problem?

    Posted in: Java Edition Support
  • 0

    posted a message on Blender And Timmy's Minecraft Rig

    Hello, I am attempting to make a minecraft animation. I have the map exported as obj i have blender working properly and i have the rig (Timmy's Minecraft Rig V4) working fine but the problem is that when i try and place the rig into the scene, it gives me an error when copying. also when i try the other route (Ctrl+F1) or append it into the scene, the rig is made of several armetures and cannot be appended in. I tried saving the rig as an FBX then importing it that way but then the rotation and origin are all out of wack and it looses its texture... Also the rigging is misplaced. Then same with all other bender compatible files besides dot bend... So how do I Append or import the rig while keeping the origin, the texture and the rigging itself in the model into a scene???

    Posted in: Minecraft Tools
  • 0

    posted a message on schematics

    Hello, i was wondering how to save schematics in single player and be able to mod them into the game. With World edit, it has no file that i can pull the clipboard schematics from so i cant use it. MC edit has been discontinued and wont load chunks for me anyways. Is there any other program or mod out there where i can save a schematic and use it elsewhere????

    Posted in: Java Edition Support
  • 0

    posted a message on Never seen this crash b4

    mk im stupid, it was an outdated mod. i took it out and am getting the message forge: Minimum version required is 11.15.1.1902

    Posted in: Java Edition Support
  • 0

    posted a message on Never seen this crash b4

    I got this really strange crash and was wondering if u guys can tell wats wrong with it


    Here it is


    2016-07-24 19:17:40,482 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    2016-07-24 19:17:40,484 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    [19:17:40] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
    [19:17:40] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
    [19:17:40] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
    [19:17:40] [main/INFO] [FML]: Forge Mod Loader version 11.15.1.1808 for Minecraft 1.8.9 loading
    [19:17:40] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Users\Brandon\Desktop\runtime\jre-x64\1.8.0_25
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: java.lang.NoClassDefFoundError: cpw/mods/fml/relauncher/IFMLLoadingPlugin
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at java.lang.ClassLoader.defineClass1(Native Method)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:455)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at java.net.URLClassLoader$1.run(URLClassLoader.java:367)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at java.security.AccessController.doPrivileged(Native Method)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at java.lang.Class.forName0(Native Method)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at java.lang.Class.forName(Class.java:344)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:536)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:416)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:246)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:95)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:72)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at net.minecraftforge.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:119)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
    [19:17:41] [main/INFO] [STDERR]: [net.minecraftforge.fml.relauncher.FMLLaunchHandler:setupHome:99]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.relauncher.IFMLLoadingPlugin
    [19:17:41] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:634]: ... 23 more
    [19:17:41] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: Caused by: java.lang.NullPointerException
    [19:17:41] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: ... 25 more
    [19:17:41] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at C:\Users\Brandon\AppData\Roaming\.minecraft for Forge Mod Loader
    java.lang.NoClassDefFoundError: cpw/mods/fml/relauncher/IFMLLoadingPlugin
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_25]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_25]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_25]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:455) ~[?:1.8.0_25]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:73) ~[?:1.8.0_25]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:367) ~[?:1.8.0_25]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.8.0_25]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:360) ~[?:1.8.0_25]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]
    at java.lang.Class.forName(Class.java:344) ~[?:1.8.0_25]
    at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:536) ~[forge-1.8.9-11.15.1.1808.jar:?]
    at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:416) ~[forge-1.8.9-11.15.1.1808.jar:?]
    at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:246) ~[forge-1.8.9-11.15.1.1808.jar:?]
    at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:95) [forge-1.8.9-11.15.1.1808.jar:?]
    at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:72) [forge-1.8.9-11.15.1.1808.jar:?]
    at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34) [forge-1.8.9-11.15.1.1808.jar:?]
    at net.minecraftforge.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:119) [forge-1.8.9-11.15.1.1808.jar:?]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
    Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.relauncher.IFMLLoadingPlugin
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
    ... 23 more
    Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
    ... 23 more
    Exception in thread "main" [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NoClassDefFoundError: cpw/mods/fml/relauncher/IFMLLoadingPlugin
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.ClassLoader.defineClass1(Native Method)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:455)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.net.URLClassLoader$1.run(URLClassLoader.java:367)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.security.AccessController.doPrivileged(Native Method)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Class.forName0(Native Method)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Class.forName(Class.java:344)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:536)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:416)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:246)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:95)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:72)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:119)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.relauncher.IFMLLoadingPlugin
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 23 more
    [19:17:41] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: Caused by: java.lang.NullPointerException
    [19:17:41] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    [19:17:41] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: ... 25 more

    Posted in: Java Edition Support
  • 0

    posted a message on Repetitive crash

    My minecraft keeps crashing every time i exit a world and click on a new one. I cant figure out how to fix it either. Now it crashes everytime i join the first world after i start it up. This is the crash log. Please help!


    2016-07-11 20:55:20,029 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    2016-07-11 20:55:20,031 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    [20:55:20] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
    [20:55:20] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
    [20:55:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
    [20:55:20] [main/INFO] [FML]: Forge Mod Loader version 12.16.1.1907 for Minecraft 1.9 loading
    [20:55:20] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Users\Brandon\Desktop\runtime\jre-x64\1.8.0_25
    [20:55:20] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.9.0_HD_U_B2_pre.jar
    [20:55:20] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
    [20:55:20] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
    [20:55:20] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
    [20:55:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
    [20:55:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
    [20:55:20] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
    [20:55:20] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
    [20:55:20] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
    [20:55:20] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:275]: OptiFine ClassTransformer
    [20:55:20] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:275]: OptiFine URL: file:/C:/Users/Brandon/AppData/Roaming/.minecraft/mods/OptiFine_1.9.0_HD_U_B2_pre.jar
    [20:55:20] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:275]: OptiFine ZIP file: C:\Users\Brandon\AppData\Roaming\.minecraft\mods\OptiFine_1.9.0_HD_U_B2_pre.jar
    [20:55:20] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:275]: OptiFine Version: OptiFine_1.9_HD_U_B2_pre
    [20:55:20] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:275]: Minecraft Version: 1.9
    [20:55:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
    [20:55:22] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
    [20:55:22] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
    [20:55:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
    [20:55:22] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
    [20:55:23] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
    [20:55:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
    [20:55:23] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
    [20:55:23] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
    2016-07-11 20:55:24,166 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    2016-07-11 20:55:24,186 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    2016-07-11 20:55:24,188 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
    [20:55:24] [main/INFO] [STDOUT]: [net.minecraft.client.main.Main:main:56]: Completely ignored arguments: [--nativeLauncherVersion, 307]
    [20:55:24] [Client thread/INFO]: Setting user: BaKonator751
    [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient
    [20:55:29] [Client thread/INFO]: LWJGL Version: 2.9.4
    [OptiFine]
    [OptiFine] OptiFine_1.9_HD_U_B2_pre
    [OptiFine] Mon Jul 11 20:55:30 EDT 2016
    [OptiFine] OS: Windows 10 (amd64) version 10.0
    [OptiFine] Java: 1.8.0_25, Oracle Corporation
    [OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    [OptiFine] LWJGL: 2.9.4
    [OptiFine] OpenGL: Intel(R) HD Graphics 5500, version 4.4.0 - Build 20.19.15.4331, Intel
    [OptiFine] OpenGL Version: 4.0
    [OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
    [OptiFine] Maximum texture size: 16384x16384
    [OptiFine] Checking for new version
    [Shaders] ShadersMod version: 2.4.12
    [Shaders] OpenGL Version: 4.4.0 - Build 20.19.15.4331
    [Shaders] Vendor: Intel
    [Shaders] Renderer: Intel(R) HD Graphics 5500
    [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0
    [Shaders] GL_MAX_DRAW_BUFFERS: 8
    [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8
    [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32
    [Shaders] Load ShadersMod configuration.
    [Shaders] Loaded shaderpack: SEUS-v10.1-Ultra.zip
    [OptiFine] [WARN] Ambiguous shader option: NORMAL_MAP_MAX_ANGLE
    [OptiFine] [WARN] - in gbuffers_textured_lit.fsh: 0.95
    [OptiFine] [WARN] - in gbuffers_terrain.fsh: 1.0
    [OptiFine] [WARN] Ambiguous shader option: NORMAL_MAP_MAX_ANGLE
    [OptiFine] [WARN] - in gbuffers_textured_lit.fsh, gbuffers_terrain.fsh: 0.95
    [OptiFine] [WARN] - in gbuffers_entities.fsh: 1.0
    [OptiFine] Version found: B5
    [20:55:31] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.9_HD_U_B2_pre, enabling compatibility features
    [20:55:31] [Client thread/INFO] [STDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:200]: ---- Minecraft Crash Report ----

    WARNING: coremods are present:
    Contact their authors BEFORE contacting forge

    // On the bright side, I bought you a teddy bear!

    Time: 7/11/16 8:55 PM
    Description: Loading screen debug info

    This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR

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

    -- System Details --
    Details:
    Minecraft Version: 1.9
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 98991408 bytes (94 MB) / 334266368 bytes (318 MB) up to 4281597952 bytes (4083 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML:
    Loaded coremods (and transformers):
    GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4331' Renderer: 'Intel(R) HD Graphics 5500'
    [20:55:31] [Client thread/INFO] [FML]: MinecraftForge v12.16.1.1907 Initialized
    [20:55:31] [Client thread/INFO] [FML]: Replaced 231 ore recipes
    [20:55:31] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
    [20:55:31] [Client thread/INFO] [FML]: Searching C:\Users\Brandon\AppData\Roaming\.minecraft\mods for mods
    [20:55:34] [Client thread/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
    [20:55:34] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, RTG, worldedit] at CLIENT
    [20:55:34] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, RTG, worldedit] at SERVER
    [20:55:35] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Realistic Terrain Generation, FMLFileResourcePack:WorldEdit, 1.9 Dic And Blaze Flows V2
    [20:55:35] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
    [20:55:35] [Client thread/INFO] [FML]: Found 418 ObjectHolder annotations
    [20:55:35] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
    [20:55:35] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
    [20:55:35] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
    [20:55:36] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
    [20:55:36] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: AHEAD Target: null
    [20:55:36] [Client thread/INFO] [FML]: Applying holder lookups
    [20:55:36] [Client thread/INFO] [FML]: Holder lookups applied
    [20:55:36] [Client thread/INFO] [FML]: Injecting itemstacks
    [20:55:36] [Client thread/INFO] [FML]: Itemstack injection complete
    [OptiFine] *** Reloading textures ***
    [OptiFine] Resource packs: 1.9 Dic And Blaze Flows V2
    [20:55:39] [Sound Library Loader/INFO]: Starting up SoundSystem...
    [OptiFine] Loading mcpatcher/font/ascii.properties
    [20:55:39] [Thread-9/INFO]: Initializing LWJGL OpenAL
    [20:55:39] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
    [20:55:39] [Thread-9/INFO]: OpenAL initialized.
    [20:55:40] [Sound Library Loader/INFO]: Sound engine started
    [OptiFine] Mipmap levels: 4
    [OptiFine] Multitexture: false
    [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
    [20:55:48] [Client thread/INFO]: Created: 16x16 textures-atlas
    [Shaders] allocateTextureMap 4 16 16
    [20:55:50] [Client thread/INFO] [FML]: Injecting itemstacks
    [20:55:50] [Client thread/INFO] [FML]: Itemstack injection complete
    [20:55:50] [Client thread/INFO] [worldedit]: WorldEdit for Forge (version 6.1.2) is loaded
    [20:55:50] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
    [20:55:50] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Realistic Terrain Generation, FMLFileResourcePack:WorldEdit, 1.9 Dic And Blaze Flows V2
    [OptiFine] *** Reloading textures ***
    [OptiFine] Resource packs: 1.9 Dic And Blaze Flows V2
    [20:55:53] [Client thread/INFO]: SoundSystem shutting down...
    [20:55:53] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com
    [20:55:53] [Sound Library Loader/INFO]: Starting up SoundSystem...
    [OptiFine] Loading mcpatcher/font/ascii.properties
    [20:55:53] [Thread-11/INFO]: Initializing LWJGL OpenAL
    [20:55:53] [Thread-11/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
    [20:55:53] [Thread-11/INFO]: OpenAL initialized.
    [20:55:54] [Sound Library Loader/INFO]: Sound engine started
    [OptiFine] Mipmap levels: 4
    [OptiFine] Multitexture: false
    [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties
    [OptiFine] Custom loader: TextureAtlasSprite{name='minecraft:white', frameCount=1, rotated=false, x=0, y=0, height=16, width=16, u0=0.0, u1=1.0, v0=0.0, v1=1.0}
    [20:56:00] [Client thread/INFO]: Created: 4096x4096 textures-atlas
    [Shaders] allocateTextureMap 4 4096 4096
    [OptiFine] *** Reloading custom textures ***
    [OptiFine] Texture animation: mcpatcher/anim/blinkingblacksmith.properties
    [OptiFine] Texture animation: mcpatcher/anim/blinkingbutcher.properties
    [OptiFine] Texture animation: mcpatcher/anim/blinkingfarmer.properties
    [OptiFine] Texture animation: mcpatcher/anim/blinkinglibrarian.properties
    [OptiFine] Texture animation: mcpatcher/anim/blinkingpriest.properties
    [OptiFine] Texture animation: mcpatcher/anim/blinkingvillager.properties
    [OptiFine] Texture animation: mcpatcher/anim/flame.properties
    [OptiFine] Texture animation: mcpatcher/anim/flame2.properties
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/water.png
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/pine.png
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/birch.png
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/swampgrass.png
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/swampfoliage.png
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/sky0.png
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/fog0.png
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/underwater.png
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/stem.png
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/myceliumparticle.png
    [OptiFine] CustomColors: Colormap mcpatcher/lightmap/world0.png
    [OptiFine] CustomColors: Colormap mcpatcher/lightmap/world1.png
    [OptiFine] CustomColors: Loading mcpatcher/color.properties
    [OptiFine] CustomColors: drop.water = c0c0c0
    [OptiFine] CustomColors: lilypad = 67984a
    [OptiFine] CustomColors: text.xpbar = 71b535
    [OptiFine] CustomColors: text.boss = c735c5
    [OptiFine] CustomColors: text.sign = 463428
    [OptiFine] CustomColors: fog.nether = 3e1a0a
    [OptiFine] CustomColors: fog.end = 1a181c
    [OptiFine] CustomColors: sky.end = 1d1d1d
    [OptiFine] CustomColors: Block palette: palette.block.~/colormap/vibrantcyan.png = 35:9 6:1 57 159:9
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/vibrantcyan.png
    [OptiFine] CustomColors: Block palette: palette.block.~/colormap/gravel.png = 13
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/gravel.png
    [OptiFine] CustomColors: Block palette: palette.block.~/colormap/netherblack.png = 113
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/netherblack.png
    [OptiFine] CustomColors: Block palette: palette.block.~/colormap/vibrantgreen.png = 35:5 35:13 133 83 6:2 103 159:5 159:13
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/vibrantgreen.png
    [OptiFine] CustomColors: Block palette: palette.block.~/colormap/stone.png = 1 14 15 16 21 56 73 74 97:0 129
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/stone.png
    [OptiFine] CustomColors: Block palette: palette.block.~/colormap/vibrantpink.png = 35:2 35:6 35:10 35:14 6:0 6:3 123 159:2 159:6 159:10 159:14
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/vibrantpink.png
    [OptiFine] CustomColors: Block palette: palette.block.~/colormap/sand.png = 12
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/sand.png
    [OptiFine] CustomColors: Block palette: palette.block.~/colormap/vibrantblue.png = 35:3 35:11 22 159:3 159:11
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/vibrantblue.png
    [OptiFine] CustomColors: Block palette: palette.block.~/colormap/vibrantyellow.png = 35:1 35:4 35:12 86 41 89 124 81 159:1 159:4 159:12
    [OptiFine] CustomColors: Colormap mcpatcher/colormap/vibrantyellow.png
    [OptiFine] CustomColors: Spawn egg shell colors: 24
    [OptiFine] CustomColors: Spawn egg spot colors: 24
    [OptiFine] [WARN] CustomColors: Invalid color: collar.lightBlue =
    [OptiFine] CustomColors: Wolf collar colors: 15
    [OptiFine] CustomColors: Sheep colors: 16
    [OptiFine] CustomColors: Map colors: 14
    [OptiFine] CustomColors: Potion colors: 20
    [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky1.properties
    [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky2.properties
    [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky3.properties
    [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky4.properties
    [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky5.properties
    [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky6.properties
    [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky7.properties
    [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky8.properties
    [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky9.properties
    [OptiFine] CustomSky properties: mcpatcher/sky/world0/sky10.properties
    [OptiFine] Texture pack clouds: fast
    [20:56:17] [Server thread/INFO]: Starting integrated minecraft server version 1.9
    [20:56:17] [Server thread/INFO]: Generating keypair
    [20:56:18] [Server thread/INFO] [FML]: Injecting existing block and item data into this server instance
    [20:56:18] [Server thread/INFO] [FML]: Applying holder lookups
    [20:56:18] [Server thread/INFO] [FML]: Holder lookups applied
    [20:56:18] [Server thread/INFO] [FML]: Loading dimension 0 (Dont Stop That Roll 2) (net.minecraft.server.integrated.IntegratedServer@75a39e97)
    [20:56:18] [Server thread/INFO] [FML]: Loading dimension 1 (Dont Stop That Roll 2) (net.minecraft.server.integrated.IntegratedServer@75a39e97)
    [20:56:18] [Server thread/INFO] [FML]: Loading dimension -1 (Dont Stop That Roll 2) (net.minecraft.server.integrated.IntegratedServer@75a39e97)
    [20:56:18] [Server thread/INFO]: Preparing start region for level 0
    [20:56:19] [Server thread/INFO]: Changing view distance to 13, from 10
    [20:56:21] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2
    [20:56:21] [Netty Server IO #1/INFO] [FML]: Client protocol version 2
    [20:56:21] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 5 mods : [email protected],[email protected],[email protected],[email protected],[email protected]
    [20:56:21] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established
    [20:56:21] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
    [20:56:21] [Server thread/INFO]: BaKonator751[local:E:fa6b65b7] logged in with entity id 0 at (-5.5, 99.0, -9.5)
    [20:56:21] [Server thread/INFO]: BaKonator751 joined the game
    [20:56:23] [Client thread/INFO]: [CHAT] A new §eOptiFine§f version is available: §eHD Ultra B5§f
    [Shaders] Program loaded: gbuffers_basic
    [Shaders] Program loaded: gbuffers_textured
    [Shaders][SEVERE] Error linking program: 12
    [Shaders] Info log: /shaders/gbuffers_textured_lit.vsh, /shaders/gbuffers_textured_lit.fsh
    The fragment shader uses varying distance, but previous shader does not write to it.
    Out of resource error.

    GL error 0x0502: Invalid operation at useProgram gbuffers_textured_lit
    GL error 0x0501: Invalid value at useProgram gbuffers_textured_lit
    [Shaders][SEVERE] [Shaders] Error: Invalid program "gbuffers_textured_lit"
    [20:56:23] [Client thread/INFO]: [CHAT] [Shaders] Error: Invalid program "gbuffers_textured_lit"
    [20:56:23] [Server thread/INFO]: Saving and pausing game...
    [Shaders] Program loaded: gbuffers_skybasic
    [Shaders] Program loaded: gbuffers_skytextured
    [20:56:23] [Server thread/INFO]: Saving chunks for level 'Dont Stop That Roll 2'/Overworld
    [20:56:23] [Server thread/INFO]: Saving chunks for level 'Dont Stop That Roll 2'/Nether
    [20:56:23] [Server thread/INFO]: Saving chunks for level 'Dont Stop That Roll 2'/The End
    [Shaders] Program loaded: gbuffers_terrain
    [Shaders] Program loaded: gbuffers_water
    [Shaders] Program loaded: gbuffers_entities
    [Shaders] Program loaded: gbuffers_hand
    [Shaders] Program loaded: gbuffers_weather
    [Shaders] Shadow map resolution: 4096
    [Shaders] Shadow map distance: 180.0f
    [Shaders] Shadow map interval size: 4.0f
    [Shaders] Hardware shadow filtering enabled.
    [Shaders] gcolor format: RGB16
    [Shaders] gdepth format: RGB8
    [Shaders] gnormal format: RGB16
    [Shaders] composite format: RGB8
    [Shaders] Eye brightness halflife: 10.0f
    [Shaders] Center depth halflife: 2.0f
    [Shaders] Wetness halflife: 100.0f
    [Shaders] Dryness halflife: 40.0f
    [Shaders] Sun path rotation: -40.0f
    [Shaders] AO Level: 0.5f
    [Shaders] Noise texture enabled
    [Shaders] Noise texture resolution: 64
    [Shaders] Program loaded: composite
    [Shaders] gcolor mipmap enabled for /shaders/composite1.fsh
    [Shaders] composite mipmap enabled for /shaders/composite1.fsh
    [Shaders] Program loaded: composite1
    [Shaders] gnormal mipmap enabled for /shaders/composite2.fsh
    [Shaders] Program loaded: composite2
    [Shaders] Program loaded: final
    [Shaders] Program loaded: shadow
    [Shaders] usedColorBuffers: 4
    [Shaders] usedDepthBuffers: 1
    [Shaders] usedShadowColorBuffers: 0
    [Shaders] usedShadowDepthBuffers: 1
    [Shaders] usedColorAttachs: 4
    [Shaders] usedDrawBuffers: 4
    [Shaders] Framebuffer created.
    [Shaders] Shadow framebuffer created.
    [Shaders] Reset world renderers
    [Shaders] Reset model renderers
    [OptiFine] [WARN] *** IllegalArgumentException ***
    [OptiFine] [WARN] Method: public boolean net.minecraft.block.Block.canRenderInLayer(net.minecraft.util.BlockRenderLayer)
    [OptiFine] [WARN] Object: Block{minecraft:stone}
    [OptiFine] [WARN] Parameter classes: class net.minecraft.block.state.BlockStateContainer$StateImplementation, class net.minecraft.util.BlockRenderLayer
    [OptiFine] [WARN] Parameters: minecraft:stone[variant=stone], Solid
    [OptiFine] [WARN] *** Exception outside of method ***
    [OptiFine] [WARN] Method deactivated: public boolean net.minecraft.block.Block.canRenderInLayer(net.minecraft.util.BlockRenderLayer)
    [20:56:26] [Chunk Batcher 0/INFO] [STDERR]: [Reflector:handleException:861]: java.lang.IllegalArgumentException: wrong number of arguments
    [20:56:26] [Chunk Batcher 0/INFO] [STDERR]: [Reflector:handleException:861]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [20:56:26] [Chunk Batcher 0/INFO] [STDERR]: [Reflector:handleException:861]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    [20:56:26] [Chunk Batcher 0/INFO] [STDERR]: [Reflector:handleException:861]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [20:56:26] [Chunk Batcher 0/INFO] [STDERR]: [Reflector:handleException:861]: at java.lang.reflect.Method.invoke(Method.java:483)
    [20:56:26] [Chunk Batcher 0/INFO] [STDERR]: [Reflector:handleException:861]: at Reflector.callBoolean(Reflector.java:497)
    [20:56:26] [Chunk Batcher 0/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:242)
    [20:56:26] [Chunk Batcher 0/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(ChunkRenderWorker.java:121)
    [20:56:26] [Chunk Batcher 0/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:45)
    [20:56:26] [Chunk Batcher 0/INFO] [STDERR]: [Reflector:handleException:861]: at java.lang.Thread.run(Thread.java:745)
    [OptiFine] [WARN] *** IllegalArgumentException ***
    [OptiFine] [WARN] [OptiFine] [WARN] Method: public static float net.minecraftforge.client.model.pipeline.LightUtil.diffuseLight(float,float,float)
    [OptiFine] [WARN] *** IllegalArgumentException ***
    [OptiFine] [WARN] [OptiFine] [WARN] Method: public static float net.minecraftforge.client.model.pipeline.LightUtil.diffuseLight(float,float,float)
    *** IllegalArgumentException ***
    [OptiFine] [WARN] Object: null
    Object: null
    [OptiFine] [WARN] Parameter classes: class net.minecraft.util.EnumFacing
    [OptiFine] [WARN] Method: public static float net.minecraftforge.client.model.pipeline.LightUtil.diffuseLight(float,float,float)
    [OptiFine] [WARN] Object: null
    [OptiFine] [WARN] Parameters: north
    [OptiFine] [WARN] *** Exception outside of method ***
    [OptiFine] [WARN] Parameter classes: class net.minecraft.util.EnumFacing
    [OptiFine] [WARN] Method deactivated: public static float net.minecraftforge.client.model.pipeline.LightUtil.diffuseLight(float,float,float)
    [OptiFine] [WARN] Parameter classes: class net.minecraft.util.EnumFacing
    [OptiFine] [WARN] Parameters: north
    [OptiFine] [WARN] *** Exception outside of method ***
    [OptiFine] [WARN] Method deactivated: null
    [20:56:26] [Chunk Batcher 2/INFO] [STDERR]: [Reflector:handleException:861]: java.lang.IllegalArgumentException: wrong number of arguments
    [OptiFine] [WARN] Parameters: west
    [OptiFine] [WARN] *** Exception outside of method ***
    [OptiFine] [WARN] Method deactivated: null
    [20:56:26] [Chunk Batcher 2/INFO] [STDERR]: [Reflector:handleException:861]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [20:56:26] [Chunk Batcher 2/INFO] [STDERR]: [Reflector:handleException:861]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    [20:56:26] [Chunk Batcher 2/INFO] [STDERR]: [Reflector:handleException:861]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [20:56:26] [Chunk Batcher 2/INFO] [STDERR]: [Reflector:handleException:861]: at java.lang.reflect.Method.invoke(Method.java:483)
    [20:56:26] [Chunk Batcher 2/INFO] [STDERR]: [Reflector:handleException:861]: at Reflector.callFloat(Reflector.java:377)
    [20:56:26] [Chunk Batcher 2/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.BlockModelRenderer.renderQuadsSmooth(BlockModelRenderer.java:284)
    [20:56:26] [Chunk Batcher 2/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:126)
    [20:56:26] [Chunk Batcher 2/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:88)
    [20:56:26] [Chunk Batcher 2/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:85)
    [20:56:26] [Chunk Batcher 2/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:64)
    [20:56:26] [Chunk Batcher 2/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
    [20:56:26] [Chunk Batcher 2/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:269)
    [20:56:26] [Chunk Batcher 2/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(ChunkRenderWorker.java:121)
    [20:56:26] [Chunk Batcher 2/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:45)
    [20:56:26] [Chunk Batcher 2/INFO] [STDERR]: [Reflector:handleException:861]: at java.lang.Thread.run(Thread.java:745)
    [20:56:26] [Chunk Batcher 3/INFO] [STDERR]: [Reflector:handleException:861]: java.lang.IllegalArgumentException: wrong number of arguments
    [20:56:26] [Chunk Batcher 3/INFO] [STDERR]: [Reflector:handleException:861]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [20:56:26] [Chunk Batcher 3/INFO] [STDERR]: [Reflector:handleException:861]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    [20:56:26] [Chunk Batcher 3/INFO] [STDERR]: [Reflector:handleException:861]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [20:56:26] [Chunk Batcher 3/INFO] [STDERR]: [Reflector:handleException:861]: at java.lang.reflect.Method.invoke(Method.java:483)
    [20:56:26] [Chunk Batcher 3/INFO] [STDERR]: [Reflector:handleException:861]: at Reflector.callFloat(Reflector.java:377)
    [20:56:26] [Chunk Batcher 3/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.BlockModelRenderer.renderQuadsSmooth(BlockModelRenderer.java:284)
    [20:56:26] [Chunk Batcher 3/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:126)
    [20:56:26] [Chunk Batcher 3/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:88)
    [20:56:26] [Chunk Batcher 3/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:85)
    [20:56:26] [Chunk Batcher 3/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:64)
    [20:56:26] [Chunk Batcher 3/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
    [20:56:26] [Chunk Batcher 3/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:269)
    [20:56:26] [Chunk Batcher 3/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(ChunkRenderWorker.java:121)
    [20:56:26] [Chunk Batcher 3/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:45)
    [20:56:26] [Chunk Batcher 3/INFO] [STDERR]: [Reflector:handleException:861]: at java.lang.Thread.run(Thread.java:745)
    [20:56:26] [Chunk Batcher 1/INFO] [STDERR]: [Reflector:handleException:861]: java.lang.IllegalArgumentException: wrong number of arguments
    [20:56:26] [Chunk Batcher 1/INFO] [STDERR]: [Reflector:handleException:861]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [20:56:26] [Chunk Batcher 1/INFO] [STDERR]: [Reflector:handleException:861]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    [20:56:26] [Chunk Batcher 1/INFO] [STDERR]: [Reflector:handleException:861]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [20:56:26] [Chunk Batcher 1/INFO] [STDERR]: [Reflector:handleException:861]: at java.lang.reflect.Method.invoke(Method.java:483)
    [20:56:26] [Chunk Batcher 1/INFO] [STDERR]: [Reflector:handleException:861]: at Reflector.callFloat(Reflector.java:377)
    [20:56:26] [Chunk Batcher 1/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.BlockModelRenderer.renderQuadsSmooth(BlockModelRenderer.java:284)
    [20:56:26] [Chunk Batcher 1/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:126)
    [20:56:26] [Chunk Batcher 1/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:88)
    [20:56:26] [Chunk Batcher 1/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:85)
    [20:56:26] [Chunk Batcher 1/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:64)
    [20:56:26] [Chunk Batcher 1/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:81)
    [20:56:26] [Chunk Batcher 1/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:269)
    [20:56:26] [Chunk Batcher 1/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(ChunkRenderWorker.java:121)
    [20:56:26] [Chunk Batcher 1/INFO] [STDERR]: [Reflector:handleException:861]: at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:45)
    [20:56:26] [Chunk Batcher 1/INFO] [STDERR]: [Reflector:handleException:861]: at java.lang.Thread.run(Thread.java:745)
    [20:56:27] [Server thread/INFO]: Saving and pausing game...
    [20:56:27] [Server thread/INFO]: Saving chunks for level 'Dont Stop That Roll 2'/Overworld
    [20:56:27] [Server thread/INFO]: Saving chunks for level 'Dont Stop That Roll 2'/Nether
    [20:56:27] [Server thread/INFO]: Saving chunks for level 'Dont Stop That Roll 2'/The End
    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff8979b6b43, pid=5300, tid=8600
    #
    # JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # C [ig8icd64.dll+0x16b43]
    #
    # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
    #
    # An error report file with more information is saved as:
    # C:\Users\Brandon\AppData\Roaming\.minecraft\hs_err_pid5300.log
    #
    # If you would like to submit a bug report, please visit:
    # http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    #
    AL lib: (EE) alc_cleanup: 1 device not closed
    Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

    Posted in: Java Edition Support
  • To post a comment, please .