Well I've never had a problem with it. Someone suggested the Mods folder. I don't have any Mods. I don't use them, so that could be why I get in no problem.
i can't get into it either. i also tried Minecraft Factory Reset, wich deletes the .minecraft folder and all its components, but i still get that it crashed because my game may be modded, and the error report cannot be sent to Mojang. HERE IS THE REPORT
---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.
Time: 03.09.14 19:21
Description: Initializing game
org.lwjgl.LWJGLException: Pixel format not accelerated
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:252)
at org.lwjgl.opengl.Display.createWindow(Display.java:306)
at org.lwjgl.opengl.Display.create(Display.java:848)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at bsu.am(SourceFile:523)
at bsu.aj(SourceFile:352)
at bsu.a(SourceFile:299)
at net.minecraft.client.main.Main.main(SourceFile:120)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(Native Method)
at org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(WindowsPeerInfo.java:52)
at org.lwjgl.opengl.WindowsDisplay.createWindow(WindowsDisplay.java:252)
at org.lwjgl.opengl.Display.createWindow(Display.java:306)
at org.lwjgl.opengl.Display.create(Display.java:848)
at org.lwjgl.opengl.Display.create(Display.java:757)
at org.lwjgl.opengl.Display.create(Display.java:739)
at bsu.am(SourceFile:523)
at bsu.aj(SourceFile:352)
-- Initialization --
Details:
Stacktrace:
at bsu.a(SourceFile:299)
at net.minecraft.client.main.Main.main(SourceFile:120)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_60, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 90465568 bytes (86 MB) / 184025088 bytes (175 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.8
LWJGL: 2.9.1
OpenGL: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
GL Caps:
Using VBOs: No
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs: [faithful32pack.zip] Current Language: ~~ERROR~~ NullPointerException: null
Profiler Position: N/A (disabled)
WHAT THE **** IS GOING ON HERE?????
Completely different problem
You have old computer. you will not be able to play MC later then 1.7.2 until you update drivers or get new PC.
What worked for me was deleting the .minecraft and minecraft.exe COMPLETELY, even out of the Recycle bin, then going to minecraft.net and redownloading it. It now works.
If it breaks when i try to play, I will try to find a fix for that and I will post it here.
Uno
The reason that deleting the whole thing works is because when you re-download it, the download doesn't install a mod folder. The mod folder is messing up the boot up. Just DELETE THE MOD FOLDER! Trust me it works. What bad can it do? The mods can't run on 1.8 anyways...
[19:32:32] [Client thread/INFO]: Setting user: Terminal_Wolf
[19:32:32] [Client thread/INFO]: (Session ID is token:da749f6ce0a0406e80972d5cb0d34afe:54d744e5de834b468e49fe9c0aba5aa9)
[19:32:35] [Client thread/INFO]: LWJGL Version: 2.9.1
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000055003c13, pid=2072, tid=5144
#
# JRE version: 7.0_15-b03
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.7-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [nvoglv64.DLL+0x563c13]
#
# 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\Emmalee\AppData\Roaming\.minecraft\hs_err_pid2072.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.
#
[error occurred during error reporting , id 0xc0000005]
This pops up with me. :C I don't have a mods folder.
The Meaning of Life, the Universe, and Everything.
Join Date:
1/9/2013
Posts:
50
Member Details
Actually, after deleting, it broke again. I have no mods, it just stops working and says Java SE Binary Stopped Responding. If you have any idea as to why this is happening, I will try it!
---- Minecraft Crash Report ----
// Ouch. That hurt
Time: 10/8/14 4:03 PM
Description: Initializing game
java.lang.OutOfMemoryError: Initializing game
at sun.misc.Unsafe.allocateMemory(Native Method)
at java.nio.DirectByteBuffer.<init>(Unknown Source)
at java.nio.ByteBuffer.allocateDirect(Unknown Source)
at org.lwjgl.BufferUtils.createByteBuffer(BufferUtils.java:60)
at org.lwjgl.BufferUtils.createIntBuffer(BufferUtils.java:90)
at cuj.a(SourceFile:401)
at cua.b(SourceFile:238)
at cua.a(SourceFile:77)
at cxh.j(SourceFile:553)
at cxh.a(SourceFile:139)
at cxk.a(SourceFile:23)
at cvt.a(SourceFile:99)
at bsu.aj(SourceFile:437)
at bsu.a(SourceFile:299)
at net.minecraft.client.main.Main.main(SourceFile:120)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at sun.misc.Unsafe.allocateMemory(Native Method)
at java.nio.DirectByteBuffer.<init>(Unknown Source)
at java.nio.ByteBuffer.allocateDirect(Unknown Source)
at org.lwjgl.BufferUtils.createByteBuffer(BufferUtils.java:60)
at org.lwjgl.BufferUtils.createIntBuffer(BufferUtils.java:90)
at cuj.a(SourceFile:401)
at cua.b(SourceFile:238)
at cua.a(SourceFile:77)
at cxh.j(SourceFile:553)
at cxh.a(SourceFile:139)
at cxk.a(SourceFile:23)
at cvt.a(SourceFile:99)
at bsu.aj(SourceFile:437)
-- Initialization --
Details:
Stacktrace:
at bsu.a(SourceFile:299)
at net.minecraft.client.main.Main.main(SourceFile:120)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 64085456 bytes (61 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.8
LWJGL: 2.9.1
OpenGL: GeForce GT 650M/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs: [faithful64pack-v1.4.0.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
I Need Help ASAP I Cant Open 1.8 i Tried Re-installing Minecraft And It Still Doesnt Work!!!!!
This Is What It Says When I Open My 1.8 And It Returns Me To Launcher
[22:47:57] [Client thread/INFO]: Setting user: Blademaster135
[22:47:57] [Client thread/INFO]: (Session ID is token:9bc12eb649aa4191bed41c41c6266e65:000d2fd5479d4dd1b1511678d0c01919)
[22:48:01] [Client thread/INFO]: LWJGL Version: 2.9.1
[22:48:02] [Client thread/INFO]: Reloading ResourceManager: Default
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001a37ae8d, pid=4508, tid=7064
#
# 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 [ig7icd64.dll+0x4aae8d]
#
# 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\User\AppData\Roaming\.minecraft\hs_err_pid4508.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.
#
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
I CANT OPEN 1.8! I TRIED RE-INSTALL MINECRAFT BUT IT STILL DOESNT WORK
THIS IS THE REPORT IT SHOWED ME WHEN IT RETURNED TO THE LAUNCHER
[11:28:36] [Client thread/INFO]: Setting user: Blademaster135
[11:28:36] [Client thread/INFO]: (Session ID is token:9bc12eb649aa4191bed41c41c6266e65:000d2fd5479d4dd1b1511678d0c01919)
[11:28:40] [Client thread/INFO]: LWJGL Version: 2.9.1
[11:28:41] [Client thread/INFO]: Reloading ResourceManager: Default
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001bdcae8d, pid=6632, tid=6932
#
# 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 [ig7icd64.dll+0x4aae8d]
#
# 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\User\AppData\Roaming\.minecraft\hs_err_pid6632.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.
#
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
I tried deleting minecraft and downloading it again and nothing changed. If a lot of people are having this problem, then it is Mojang's problem and they should fix it. I'm not getting a new computer to play this game, and I shouldn't have to. It is not like it has fancy graphics.
I deleted my .minecraft and redownloaded it, but nothing really happened. I tried to play anything higher than 1.7.2 and I crashed. Here is what it said.
[21:19:57] [Client thread/INFO]: Setting user: CreepGaming
[21:19:58] [Client thread/INFO]: (Session ID is token:8a9bd8a803a942dbad128b40a3b32aa8:85748a28ce554b66848f01a67ba74cbc)
[21:20:01] [Client thread/INFO]: LWJGL Version: 2.9.1
[21:20:02] [Client thread/INFO]: Reloading ResourceManager: Default
[21:20:04] [Sound Library Loader/INFO]: Starting up SoundSystem...
[21:20:04] [Thread-6/INFO]: Initializing LWJGL OpenAL
[21:20:04] [Thread-6/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:20:04] [Thread-6/INFO]: OpenAL initialized.
[21:20:04] [Sound Library Loader/INFO]: Sound engine started
[21:20:05] [Client thread/WARN]: File minecraft:sounds/mob/ghast/fireball.ogg does not exist, cannot add it to event minecraft:item.fireCharge.use
[21:20:17] [Client thread/INFO]: Created: 512x512 textures-atlas
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x4bf23e88, pid=15808, tid=15784
#
# JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build 1.7.0_67-b01)
# Java VM: Java HotSpot(TM) Client VM (24.65-b04 mixed mode windows-x86 )
# Problematic frame:
# C [ig4dev32.dll+0x3e88]
#
# 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\Owner\AppData\Roaming\.minecraft\hs_err_pid15808.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
Okay I uninstalled my old version of Java and downloaded the new version. I kept on hoping it would work but it didn't. Instead of going to the main screen I went back to the launcher and this is what it said:
[10:33:17] [Client thread/INFO]: Setting user: CreepGaming
[10:33:17] [Client thread/INFO]: (Session ID is token:59234cc65cf54078a04f2994c7660bf1:85748a28ce554b66848f01a67ba74cbc)
[10:33:21] [Client thread/INFO]: LWJGL Version: 2.9.1
[10:33:22] [Client thread/INFO]: Reloading ResourceManager: Default
[10:33:23] [Sound Library Loader/INFO]: Starting up SoundSystem...
[10:33:24] [Thread-6/INFO]: Initializing LWJGL OpenAL
[10:33:24] [Thread-6/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[10:33:24] [Thread-6/INFO]: OpenAL initialized.
[10:33:24] [Sound Library Loader/INFO]: Sound engine started
[10:33:24] [Client thread/WARN]: File minecraft:sounds/mob/ghast/fireball.ogg does not exist, cannot add it to event minecraft:item.fireCharge.use
[10:33:35] [Client thread/INFO]: Created: 512x512 textures-atlas
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x47733e88, pid=4004, tid=4544
#
# JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
# Java VM: Java HotSpot(TM) Client VM (25.25-b02 mixed mode windows-x86 )
# Problematic frame:
# C [ig4dev32.dll+0x3e88]
#
# 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\Owner\AppData\Roaming\.minecraft\hs_err_pid4004.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
I think the same is happening to me. I might be late, but please help me I deleted Minecraft, installed it again and same problem. It gets to the Mojang screen, then just crashes and this is the crash report or whatever:
[12:38:47] [Client thread/INFO]: Setting user: TheBigCheeseFTW
[12:38:47] [Client thread/INFO]: (Session ID is token:597584ca9a3b46ef92e97093cf5c21ab:08ab8ab0c6564796867d3f0bc1268efa)
[12:38:51] [Client thread/INFO]: LWJGL Version: 2.9.1
[12:38:51] [Client thread/INFO]: Reloading ResourceManager: Default
[12:38:53] [Sound Library Loader/INFO]: Starting up SoundSystem...
[12:38:53] [Client thread/WARN]: File minecraft:sounds/mob/ghast/fireball.ogg does not exist, cannot add it to event minecraft:item.fireCharge.use
[12:38:53] [Thread-6/INFO]: Initializing LWJGL OpenAL
[12:38:53] [Thread-6/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[12:38:54] [Thread-6/INFO]: OpenAL initialized.
[12:38:54] [Sound Library Loader/INFO]: Sound engine started
[12:38:56] [Client thread/INFO]: Created: 512x512 textures-atlas
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x2c093e88, pid=340, tid=4752
#
# JRE version: Java(TM) SE Runtime Environment (7.0_60-b19) (build 1.7.0_60-b19)
# Java VM: Java HotSpot(TM) Client VM (24.60-b09 mixed mode windows-x86 )
# Problematic frame:
# C [ig4dev32.dll+0x3e88]
#
# 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\JZ\AppData\Roaming\.minecraft\hs_err_pid340.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
What the heck does this mean? I'm not a tech person or anything, so I have no idea how to fix this.
I think the same is happening to me. I might be late, but please help me I deleted Minecraft, installed it again and same problem. It gets to the Mojang screen, then just crashes and this is the crash report or whatever:
[12:38:47] [Client thread/INFO]: Setting user: TheBigCheeseFTW
[12:38:47] [Client thread/INFO]: (Session ID is token:597584ca9a3b46ef92e97093cf5c21ab:08ab8ab0c6564796867d3f0bc1268efa)
[12:38:51] [Client thread/INFO]: LWJGL Version: 2.9.1
[12:38:51] [Client thread/INFO]: Reloading ResourceManager: Default
[12:38:53] [Sound Library Loader/INFO]: Starting up SoundSystem...
[12:38:53] [Client thread/WARN]: File minecraft:sounds/mob/ghast/fireball.ogg does not exist, cannot add it to event minecraft:item.fireCharge.use
[12:38:53] [Thread-6/INFO]: Initializing LWJGL OpenAL
[12:38:53] [Thread-6/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[12:38:54] [Thread-6/INFO]: OpenAL initialized.
[12:38:54] [Sound Library Loader/INFO]: Sound engine started
[12:38:56] [Client thread/INFO]: Created: 512x512 textures-atlas
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x2c093e88, pid=340, tid=4752
#
# JRE version: Java(TM) SE Runtime Environment (7.0_60-b19) (build 1.7.0_60-b19)
# Java VM: Java HotSpot(TM) Client VM (24.60-b09 mixed mode windows-x86 )
# Problematic frame:
# C [ig4dev32.dll+0x3e88]
#
# 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\JZ\AppData\Roaming\.minecraft\hs_err_pid340.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
What the heck does this mean? I'm not a tech person or anything, so I have no idea how to fix this.
I'm new here. I'm having issues with my Ubuntu Minecraft server. I've done the upgrade to 1.8 (I just pushed the button in Webmin Minecraft module). All seemed to go ok, no errors. Minecraft server seems to start and run, the system tells me it is, again no errors. BUT I cant connect to it. When I try I get
"Failed to connect to the server
java.net.ConnectException: Connection refused: no further information:"
I've rolled it back to 1.7.X and it works fine with an older client. 1.8 client won't work with 1.7.X server, which is understandable, but I don't get why the two new server and clients won't play nice. I've done this heaps of times before with no issues.
Can anyone give me some advice?
Edit: Fixed. I changed the eula.txt from false to true. Never had to do that before (or not that I can remember). Maybe something to do with the new owners. They're pretty onto the licencing stuff.
-Uno
Completely different problem
You have old computer. you will not be able to play MC later then 1.7.2 until you update drivers or get new PC.
The reason that deleting the whole thing works is because when you re-download it, the download doesn't install a mod folder. The mod folder is messing up the boot up. Just DELETE THE MOD FOLDER! Trust me it works. What bad can it do? The mods can't run on 1.8 anyways...
[19:32:32] [Client thread/INFO]: (Session ID is token:da749f6ce0a0406e80972d5cb0d34afe:54d744e5de834b468e49fe9c0aba5aa9)
[19:32:35] [Client thread/INFO]: LWJGL Version: 2.9.1
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000055003c13, pid=2072, tid=5144
#
# JRE version: 7.0_15-b03
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.7-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [nvoglv64.DLL+0x563c13]
#
# 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\Emmalee\AppData\Roaming\.minecraft\hs_err_pid2072.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.
#
[error occurred during error reporting , id 0xc0000005]
This pops up with me. :C I don't have a mods folder.
Uno
---- Minecraft Crash Report ----
// Ouch. That hurt
Time: 10/8/14 4:03 PM
Description: Initializing game
java.lang.OutOfMemoryError: Initializing game
at sun.misc.Unsafe.allocateMemory(Native Method)
at java.nio.DirectByteBuffer.<init>(Unknown Source)
at java.nio.ByteBuffer.allocateDirect(Unknown Source)
at org.lwjgl.BufferUtils.createByteBuffer(BufferUtils.java:60)
at org.lwjgl.BufferUtils.createIntBuffer(BufferUtils.java:90)
at cuj.a(SourceFile:401)
at cua.b(SourceFile:238)
at cua.a(SourceFile:77)
at cxh.j(SourceFile:553)
at cxh.a(SourceFile:139)
at cxk.a(SourceFile:23)
at cvt.a(SourceFile:99)
at bsu.aj(SourceFile:437)
at bsu.a(SourceFile:299)
at net.minecraft.client.main.Main.main(SourceFile:120)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at sun.misc.Unsafe.allocateMemory(Native Method)
at java.nio.DirectByteBuffer.<init>(Unknown Source)
at java.nio.ByteBuffer.allocateDirect(Unknown Source)
at org.lwjgl.BufferUtils.createByteBuffer(BufferUtils.java:60)
at org.lwjgl.BufferUtils.createIntBuffer(BufferUtils.java:90)
at cuj.a(SourceFile:401)
at cua.b(SourceFile:238)
at cua.a(SourceFile:77)
at cxh.j(SourceFile:553)
at cxh.a(SourceFile:139)
at cxk.a(SourceFile:23)
at cvt.a(SourceFile:99)
at bsu.aj(SourceFile:437)
-- Initialization --
Details:
Stacktrace:
at bsu.a(SourceFile:299)
at net.minecraft.client.main.Main.main(SourceFile:120)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
Memory: 64085456 bytes (61 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 1.8
LWJGL: 2.9.1
OpenGL: GeForce GT 650M/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs: [faithful64pack-v1.4.0.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
This Is What It Says When I Open My 1.8 And It Returns Me To Launcher
[22:47:57] [Client thread/INFO]: Setting user: Blademaster135
[22:47:57] [Client thread/INFO]: (Session ID is token:9bc12eb649aa4191bed41c41c6266e65:000d2fd5479d4dd1b1511678d0c01919)
[22:48:01] [Client thread/INFO]: LWJGL Version: 2.9.1
[22:48:02] [Client thread/INFO]: Reloading ResourceManager: Default
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001a37ae8d, pid=4508, tid=7064
#
# 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 [ig7icd64.dll+0x4aae8d]
#
# 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\User\AppData\Roaming\.minecraft\hs_err_pid4508.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.
#
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
THIS IS THE REPORT IT SHOWED ME WHEN IT RETURNED TO THE LAUNCHER
[11:28:36] [Client thread/INFO]: Setting user: Blademaster135
[11:28:36] [Client thread/INFO]: (Session ID is token:9bc12eb649aa4191bed41c41c6266e65:000d2fd5479d4dd1b1511678d0c01919)
[11:28:40] [Client thread/INFO]: LWJGL Version: 2.9.1
[11:28:41] [Client thread/INFO]: Reloading ResourceManager: Default
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000001bdcae8d, pid=6632, tid=6932
#
# 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 [ig7icd64.dll+0x4aae8d]
#
# 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\User\AppData\Roaming\.minecraft\hs_err_pid6632.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.
#
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
- Delete your .minecraft folder, in windows is in %appdata%
- Update to the lastest version of java, Java 8 doesnt work in some versions so dont use it
- Update your graphics card driver, I personally use ma-config.com
- Re-download minecraft.exe from minecraft.net
- Run it
It should fix the problem, if not, buy a new computerOp in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
How to get a dxdiag
If I helped you, dont forget to click the thanks arrow!
[21:19:57] [Client thread/INFO]: Setting user: CreepGaming
[21:19:58] [Client thread/INFO]: (Session ID is token:8a9bd8a803a942dbad128b40a3b32aa8:85748a28ce554b66848f01a67ba74cbc)
[21:20:01] [Client thread/INFO]: LWJGL Version: 2.9.1
[21:20:02] [Client thread/INFO]: Reloading ResourceManager: Default
[21:20:04] [Sound Library Loader/INFO]: Starting up SoundSystem...
[21:20:04] [Thread-6/INFO]: Initializing LWJGL OpenAL
[21:20:04] [Thread-6/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[21:20:04] [Thread-6/INFO]: OpenAL initialized.
[21:20:04] [Sound Library Loader/INFO]: Sound engine started
[21:20:05] [Client thread/WARN]: File minecraft:sounds/mob/ghast/fireball.ogg does not exist, cannot add it to event minecraft:item.fireCharge.use
[21:20:17] [Client thread/INFO]: Created: 512x512 textures-atlas
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x4bf23e88, pid=15808, tid=15784
#
# JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build 1.7.0_67-b01)
# Java VM: Java HotSpot(TM) Client VM (24.65-b04 mixed mode windows-x86 )
# Problematic frame:
# C [ig4dev32.dll+0x3e88]
#
# 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\Owner\AppData\Roaming\.minecraft\hs_err_pid15808.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
Anyone have a solution to help?
Op in #minecrafthelp, JIRA Helper in bugs.mojang.com, Chat moderator in Minecraft Forums, Twitch/Mixer mod
How to get a dxdiag
If I helped you, dont forget to click the thanks arrow!
[10:33:17] [Client thread/INFO]: Setting user: CreepGaming
[10:33:17] [Client thread/INFO]: (Session ID is token:59234cc65cf54078a04f2994c7660bf1:85748a28ce554b66848f01a67ba74cbc)
[10:33:21] [Client thread/INFO]: LWJGL Version: 2.9.1
[10:33:22] [Client thread/INFO]: Reloading ResourceManager: Default
[10:33:23] [Sound Library Loader/INFO]: Starting up SoundSystem...
[10:33:24] [Thread-6/INFO]: Initializing LWJGL OpenAL
[10:33:24] [Thread-6/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[10:33:24] [Thread-6/INFO]: OpenAL initialized.
[10:33:24] [Sound Library Loader/INFO]: Sound engine started
[10:33:24] [Client thread/WARN]: File minecraft:sounds/mob/ghast/fireball.ogg does not exist, cannot add it to event minecraft:item.fireCharge.use
[10:33:35] [Client thread/INFO]: Created: 512x512 textures-atlas
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x47733e88, pid=4004, tid=4544
#
# JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
# Java VM: Java HotSpot(TM) Client VM (25.25-b02 mixed mode windows-x86 )
# Problematic frame:
# C [ig4dev32.dll+0x3e88]
#
# 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\Owner\AppData\Roaming\.minecraft\hs_err_pid4004.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
[12:38:47] [Client thread/INFO]: Setting user: TheBigCheeseFTW
[12:38:47] [Client thread/INFO]: (Session ID is token:597584ca9a3b46ef92e97093cf5c21ab:08ab8ab0c6564796867d3f0bc1268efa)
[12:38:51] [Client thread/INFO]: LWJGL Version: 2.9.1
[12:38:51] [Client thread/INFO]: Reloading ResourceManager: Default
[12:38:53] [Sound Library Loader/INFO]: Starting up SoundSystem...
[12:38:53] [Client thread/WARN]: File minecraft:sounds/mob/ghast/fireball.ogg does not exist, cannot add it to event minecraft:item.fireCharge.use
[12:38:53] [Thread-6/INFO]: Initializing LWJGL OpenAL
[12:38:53] [Thread-6/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[12:38:54] [Thread-6/INFO]: OpenAL initialized.
[12:38:54] [Sound Library Loader/INFO]: Sound engine started
[12:38:56] [Client thread/INFO]: Created: 512x512 textures-atlas
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x2c093e88, pid=340, tid=4752
#
# JRE version: Java(TM) SE Runtime Environment (7.0_60-b19) (build 1.7.0_60-b19)
# Java VM: Java HotSpot(TM) Client VM (24.60-b09 mixed mode windows-x86 )
# Problematic frame:
# C [ig4dev32.dll+0x3e88]
#
# 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\JZ\AppData\Roaming\.minecraft\hs_err_pid340.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
What the heck does this mean? I'm not a tech person or anything, so I have no idea how to fix this.
It fixed when I turned off VBO's