There is no crash log. Minecraft just closes out of the blue when the world is openned.
Sadly, this didn't work. Any other ideas?
Look for a file named hs_err_pid####.txt (#### being a 4 digit random number) on the desktop, or what ever directory you keep the minecraft.exe file. The hs_er_pid files are java crash logs.
okay he bios are up to date and that his ram speed seemed to jumped to 1600 when he launched some games but java still crashes and he wonders if his solid state drive might be a factor
The SSD drive shouldn't an issue unless there is a problem with it. I run mine off an SSD without problems.
Ask him to look if there are any files named hs_err_pid####.txt showing up in the directory that his minecraft.exe is. (#### being 4 random numbers) (and the desktop is the most common location for the minecraft.exe) hs_err_pid files are java crash logs, if you could post the contents of one of those it would help to diagnose the problem.
That error "LoadLibrary failed with error 998: Invalid Access to memory location" occurs because the 32-bit file structure that is used in the application execution function is not correctly handled in the 64-bit environment."
If you are using the default launcher, you may want to delete it, and try downloading it again.
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
Try enabling minidumps.
This has nothing to do with the error. You need to have Java development software installed in order to get mini dumps, and that info really isn't needed. It just out puts more data about what the processor cores were doing during the crash.
This portion:
# Problematic frame:
# C [atioglxx.dll+0xb212] DrvSwapBuffers+0xa2
The next portion to look at is:
Stack: [0x52be0000,0x52c30000], sp=0x52c2efb4, free space=315k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [atioglxx.dll+0xb212] DrvSwapBuffers+0xa2
C [OPENGL32.dll+0x3b0f3] wglSwapMultipleBuffers+0xe46
C [OPENGL32.dll+0x3b1a9] wglSwapMultipleBuffers+0xefc
C [OPENGL32.dll+0x3c6a4] wglGetProcAddress+0x45f
C [OPENGL32.dll+0x45658] wglGetPixelFormat+0x70
C [OPENGL32.dll+0x45dd4] wglDescribePixelFormat+0xa2
C [OPENGL32.dll+0x46559] wglChoosePixelFormat+0x3e
C [GDI32.dll+0x458b7] ChoosePixelFormat+0x28
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.opengl.WindowsPeerInfo.nChoosePixelFormat(JIILorg/lwjgl/opengl/PixelFormat;Ljava/nio/IntBuffer;ZZZZ)I+0
j org.lwjgl.opengl.WindowsPeerInfo.choosePixelFormat(JIILorg/lwjgl/opengl/PixelFormat;Ljava/nio/IntBuffer;ZZZZ)I+15
j org.lwjgl.opengl.WindowsDisplay.createWindow(Lorg/lwjgl/opengl/DisplayMode;Ljava/awt/Canvas;II)V+176
j org.lwjgl.opengl.Display.createWindow()V+68
j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;Lorg/lwjgl/opengl/Drawable;Lorg/lwjgl/opengl/ContextAttribs;)V+63
j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;)V+9
j net.minecraft.client.Minecraft.a()V+174
j asq.a()V+94
j net.minecraft.client.Minecraft.run()V+6
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
All of that is pointing to your graphics driver, specifically the openGL portion of it.
You need to update the graphics driver from the amd site.
Use this link: http://support.amd.c...SupportHub.aspx
Using windows update/device manager won't get you the correct driver. The drivers provided by microsoft don't include openGL support.
2013-01-06 19:48:16 [SEVERE] [ForgeModLoader] There was a problem downloading the file bcprov-jdk15on-147.jar automatically. Perhaps you have an environment without internet access. You will need to download the file manually or restart and let it try again
2013-01-06 19:48:16 [SEVERE] [ForgeModLoader] There were errors during initial FML setup. Some files failed to download or were otherwise corrupted. You will need to manually obtain the following files from these download links and ensure your lib directory is clean.
2013-01-06 19:48:16 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...s/argo-2.25.jar
2013-01-06 19:48:16 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...uava-12.0.1.jar
2013-01-06 19:48:16 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...asm-all-4.0.jar
2013-01-06 19:48:16 [SEVERE] [ForgeModLoader] *** Download http://files.minecra...jdk15on-147.jar
0
0
0
From what I can find the Via graphics only support up to version 1.2 of OpenGL, minecraft needs 1.4/1.5
0
Look for a file named hs_err_pid####.txt (#### being a 4 digit random number) on the desktop, or what ever directory you keep the minecraft.exe file. The hs_er_pid files are java crash logs.
0
The SSD drive shouldn't an issue unless there is a problem with it. I run mine off an SSD without problems.
Ask him to look if there are any files named hs_err_pid####.txt showing up in the directory that his minecraft.exe is. (#### being 4 random numbers) (and the desktop is the most common location for the minecraft.exe) hs_err_pid files are java crash logs, if you could post the contents of one of those it would help to diagnose the problem.
0
0
That error "LoadLibrary failed with error 998: Invalid Access to memory location" occurs because the 32-bit file structure that is used in the application execution function is not correctly handled in the 64-bit environment."
If you are using the default launcher, you may want to delete it, and try downloading it again.
0
Well first make sure you have the 'J' on that in the front.
javaw -Xmx2048m -Xms1024m -jar "C:\Users\batuhan\Desktop\Minecraft.exe"
But I'm guessing you just missed that on the copy and paste. Sometimes using the full path to java can fix things also. If that doesn't help:
Can you show me the exact error it gives? Making a screenshot works best, if it can't just be copied and pasted.
0
0
This has nothing to do with the error. You need to have Java development software installed in order to get mini dumps, and that info really isn't needed. It just out puts more data about what the processor cores were doing during the crash.
This portion:
The next portion to look at is:
All of that is pointing to your graphics driver, specifically the openGL portion of it.
You need to update the graphics driver from the amd site.
Use this link: http://support.amd.c...SupportHub.aspx
Using windows update/device manager won't get you the correct driver. The drivers provided by microsoft don't include openGL support.
2
You can say that you do all you want, but the error report shows what version you are using, and it isn't the latest.
So. You are using java 6 update 27. The latest java 6 is update 38, so you are 11 versions behind.
There is also Java 7 which is at update 10.
Latest Java 6 download: http://www.java.com/en/download/manual_v6.jsp
Latest Java 7 download: http://www.java.com/en/download/manual.jsp
0
0
I'd guess if you search that thread, the answer is probably already there.
0
0