So my game was working a few months ago, but now I keep getting this error. I've tried reinstalling the forge and mods and that didn't work. I've tried just installing the forge and running it with no mods and that didn't work...I'm got no idea what to do and I just wanna play dragonball in my minecraft lol. The log is in the spoiler. Thanks in advance.
Put your spoiler here.
[21:54:44] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[21:54:44] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[21:54:44] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[21:54:44] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[21:54:44] [main/INFO]: Forge Mod Loader version 7.10.141.1403 for Minecraft 1.7.10 loading
[21:54:44] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at D:\runtime\jre-x64\1.8.0_25
[21:54:44] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:54:44] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[21:54:44] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:54:44] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:54:44] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:54:45] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[21:54:45] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[21:54:45] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:54:45] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[21:54:45] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[21:54:45] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[21:54:47] [Client thread/INFO]: [tv.twitch.StandardCoreAPI:<init>:16]: If on Windows, make sure to provide all of the necessary dll's as specified in the twitchsdk README. Also, make sure to set the PATH environment variable to point to the directory containing the dll's.
[21:54:47] [Client thread/INFO]: [cpw.mods.fml.client.SplashProgress:start:178]: ---- Minecraft Crash Report ----// Why is it breaking
Time: 11/14/17 9:54 PMDescription: Loading screen debug info
java.lang.Throwable at cpw.mods.fml.client.SplashProgress.start(SplashProgress.java:177) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:191) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) 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:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- System Details --Details: Minecraft Version: 1.7.10 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: 112902048 bytes (107 MB) / 167772160 bytes (160 MB) up to 1073741824 bytes (1024 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 387.92' Renderer: 'GeForce GTX 1070/PCIe/SSE2'
[21:54:47] [Client thread/INFO]: Attempting early MinecraftForge initialization
[21:54:51] [Thread-8/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:54:53] [Thread-10/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:54:53] [Client thread/ERROR]: Couldn't toggle fullscreenjava.lang.IllegalStateException: From thread Thread[Client thread,5,main]: Thread[Thread-6,5,main] already has the context current at org.lwjgl.opengl.ContextGL.checkAccess(ContextGL.java:184) ~[lwjgl-2.9.1.jar:?] at org.lwjgl.opengl.ContextGL.makeCurrent(ContextGL.java:189) ~[lwjgl-2.9.1.jar:?] at org.lwjgl.opengl.DrawableGL.makeCurrent(DrawableGL.java:110) ~[lwjgl-2.9.1.jar:?] at org.lwjgl.opengl.Display.makeCurrent(Display.java:706) ~[lwjgl-2.9.1.jar:?] at org.lwjgl.opengl.Display.makeCurrentAndSetSwapInterval(Display.java:1025) ~[lwjgl-2.9.1.jar:?] at org.lwjgl.opengl.Display.setDisplayMode(Display.java:251) ~[lwjgl-2.9.1.jar:?] at net.minecraft.client.Minecraft.func_110441_Q(Minecraft.java:699) ~[bao.class:?] at net.minecraft.client.Minecraft.func_71352_k(Minecraft.java:1490) [bao.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:571) [bao.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?] at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?][21:54:53] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:54:53] [Sound Library Loader/INFO]: Sound engine started
[21:55:12] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[21:55:56] [Client thread/FATAL]: Unreported exception thrown!java.lang.IndexOutOfBoundsException at java.nio.Buffer.checkIndex(Buffer.java:540) ~[?:1.8.0_25] at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253) ~[?:1.8.0_25] at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350) ~[bma.class:?] at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294) ~[bma.class:?] at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216) ~[bao.class:?] at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146) ~[bao.class:?] at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240) ~[bjb.class:?] at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70) ~[hd.class:?] at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13) ~[hd.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2061) ~[bao.class:?] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) ~[bao.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?] at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?][21:55:56] [Client thread/INFO]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----// My bad.
Time: 11/14/17 9:55 PMDescription: Unexpected error
java.lang.IndexOutOfBoundsException at java.nio.Buffer.checkIndex(Buffer.java:540) at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253) at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350) at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294) at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216) at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146) at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240) at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70) at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2061) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) 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:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- Head --Stacktrace: at java.nio.Buffer.checkIndex(Buffer.java:540) at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253) at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350) at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294) at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216) at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146) at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240) at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70) at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Affected level --Details: Level name: MpServer All players: 0 total; [] Chunk stats: MultiplayerChunkCache: 0, 0 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 0 game time, 0 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false Forced entities: 0 total; [] Retry entities: 0 total; [] Server brand: ~~ERROR~~ NullPointerException: null Server type: Integrated singleplayer serverStacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927) 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:483) 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_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 157137688 bytes (149 MB) / 637534208 bytes (608 MB) up to 1073741824 bytes (1024 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 FML: MCP v9.05 FML v7.10.141.1403 Minecraft Forge 10.13.3.1403 6 mods loaded, 6 mods active mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FML{7.10.141.1403} [Forge Mod Loader] (forge-1.7.10-10.13.3.1403-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forge{10.13.3.1403} [Minecraft Forge] (forge-1.7.10-10.13.3.1403-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available jinryuujrmcore{1.3.4} [JinRyuu's JRMCore] (JRMCore-v1.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available jinryuudragonblockc{1.4.44} [Dragon Block C] (DragonBlockC-v1.4.44.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available jinryuubetterrenderaddon{1.6.27} [JinRyuu's Better Render Addon] (JBRA-Client-v1.6.27.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 387.92' Renderer: 'GeForce GTX 1070/PCIe/SSE2' Launched Version: 1.7.10-Forge10.13.3.1403-1.7.10 LWJGL: 2.9.1 OpenGL: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 387.92, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing.Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.Anisotropic filtering is supported and maximum anisotropy is 16.Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [] Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Anisotropic Filtering: Off (1)[21:55:56] [Client thread/INFO]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\lucia\AppData\Roaming\.minecraft\crash-reports\crash-2017-11-14_21.55.56-client.txt
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
So my game was working a few months ago, but now I keep getting this error. I've tried reinstalling the forge and mods and that didn't work. I've tried just installing the forge and running it with no mods and that didn't work...I'm got no idea what to do and I just wanna play dragonball in my minecraft lol. The log is in the spoiler. Thanks in advance.
Put your spoiler here.
[21:54:44] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[21:54:44] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[21:54:44] [main/INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[21:54:44] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[21:54:44] [main/INFO]: Forge Mod Loader version 7.10.141.1403 for Minecraft 1.7.10 loading
[21:54:44] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at D:\runtime\jre-x64\1.8.0_25
[21:54:44] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:54:44] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[21:54:44] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:54:44] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[21:54:44] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:54:45] [main/INFO]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[21:54:45] [main/INFO]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[21:54:45] [main/INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[21:54:45] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[21:54:45] [main/INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[21:54:45] [main/INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[21:54:45] [main/INFO]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[21:54:46] [main/INFO]: Setting user: Poirier85
[21:54:46] [Client thread/INFO]: LWJGL Version: 2.9.1
[21:54:47] [Client thread/INFO]: [tv.twitch.StandardCoreAPI:<init>:16]: If on Windows, make sure to provide all of the necessary dll's as specified in the twitchsdk README. Also, make sure to set the PATH environment variable to point to the directory containing the dll's.
[21:54:47] [Client thread/ERROR]: Couldn't initialize twitch stream
[21:54:47] [Client thread/INFO]: [cpw.mods.fml.client.SplashProgress:start:178]: ---- Minecraft Crash Report ----// Why is it breaking
Time: 11/14/17 9:54 PMDescription: Loading screen debug info
java.lang.Throwable at cpw.mods.fml.client.SplashProgress.start(SplashProgress.java:177) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:191) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) 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:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- System Details --Details: Minecraft Version: 1.7.10 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: 112902048 bytes (107 MB) / 167772160 bytes (160 MB) up to 1073741824 bytes (1024 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 387.92' Renderer: 'GeForce GTX 1070/PCIe/SSE2'
[21:54:47] [Client thread/INFO]: Attempting early MinecraftForge initialization
[21:54:47] [Client thread/INFO]: MinecraftForge v10.13.3.1403 Initialized
[21:54:47] [Client thread/INFO]: Replaced 183 ore recipies
[21:54:47] [Client thread/INFO]: Preloading CrashReport classes
[21:54:47] [Client thread/INFO]: net.minecraft.world.World$1
[21:54:47] [Client thread/INFO]: net.minecraft.world.World$2
[21:54:47] [Client thread/INFO]: net.minecraft.world.World$3
[21:54:47] [Client thread/INFO]: net.minecraft.world.World$4
[21:54:47] [Client thread/INFO]: net.minecraft.world.chunk.Chunk$1
[21:54:47] [Client thread/INFO]: net.minecraft.crash.CrashReportCategory$1
[21:54:47] [Client thread/INFO]: net.minecraft.crash.CrashReportCategory$2
[21:54:47] [Client thread/INFO]: net.minecraft.crash.CrashReportCategory$3
[21:54:47] [Client thread/INFO]: net.minecraft.entity.Entity$1
[21:54:47] [Client thread/INFO]: net.minecraft.entity.Entity$2
[21:54:47] [Client thread/INFO]: net.minecraft.entity.EntityTracker$1
[21:54:47] [Client thread/INFO]: net.minecraft.world.gen.layer.GenLayer$1
[21:54:47] [Client thread/INFO]: net.minecraft.world.gen.layer.GenLayer$2
[21:54:47] [Client thread/INFO]: net.minecraft.entity.player.InventoryPlayer$1
[21:54:47] [Client thread/INFO]: net.minecraft.world.gen.structure.MapGenStructure$1
[21:54:47] [Client thread/INFO]: net.minecraft.world.gen.structure.MapGenStructure$2
[21:54:47] [Client thread/INFO]: net.minecraft.world.gen.structure.MapGenStructure$3
[21:54:47] [Client thread/INFO]: net.minecraft.server.MinecraftServer$3
[21:54:47] [Client thread/INFO]: net.minecraft.server.MinecraftServer$4
[21:54:47] [Client thread/INFO]: net.minecraft.server.MinecraftServer$5
[21:54:47] [Client thread/INFO]: net.minecraft.nbt.NBTTagCompound$1
[21:54:47] [Client thread/INFO]: net.minecraft.nbt.NBTTagCompound$2
[21:54:47] [Client thread/INFO]: net.minecraft.network.NetHandlerPlayServer$2
[21:54:47] [Client thread/INFO]: net.minecraft.network.NetworkSystem$3
[21:54:47] [Client thread/INFO]: net.minecraft.tileentity.TileEntity$1
[21:54:47] [Client thread/INFO]: net.minecraft.tileentity.TileEntity$2
[21:54:47] [Client thread/INFO]: net.minecraft.tileentity.TileEntity$3
[21:54:47] [Client thread/INFO]: net.minecraft.world.storage.WorldInfo$1
[21:54:47] [Client thread/INFO]: net.minecraft.world.storage.WorldInfo$2
[21:54:47] [Client thread/INFO]: net.minecraft.world.storage.WorldInfo$3
[21:54:47] [Client thread/INFO]: net.minecraft.world.storage.WorldInfo$4
[21:54:47] [Client thread/INFO]: net.minecraft.world.storage.WorldInfo$5
[21:54:47] [Client thread/INFO]: net.minecraft.world.storage.WorldInfo$6
[21:54:47] [Client thread/INFO]: net.minecraft.world.storage.WorldInfo$7
[21:54:47] [Client thread/INFO]: net.minecraft.world.storage.WorldInfo$8
[21:54:47] [Client thread/INFO]: net.minecraft.world.storage.WorldInfo$9
[21:54:47] [Client thread/INFO]: net.minecraft.client.Minecraft$3
[21:54:47] [Client thread/INFO]: net.minecraft.client.Minecraft$4
[21:54:47] [Client thread/INFO]: net.minecraft.client.Minecraft$5
[21:54:47] [Client thread/INFO]: net.minecraft.client.Minecraft$6
[21:54:47] [Client thread/INFO]: net.minecraft.client.Minecraft$7
[21:54:47] [Client thread/INFO]: net.minecraft.client.Minecraft$8
[21:54:47] [Client thread/INFO]: net.minecraft.client.Minecraft$9
[21:54:47] [Client thread/INFO]: net.minecraft.client.Minecraft$10
[21:54:47] [Client thread/INFO]: net.minecraft.client.Minecraft$11
[21:54:47] [Client thread/INFO]: net.minecraft.client.Minecraft$12
[21:54:47] [Client thread/INFO]: net.minecraft.client.Minecraft$13
[21:54:47] [Client thread/INFO]: net.minecraft.client.Minecraft$14
[21:54:47] [Client thread/INFO]: net.minecraft.client.Minecraft$15
[21:54:47] [Client thread/INFO]: net.minecraft.client.multiplayer.WorldClient$1
[21:54:47] [Client thread/INFO]: net.minecraft.client.multiplayer.WorldClient$2
[21:54:47] [Client thread/INFO]: net.minecraft.client.multiplayer.WorldClient$3
[21:54:47] [Client thread/INFO]: net.minecraft.client.multiplayer.WorldClient$4
[21:54:47] [Client thread/INFO]: net.minecraft.client.particle,EffectRenderer$1
[21:54:47] [Client thread/INFO]: net.minecraft.client.particle,EffectRenderer$2
[21:54:47] [Client thread/INFO]: net.minecraft.client.particle,EffectRenderer$3
[21:54:47] [Client thread/INFO]: net.minecraft.client.particle,EffectRenderer$4
[21:54:47] [Client thread/INFO]: net.minecraft.client.renderer.EntityRenderer$1
[21:54:47] [Client thread/INFO]: net.minecraft.client.renderer.EntityRenderer$2
[21:54:47] [Client thread/INFO]: net.minecraft.client.renderer.EntityRenderer$3
[21:54:47] [Client thread/INFO]: net.minecraft.server.integrated.IntegratedServer$1
[21:54:47] [Client thread/INFO]: net.minecraft.server.integrated.IntegratedServer$2
[21:54:47] [Client thread/INFO]: net.minecraft.client.renderer.RenderGlobal$1
[21:54:47] [Client thread/INFO]: net.minecraft.client.renderer.entity.RenderItem$1
[21:54:47] [Client thread/INFO]: net.minecraft.client.renderer.entity.RenderItem$2
[21:54:47] [Client thread/INFO]: net.minecraft.client.renderer.entity.RenderItem$3
[21:54:47] [Client thread/INFO]: net.minecraft.client.renderer.entity.RenderItem$4
[21:54:47] [Client thread/INFO]: net.minecraft.client.renderer.texture.TextureAtlasSprite$1
[21:54:47] [Client thread/INFO]: net.minecraft.client.renderer.texture.TextureManager$1
[21:54:47] [Client thread/INFO]: net.minecraft.client.renderer.texture.TextureMap$1
[21:54:47] [Client thread/INFO]: net.minecraft.client.renderer.texture.TextureMap$2
[21:54:47] [Client thread/INFO]: net.minecraft.client.renderer.texture.TextureMap$3
[21:54:47] [Client thread/INFO]: Completed early MinecraftForge initialization
[21:54:47] [Client thread/INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[21:54:47] [Client thread/INFO]: Searching C:\Users\lucia\AppData\Roaming\.minecraft\mods for mods
[21:54:47] [Client thread/INFO]: Also searching C:\Users\lucia\AppData\Roaming\.minecraft\mods\1.7.10 for mods
[21:54:49] [Client thread/INFO]: Attempting to reparse the mod container DragonBlockC-v1.4.44.jar
[21:54:50] [Client thread/INFO]: Attempting to reparse the mod container JBRA-Client-v1.6.27.jar
[21:54:50] [Client thread/INFO]: Attempting to reparse the mod container JRMCore-v1.3.4.jar
[21:54:50] [Client thread/INFO]: Forge Mod Loader has identified 6 mods to load
[21:54:50] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, jinryuudragonblockc, jinryuubetterrenderaddon, jinryuujrmcore] at CLIENT
[21:54:50] [Client thread/INFO]: Attempting connection with missing mods [mcp, FML, Forge, jinryuudragonblockc, jinryuubetterrenderaddon, jinryuujrmcore] at SERVER
[21:54:50] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Dragon Block C, FMLFileResourcePack:JinRyuu's Better Render Addon, FMLFileResourcePack:JinRyuu's JRMCore
[21:54:50] [Client thread/INFO]: Processing ObjectHolder annotations
[21:54:50] [Client thread/INFO]: Found 341 ObjectHolder annotations
[21:54:50] [Client thread/INFO]: Configured a dormant chunk cache size of 0
[21:54:50] [Client thread/INFO]: Current Version 1.3.4
[21:54:50] [Client thread/INFO]: Copyright (c) Tamas 'JinRyuu' Nagy, 2012-2017[21:54:50] [Client thread/INFO]: http://jingames.net/[21:54:51] [Client thread/INFO]: Pre Initialization Complated
[21:54:51] [Client thread/INFO]: Current Version 1.4.44
[21:54:51] [Client thread/INFO]: Copyright (c) Tamas 'JinRyuu' Nagy, 2012-2017
[21:54:51] [Client thread/INFO]: http://jingames.net
[21:54:51] [Client thread/INFO]: Pre Initialization Complated
[21:54:51] [Client thread/INFO]: Applying holder lookups
[21:54:51] [Client thread/INFO]: Holder lookups applied
[21:54:51] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:54:51] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[21:54:51] [Thread-8/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[21:54:51] [Thread-8/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:54:51] [Thread-8/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[21:54:51] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:54:51] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:54:51] [Sound Library Loader/INFO]: Sound engine started
[21:54:51] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.InstantiationException
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:103)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:85)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at JinRyuu.JRMCore.mod_JRMCore.load(mod_JRMCore.java:146)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:713)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:309)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: java.lang.InstantiationException
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:103)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:85)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at JinRyuu.JRMCore.mod_JRMCore.load(mod_JRMCore.java:148)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at com.google.common.eventbus.EventBus.post(EventBus.java:275)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.common.Loader.initializeMods(Loader.java:713)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:309)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.client.main.Main.main(SourceFile:148)[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at java.lang.reflect.Method.invoke(Method.java:483)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[21:54:52] [Client thread/INFO]: [java.lang.Throwable$WrappedPrintStream:println:748]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)[21:54:52] [Client thread/WARN]: Redundant call to BiomeDictionary.registerAllBiomes ignored
[21:54:52] [Client thread/INFO]: Initialization Completed
[21:54:52] [Client thread/INFO]: 69 Entities Loaded!
[21:54:52] [Client thread/INFO]: Max Memory: 1073M
[21:54:52] [Client thread/INFO]: Initialization Completed
[21:54:52] [Client thread/INFO]: Fully Loaded!
[21:54:52] [Client thread/INFO]: Enjoy ^^
[21:54:52] [Client thread/INFO]: Fully Loaded!
[21:54:52] [Client thread/INFO]: Have a good game!
[21:54:52] [Client thread/INFO]: Fight For Your Life ^^
[21:54:52] [Client thread/INFO]: Forge Mod Loader has successfully loaded 6 mods
[21:54:52] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Dragon Block C, FMLFileResourcePack:JinRyuu's Better Render Addon, FMLFileResourcePack:JinRyuu's JRMCore
[21:54:53] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[21:54:53] [Client thread/INFO]: Created: 512x256 textures/items-atlas
[21:54:53] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:54:53] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[21:54:53] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:importantMessage:90]: Author: Paul Lamb, www.paulscode.com
[21:54:53] [Client thread/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:54:53] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:54:53] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[21:54:53] [Thread-10/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[21:54:53] [Thread-10/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:54:53] [Thread-10/INFO]: [paulscode.sound.SoundSystemLogger:message:69]: OpenAL initialized.
[21:54:53] [Client thread/ERROR]: Couldn't toggle fullscreenjava.lang.IllegalStateException: From thread Thread[Client thread,5,main]: Thread[Thread-6,5,main] already has the context current at org.lwjgl.opengl.ContextGL.checkAccess(ContextGL.java:184) ~[lwjgl-2.9.1.jar:?] at org.lwjgl.opengl.ContextGL.makeCurrent(ContextGL.java:189) ~[lwjgl-2.9.1.jar:?] at org.lwjgl.opengl.DrawableGL.makeCurrent(DrawableGL.java:110) ~[lwjgl-2.9.1.jar:?] at org.lwjgl.opengl.Display.makeCurrent(Display.java:706) ~[lwjgl-2.9.1.jar:?] at org.lwjgl.opengl.Display.makeCurrentAndSetSwapInterval(Display.java:1025) ~[lwjgl-2.9.1.jar:?] at org.lwjgl.opengl.Display.setDisplayMode(Display.java:251) ~[lwjgl-2.9.1.jar:?] at net.minecraft.client.Minecraft.func_110441_Q(Minecraft.java:699) ~[bao.class:?] at net.minecraft.client.Minecraft.func_71352_k(Minecraft.java:1490) [bao.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:571) [bao.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?] at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?][21:54:53] [Sound Library Loader/INFO]: [paulscode.sound.SoundSystemLogger:message:69]:
[21:54:53] [Sound Library Loader/INFO]: Sound engine started
[21:55:12] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
[21:55:12] [Server thread/INFO]: Generating keypair
[21:55:12] [Server thread/INFO]: Converting map!
[21:55:12] [Server thread/INFO]: Scanning folders...
[21:55:12] [Server thread/INFO]: Total conversion count is 0
[21:55:12] [Server thread/INFO]: Injecting existing block and item data into this server instance
[21:55:12] [Server thread/INFO]: Applying holder lookups
[21:55:12] [Server thread/INFO]: Holder lookups applied
[21:55:12] [Server thread/INFO]: Loading dimension 0 (New World) ([email protected])
[21:55:12] [Server thread/WARN]: Unable to find spawn biome
[21:55:15] [Server thread/INFO]: Loading dimension 21 (New World) ([email protected])
[21:55:15] [Server thread/WARN]: Unable to find spawn biome
[21:55:18] [Server thread/INFO]: Loading dimension 20 (New World) ([email protected])
[21:55:18] [Server thread/WARN]: Unable to find spawn biome
[21:55:18] [Server thread/INFO]: [JinRyuu.DragonBC.common.Villages.TiCha:func_76484_a:57]: Time Chamber Spawned
[21:55:21] [Server thread/INFO]: Loading dimension 23 (New World) ([email protected])
[21:55:21] [Server thread/INFO]: Loading dimension 1 (New World) ([email protected])
[21:55:21] [Server thread/INFO]: Loading dimension -1 (New World) ([email protected])
[21:55:21] [Server thread/WARN]: Unable to find spawn biome
[21:55:21] [Server thread/INFO]: [JinRyuu.DragonBC.common.Villages.ChkInSt:func_76484_a:52]: Enma's Palace Spawned
[21:55:22] [Server thread/INFO]: [JinRyuu.DragonBC.common.Villages.SnkWy:func_76484_a:52]: Snake Way Spawned
[21:55:26] [Server thread/INFO]: Loading dimension 22 (New World) ([email protected])
[21:55:26] [Server thread/INFO]: Preparing start region for level 0
[21:55:26] [Server thread/INFO]: [JinRyuu.DragonBC.common.Villages.KiLt:func_76484_a:60]: Kami Lookout Spawned
[21:55:27] [Server thread/INFO]: [JinRyuu.DragonBC.common.Villages.KnTr:func_76484_a:57]: Korin's Tower Spawned
[21:55:27] [Server thread/INFO]: Preparing spawn area: 7%
[21:55:28] [Server thread/INFO]: Preparing spawn area: 40%
[21:55:29] [Server thread/INFO]: Preparing spawn area: 68%
[21:55:30] [Server thread/INFO]: Preparing spawn area: 98%
[21:55:30] [Server thread/INFO]: [JinRyuu.JRMCore.JRMCoreComTickH:serverTick:198]: started
[21:55:30] [Server thread/INFO]: Changing view distance to 29, from 10
[21:55:31] [Netty Client IO #0/INFO]: Server protocol version 2
[21:55:31] [Netty IO #1/INFO]: Client protocol version 2
[21:55:31] [Netty IO #1/INFO]: Client attempting to join with 6 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected][21:55:31] [Netty IO #1/INFO]: Attempting connection with missing mods [] at CLIENT
[21:55:31] [Netty Client IO #0/INFO]: Attempting connection with missing mods [] at SERVER
[21:55:31] [Client thread/INFO]: [Client thread] Client side modded connection established
[21:55:31] [Server thread/INFO]: [Server thread] Server side modded connection established
[21:55:31] [Server thread/INFO]: Poirier85[local:E:b9ee8976] logged in with entity id 436 at (-97.5, 71.0, 258.5)
[21:55:31] [Server thread/INFO]: Poirier85 joined the game
[21:55:37] [Server thread/INFO]: Stopping server
[21:55:37] [Server thread/INFO]: Saving players
[21:55:37] [Server thread/INFO]: Saving worlds
[21:55:37] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[21:55:50] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[21:55:50] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[21:55:50] [Server thread/INFO]: Saving chunks for level 'New World'/Vegeta
[21:55:50] [Server thread/INFO]: Saving chunks for level 'New World'/Namek
[21:55:50] [Server thread/INFO]: Saving chunks for level 'New World'/TimeChamber
[21:55:50] [Server thread/INFO]: Saving chunks for level 'New World'/OtherWorld
[21:55:56] [Server thread/INFO]: Unloading dimension 0
[21:55:56] [Server thread/INFO]: Unloading dimension -1
[21:55:56] [Server thread/INFO]: Unloading dimension 1
[21:55:56] [Server thread/INFO]: Unloading dimension 21
[21:55:56] [Server thread/INFO]: Unloading dimension 20
[21:55:56] [Server thread/INFO]: Unloading dimension 23
[21:55:56] [Server thread/INFO]: Unloading dimension 22
[21:55:56] [Server thread/INFO]: Applying holder lookups
[21:55:56] [Server thread/INFO]: Holder lookups applied
[21:55:56] [Client thread/FATAL]: Unreported exception thrown!java.lang.IndexOutOfBoundsException at java.nio.Buffer.checkIndex(Buffer.java:540) ~[?:1.8.0_25] at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253) ~[?:1.8.0_25] at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350) ~[bma.class:?] at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294) ~[bma.class:?] at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216) ~[bao.class:?] at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146) ~[bao.class:?] at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240) ~[bjb.class:?] at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70) ~[hd.class:?] at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13) ~[hd.class:?] at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) ~[ej.class:?] at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2061) ~[bao.class:?] at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) ~[bao.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) [bao.class:?] at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.11.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?][21:55:56] [Client thread/INFO]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----// My bad.
Time: 11/14/17 9:55 PMDescription: Unexpected error
java.lang.IndexOutOfBoundsException at java.nio.Buffer.checkIndex(Buffer.java:540) at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253) at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350) at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294) at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216) at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146) at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240) at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70) at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212) at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:2061) at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898) 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:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- Head --Stacktrace: at java.nio.Buffer.checkIndex(Buffer.java:540) at java.nio.DirectIntBufferU.get(DirectIntBufferU.java:253) at net.minecraft.client.renderer.RenderGlobal.func_72712_a(RenderGlobal.java:350) at net.minecraft.client.renderer.RenderGlobal.func_72732_a(RenderGlobal.java:294) at net.minecraft.client.Minecraft.func_71353_a(Minecraft.java:2216) at net.minecraft.client.Minecraft.func_71403_a(Minecraft.java:2146) at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:240) at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70) at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13) at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
-- Affected level --Details: Level name: MpServer All players: 0 total; [] Chunk stats: MultiplayerChunkCache: 0, 0 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511) Level time: 0 game time, 0 day time Level dimension: 0 Level storage version: 0x00000 - Unknown? Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false) Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false Forced entities: 0 total; [] Retry entities: 0 total; [] Server brand: ~~ERROR~~ NullPointerException: null Server type: Integrated singleplayer serverStacktrace: at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373) at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:927) 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:483) 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_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 157137688 bytes (149 MB) / 637534208 bytes (608 MB) up to 1073741824 bytes (1024 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95 FML: MCP v9.05 FML v7.10.141.1403 Minecraft Forge 10.13.3.1403 6 mods loaded, 6 mods active mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available FML{7.10.141.1403} [Forge Mod Loader] (forge-1.7.10-10.13.3.1403-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available Forge{10.13.3.1403} [Minecraft Forge] (forge-1.7.10-10.13.3.1403-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available jinryuujrmcore{1.3.4} [JinRyuu's JRMCore] (JRMCore-v1.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available jinryuudragonblockc{1.4.44} [Dragon Block C] (DragonBlockC-v1.4.44.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available jinryuubetterrenderaddon{1.6.27} [JinRyuu's Better Render Addon] (JBRA-Client-v1.6.27.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 387.92' Renderer: 'GeForce GTX 1070/PCIe/SSE2' Launched Version: 1.7.10-Forge10.13.3.1403-1.7.10 LWJGL: 2.9.1 OpenGL: GeForce GTX 1070/PCIe/SSE2 GL version 4.6.0 NVIDIA 387.92, NVIDIA Corporation GL Caps: Using GL 1.3 multitexturing.Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.Anisotropic filtering is supported and maximum anisotropy is 16.Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Packs: [] Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Anisotropic Filtering: Off (1)[21:55:56] [Client thread/INFO]: [net.minecraft.client.Minecraft:func_71377_b:359]: #@[email protected]# Game crashed! Crash report saved to: #@[email protected]# C:\Users\lucia\AppData\Roaming\.minecraft\crash-reports\crash-2017-11-14_21.55.56-client.txt