Меню Рубрики

Minidumps are not enabled by default on client versions of windows

Failed to write core dump. Minidumps are not enabled by default on client versions of Windows, while callin dll from java

I am calling a DLL (compiled with GCC) through Java, using JDK 1.7.0_40 on Windows 7. I had copied the generated hello.dll to my java/bin directory and am executing HelloJNI.java from the console.

I am recieving this error:

My header file, generated with java -jni HelloJNI :

My C code, compiled with gcc -Wl,—add-stdcall-alias -I»d:\Program Files\Java\jdk1.7.0_40\include» -I»d:\Program Files\Java\jdk1.7.0_40\include\win32″ -shared -o hello.dll HELLOJNI.c :

1 Answer 1

Well, Here is my solution for this issue.

I solved this problem on cygwin32 with gcc 4.9.3.

And java version is here

compile the source code

gcc -Wl,—add-stdcall-alias -D__int64=»long long» -c HelloJNI.c -o HelloJNI.o -I/where/java1.7/include -Iwhere/java1.7/include/win32

create def file like, VC++ way of making .def file.

dlltool —output-def HelloJNI.def —kill-at —add-stdcall-alias —dllname HelloJNI.dll HelloJNI.o

modify the def file, for this example HelloJNI.def you can see the contents of the file looks like as following

; dlltool —output-def HelloJNI.def —kill-at —add-stdcall-alias —dllname HelloJNI.dll HelloJNI.o EXPORTS Java_com_tobee_jni_test_HelloJNI_message = Java_com_tobee_jni_test_HelloJNI_message@8 @ 1 Java_com_tobee_jni_test_HelloJNI_message@8 @ 2

You’ve got some strange things found while going through the lines. I’ve just defined only one static JNI method but two methods there. so, remove second line and left part of equal(‘=’) of first line then it must be below.

With dlltool command, I think i can adjust my dll with def file i modified above like dllexport in windows programming.

dlltool —output-lib libHelloJNI.a —input-def HelloJNI.def —kill-at —add-stdcall-alias —dllname HelloJNI.dll HelloJNI.o

One last thing is making a library with name whatever you want

Источник

Failed to write core dump. minidumps are not enabled by default on client version of windows

I have this Java class I am trying to run using Eclipse Mars.1 IDE.

When trying to run the following code I get the following error shown in my Eclipse console :

Here’s the error log returned from program executions

  1. Updating Java to latest version.
  2. Update Windows
  3. Restart PC
  4. Enable Mini-dumps through Advanced System Settings — > Startup & Recovery — > Settings — > Choosing ‘small memory dump’.
  5. Update Graphic Driver to latest from official producer’s (Nvidia) website.
  6. deleting ‘.metadata’ Folder from Eclipse’s workspace folder and Imported the existing project.

So far no luck, my simple app is trying to extract audio from a video.

2 Answers 2

Updating Java to latest version.

You have a problem in native code. Updating Java will unlikely help in that situation.

This will only help if the native code that you use is updated through Windows Updates.

Enable Mini-dumps through Advanced System Settings — > Startup & Recovery — > Settings — > Choosing ‘small memory dump’.

This setting is for kernel mode crashes (Blue Screen), not for application crashes (user mode). There is also a setting for application crashes (a Registry setting called LocalDumps) but it won’t work for Java, since Java does its own exception handling.

To get crash dumps from Java 9 and above, use the following command line switch:

On Java 8 and before, use the Windows specific command line

This will give you more details on what happens at the time of the crash. It will still be an AccessViolation but you’ll get the callstack etc. — if you have the knowledge of debugging it with WinDbg or similar.

Update Graphic Driver to latest from official producer’s (Nvidia) website.

There’s no evidence that this is related to the Graphics card.

Источник

Minecraft Forums

This thread was automatically marked as Locked.

Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

What i’ve tried so far:
I’ve uninstalled and reinstalled minecraft+java multiple times
I’ve tried downgrading to java 6
I’ve tried running it in admin mode
I’ve tried making new worlds (this has not worked)

I’m able to login to my singleplayer worlds and play for about 2-3 mins before the game instantly exits out and I recieve a notepad file hs_err_pid4560 which contains this within:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6985c7ea, pid=4560, tid=1524
#
# JRE version: 7.0_05-b06
# Java VM: Java HotSpot(TM) Client VM (23.1-b03 mixed mode windows-x86 )
# Problematic frame:
# C [nvoglv32.dll+0x35c7ea]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# 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.
#

Current thread (0x4a5b1400): JavaThread «Minecraft main thread» daemon [_thread_in_native, stack(0x51780000,0x517d0000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x7d9ee000

Registers:
EAX=0x7d9ee000, EBX=0x00000002, ECX=0x527287d4, EDX=0x00000000
ESP=0x517cf210, EBP=0x7d9edfdc, ESI=0x526dbfc8, EDI=0x5272894c
EIP=0x6985c7ea, EFLAGS=0x00010293

Top of Stack: (sp=0x517cf210)
0x517cf210: 00000000 00000000 00000008 696e0e91
0x517cf220: 526e7ffc 526e7c98 526dbfc8 696d5c4e
0x517cf230: 69509a96 54990020 000013c4 00000000
0x517cf240: 00000007 526dbfc8 00000309 00000000
0x517cf250: 00000000 526dbfc8 696a4bae 4a5b1400
0x517cf260: 517cf2a4 517cf2b8 00000000 50368923
0x517cf270: 00000007 00000000 000013c4 027a34ba
0x517cf280: 4a5b1528 517cf2a4 00000007 00000000

Instructions: (pc=0x6985c7ea)
0x6985c7ca: ae bc c9 04 00 83 c2 ff 83 fa 03 8d 44 85 00 77
0x6985c7da: 41 ff 24 95 54 c8 85 69 8b 11 89 10 eb 34 8b 11
0x6985c7ea: 89 10 8b 51 04 89 50 04 eb 28 8b 11 89 10 8b 51
0x6985c7fa: 04 89 50 04 8b 51 08 89 50 08 eb 16 8b 11 89 10

Register to memory mapping:

EAX=0x7d9ee000 is an unknown value
EBX=0x00000002 is an unknown value
ECX=0x527287d4 is an unknown value
EDX=0x00000000 is an unknown value
ESP=0x517cf210 is pointing into the stack for thread: 0x4a5b1400
EBP=0x7d9edfdc is an unknown value
ESI=0x526dbfc8 is an unknown value
EDI=0x5272894c is an unknown value

Stack: [0x51780000,0x517d0000], sp=0x517cf210, free space=316k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [nvoglv32.dll+0x35c7ea]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J org.lwjgl.opengl.GL11.nglDrawArrays(IIIJ)V
J avd.a()I
J aur.a()V
J ava.a(Ljv;Z)Z
j auv.a(FJ)V+486
J auv.b(F)V
J net.minecraft.client.Minecraft.J()V
j net.minecraft.client.Minecraft.run()V+90
j java.lang.Thread.run()V+11
v

Java Threads: ( => current thread )
0x4a5b3800 JavaThread «File IO Thread» daemon [_thread_blocked, stack(0x4f980000,0x4f9d0000)]
0x4a5b2400 JavaThread «Server thread» daemon [_thread_blocked, stack(0x554a0000,0x554f0000)]
0x4a5b2000 JavaThread «Snooper Timer» daemon [_thread_blocked, stack(0x5fee0000,0x5ff30000)]
0x4a5b1800 JavaThread «Thread-11» daemon [_thread_blocked, stack(0x51160000,0x511b0000)]
0x4a5b0000 JavaThread «Thread-10» daemon [_thread_blocked, stack(0x55410000,0x55460000)]
=>0x4a5b1400 JavaThread «Minecraft main thread» daemon [_thread_in_native, stack(0x51780000,0x517d0000)]
0x4a5b0800 JavaThread «Timer hack thread» daemon [_thread_blocked, stack(0x520c0000,0x52110000)]
0x4a5b0c00 JavaThread «Snooper Timer» daemon [_thread_blocked, stack(0x51840000,0x51890000)]
0x4b0c0c00 JavaThread «D3D Screen Updater» daemon [_thread_blocked, stack(0x4ea30000,0x4ea80000)]
0x019bac00 JavaThread «DestroyJavaVM» [_thread_blocked, stack(0x01d90000,0x01de0000)]
0x4afc7800 JavaThread «AWT-EventQueue-0» [_thread_blocked, stack(0x4e440000,0x4e490000)]
0x4af23000 JavaThread «TimerQueue» daemon [_thread_blocked, stack(0x4dd40000,0x4dd90000)]
0x4afbe000 JavaThread «SwingWorker-pool-1-thread-1» daemon [_thread_blocked, stack(0x4e550000,0x4e5a0000)]
0x4a6ffc00 JavaThread «AWT-Windows» daemon [_thread_in_native, stack(0x01b60000,0x01bb0000)]
0x4a6ff400 JavaThread «AWT-Shutdown» [_thread_blocked, stack(0x01960000,0x019b0000)]
0x4a6fcc00 JavaThread «Java2D Disposer» daemon [_thread_blocked, stack(0x4aba0000,0x4abf0000)]
0x4a59d400 JavaThread «Service Thread» daemon [_thread_blocked, stack(0x4a8f0000,0x4a940000)]
0x4a598400 JavaThread «C1 CompilerThread0» daemon [_thread_blocked, stack(0x4aa90000,0x4aae0000)]
0x4a597000 JavaThread «Attach Listener» daemon [_thread_blocked, stack(0x4a7c0000,0x4a810000)]
0x4a593c00 JavaThread «Signal Dispatcher» daemon [_thread_blocked, stack(0x4a760000,0x4a7b0000)]
0x4a540800 JavaThread «Finalizer» daemon [_thread_blocked, stack(0x4a940000,0x4a990000)]
0x4a539c00 JavaThread «Reference Handler» daemon [_thread_blocked, stack(0x4a830000,0x4a880000)]

Other Threads:
0x4a535000 VMThread [stack: 0x01cf0000,0x01d40000] [id=2716]
0x4a5c0400 WatcherThread [stack: 0x4ab30000,0x4ab80000] [id=5416]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 157376K, used 105248K [0x04500000, 0x0efc0000, 0x19a50000)
eden space 139904K, 72% used [0x04500000, 0x0a828fe0, 0x0cda0000)
from space 17472K, 21% used [0x0cda0000, 0x0d13f390, 0x0deb0000)
to space 17472K, 0% used [0x0deb0000, 0x0deb0000, 0x0efc0000)
tenured generation total 349568K, used 128723K [0x19a50000, 0x2efb0000, 0x44500000)
the space 349568K, 36% used [0x19a50000, 0x21804f88, 0x21805000, 0x2efb0000)
compacting perm gen total 16128K, used 16049K [0x44500000, 0x454c0000, 0x48500000)
the space 16128K, 99% used [0x44500000, 0x454ac5e8, 0x454ac600, 0x454c0000)
No shared spaces configured.

Code Cache [0x02500000, 0x02b08000, 0x04500000)
total_blobs=3305 nmethods=2935 adapters=303 free_code_cache=26613Kb largest_free_block=27250560

Compilation events (10 events):
Event: 114.133 Thread 0x4a598400 2944 ea:: (38 bytes)
Event: 114.133 Thread 0x4a598400 nmethod 2944 0x02b00f88 code [0x02b01080, 0x02b01140]
Event: 114.277 Thread 0x4a598400 2946 xm::b (2 bytes)
Event: 114.277 Thread 0x4a598400 nmethod 2946 0x02b01408 code [0x02b01500, 0x02b01580]
Event: 114.400 Thread 0x4a598400 2947 ava::a (118 bytes)
Event: 114.401 Thread 0x4a598400 nmethod 2947 0x02b015c8 code [0x02b01770, 0x02b01a94]
Event: 114.497 Thread 0x4a598400 2948 jm::c (109 bytes)
Event: 114.497 Thread 0x4a598400 nmethod 2948 0x02b01dc8 code [0x02b01ef0, 0x02b02040]
Event: 114.776 Thread 0x4a598400 2949 net.minecraft.server.MinecraftServer::P (314 bytes)
Event: 114.777 Thread 0x4a598400 nmethod 2949 0x02b02088 code [0x02b022c0, 0x02b02894]

GC Heap History (10 events):
Event: 16.981 GC heap before
def new generation total 157376K, used 157376K [0x04500000, 0x0efc0000, 0x19a50000)
eden space 139904K, 100% used [0x04500000, 0x0cda0000, 0x0cda0000)
from space 17472K, 100% used [0x0deb0000, 0x0efc0000, 0x0efc0000)
to space 17472K, 0% used [0x0cda0000, 0x0cda0000, 0x0deb0000)
tenured generation total 349568K, used 62128K [0x19a50000, 0x2efb0000, 0x44500000)
the space 349568K, 17% used [0x19a50000, 0x1d6fc258, 0x1d6fc400, 0x2efb0000)
compacting perm gen total 16128K, used 16022K [0x44500000, 0x454c0000, 0x48500000)
the space 16128K, 99% used [0x44500000, 0x454a59a8, 0x454a5a00, 0x454c0000)
No shared spaces configured.
Event: 17.067 GC heap after
Heap after GC invocations=4 (full 2):
def new generation total 157376K, used 17472K [0x04500000, 0x0efc0000, 0x19a50000)
eden space 139904K, 0% used [0x04500000, 0x04500000, 0x0cda0000)
from space 17472K, 100% used [0x0cda0000, 0x0deb0000, 0x0deb0000)
to space 17472K, 0% used [0x0deb0000, 0x0deb0000, 0x0efc0000)
tenured generation total 349568K, used 104682K [0x19a50000, 0x2efb0000, 0x44500000)
the space 349568K, 29% used [0x19a50000, 0x2008a870, 0x2008aa00, 0x2efb0000)
compacting perm gen total 16128K, used 16022K [0x44500000, 0x454c0000, 0x48500000)
the space 16128K, 99% used [0x44500000, 0x454a59a8, 0x454a5a00, 0x454c0000)
No shared spaces configured.
>
Event: 33.353 GC heap before
def new generation total 157376K, used 157376K [0x04500000, 0x0efc0000, 0x19a50000)
eden space 139904K, 100% used [0x04500000, 0x0cda0000, 0x0cda0000)
from space 17472K, 100% used [0x0cda0000, 0x0deb0000, 0x0deb0000)
to space 17472K, 0% used [0x0deb0000, 0x0deb0000, 0x0efc0000)
tenured generation total 349568K, used 104682K [0x19a50000, 0x2efb0000, 0x44500000)
the space 349568K, 29% used [0x19a50000, 0x2008a870, 0x2008aa00, 0x2efb0000)
compacting perm gen total 16128K, used 16026K [0x44500000, 0x454c0000, 0x48500000)
the space 16128K, 99% used [0x44500000, 0x454a6b80, 0x454a6c00, 0x454c0000)
No shared spaces configured.
Event: 33.386 GC heap after
Heap after GC invocations=5 (full 2):
def new generation total 157376K, used 8602K [0x04500000, 0x0efc0000, 0x19a50000)
eden space 139904K, 0% used [0x04500000, 0x04500000, 0x0cda0000)
from space 17472K, 49% used [0x0deb0000, 0x0e716ab0, 0x0efc0000)
to space 17472K, 0% used [0x0cda0000, 0x0cda0000, 0x0deb0000)
tenured generation total 349568K, used 121582K [0x19a50000, 0x2efb0000, 0x44500000)
the space 349568K, 34% used [0x19a50000, 0x2110b978, 0x2110ba00, 0x2efb0000)
compacting perm gen total 16128K, used 16026K [0x44500000, 0x454c0000, 0x48500000)
the space 16128K, 99% used [0x44500000, 0x454a6b80, 0x454a6c00, 0x454c0000)
No shared spaces configured.
>
Event: 56.474 GC heap before
def new generation total 157376K, used 148506K [0x04500000, 0x0efc0000, 0x19a50000)
eden space 139904K, 100% used [0x04500000, 0x0cda0000, 0x0cda0000)
from space 17472K, 49% used [0x0deb0000, 0x0e716ab0, 0x0efc0000)
to space 17472K, 0% used [0x0cda0000, 0x0cda0000, 0x0deb0000)
tenured generation total 349568K, used 121582K [0x19a50000, 0x2efb0000, 0x44500000)
the space 349568K, 34% used [0x19a50000, 0x2110b978, 0x2110ba00, 0x2efb0000)
compacting perm gen total 16128K, used 16035K [0x44500000, 0x454c0000, 0x48500000)
the space 16128K, 99% used [0x44500000, 0x454a8c68, 0x454a8e00, 0x454c0000)
No shared spaces configured.
Event: 56.489 GC heap after
Heap after GC invocations=6 (full 2):
def new generation total 157376K, used 9860K [0x04500000, 0x0efc0000, 0x19a50000)
eden space 139904K, 0% used [0x04500000, 0x04500000, 0x0cda0000)
from space 17472K, 56% used [0x0cda0000, 0x0d741128, 0x0deb0000)
to space 17472K, 0% used [0x0deb0000, 0x0deb0000, 0x0efc0000)
tenured generation total 349568K, used 121582K [0x19a50000, 0x2efb0000, 0x44500000)
the space 349568K, 34% used [0x19a50000, 0x2110b978, 0x2110ba00, 0x2efb0000)
compacting perm gen total 16128K, used 16035K [0x44500000, 0x454c0000, 0x48500000)
the space 16128K, 99% used [0x44500000, 0x454a8c68, 0x454a8e00, 0x454c0000)
No shared spaces configured.
>
Event: 74.419 GC heap before
def new generation total 157376K, used 149764K [0x04500000, 0x0efc0000, 0x19a50000)
eden space 139904K, 100% used [0x04500000, 0x0cda0000, 0x0cda0000)
from space 17472K, 56% used [0x0cda0000, 0x0d741128, 0x0deb0000)
to space 17472K, 0% used [0x0deb0000, 0x0deb0000, 0x0efc0000)
tenured generation total 349568K, used 121582K [0x19a50000, 0x2efb0000, 0x44500000)
the space 349568K, 34% used [0x19a50000, 0x2110b978, 0x2110ba00, 0x2efb0000)
compacting perm gen total 16128K, used 16037K [0x44500000, 0x454c0000, 0x48500000)
the space 16128K, 99% used [0x44500000, 0x454a95d0, 0x454a9600, 0x454c0000)
No shared spaces configured.
Event: 74.434 GC heap after
Heap after GC invocations=7 (full 2):
def new generation total 157376K, used 3679K [0x04500000, 0x0efc0000, 0x19a50000)
eden space 139904K, 0% used [0x04500000, 0x04500000, 0x0cda0000)
from space 17472K, 21% used [0x0deb0000, 0x0e247ef0, 0x0efc0000)
to space 17472K, 0% used [0x0cda0000, 0x0cda0000, 0x0deb0000)
tenured generation total 349568K, used 128723K [0x19a50000, 0x2efb0000, 0x44500000)
the space 349568K, 36% used [0x19a50000, 0x21804f88, 0x21805000, 0x2efb0000)
compacting perm gen total 16128K, used 16037K [0x44500000, 0x454c0000, 0x48500000)
the space 16128K, 99% used [0x44500000, 0x454a95d0, 0x454a9600, 0x454c0000)
No shared spaces configured.
>
Event: 99.026 GC heap before
def new generation total 157376K, used 143583K [0x04500000, 0x0efc0000, 0x19a50000)
eden space 139904K, 100% used [0x04500000, 0x0cda0000, 0x0cda0000)
from space 17472K, 21% used [0x0deb0000, 0x0e247ef0, 0x0efc0000)
to space 17472K, 0% used [0x0cda0000, 0x0cda0000, 0x0deb0000)
tenured generation total 349568K, used 128723K [0x19a50000, 0x2efb0000, 0x44500000)
the space 349568K, 36% used [0x19a50000, 0x21804f88, 0x21805000, 0x2efb0000)
compacting perm gen total 16128K, used 16039K [0x44500000, 0x454c0000, 0x48500000)
the space 16128K, 99% used [0x44500000, 0x454a9fc0, 0x454aa000, 0x454c0000)
No shared spaces configured.
Event: 99.033 GC heap after
Heap after GC invocations=8 (full 2):
def new generation total 157376K, used 3708K [0x04500000, 0x0efc0000, 0x19a50000)
eden space 139904K, 0% used [0x04500000, 0x04500000, 0x0cda0000)
from space 17472K, 21% used [0x0cda0000, 0x0d13f390, 0x0deb0000)
to space 17472K, 0% used [0x0deb0000, 0x0deb0000, 0x0efc0000)
tenured generation total 349568K, used 128723K [0x19a50000, 0x2efb0000, 0x44500000)
the space 349568K, 36% used [0x19a50000, 0x21804f88, 0x21805000, 0x2efb0000)
compacting perm gen total 16128K, used 16039K [0x44500000, 0x454c0000, 0x48500000)
the space 16128K, 99% used [0x44500000, 0x454a9fc0, 0x454aa000, 0x454c0000)
No shared spaces configured.
>

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 116.291 Thread 0x4a5b1400 Threw 0x0a627610 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jni.cpp:715
Event: 116.291 Thread 0x4a5b1400 Threw 0x0a627778 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jni.cpp:715
Event: 116.291 Thread 0x4a5b1400 Threw 0x0a627990 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jni.cpp:715
Event: 116.291 Thread 0x4a5b1400 Threw 0x0a627b28 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jni.cpp:715
Event: 116.291 Thread 0x4a5b1400 Threw 0x0a627c90 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jni.cpp:715
Event: 116.291 Thread 0x4a5b1400 Threw 0x0a627f08 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jni.cpp:715
Event: 116.291 Thread 0x4a5b1400 Threw 0x0a6280a0 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jni.cpp:715
Event: 116.291 Thread 0x4a5b1400 Threw 0x0a628208 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jni.cpp:715
Event: 116.293 Thread 0x4a5b0000 Threw 0x047adcc8 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:2888
Event: 116.293 Thread 0x4a5b0000 Threw 0x047ade68 at C:\jdk7u5_32P\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:2846

Events (10 events):
Event: 105.006 Executing VM operation: RevokeBias done
Event: 105.006 Thread 0x4a5b4000 Thread exited: 0x4a5b4000
Event: 109.978 Thread 0x4a5b4000 Thread added: 0x4a5b4000
Event: 109.984 Executing VM operation: BulkRevokeBias
Event: 109.984 Executing VM operation: BulkRevokeBias done
Event: 109.984 Thread 0x4a5b4000 Thread exited: 0x4a5b4000
Event: 114.980 Thread 0x4a5b4000 Thread added: 0x4a5b4000
Event: 114.986 Executing VM operation: RevokeBias
Event: 114.986 Executing VM operation: RevokeBias done
Event: 114.986 Thread 0x4a5b4000 Thread exited: 0x4a5b4000

Dynamic libraries:
0x00310000 — 0x0033f000 C:\Program Files\Java\jre7\bin\javaw.exe
0x774e0000 — 0x77608000 C:\Windows\system32\ntdll.dll
0x77400000 — 0x774dc000 C:\Windows\system32\kernel32.dll
0x75b80000 — 0x75c46000 C:\Windows\system32\ADVAPI32.dll
0x77060000 — 0x77123000 C:\Windows\system32\RPCRT4.dll
0x769a0000 — 0x76a3d000 C:\Windows\system32\USER32.dll
0x76e60000 — 0x76eab000 C:\Windows\system32\GDI32.dll
0x748c0000 — 0x74a5e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6002.18305_none_5cb72f2a088b0ed3\COMCTL32.dll
0x77610000 — 0x776ba000 C:\Windows\system32\msvcrt.dll
0x76fd0000 — 0x77029000 C:\Windows\system32\SHLWAPI.dll
0x76cb0000 — 0x76cce000 C:\Windows\system32\IMM32.DLL
0x77330000 — 0x773f8000 C:\Windows\system32\MSCTF.dll
0x76900000 — 0x76909000 C:\Windows\system32\LPK.DLL
0x776c0000 — 0x7773d000 C:\Windows\system32\USP10.dll
0x6b680000 — 0x6b73e000 C:\Program Files\Java\jre7\bin\msvcr100.dll
0x60560000 — 0x608aa000 C:\Program Files\Java\jre7\bin\client\jvm.dll
0x72570000 — 0x72577000 C:\Windows\system32\WSOCK32.dll
0x77030000 — 0x7705d000 C:\Windows\system32\WS2_32.dll
0x77130000 — 0x77136000 C:\Windows\system32\NSI.dll
0x74750000 — 0x74782000 C:\Windows\system32\WINMM.dll
0x76a40000 — 0x76b85000 C:\Windows\system32\ole32.dll
0x76eb0000 — 0x76f3d000 C:\Windows\system32\OLEAUT32.dll
0x74710000 — 0x7474e000 C:\Windows\system32\OLEACC.dll
0x768f0000 — 0x768f7000 C:\Windows\system32\PSAPI.DLL
0x743f0000 — 0x743fc000 C:\Program Files\Java\jre7\bin\verify.dll
0x73540000 — 0x73560000 C:\Program Files\Java\jre7\bin\java.dll
0x6bd80000 — 0x6bd93000 C:\Program Files\Java\jre7\bin\zip.dll
0x67bf0000 — 0x67d32000 C:\Program Files\Java\jre7\bin\awt.dll
0x74ab0000 — 0x74aef000 C:\Windows\system32\uxtheme.dll
0x60d20000 — 0x60d88000 C:\PROGRAM FILES\NORTON SECURITY SUITE\ENGINE\5.2.2.3\ASOEHOOK.DLL
0x72a60000 — 0x72b03000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
0x72b10000 — 0x72b9e000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll
0x75dc0000 — 0x768d1000 C:\Windows\system32\SHELL32.dll
0x73740000 — 0x7374c000 C:\Windows\system32\DWMAPI.DLL
0x70ff0000 — 0x711aa000 C:\Windows\system32\d3d9.dll
0x74f10000 — 0x74f18000 C:\Windows\system32\VERSION.dll
0x72930000 — 0x72936000 C:\Windows\system32\d3d8thk.dll
0x4b430000 — 0x4b8da000 C:\Windows\system32\nvd3dum.dll
0x6b970000 — 0x6b99a000 C:\Program Files\Java\jre7\bin\fontmanager.dll
0x6bd60000 — 0x6bd74000 C:\Program Files\Java\jre7\bin\net.dll
0x75190000 — 0x751cb000 C:\Windows\system32\mswsock.dll
0x75630000 — 0x75635000 C:\Windows\System32\wship6.dll
0x73580000 — 0x7358f000 C:\Program Files\Java\jre7\bin\nio.dll
0x74470000 — 0x7447f000 C:\Windows\system32\NLAapi.dll
0x757d0000 — 0x757e9000 C:\Windows\system32\IPHLPAPI.DLL
0x756f0000 — 0x75725000 C:\Windows\system32\dhcpcsvc.DLL
0x75750000 — 0x7577c000 C:\Windows\system32\DNSAPI.dll
0x75a30000 — 0x75a44000 C:\Windows\system32\Secur32.dll
0x757f0000 — 0x757f7000 C:\Windows\system32\WINNSI.DLL
0x757a0000 — 0x757c2000 C:\Windows\system32\dhcpcsvc6.DLL
0x6dcd0000 — 0x6dcdf000 C:\Windows\system32\napinsp.dll
0x6dbc0000 — 0x6dbd2000 C:\Windows\system32\pnrpnsp.dll
0x6db90000 — 0x6dbb1000 C:\Program Files\Bonjour\mdnsNSP.dll
0x6dc30000 — 0x6dc38000 C:\Windows\System32\winrnr.dll
0x75c50000 — 0x75c99000 C:\Windows\system32\WLDAP32.dll
0x74f80000 — 0x74fbb000 C:\Windows\system32\rsaenh.dll
0x75a50000 — 0x75a6e000 C:\Windows\system32\USERENV.dll
0x6f000000 — 0x6f006000 C:\Windows\system32\rasadhlp.dll
0x74eb0000 — 0x74eb5000 C:\Windows\System32\wshtcpip.dll
0x6b7f0000 — 0x6b810000 C:\Program Files\Java\jre7\bin\sunec.dll
0x6b770000 — 0x6b7a1000 C:\Program Files\Java\jre7\bin\t2k.dll
0x76f40000 — 0x76fc4000 C:\Windows\system32\CLBCatQ.DLL
0x73e90000 — 0x73f84000 C:\Windows\system32\WindowsCodecs.dll
0x759d0000 — 0x759fc000 C:\Windows\system32\apphelp.dll
0x72ba0000 — 0x72bbf000 C:\Windows\system32\EhStorShell.dll
0x740d0000 — 0x7418b000 C:\Windows\system32\PROPSYS.dll
0x6f180000 — 0x6f3c8000 C:\Program Files\Norton Security Suite\Engine\5.2.2.3\buShell.dll
0x74560000 — 0x7470b000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.6002.18581_none_9e591052ca1013d0\gdiplus.dll
0x6ae20000 — 0x6aec8000 C:\Program Files\Norton Security Suite\Engine\5.2.2.3\ccL100U.dll
0x69380000 — 0x69392000 C:\Program Files\Norton Security Suite\Engine\5.2.2.3\EFACli.dll
0x6ed30000 — 0x6ed39000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
0x753a0000 — 0x75493000 C:\Windows\system32\CRYPT32.dll
0x75520000 — 0x75532000 C:\Windows\system32\MSASN1.dll
0x50360000 — 0x503cb000 C:\Users\Ethan\AppData\Roaming\.minecraft\bin\natives\lwjgl.dll
0x503d0000 — 0x5049b000 C:\Windows\system32\OPENGL32.dll
0x6bec0000 — 0x6bee3000 C:\Windows\system32\GLU32.dll
0x6ad00000 — 0x6ade5000 C:\Windows\system32\DDRAW.dll
0x74aa0000 — 0x74aa6000 C:\Windows\system32\DCIMAN32.dll
0x76cd0000 — 0x76e5a000 C:\Windows\system32\SETUPAPI.dll
0x6d700000 — 0x6d706000 C:\Program Files\Java\jre7\bin\jawt.dll
0x69500000 — 0x69b9a000 C:\Windows\system32\nvoglv32.dll
0x5ff40000 — 0x60069000 C:\Users\Ethan\AppData\Roaming\.minecraft\bin\natives\OpenAL32.dll
0x50ed0000 — 0x50f40000 C:\Windows\system32\dsound.dll
0x74ec0000 — 0x74eda000 C:\Windows\system32\POWRPROF.dll
0x74cc0000 — 0x74ce8000 C:\Windows\System32\MMDevApi.dll
0x74c90000 — 0x74cbd000 C:\Windows\system32\WINTRUST.dll
0x77140000 — 0x7716a000 C:\Windows\system32\imagehlp.dll
0x740a0000 — 0x740cf000 C:\Windows\system32\wdmaud.drv
0x74440000 — 0x74444000 C:\Windows\system32\ksuser.dll
0x74ea0000 — 0x74ea7000 C:\Windows\system32\AVRT.dll
0x74000000 — 0x74021000 C:\Windows\system32\AUDIOSES.DLL
0x73f90000 — 0x73ff6000 C:\Windows\system32\audioeng.dll
0x74430000 — 0x74439000 C:\Windows\system32\msacm32.drv
0x74080000 — 0x74094000 C:\Windows\system32\MSACM32.dll
0x74380000 — 0x74387000 C:\Windows\system32\midimap.dll
0x6d630000 — 0x6d63a000 C:\Program Files\Java\jre7\bin\management.dll

VM Arguments:
jvm_args: -Xms512m -Xmx1024m
java_command: C:\Users\Ethan\Desktop\Minecraft.exe
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Intel\DMIX;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jre7\bin
USERNAME=Ethan
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 11, GenuineIntel

OS: Windows Vista Build 6002 Service Pack 2

CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 15 stepping 11, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, tsc

Memory: 4k page, physical 3126400k(893312k free), swap 6479172k(3712224k free)

vm_info: Java HotSpot(TM) Client VM (23.1-b03) for windows-x86 JRE (1.7.0_05-b06), built on Jun 27 2012 00:51:27 by «java_re» with unknown MS VC++:1600

time: Tue Aug 07 20:14:12 2012
elapsed time: 116 seconds

  • Tree Puncher
  • Join Date: 8/23/2012
  • Posts: 15
  • Minecraft: MCBrony_614
  • Member Details

i have a same problem to . sometimes after i see MOJANG and then the menu, that games exit by itself . i already uninstall my java runtime and it won’t let me play it . i haven’t have openGL can somebody help me ?

this is my problem :

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x4be41fa6, pid=3932, tid=3532
#
# JRE version: Java™ SE Runtime Environment (7.0_12-b07) (build 1.7.0_12-ea-b07)
# Java VM: Java HotSpot™ Client VM (24.0-b28 mixed mode windows-x86 )
# Problematic frame:
# C [ig4icd32.dll+0x31fa6]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun. eport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Current thread (0x4aa36000): JavaThread «Minecraft main thread» daemon [_thread_in_native, stack(0x49740000,0x49790000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x00000140

Registers:
EAX=0x00000000, EBX=0x3f01124e, ECX=0x001c5648, EDX=0x00000012
ESP=0x4978f2d4, EBP=0x001c54b8, ESI=0x4c7b0068, EDI=0x001c5648
EIP=0x4be41fa6, EFLAGS=0x00010202

Top of Stack: (sp=0x4978f2d4)
0x4978f2d4: 001c4430 001c5648 4c7b0068 4c858af8
0x4978f2e4: 4978f7b8 4c2bba68 00000000 4c075491
0x4978f2f4: 00000001 00230640 00000000 00000000
0x4978f304: 4978f43c 000d047a 00000dcc 77b14b5b
0x4978f314: 0019e4b8 00000002 0019e3b8 001cb0b0
0x4978f324: 77af9502 4978f344 77b14b5b 0019e138
0x4978f334: 00000002 0019e0b8 001bcef8 0019e118
0x4978f344: 4978f360 77b14b5b 00000001 00000002

Instructions: (pc=0x4be41fa6)
0x4be41f86: 89 96 f0 80 00 00 8b 8d 38 01 00 00 50 51 ba 40
0x4be41f96: 8d 00 00 8b ce e8 f0 98 00 00 8b 86 fc 80 00 00
0x4be41fa6: 83 80 40 01 00 00 ff 75 13 8b 88 3c 01 00 00 85
0x4be41fb6: c9 74 09 8b 11 50 8b 42 08 56 ff d0 c7 86 fc 80

Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x3f01124e is an unallocated location in the heap
ECX=0x001c5648 is an unknown value
EDX=0x00000012 is an unknown value
ESP=0x4978f2d4 is pointing into the stack for thread: 0x4aa36000
EBP=0x001c54b8 is an unknown value
ESI=0x4c7b0068 is an unknown value
EDI=0x001c5648 is an unknown value

Stack: [0x49740000,0x49790000], sp=0x4978f2d4, free space=316k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ig4icd32.dll+0x31fa6]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.opengl.WindowsContextImplementation.nMakeCurrent(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)V+0
j org.lwjgl.opengl.WindowsContextImplementation.makeCurrent(Lorg/lwjgl/opengl/PeerInfo;Ljava/nio/ByteBuffer;)V+7
j org.lwjgl.opengl.Context.makeCurrent()V+46
j org.lwjgl.opengl.Display.makeCurrent()V+25
j org.lwjgl.opengl.Display.makeCurrentAndSetSwapInterval()V+0
j org.lwjgl.opengl.Display.setDisplayMode(Lorg/lwjgl/opengl/DisplayMode;)V+70
j net.minecraft.client.Minecraft.k()V+26
j net.minecraft.client.Minecraft.a()V+880
j asq.a()V+94
j net.minecraft.client.Minecraft.run()V+6
j java.lang.Thread.run()V+11
v

Java Threads: ( => current thread )
0x4abc8400 JavaThread «Resource download thread» daemon [_thread_in_native, stack(0x50e00000,0x50e50000)]
0x4aa52c00 JavaThread «Thread-13» daemon [_thread_blocked, stack(0x4fb50000,0x4fba0000)]
0x4aa4f000 JavaThread «Thread-12» daemon [_thread_blocked, stack(0x01420000,0x01470000)]
=>0x4aa36000 JavaThread «Minecraft main thread» daemon [_thread_in_native, stack(0x49740000,0x49790000)]
0x4aa35800 JavaThread «Timer hack thread» daemon [_thread_blocked, stack(0x4bdc0000,0x4be10000)]
0x4a940c00 JavaThread «Snooper Timer» daemon [_thread_blocked, stack(0x4a5d0000,0x4a620000)]
0x4a8e5400 JavaThread «Keep-Alive-Timer» daemon [_thread_blocked, stack(0x4a560000,0x4a5b0000)]
0x0149ac00 JavaThread «DestroyJavaVM» [_thread_blocked, stack(0x013d0000,0x01420000)]
0x499ed000 JavaThread «AWT-EventQueue-0» [_thread_blocked, stack(0x49690000,0x496e0000)]
0x498b4800 JavaThread «AWT-Windows» daemon [_thread_in_native, stack(0x49e60000,0x49eb0000)]
0x498b4000 JavaThread «AWT-Shutdown» [_thread_blocked, stack(0x49dc0000,0x49e10000)]
0x498ab400 JavaThread «Java2D Disposer» daemon [_thread_blocked, stack(0x49cf0000,0x49d40000)]
0x0126b800 JavaThread «Service Thread» daemon [_thread_blocked, stack(0x49bf0000,0x49c40000)]
0x0125dc00 JavaThread «C1 CompilerThread0» daemon [_thread_blocked, stack(0x01350000,0x013a0000)]
0x0125c800 JavaThread «Attach Listener» daemon [_thread_blocked, stack(0x49a00000,0x49a50000)]
0x01259800 JavaThread «Signal Dispatcher» daemon [_thread_blocked, stack(0x49790000,0x497e0000)]
0x0122c400 JavaThread «Finalizer» daemon [_thread_blocked, stack(0x49ad0000,0x49b20000)]
0x01227800 JavaThread «Reference Handler» daemon [_thread_blocked, stack(0x49640000,0x49690000)]

Other Threads:
0x01225000 VMThread [stack: 0x496e0000,0x49730000] [id=2572]
0x0126e400 WatcherThread [stack: 0x49a50000,0x49aa0000] [id=2492]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 157248K, used 131231K [0x034a0000, 0x0df40000, 0x189f0000)
eden space 139776K, 93% used [0x034a0000, 0x0b4c7fc0, 0x0bd20000)
from space 17472K, 0% used [0x0bd20000, 0x0bd20000, 0x0ce30000)
to space 17472K, 0% used [0x0ce30000, 0x0ce30000, 0x0df40000)
tenured generation total 349568K, used 0K [0x189f0000, 0x2df50000, 0x434a0000)
the space 349568K, 0% used [0x189f0000, 0x189f0000, 0x189f0200, 0x2df50000)
compacting perm gen total 12288K, used 10725K [0x434a0000, 0x440a0000, 0x474a0000)
the space 12288K, 87% used [0x434a0000, 0x43f194a8, 0x43f19600, 0x440a0000)
No shared spaces configured.

Card table byte_map: [0x492a0000,0x494d0000] byte_map_base: 0x49285b00

Polling page: 0x00150000

Code Cache [0x014a0000, 0x01690000, 0x034a0000)
total_blobs=1137 nmethods=824 adapters=249 free_code_cache=30786Kb largest_free_block=31524928

Compilation events (10 events):
Event: 129.845 Thread 0x0125dc00 82
Event: 129.845 Thread 0x0125dc00 nmethod 820 0x0168e288 code [0x0168e390, 0x0168e4e0]
Event: 129.847 Thread 0x0125dc00 82
Event: 129.847 Thread 0x0125dc00 nmethod 821 0x0168e688 code [0x0168e780, 0x0168e850]
Event: 129.860 Thread 0x0125dc00 82
Event: 129.860 Thread 0x0125dc00 nmethod 822 0x0168e908 code [0x0168ea20, 0x0168eb58]
Event: 129.860 Thread 0x0125dc00 82
Event: 129.861 Thread 0x0125dc00 nmethod 823 0x0168ecc8 code [0x0168ee20, 0x0168f0e8]
Event: 129.871 Thread 0x0125dc00 82
Event: 129.872 Thread 0x0125dc00 nmethod 824 0x0168f388 code [0x0168f4b0, 0x0168f670]

GC Heap History (0 events):
No events

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 129.849 Thread 0x4aa36000 Threw 0x0afe5a90 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.849 Thread 0x4aa36000 Threw 0x0afe5d68 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.872 Thread 0x4aa36000 Threw 0x0b0abe10 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.872 Thread 0x4aa36000 Threw 0x0b0ac0e8 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.873 Thread 0x4aa36000 Threw 0x0b0aede0 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.873 Thread 0x4aa36000 Threw 0x0b0af0b8 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.874 Thread 0x4aa36000 Threw 0x0b0b11d0 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.874 Thread 0x4aa36000 Threw 0x0b0b14a8 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.877 Thread 0x4aa36000 Threw 0x0b0be420 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.877 Thread 0x4aa36000 Threw 0x0b0be6f8 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171

Events (10 events):
Event: 129.873 Executing VM operation: RevokeBias
Event: 129.873 Executing VM operation: RevokeBias done
Event: 129.873 loading class 0x4a92bc58
Event: 129.873 loading class 0x4a92bc58 done
Event: 129.874 loading class 0x49879e20
Event: 129.874 loading class 0x49879e20 done
Event: 129.877 loading class 0x4a957348
Event: 129.877 loading class 0x4a957348 done
Event: 129.879 Thread 0x499ed000 DEOPT PACKING pc=0x0159a3a8 sp=0x496df280
Event: 129.879 Thread 0x499ed000 DEOPT UNPACKING pc=0x014cdfc2 sp=0x496df15c mode 0

Dynamic libraries:
0x00360000 — 0x0038f000 C:\Windows\system32\javaw.exe
0x77ab0000 — 0x77bec000 C:\Windows\SYSTEM32\ntdll.dll
0x779d0000 — 0x77aa4000 C:\Windows\system32\kernel32.dll
0x75dd0000 — 0x75e1a000 C:\Windows\system32\KERNELBASE.dll
0x773a0000 — 0x77440000 C:\Windows\system32\ADVAPI32.dll
0x77640000 — 0x776ec000 C:\Windows\system32\msvcrt.dll
0x77c70000 — 0x77c89000 C:\Windows\SYSTEM32\sechost.dll
0x76010000 — 0x760b1000 C:\Windows\system32\RPCRT4.dll
0x76520000 — 0x765e9000 C:\Windows\system32\USER32.dll
0x77440000 — 0x7748e000 C:\Windows\system32\GDI32.dll
0x77c90000 — 0x77c9a000 C:\Windows\system32\LPK.dll
0x77930000 — 0x779cd000 C:\Windows\system32\USP10.dll
0x74ce0000 — 0x74e7e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x776f0000 — 0x77747000 C:\Windows\system32\SHLWAPI.dll
0x77c00000 — 0x77c1f000 C:\Windows\system32\IMM32.DLL
0x75f40000 — 0x7600c000 C:\Windows\system32\MSCTF.dll
0x6be40000 — 0x6befe000 C:\Program Files\Java\jre7\bin\msvcr100.dll
0x68c60000 — 0x68fb7000 C:\Program Files\Java\jre7\bin\client\jvm.dll
0x741e0000 — 0x741e7000 C:\Windows\system32\WSOCK32.dll
0x778f0000 — 0x77925000 C:\Windows\system32\WS2_32.dll
0x77bf0000 — 0x77bf6000 C:\Windows\system32\NSI.dll
0x727e0000 — 0x72812000 C:\Windows\system32\WINMM.dll
0x77ca0000 — 0x77ca5000 C:\Windows\system32\PSAPI.DLL
0x73260000 — 0x7326c000 C:\Program Files\Java\jre7\bin\verify.dll
0x73200000 — 0x73220000 C:\Program Files\Java\jre7\bin\java.dll
0x73220000 — 0x73233000 C:\Program Files\Java\jre7\bin\zip.dll
0x69f90000 — 0x6a0d2000 C:\Program Files\Java\jre7\bin\awt.dll
0x76130000 — 0x761bf000 C:\Windows\system32\OLEAUT32.dll
0x77240000 — 0x7739c000 C:\Windows\system32\ole32.dll
0x74770000 — 0x74783000 C:\Windows\system32\DWMAPI.DLL
0x74b60000 — 0x74ba0000 C:\Windows\system32\uxtheme.dll
0x75bc0000 — 0x75bcc000 C:\Windows\system32\CRYPTBASE.dll
0x756e0000 — 0x756f6000 C:\Windows\system32\CRYPTSP.dll
0x75490000 — 0x754cb000 C:\Windows\system32\rsaenh.dll
0x752a0000 — 0x752b7000 C:\Windows\system32\USERENV.dll
0x75c40000 — 0x75c4b000 C:\Windows\system32\profapi.dll
0x70810000 — 0x70824000 C:\Program Files\Java\jre7\bin\net.dll
0x756a0000 — 0x756dc000 C:\Windows\system32\mswsock.dll
0x75a80000 — 0x75a86000 C:\Windows\System32\wship6.dll
0x741a0000 — 0x741b0000 C:\Windows\system32\NLAapi.dll
0x713c0000 — 0x713d0000 C:\Windows\system32\napinsp.dll
0x713a0000 — 0x713b2000 C:\Windows\system32\pnrpnsp.dll
0x75570000 — 0x755b4000 C:\Windows\system32\DNSAPI.dll
0x71380000 — 0x71388000 C:\Windows\System32\winrnr.dll
0x751d0000 — 0x751d5000 C:\Windows\System32\wshtcpip.dll
0x73dd0000 — 0x73dec000 C:\Windows\system32\IPHLPAPI.DLL
0x73dc0000 — 0x73dc7000 C:\Windows\system32\WINNSI.DLL
0x71350000 — 0x71356000 C:\Windows\system32\rasadhlp.dll
0x73c40000 — 0x73c78000 C:\Windows\System32\fwpuclnt.dll
0x71340000 — 0x7134f000 C:\Program Files\Java\jre7\bin\nio.dll
0x70910000 — 0x70930000 C:\Program Files\Java\jre7\bin\sunec.dll
0x707e0000 — 0x7080a000 C:\Program Files\Java\jre7\bin\fontmanager.dll
0x6bfa0000 — 0x6c016000 C:\Windows\system32\RICHED20.DLL
0x775b0000 — 0x77633000 C:\Windows\system32\CLBCatQ.DLL
0x6bf60000 — 0x6bf91000 C:\Program Files\Java\jre7\bin\t2k.dll
0x4a2d0000 — 0x4a33b000 C:\Users\computer\AppData\Roaming\.minecraft\bin\natives\lwjgl.dll
0x69ec0000 — 0x69f88000 C:\Windows\system32\OPENGL32.dll
0x6bf30000 — 0x6bf52000 C:\Windows\system32\GLU32.dll
0x69c90000 — 0x69d77000 C:\Windows\system32\DDRAW.dll
0x74fd0000 — 0x74fd6000 C:\Windows\system32\DCIMAN32.dll
0x77750000 — 0x778ed000 C:\Windows\system32\SETUPAPI.dll
0x75d50000 — 0x75d77000 C:\Windows\system32\CFGMGR32.dll
0x75d80000 — 0x75d92000 C:\Windows\system32\DEVOBJ.dll
0x75140000 — 0x75149000 C:\Windows\system32\VERSION.dll
0x74fc0000 — 0x74fc6000 C:\Program Files\Java\jre7\bin\jawt.dll
0x4be10000 — 0x4c3e2000 C:\Windows\system32\ig4icd32.dll
0x4c3f0000 — 0x4c7ae000 C:\Windows\system32\ig4dev32.dll
0x69b60000 — 0x69c89000 C:\Users\computer\AppData\Roaming\.minecraft\bin\natives\OpenAL32.dll
0x765f0000 — 0x7723a000 C:\Windows\system32\SHELL32.dll
0x6a8c0000 — 0x6a932000 C:\Windows\system32\dsound.dll
0x74630000 — 0x74655000 C:\Windows\system32\POWRPROF.dll
0x74710000 — 0x74749000 C:\Windows\System32\MMDevApi.dll
0x74ba0000 — 0x74c95000 C:\Windows\System32\PROPSYS.dll
0x74260000 — 0x74290000 C:\Windows\system32\wdmaud.drv
0x74750000 — 0x74754000 C:\Windows\system32\ksuser.dll
0x74760000 — 0x74767000 C:\Windows\system32\AVRT.dll
0x74220000 — 0x74256000 C:\Windows\system32\AUDIOSES.DLL
0x74320000 — 0x74328000 C:\Windows\system32\msacm32.drv
0x74cc0000 — 0x74cd4000 C:\Windows\system32\MSACM32.dll
0x741d0000 — 0x741d7000 C:\Windows\system32\midimap.dll
0x6bb50000 — 0x6bc3b000 C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -Xms512m -Xmx1024m -Dsun.java2d.noddraw=true -Dsun.java2d.d3d=false -Dsun.java2d.opengl=false -Dsun.java2d.pmoffscreen=false
java_command: net.minecraft.LauncherFrame
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\program files\java\jre7\bin
USERNAME=computer
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel

OS: Windows 7 Build 7601 Service Pack 1

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, tsc

Memory: 4k page, physical 975708k(371064k free), swap 2024284k(522260k free)

vm_info: Java HotSpot™ Client VM (24.0-b28) for windows-x86 JRE (1.7.0_12-ea-b07), built on Dec 27 2012 03:05:00 by «java_re» with unknown MS VC++:1600

time: Thu Jan 03 13:16:51 2013
elapsed time: 130 seconds

i have a same problem to . sometimes after i see MOJANG and then the menu, that games exit by itself . i already uninstall my java runtime and it won’t let me play it . i haven’t have openGL can somebody help me ?

this is my problem :

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x4be41fa6, pid=3932, tid=3532
#
# JRE version: Java™ SE Runtime Environment (7.0_12-b07) (build 1.7.0_12-ea-b07)
# Java VM: Java HotSpot™ Client VM (24.0-b28 mixed mode windows-x86 )
# Problematic frame:
# C [ig4icd32.dll+0x31fa6]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun. eport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Current thread (0x4aa36000): JavaThread «Minecraft main thread» daemon [_thread_in_native, stack(0x49740000,0x49790000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x00000140

Registers:
EAX=0x00000000, EBX=0x3f01124e, ECX=0x001c5648, EDX=0x00000012
ESP=0x4978f2d4, EBP=0x001c54b8, ESI=0x4c7b0068, EDI=0x001c5648
EIP=0x4be41fa6, EFLAGS=0x00010202

Top of Stack: (sp=0x4978f2d4)
0x4978f2d4: 001c4430 001c5648 4c7b0068 4c858af8
0x4978f2e4: 4978f7b8 4c2bba68 00000000 4c075491
0x4978f2f4: 00000001 00230640 00000000 00000000
0x4978f304: 4978f43c 000d047a 00000dcc 77b14b5b
0x4978f314: 0019e4b8 00000002 0019e3b8 001cb0b0
0x4978f324: 77af9502 4978f344 77b14b5b 0019e138
0x4978f334: 00000002 0019e0b8 001bcef8 0019e118
0x4978f344: 4978f360 77b14b5b 00000001 00000002

Instructions: (pc=0x4be41fa6)
0x4be41f86: 89 96 f0 80 00 00 8b 8d 38 01 00 00 50 51 ba 40
0x4be41f96: 8d 00 00 8b ce e8 f0 98 00 00 8b 86 fc 80 00 00
0x4be41fa6: 83 80 40 01 00 00 ff 75 13 8b 88 3c 01 00 00 85
0x4be41fb6: c9 74 09 8b 11 50 8b 42 08 56 ff d0 c7 86 fc 80

Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0x3f01124e is an unallocated location in the heap
ECX=0x001c5648 is an unknown value
EDX=0x00000012 is an unknown value
ESP=0x4978f2d4 is pointing into the stack for thread: 0x4aa36000
EBP=0x001c54b8 is an unknown value
ESI=0x4c7b0068 is an unknown value
EDI=0x001c5648 is an unknown value

Stack: [0x49740000,0x49790000], sp=0x4978f2d4, free space=316k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ig4icd32.dll+0x31fa6]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.opengl.WindowsContextImplementation.nMakeCurrent(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)V+0
j org.lwjgl.opengl.WindowsContextImplementation.makeCurrent(Lorg/lwjgl/opengl/PeerInfo;Ljava/nio/ByteBuffer;)V+7
j org.lwjgl.opengl.Context.makeCurrent()V+46
j org.lwjgl.opengl.Display.makeCurrent()V+25
j org.lwjgl.opengl.Display.makeCurrentAndSetSwapInterval()V+0
j org.lwjgl.opengl.Display.setDisplayMode(Lorg/lwjgl/opengl/DisplayMode;)V+70
j net.minecraft.client.Minecraft.k()V+26
j net.minecraft.client.Minecraft.a()V+880
j asq.a()V+94
j net.minecraft.client.Minecraft.run()V+6
j java.lang.Thread.run()V+11
v

Java Threads: ( => current thread )
0x4abc8400 JavaThread «Resource download thread» daemon [_thread_in_native, stack(0x50e00000,0x50e50000)]
0x4aa52c00 JavaThread «Thread-13» daemon [_thread_blocked, stack(0x4fb50000,0x4fba0000)]
0x4aa4f000 JavaThread «Thread-12» daemon [_thread_blocked, stack(0x01420000,0x01470000)]
=>0x4aa36000 JavaThread «Minecraft main thread» daemon [_thread_in_native, stack(0x49740000,0x49790000)]
0x4aa35800 JavaThread «Timer hack thread» daemon [_thread_blocked, stack(0x4bdc0000,0x4be10000)]
0x4a940c00 JavaThread «Snooper Timer» daemon [_thread_blocked, stack(0x4a5d0000,0x4a620000)]
0x4a8e5400 JavaThread «Keep-Alive-Timer» daemon [_thread_blocked, stack(0x4a560000,0x4a5b0000)]
0x0149ac00 JavaThread «DestroyJavaVM» [_thread_blocked, stack(0x013d0000,0x01420000)]
0x499ed000 JavaThread «AWT-EventQueue-0» [_thread_blocked, stack(0x49690000,0x496e0000)]
0x498b4800 JavaThread «AWT-Windows» daemon [_thread_in_native, stack(0x49e60000,0x49eb0000)]
0x498b4000 JavaThread «AWT-Shutdown» [_thread_blocked, stack(0x49dc0000,0x49e10000)]
0x498ab400 JavaThread «Java2D Disposer» daemon [_thread_blocked, stack(0x49cf0000,0x49d40000)]
0x0126b800 JavaThread «Service Thread» daemon [_thread_blocked, stack(0x49bf0000,0x49c40000)]
0x0125dc00 JavaThread «C1 CompilerThread0» daemon [_thread_blocked, stack(0x01350000,0x013a0000)]
0x0125c800 JavaThread «Attach Listener» daemon [_thread_blocked, stack(0x49a00000,0x49a50000)]
0x01259800 JavaThread «Signal Dispatcher» daemon [_thread_blocked, stack(0x49790000,0x497e0000)]
0x0122c400 JavaThread «Finalizer» daemon [_thread_blocked, stack(0x49ad0000,0x49b20000)]
0x01227800 JavaThread «Reference Handler» daemon [_thread_blocked, stack(0x49640000,0x49690000)]

Other Threads:
0x01225000 VMThread [stack: 0x496e0000,0x49730000] [id=2572]
0x0126e400 WatcherThread [stack: 0x49a50000,0x49aa0000] [id=2492]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 157248K, used 131231K [0x034a0000, 0x0df40000, 0x189f0000)
eden space 139776K, 93% used [0x034a0000, 0x0b4c7fc0, 0x0bd20000)
from space 17472K, 0% used [0x0bd20000, 0x0bd20000, 0x0ce30000)
to space 17472K, 0% used [0x0ce30000, 0x0ce30000, 0x0df40000)
tenured generation total 349568K, used 0K [0x189f0000, 0x2df50000, 0x434a0000)
the space 349568K, 0% used [0x189f0000, 0x189f0000, 0x189f0200, 0x2df50000)
compacting perm gen total 12288K, used 10725K [0x434a0000, 0x440a0000, 0x474a0000)
the space 12288K, 87% used [0x434a0000, 0x43f194a8, 0x43f19600, 0x440a0000)
No shared spaces configured.

Card table byte_map: [0x492a0000,0x494d0000] byte_map_base: 0x49285b00

Polling page: 0x00150000

Code Cache [0x014a0000, 0x01690000, 0x034a0000)
total_blobs=1137 nmethods=824 adapters=249 free_code_cache=30786Kb largest_free_block=31524928

Compilation events (10 events):
Event: 129.845 Thread 0x0125dc00 82
Event: 129.845 Thread 0x0125dc00 nmethod 820 0x0168e288 code [0x0168e390, 0x0168e4e0]
Event: 129.847 Thread 0x0125dc00 82
Event: 129.847 Thread 0x0125dc00 nmethod 821 0x0168e688 code [0x0168e780, 0x0168e850]
Event: 129.860 Thread 0x0125dc00 82
Event: 129.860 Thread 0x0125dc00 nmethod 822 0x0168e908 code [0x0168ea20, 0x0168eb58]
Event: 129.860 Thread 0x0125dc00 82
Event: 129.861 Thread 0x0125dc00 nmethod 823 0x0168ecc8 code [0x0168ee20, 0x0168f0e8]
Event: 129.871 Thread 0x0125dc00 82
Event: 129.872 Thread 0x0125dc00 nmethod 824 0x0168f388 code [0x0168f4b0, 0x0168f670]

GC Heap History (0 events):
No events

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 129.849 Thread 0x4aa36000 Threw 0x0afe5a90 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.849 Thread 0x4aa36000 Threw 0x0afe5d68 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.872 Thread 0x4aa36000 Threw 0x0b0abe10 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.872 Thread 0x4aa36000 Threw 0x0b0ac0e8 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.873 Thread 0x4aa36000 Threw 0x0b0aede0 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.873 Thread 0x4aa36000 Threw 0x0b0af0b8 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.874 Thread 0x4aa36000 Threw 0x0b0b11d0 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.874 Thread 0x4aa36000 Threw 0x0b0b14a8 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.877 Thread 0x4aa36000 Threw 0x0b0be420 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171
Event: 129.877 Thread 0x4aa36000 Threw 0x0b0be6f8 at C:\jdk7u2_32P\jdk7u12\hotspot\src\share\vm\prims\jvm.cpp:1171

Events (10 events):
Event: 129.873 Executing VM operation: RevokeBias
Event: 129.873 Executing VM operation: RevokeBias done
Event: 129.873 loading class 0x4a92bc58
Event: 129.873 loading class 0x4a92bc58 done
Event: 129.874 loading class 0x49879e20
Event: 129.874 loading class 0x49879e20 done
Event: 129.877 loading class 0x4a957348
Event: 129.877 loading class 0x4a957348 done
Event: 129.879 Thread 0x499ed000 DEOPT PACKING pc=0x0159a3a8 sp=0x496df280
Event: 129.879 Thread 0x499ed000 DEOPT UNPACKING pc=0x014cdfc2 sp=0x496df15c mode 0

Dynamic libraries:
0x00360000 — 0x0038f000 C:\Windows\system32\javaw.exe
0x77ab0000 — 0x77bec000 C:\Windows\SYSTEM32\ntdll.dll
0x779d0000 — 0x77aa4000 C:\Windows\system32\kernel32.dll
0x75dd0000 — 0x75e1a000 C:\Windows\system32\KERNELBASE.dll
0x773a0000 — 0x77440000 C:\Windows\system32\ADVAPI32.dll
0x77640000 — 0x776ec000 C:\Windows\system32\msvcrt.dll
0x77c70000 — 0x77c89000 C:\Windows\SYSTEM32\sechost.dll
0x76010000 — 0x760b1000 C:\Windows\system32\RPCRT4.dll
0x76520000 — 0x765e9000 C:\Windows\system32\USER32.dll
0x77440000 — 0x7748e000 C:\Windows\system32\GDI32.dll
0x77c90000 — 0x77c9a000 C:\Windows\system32\LPK.dll
0x77930000 — 0x779cd000 C:\Windows\system32\USP10.dll
0x74ce0000 — 0x74e7e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x776f0000 — 0x77747000 C:\Windows\system32\SHLWAPI.dll
0x77c00000 — 0x77c1f000 C:\Windows\system32\IMM32.DLL
0x75f40000 — 0x7600c000 C:\Windows\system32\MSCTF.dll
0x6be40000 — 0x6befe000 C:\Program Files\Java\jre7\bin\msvcr100.dll
0x68c60000 — 0x68fb7000 C:\Program Files\Java\jre7\bin\client\jvm.dll
0x741e0000 — 0x741e7000 C:\Windows\system32\WSOCK32.dll
0x778f0000 — 0x77925000 C:\Windows\system32\WS2_32.dll
0x77bf0000 — 0x77bf6000 C:\Windows\system32\NSI.dll
0x727e0000 — 0x72812000 C:\Windows\system32\WINMM.dll
0x77ca0000 — 0x77ca5000 C:\Windows\system32\PSAPI.DLL
0x73260000 — 0x7326c000 C:\Program Files\Java\jre7\bin\verify.dll
0x73200000 — 0x73220000 C:\Program Files\Java\jre7\bin\java.dll
0x73220000 — 0x73233000 C:\Program Files\Java\jre7\bin\zip.dll
0x69f90000 — 0x6a0d2000 C:\Program Files\Java\jre7\bin\awt.dll
0x76130000 — 0x761bf000 C:\Windows\system32\OLEAUT32.dll
0x77240000 — 0x7739c000 C:\Windows\system32\ole32.dll
0x74770000 — 0x74783000 C:\Windows\system32\DWMAPI.DLL
0x74b60000 — 0x74ba0000 C:\Windows\system32\uxtheme.dll
0x75bc0000 — 0x75bcc000 C:\Windows\system32\CRYPTBASE.dll
0x756e0000 — 0x756f6000 C:\Windows\system32\CRYPTSP.dll
0x75490000 — 0x754cb000 C:\Windows\system32\rsaenh.dll
0x752a0000 — 0x752b7000 C:\Windows\system32\USERENV.dll
0x75c40000 — 0x75c4b000 C:\Windows\system32\profapi.dll
0x70810000 — 0x70824000 C:\Program Files\Java\jre7\bin\net.dll
0x756a0000 — 0x756dc000 C:\Windows\system32\mswsock.dll
0x75a80000 — 0x75a86000 C:\Windows\System32\wship6.dll
0x741a0000 — 0x741b0000 C:\Windows\system32\NLAapi.dll
0x713c0000 — 0x713d0000 C:\Windows\system32\napinsp.dll
0x713a0000 — 0x713b2000 C:\Windows\system32\pnrpnsp.dll
0x75570000 — 0x755b4000 C:\Windows\system32\DNSAPI.dll
0x71380000 — 0x71388000 C:\Windows\System32\winrnr.dll
0x751d0000 — 0x751d5000 C:\Windows\System32\wshtcpip.dll
0x73dd0000 — 0x73dec000 C:\Windows\system32\IPHLPAPI.DLL
0x73dc0000 — 0x73dc7000 C:\Windows\system32\WINNSI.DLL
0x71350000 — 0x71356000 C:\Windows\system32\rasadhlp.dll
0x73c40000 — 0x73c78000 C:\Windows\System32\fwpuclnt.dll
0x71340000 — 0x7134f000 C:\Program Files\Java\jre7\bin\nio.dll
0x70910000 — 0x70930000 C:\Program Files\Java\jre7\bin\sunec.dll
0x707e0000 — 0x7080a000 C:\Program Files\Java\jre7\bin\fontmanager.dll
0x6bfa0000 — 0x6c016000 C:\Windows\system32\RICHED20.DLL
0x775b0000 — 0x77633000 C:\Windows\system32\CLBCatQ.DLL
0x6bf60000 — 0x6bf91000 C:\Program Files\Java\jre7\bin\t2k.dll
0x4a2d0000 — 0x4a33b000 C:\Users\computer\AppData\Roaming\.minecraft\bin\natives\lwjgl.dll
0x69ec0000 — 0x69f88000 C:\Windows\system32\OPENGL32.dll
0x6bf30000 — 0x6bf52000 C:\Windows\system32\GLU32.dll
0x69c90000 — 0x69d77000 C:\Windows\system32\DDRAW.dll
0x74fd0000 — 0x74fd6000 C:\Windows\system32\DCIMAN32.dll
0x77750000 — 0x778ed000 C:\Windows\system32\SETUPAPI.dll
0x75d50000 — 0x75d77000 C:\Windows\system32\CFGMGR32.dll
0x75d80000 — 0x75d92000 C:\Windows\system32\DEVOBJ.dll
0x75140000 — 0x75149000 C:\Windows\system32\VERSION.dll
0x74fc0000 — 0x74fc6000 C:\Program Files\Java\jre7\bin\jawt.dll
0x4be10000 — 0x4c3e2000 C:\Windows\system32\ig4icd32.dll
0x4c3f0000 — 0x4c7ae000 C:\Windows\system32\ig4dev32.dll
0x69b60000 — 0x69c89000 C:\Users\computer\AppData\Roaming\.minecraft\bin\natives\OpenAL32.dll
0x765f0000 — 0x7723a000 C:\Windows\system32\SHELL32.dll
0x6a8c0000 — 0x6a932000 C:\Windows\system32\dsound.dll
0x74630000 — 0x74655000 C:\Windows\system32\POWRPROF.dll
0x74710000 — 0x74749000 C:\Windows\System32\MMDevApi.dll
0x74ba0000 — 0x74c95000 C:\Windows\System32\PROPSYS.dll
0x74260000 — 0x74290000 C:\Windows\system32\wdmaud.drv
0x74750000 — 0x74754000 C:\Windows\system32\ksuser.dll
0x74760000 — 0x74767000 C:\Windows\system32\AVRT.dll
0x74220000 — 0x74256000 C:\Windows\system32\AUDIOSES.DLL
0x74320000 — 0x74328000 C:\Windows\system32\msacm32.drv
0x74cc0000 — 0x74cd4000 C:\Windows\system32\MSACM32.dll
0x741d0000 — 0x741d7000 C:\Windows\system32\midimap.dll
0x6bb50000 — 0x6bc3b000 C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -Xms512m -Xmx1024m -Dsun.java2d.noddraw=true -Dsun.java2d.d3d=false -Dsun.java2d.opengl=false -Dsun.java2d.pmoffscreen=false
java_command: net.minecraft.LauncherFrame
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\program files\java\jre7\bin
USERNAME=computer
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel

OS: Windows 7 Build 7601 Service Pack 1

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, tsc

Memory: 4k page, physical 975708k(371064k free), swap 2024284k(522260k free)

vm_info: Java HotSpot™ Client VM (24.0-b28) for windows-x86 JRE (1.7.0_12-ea-b07), built on Dec 27 2012 03:05:00 by «java_re» with unknown MS VC++:1600

time: Thu Jan 03 13:16:51 2013
elapsed time: 130 seconds

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x701f5861, pid=3344, tid=2476
#
# JRE version: 7.0_10-b18
# Java VM: Java HotSpot™ Client VM (23.6-b04 mixed mode windows-x86 )
# Problematic frame:
# C [aticfx32.dll+0x25861] gslCfxExit+0xe1
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun. eport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

Current thread (0x4b8e6800): JavaThread «Minecraft main thread» daemon [_thread_in_native, stack(0x4d230000,0x4d280000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000013c

Registers:
EAX=0x00000008, EBX=0x4d27eb9c, ECX=0x0000000a, EDX=0x00000000
ESP=0x4d27e1a8, EBP=0x4d27e1b4, ESI=0x4c7c2898, EDI=0x4c7c07d0
EIP=0x701f5861, EFLAGS=0x00010202

Top of Stack: (sp=0x4d27e1a8)
0x4d27e1a8: 4d27eb9c 4c7c07d0 00000000 4d27eb4c
0x4d27e1b8: 701f3f2c 400000c0 4d27eb9c 006dac6c
0x4d27e1c8: 001cedc8 400000c0 00000000 4d27e1e0
0x4d27e1d8: 00000960 400000c0 00000001 088d0000
0x4d27e1e8: 0000000a 00000000 00000008 00000007
0x4d27e1f8: 0000027c 0000073b 00000001 00000001
0x4d27e208: 00008bc3 00000001 00001f9d 000007fc
0x4d27e218: 00000001 e2f32107 000001ba 00f7ff3f

Instructions: (pc=0x701f5861)
0x701f5841: 70 68 88 00 00 00 6a 08 52 8b f8 ff 15 b0 a0 21
0x701f5851: 70 8b f0 85 f6 74 1b 8b 47 20 8b 4f 14 83 c0 08
0x701f5861: 8b 80 34 01 00 00 50 8b c7 e8 21 ff ff ff 8b f0
0x701f5871: eb 02 33 f6 8b fe e8 54 24 01 00 85 c0 7c 1d 53

Register to memory mapping:

EAX=0x00000008 is an unknown value
EBX=0x4d27eb9c is pointing into the stack for thread: 0x4b8e6800
ECX=0x0000000a is an unknown value
EDX=0x00000000 is an unknown value
ESP=0x4d27e1a8 is pointing into the stack for thread: 0x4b8e6800
EBP=0x4d27e1b4 is pointing into the stack for thread: 0x4b8e6800
ESI=0x4c7c2898 is an unknown value
EDI=0x4c7c07d0 is an unknown value

Stack: [0x4d230000,0x4d280000], sp=0x4d27e1a8, free space=312k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [aticfx32.dll+0x25861] gslCfxExit+0xe1
C [aticfx32.dll+0x23f2c] OpenAdapter+0x6edc
C [atigktxx.dll+0x1daf] GetD3DKMTProcAddress+0xbfd

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

Java Threads: ( => current thread )
=>0x4b8e6800 JavaThread «Minecraft main thread» daemon [_thread_in_native, stack(0x4d230000,0x4d280000)]
0x4b8e6400 JavaThread «Timer hack thread» daemon [_thread_blocked, stack(0x4d1b0000,0x4d200000)]
0x4b8e5c00 JavaThread «Snooper Timer» daemon [_thread_blocked, stack(0x4c670000,0x4c6c0000)]
0x0094a800 JavaThread «DestroyJavaVM» [_thread_blocked, stack(0x00a90000,0x00ae0000)]
0x4a5b7800 JavaThread «AWT-EventQueue-0» [_thread_blocked, stack(0x4b2d0000,0x4b320000)]
0x4a5b7400 JavaThread «AWT-Shutdown» [_thread_blocked, stack(0x4ade0000,0x4ae30000)]
0x4b635400 JavaThread «TimerQueue» daemon [_thread_blocked, stack(0x4bd90000,0x4bde0000)]
0x4b667000 JavaThread «SwingWorker-pool-1-thread-1» daemon [_thread_blocked, stack(0x4bca0000,0x4bcf0000)]
0x4a6d9c00 JavaThread «AWT-Windows» daemon [_thread_in_native, stack(0x4b120000,0x4b170000)]
0x4a6d6c00 JavaThread «Java2D Disposer» daemon [_thread_blocked, stack(0x4afb0000,0x4b000000)]
0x4a577c00 JavaThread «Service Thread» daemon [_thread_blocked, stack(0x4ad90000,0x4ade0000)]
0x4a55c400 JavaThread «C1 CompilerThread0» daemon [_thread_blocked, stack(0x4a820000,0x4a870000)]
0x4a55b400 JavaThread «Attach Listener» daemon [_thread_blocked, stack(0x4a7b0000,0x4a800000)]
0x4a558400 JavaThread «Signal Dispatcher» daemon [_thread_blocked, stack(0x4ab00000,0x4ab50000)]
0x4a4ff800 JavaThread «Finalizer» daemon [_thread_blocked, stack(0x4aa00000,0x4aa50000)]
0x4a4fa000 JavaThread «Reference Handler» daemon [_thread_blocked, stack(0x4a9b0000,0x4aa00000)]

Other Threads:
0x4a4f3800 VMThread [stack: 0x00990000,0x009e0000] [id=4104]
0x4a592000 WatcherThread [stack: 0x4ae90000,0x4aee0000] [id=5104]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 157248K, used 108087K [0x04360000, 0x0ee00000, 0x198b0000)
eden space 139776K, 77% used [0x04360000, 0x0acedff0, 0x0cbe0000)
from space 17472K, 0% used [0x0cbe0000, 0x0cbe0000, 0x0dcf0000)
to space 17472K, 0% used [0x0dcf0000, 0x0dcf0000, 0x0ee00000)
tenured generation total 349568K, used 0K [0x198b0000, 0x2ee10000, 0x44360000)
the space 349568K, 0% used [0x198b0000, 0x198b0000, 0x198b0200, 0x2ee10000)
compacting perm gen total 12544K, used 12511K [0x44360000, 0x44fa0000, 0x48360000)
the space 12544K, 99% used [0x44360000, 0x44f97ce8, 0x44f97e00, 0x44fa0000)
No shared spaces configured.

Card table byte_map: [0x4a160000,0x4a390000] byte_map_base: 0x4a13e500

Polling page: 0x00170000

Code Cache [0x02360000, 0x02590000, 0x04360000)
total_blobs=1388 nmethods=1110 adapters=212 free_code_cache=30545Kb largest_free_block=31278272

Compilation events (10 events):
Event: 29.708 Thread 0x4a55c400 1115 java.net.URLClassLoader$1::run (5 bytes)
Event: 29.708 Thread 0x4a55c400 nmethod 1115 0x02588a88 code [0x02588b80, 0x02588c0c]
Event: 29.708 Thread 0x4a55c400 1116 ! java.net.URLClassLoader$1::run (73 bytes)
Event: 29.709 Thread 0x4a55c400 nmethod 1116 0x02588c88 code [0x02588dd0, 0x02589008]
Event: 29.715 Thread 0x4a55c400 1117 java.security.MessageDigest::update (45 bytes)
Event: 29.715 Thread 0x4a55c400 nmethod 1117 0x02589288 code [0x025893b0, 0x02589554]
Event: 29.718 Thread 0x4a55c400 1118 java.util.concurrent.ConcurrentHashMap::putIfAbsent (79 bytes)
Event: 29.719 Thread 0x4a55c400 nmethod 1118 0x02589808 code [0x02589930, 0x02589af0]
Event: 29.719 Thread 0x4a55c400 1119 ! sun.security.util.ManifestEntryVerifier::setEntry (299 bytes)
Event: 29.721 Thread 0x4a55c400 nmethod 1119 0x02589c48 code [0x02589f40, 0x0258a990]

GC Heap History (0 events):
No events

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 29.728 Thread 0x4b8e6800 Threw 0x0aabe4a0 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 29.728 Thread 0x4b8e6800 Threw 0x0aabe938 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 29.729 Thread 0x4b8e6800 Threw 0x0aac1d90 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 29.729 Thread 0x4b8e6800 Threw 0x0aac2240 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 29.730 Thread 0x4b8e6800 Threw 0x0aac4f08 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 29.730 Thread 0x4b8e6800 Threw 0x0aac5330 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 29.731 Thread 0x4b8e6800 Threw 0x0aac8bc0 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 29.731 Thread 0x4b8e6800 Threw 0x0aac9000 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 29.731 Thread 0x4b8e6800 Threw 0x0aacb9b8 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
Event: 29.731 Thread 0x4b8e6800 Threw 0x0aacbda8 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166

Events (10 events):
Event: 29.728 loading class 0x4b8fa508
Event: 29.728 loading class 0x4b8fa508 done
Event: 29.729 loading class 0x4b77ece0
Event: 29.729 loading class 0x4b77ece0 done
Event: 29.730 loading class 0x4b83dd50
Event: 29.730 loading class 0x4b83dd50 done
Event: 29.731 loading class 0x4b83dea0
Event: 29.731 loading class 0x4b83dea0 done
Event: 29.731 loading class 0x4b890a38
Event: 29.731 loading class 0x4b890a38 done

Dynamic libraries:
0x00bf0000 — 0x00c1f000 C:\Program Files (x86)\Java\jre7\bin\javaw.exe
0x77b80000 — 0x77d00000 C:\Windows\SysWOW64\ntdll.dll
0x75820000 — 0x75930000 C:\Windows\syswow64\kernel32.dll
0x76220000 — 0x76267000 C:\Windows\syswow64\KERNELBASE.dll
0x754a0000 — 0x75540000 C:\Windows\syswow64\ADVAPI32.dll
0x76270000 — 0x7631c000 C:\Windows\syswow64\msvcrt.dll
0x75b50000 — 0x75b69000 C:\Windows\SysWOW64\sechost.dll
0x75930000 — 0x75a20000 C:\Windows\syswow64\RPCRT4.dll
0x75260000 — 0x752c0000 C:\Windows\syswow64\SspiCli.dll
0x75250000 — 0x7525c000 C:\Windows\syswow64\CRYPTBASE.dll
0x75640000 — 0x75740000 C:\Windows\syswow64\USER32.dll
0x77230000 — 0x772c0000 C:\Windows\syswow64\GDI32.dll
0x77b50000 — 0x77b5a000 C:\Windows\syswow64\LPK.dll
0x75a80000 — 0x75b1d000 C:\Windows\syswow64\USP10.dll
0x6f190000 — 0x6f32e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x755e0000 — 0x75637000 C:\Windows\syswow64\SHLWAPI.dll
0x75a20000 — 0x75a80000 C:\Windows\system32\IMM32.DLL
0x75740000 — 0x7580c000 C:\Windows\syswow64\MSCTF.dll
0x73780000 — 0x7383d000 C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
0x6d710000 — 0x6da5c000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
0x6fcd0000 — 0x6fcd7000 C:\Windows\system32\WSOCK32.dll
0x75b70000 — 0x75ba5000 C:\Windows\syswow64\WS2_32.dll
0x75810000 — 0x75816000 C:\Windows\syswow64\NSI.dll
0x6fc60000 — 0x6fc92000 C:\Windows\system32\WINMM.dll
0x75d90000 — 0x75d95000 C:\Windows\syswow64\PSAPI.DLL
0x739b0000 — 0x739bc000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
0x73990000 — 0x739b0000 C:\Program Files (x86)\Java\jre7\bin\java.dll
0x73970000 — 0x73983000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
0x73630000 — 0x73772000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
0x75da0000 — 0x75e2f000 C:\Windows\syswow64\OLEAUT32.dll
0x75bb0000 — 0x75d0c000 C:\Windows\syswow64\ole32.dll
0x72630000 — 0x726b0000 C:\Windows\system32\uxtheme.dll
0x6ff60000 — 0x6ff73000 C:\Windows\system32\dwmapi.dll
0x76320000 — 0x76f6a000 C:\Windows\syswow64\SHELL32.dll
0x73940000 — 0x7396a000 C:\Program Files (x86)\Java\jre7\bin\fontmanager.dll
0x73920000 — 0x73934000 C:\Program Files (x86)\Java\jre7\bin\net.dll
0x6f910000 — 0x6f94c000 C:\Windows\system32\mswsock.dll
0x73360000 — 0x73366000 C:\Windows\System32\wship6.dll
0x73910000 — 0x7391f000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
0x742a0000 — 0x742b0000 C:\Windows\system32\NLAapi.dll
0x73900000 — 0x73910000 C:\Windows\system32\napinsp.dll
0x738e0000 — 0x738f2000 C:\Windows\system32\pnrpnsp.dll
0x6eef0000 — 0x6ef34000 C:\Windows\system32\DNSAPI.dll
0x738d0000 — 0x738d8000 C:\Windows\System32\winrnr.dll
0x741f0000 — 0x74217000 C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x741c0000 — 0x741e1000 C:\Program Files (x86)\Bonjour\mdnsNSP.dll
0x6f500000 — 0x6f51c000 C:\Windows\system32\Iphlpapi.DLL
0x6f4f0000 — 0x6f4f7000 C:\Windows\system32\WINNSI.DLL
0x744d0000 — 0x74508000 C:\Windows\System32\fwpuclnt.dll
0x74290000 — 0x74296000 C:\Windows\system32\rasadhlp.dll
0x6f900000 — 0x6f905000 C:\Windows\System32\wshtcpip.dll
0x74ba0000 — 0x74bb6000 C:\Windows\system32\CRYPTSP.dll
0x74b60000 — 0x74b9b000 C:\Windows\system32\rsaenh.dll
0x6f9b0000 — 0x6f9c7000 C:\Windows\system32\USERENV.dll
0x731b0000 — 0x731bb000 C:\Windows\system32\profapi.dll
0x73890000 — 0x738c1000 C:\Program Files (x86)\Java\jre7\bin\t2k.dll
0x73600000 — 0x73620000 C:\Program Files (x86)\Java\jre7\bin\sunec.dll
0x75eb0000 — 0x75f33000 C:\Windows\syswow64\CLBCatQ.DLL
0x70ad0000 — 0x70bcb000 C:\Windows\system32\WindowsCodecs.dll
0x72760000 — 0x727ac000 C:\Windows\system32\apphelp.dll
0x70a50000 — 0x70a81000 C:\Windows\system32\EhStorShell.dll
0x76f70000 — 0x7710d000 C:\Windows\syswow64\SETUPAPI.dll
0x75410000 — 0x75437000 C:\Windows\syswow64\CFGMGR32.dll
0x75b30000 — 0x75b42000 C:\Windows\syswow64\DEVOBJ.dll
0x72fb0000 — 0x730a5000 C:\Windows\system32\PROPSYS.dll
0x71e10000 — 0x72216000 C:\PROGRA

3\Office14\GROOVEEX.DLL
0x6f7a0000 — 0x6f843000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
0x726d0000 — 0x7275e000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll
0x74820000 — 0x7484b000 C:\Windows\WinSxS\x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.6161_none_51cd0a7abbe4e19b\ATL90.DLL
0x70630000 — 0x70a4a000 C:\PROGRA

1\OFFICE14\Cultures\office.odf
0x6e670000 — 0x6eed5000 C:\PROGRA

3\Office14\1033\GrooveIntlResource.dll
0x70550000 — 0x705c0000 C:\Windows\system32\ntshrui.dll
0x723e0000 — 0x723f9000 C:\Windows\system32\srvcli.dll
0x72220000 — 0x7222b000 C:\Windows\system32\cscapi.dll
0x70ac0000 — 0x70aca000 C:\Windows\system32\slc.dll
0x735e0000 — 0x735e9000 C:\Program Files (x86)\Java\jre7\bin\sunmscapi.dll
0x752f0000 — 0x7540e000 C:\Windows\syswow64\CRYPT32.dll
0x75540000 — 0x7554c000 C:\Windows\syswow64\MSASN1.dll
0x4c3e0000 — 0x4c44b000 C:\Users\Jack\AppData\Roaming\.minecraft\bin\natives\lwjgl.dll
0x70260000 — 0x70328000 C:\Windows\system32\OPENGL32.dll
0x73860000 — 0x73882000 C:\Windows\system32\GLU32.dll
0x72540000 — 0x72627000 C:\Windows\system32\DDRAW.dll
0x739c0000 — 0x739c6000 C:\Windows\system32\DCIMAN32.dll
0x6fe10000 — 0x6fe19000 C:\Windows\system32\VERSION.dll
0x73850000 — 0x73856000 C:\Program Files (x86)\Java\jre7\bin\jawt.dll
0x4dc80000 — 0x4e725000 C:\Windows\system32\ig4icd32.dll
0x72fa0000 — 0x72fa8000 C:\Windows\system32\atigktxx.dll
0x701d0000 — 0x70258000 C:\Windows\system32\aticfx32.dll
0x70c00000 — 0x70ceb000 C:\Windows\system32\dbghelp.dll

VM Arguments:
jvm_args: -Xms512m -Xmx1024m
java_command: C:\Users\Jack\Downloads\Minecraft (5).exe
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\Java\jre7\bin
USERNAME=Jack
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 5, GenuineIntel

OS: Windows 7 , 64 bit Build 7601 Service Pack 1

CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 37 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht, tsc, tscinvbit

Memory: 4k page, physical 3984048k(2531860k free), swap 7966244k(5821276k free)

vm_info: Java HotSpot™ Client VM (23.6-b04) for windows-x86 JRE (1.7.0_10-b18), built on Nov 28 2012 08:34:29 by «java_re» with unknown MS VC++:1600

time: Thu Jan 03 00:19:44 2013
elapsed time: 29 seconds

I have just bought the game i login and it crashes immediately

Nope. You don’t have any amd video card in your system. Toshiba derped when setting up the systems.

You need a newer version of AMD/ATI Catalyst. That specific crash happens on Win XP with really old drivers.
This version fixes it: http://support.amd.com/us/gpudownload/windows/Legacy/Pages/radeonaiw_xp.aspx

Download Option 1 the full software suite

If you have a laptop and the drivers won’t go (they often won’t because Dell or whomever made it customizes the requirements) then you’ll need to use the «Mobility Modder» to tweak the driver before installation. The link has instructions.

Im getting this error:

Can someone please help me?

You have a toshiba laptop. They messed up the drivers on it. Follow the instructions in this post: http://www.minecraftforum.net/topic/1541017-minecraft-launcher-errors/#entry18829592

Help this is my problem#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x79ca6749, pid=3848, tid=2984
#
# JRE version: 7.0_13-b20
# Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode windows-x86 )
# Problematic frame:
# C [atioglxx.dll+0x146749]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# 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.
#
————— T H R E A D —————
Current thread (0x6d6b4400): JavaThread «Minecraft main thread» [_thread_in_native, stack(0x738d0000,0x73920000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000010
Registers:
EAX=0x00000000, EBX=0x76e4231c, ECX=0x79ca6740, EDX=0x79c70870
ESP=0x7391f28c, EBP=0x7391f28c, ESI=0x7c50063c, EDI=0x76e66f2c
EIP=0x79ca6749, EFLAGS=0x00010206
Top of Stack: (sp=0x7391f28c)
0x7391f28c: 7391f2b0 79fc34d1 7ad7fb00 7c50063c
0x7391f29c: 00000000 6d6b4400 7391f2dc 76e423ac
0x7391f2ac: 772f3020 7391f2e8 6ff76869 000003e1
0x7391f2bc: 02ef282f 6d6b4528 7391f2dc 000003e1
0x7391f2cc: 735815a8 00000000 278fb7c8 278fb7c8
0x7391f2dc: 278fb7c8 00000000 7ad80290 7391f544
0x7391f2ec: 02ea777c 735815a8 00000000 c2d10000
0x7391f2fc: 00000000 67224570 00000000 7391f348
Instructions: (pc=0x79ca6749)
0x79ca6729: 4b ca 79 d0 4b ca 79 0a 4c ca 79 49 4c ca 79 89
0x79ca6739: 4c ca 79 cc cc cc cc 55 8b ec 8b 45 0c 8b 40 08
0x79ca6749: f7 40 10 00 00 00 10 50 74 0e 8b 4d 08 51 e8 74
0x79ca6759: 86 ff ff 83 c4 08 5d c3 8b 55 08 52 e8 86 e0 ff

Register to memory mapping:
EAX=0x00000000 is an unknown value
EBX=0x76e4231c is an unknown value
ECX=0x79ca6740 is an unknown value
EDX=0x79c70870 is an unknown value
ESP=0x7391f28c is pointing into the stack for thread: 0x6d6b4400
EBP=0x7391f28c is pointing into the stack for thread: 0x6d6b4400
ESI=0x7c50063c is an unknown value
EDI=0x76e66f2c is an unknown value

Stack: [0x738d0000,0x73920000], sp=0x7391f28c, free space=316k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [atioglxx.dll+0x146749]
C [atioglxx.dll+0x4634d1]
C [lwjgl.dll+0x6869]
J bav.a(Lmd;ID)I
j ban.b(F)V+827
j net.minecraft.client.Minecraft.J()V+350
j net.minecraft.client.Minecraft.run()V+91
j java.lang.Thread.run()V+11
v

StubRoutines::call_stub
V [jvm.dll+0x12a34a]
V [jvm.dll+0x1d968e]
V [jvm.dll+0x12a533]
V [jvm.dll+0x12a597]
V [jvm.dll+0xd306f]
V [jvm.dll+0x14a647]
V [jvm.dll+0x14a7b0]
V [jvm.dll+0x17ee89]
C [msvcr100.dll+0x5c6de]
C [msvcr100.dll+0x5c788]
C [KERNEL32.DLL+0x28543]
C [ntdll.dll+0x5ac69]
C [ntdll.dll+0x5ac3c]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J org.lwjgl.opengl.GL11.nglCallList(IJ)V
J bav.a(Lmd;ID)I
j ban.a(FJ)V+621
j ban.b(F)V+827
j net.minecraft.client.Minecraft.J()V+350
j net.minecraft.client.Minecraft.run()V+91
j java.lang.Thread.run()V+11
v

StubRoutines::call_stub
————— P R O C E S S —————
Java Threads: ( => current thread )
0x6d6b6c00 JavaThread «Keep-Alive-Timer» daemon [_thread_blocked, stack(0x7b550000,0x7b5a0000)]
0x7916bc00 JavaThread «Server thread» [_thread_in_Java, stack(0x7eb60000,0x7ebb0000)]
0x7916b000 JavaThread «Snooper Timer» daemon [_thread_blocked, stack(0x7ead0000,0x7eb20000)]
0x79169400 JavaThread «Resource download thread» daemon [_thread_in_native, stack(0x6d700000,0x6d750000)]
0x7916b400 JavaThread «Portal Gun Resource download thread» daemon [_thread_in_native, stack(0x7da70000,0x7dac0000)]
0x79168400 JavaThread «LogisticsPipes Packet Compressor Server» daemon [_thread_blocked, stack(0x7d9e0000,0x7da30000)]
0x79169000 JavaThread «LogisticsPipes Packet Compressor Client» daemon [_thread_blocked, stack(0x7c8f0000,0x7c940000)]
0x7916a800 JavaThread «Coral Reef GUI Helper Thread» daemon [_thread_blocked, stack(0x7c980000,0x7c9d0000)]
0x79169c00 JavaThread «Thread-101» [_thread_blocked, stack(0x75340000,0x75390000)]
0x79168800 JavaThread «Thread-100» [_thread_blocked, stack(0x751a0000,0x751f0000)]
0x6d6b5c00 JavaThread «TC Aura Update Thread» [_thread_blocked, stack(0x74f40000,0x74f90000)]
0x6d6b5800 JavaThread «TC Aura Deletion Thread» [_thread_blocked, stack(0x74e20000,0x74e70000)]
0x6d6b5000 JavaThread «TC Aura Calculation Thread» [_thread_blocked, stack(0x73d10000,0x73d60000)]
=>0x6d6b4400 JavaThread «Minecraft main thread» [_thread_in_native, stack(0x738d0000,0x73920000)]
0x6d6b3000 JavaThread «Timer hack thread» daemon [_thread_blocked, stack(0x73840000,0x73890000)]
0x6d6b4c00 JavaThread «Snooper Timer» daemon [_thread_blocked, stack(0x737b0000,0x73800000)]
0x6d6b6400 JavaThread «Thread-90» [_thread_blocked, stack(0x6ff20000,0x6ff70000)]
0x6d6b4000 JavaThread «SwingWorker-pool-2-thread-4» daemon [_thread_blocked, stack(0x6fed0000,0x6ff20000)]
0x6d6b3800 JavaThread «SwingWorker-pool-2-thread-3» daemon [_thread_blocked, stack(0x6fdc0000,0x6fe10000)]
0x6d583800 JavaThread «SwingWorker-pool-2-thread-2» daemon [_thread_blocked, stack(0x6fd70000,0x6fdc0000)]
0x02357400 JavaThread «DestroyJavaVM» [_thread_blocked, stack(0x004d0000,0x00520000)]
0x6d52fc00 JavaThread «TimerQueue» daemon [_thread_blocked, stack(0x6dbd0000,0x6dc20000)]
0x6d396800 JavaThread «SwingWorker-pool-2-thread-1» daemon [_thread_blocked, stack(0x6db40000,0x6db90000)]
0x6d3e0800 JavaThread «D3D Screen Updater» daemon [_thread_blocked, stack(0x6d790000,0x6d7e0000)]
0x021e3800 JavaThread «AWT-EventQueue-0» [_thread_blocked, stack(0x00440000,0x00490000)]
0x6ac56400 JavaThread «AWT-Windows» daemon [_thread_in_native, stack(0x6b0d0000,0x6b120000)]
0x6ac55800 JavaThread «AWT-Shutdown» [_thread_blocked, stack(0x6b040000,0x6b090000)]
0x6ac53c00 JavaThread «Java2D Disposer» daemon [_thread_blocked, stack(0x6afb0000,0x6b000000)]
0x6ab50c00 JavaThread «Service Thread» daemon [_thread_blocked, stack(0x6adb0000,0x6ae00000)]
0x6ab4f800 JavaThread «C1 CompilerThread0» daemon [_thread_blocked, stack(0x6ad20000,0x6ad70000)]
0x6ab4e800 JavaThread «Attach Listener» daemon [_thread_blocked, stack(0x022d0000,0x02320000)]
0x6ab4c000 JavaThread «Signal Dispatcher» daemon [_thread_blocked, stack(0x00b60000,0x00bb0000)]
0x6ab05400 JavaThread «Finalizer» daemon [_thread_blocked, stack(0x006a0000,0x006f0000)]
0x6ab00800 JavaThread «Reference Handler» daemon [_thread_blocked, stack(0x00610000,0x00660000)]
Other Threads:
0x6aafac00 VMThread [stack: 0x00580000,0x005d0000] [id=1696]
0x6ab5c800 WatcherThread [stack: 0x6ae40000,0x6ae90000] [id=1716]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 192064K, used 40340K [0x044c0000, 0x11520000, 0x244c0000)
eden space 170752K, 12% used [0x044c0000, 0x05a39950, 0x0eb80000)
from space 21312K, 86% used [0x10050000, 0x1123b7e0, 0x11520000)
to space 21312K, 0% used [0x0eb80000, 0x0eb80000, 0x10050000)
tenured generation total 426552K, used 270847K [0x244c0000, 0x3e54e000, 0x644c0000)
the space 426552K, 63% used [0x244c0000, 0x34d3fd38, 0x34d3fe00, 0x3e54e000)
compacting perm gen total 48384K, used 48156K [0x644c0000, 0x67400000, 0x684c0000)
the space 48384K, 99% used [0x644c0000, 0x673c70c0, 0x673c7200, 0x67400000)
No shared spaces configured.
Card table byte_map: [0x6a2c0000,0x6a5f0000] byte_map_base: 0x6a29da00
Polling page: 0x00870000
Code Cache [0x024c0000, 0x02f58000, 0x044c0000)
total_blobs=5349 nmethods=4870 adapters=410 free_code_cache=21933Kb largest_free_block=22457024
Compilation events (10 events):
Event: 321.730 Thread 0x6ab4f800 4848 org.lwjgl.opengl.GL11::glLight (33 bytes)
Event: 321.730 Thread 0x6ab4f800 nmethod 4848 0x02f53dc8 code [0x02f53f20, 0x02f541a8]
Event: 321.737 Thread 0x6ab4f800 4850 nz::a (11 bytes)
Event: 321.737 Thread 0x6ab4f800 nmethod 4850 0x02f54508 code [0x02f54610, 0x02f546bc]
Event: 321.737 Thread 0x6ab4f800 4851 nk::a (73 bytes)
Event: 321.738 Thread 0x6ab4f800 nmethod 4851 0x02f54788 code [0x02f548b0, 0x02f54a24]
Event: 321.740 Thread 0x6ab4f800 4852 twilightforest.tileentity.TileEntityTFFirefly::g (313 bytes)
Event: 321.740 Thread 0x6ab4f800 nmethod 4852 0x02f54b48 code [0x02f54ce0, 0x02f54ff4]
Event: 321.740 Thread 0x6ab4f800 4853 twilightforest.tileentity.TileEntityTFFirefly::anyPlayerInRange (46 bytes)
Event: 321.740 Thread 0x6ab4f800 nmethod 4853 0x02f55288 code [0x02f553c0, 0x02f554ac]
GC Heap History (10 events):
Event: 313.419 GC heap before
def new generation total 141440K, used 136665K [0x044c0000, 0x0de30000, 0x244c0000)
eden space 125760K, 100% used [0x044c0000, 0x0bf90000, 0x0bf90000)
from space 15680K, 69% used [0x0cee0000, 0x0d986408, 0x0de30000)
to space 15680K, 0% used [0x0bf90000, 0x0bf90000, 0x0cee0000)
tenured generation total 314040K, used 227128K [0x244c0000, 0x3776e000, 0x644c0000)
the space 314040K, 72% used [0x244c0000, 0x3228e240, 0x3228e400, 0x3776e000)
compacting perm gen total 46336K, used 46163K [0x644c0000, 0x67200000, 0x684c0000)
the space 46336K, 99% used [0x644c0000, 0x671d4dd0, 0x671d4e00, 0x67200000)
No shared spaces configured.
Event: 313.454 GC heap after
Heap after GC invocations=99 (full 15):
def new generation total 141440K, used 8922K [0x044c0000, 0x0de30000, 0x244c0000)
eden space 125760K, 0% used [0x044c0000, 0x044c0000, 0x0bf90000)
from space 15680K, 56% used [0x0bf90000, 0x0c846800, 0x0cee0000)
to space 15680K, 0% used [0x0cee0000, 0x0cee0000, 0x0de30000)
tenured generation total 314040K, used 237770K [0x244c0000, 0x3776e000, 0x644c0000)
the space 314040K, 75% used [0x244c0000, 0x32cf2808, 0x32cf2a00, 0x3776e000)
compacting perm gen total 46336K, used 46163K [0x644c0000, 0x67200000, 0x684c0000)
the space 46336K, 99% used [0x644c0000, 0x671d4dd0, 0x671d4e00, 0x67200000)
No shared spaces configured.
>
Event: 315.723 GC heap before
def new generation total 141440K, used 130506K [0x044c0000, 0x0de30000, 0x244c0000)
eden space 125760K, 96% used [0x044c0000, 0x0bb7c320, 0x0bf90000)
from space 15680K, 56% used [0x0bf90000, 0x0c846800, 0x0cee0000)
to space 15680K, 0% used [0x0cee0000, 0x0cee0000, 0x0de30000)
tenured generation total 314040K, used 237770K [0x244c0000, 0x3776e000, 0x644c0000)
the space 314040K, 75% used [0x244c0000, 0x32cf2808, 0x32cf2a00, 0x3776e000)
compacting perm gen total 46592K, used 46554K [0x644c0000, 0x67240000, 0x684c0000)
the space 46592K, 99% used [0x644c0000, 0x67236958, 0x67236a00, 0x67240000)
No shared spaces configured.
Event: 316.243 GC heap after
Heap after GC invocations=100 (full 16):
def new generation total 192064K, used 0K [0x044c0000, 0x11520000, 0x244c0000)
eden space 170752K, 0% used [0x044c0000, 0x044c0000, 0x0eb80000)
from space 21312K, 0% used [0x0eb80000, 0x0eb80000, 0x10050000)
to space 21312K, 0% used [0x10050000, 0x10050000, 0x11520000)
tenured generation total 426552K, used 255930K [0x244c0000, 0x3e54e000, 0x644c0000)
the space 426552K, 59% used [0x244c0000, 0x33eae930, 0x33eaea00, 0x3e54e000)
compacting perm gen total 46592K, used 46548K [0x644c0000, 0x67240000, 0x684c0000)
the space 46592K, 99% used [0x644c0000, 0x67235180, 0x67235200, 0x67240000)
No shared spaces configured.
>
Event: 318.275 GC heap before
def new generation total 192064K, used 170752K [0x044c0000, 0x11520000, 0x244c0000)
eden space 170752K, 100% used [0x044c0000, 0x0eb80000, 0x0eb80000)
from space 21312K, 0% used [0x0eb80000, 0x0eb80000, 0x10050000)
to space 21312K, 0% used [0x10050000, 0x10050000, 0x11520000)
tenured generation total 426552K, used 255930K [0x244c0000, 0x3e54e000, 0x644c0000)
the space 426552K, 59% used [0x244c0000, 0x33eae930, 0x33eaea00, 0x3e54e000)
compacting perm gen total 47616K, used 47581K [0x644c0000, 0x67340000, 0x684c0000)
the space 47616K, 99% used [0x644c0000, 0x67337530, 0x67337600, 0x67340000)
No shared spaces configured.
Event: 318.297 GC heap after
Heap after GC invocations=101 (full 16):
def new generation total 192064K, used 11129K [0x044c0000, 0x11520000, 0x244c0000)
eden space 170752K, 0% used [0x044c0000, 0x044c0000, 0x0eb80000)
from space 21312K, 52% used [0x10050000, 0x10b2e5c0, 0x11520000)
to space 21312K, 0% used [0x0eb80000, 0x0eb80000, 0x10050000)
tenured generation total 426552K, used 255930K [0x244c0000, 0x3e54e000, 0x644c0000)
the space 426552K, 59% used [0x244c0000, 0x33eae930, 0x33eaea00, 0x3e54e000)
compacting perm gen total 47616K, used 47581K [0x644c0000, 0x67340000, 0x684c0000)
the space 47616K, 99% used [0x644c0000, 0x67337530, 0x67337600, 0x67340000)
No shared spaces configured.
>
Event: 319.496 GC heap before
def new generation total 192064K, used 181881K [0x044c0000, 0x11520000, 0x244c0000)
eden space 170752K, 100% used [0x044c0000, 0x0eb80000, 0x0eb80000)
from space 21312K, 52% used [0x10050000, 0x10b2e5c0, 0x11520000)
to space 21312K, 0% used [0x0eb80000, 0x0eb80000, 0x10050000)
tenured generation total 426552K, used 255930K [0x244c0000, 0x3e54e000, 0x644c0000)
the space 426552K, 59% used [0x244c0000, 0x33eae930, 0x33eaea00, 0x3e54e000)
compacting perm gen total 48128K, used 47911K [0x644c0000, 0x673c0000, 0x684c0000)
the space 48128K, 99% used [0x644c0000, 0x67389e50, 0x6738a000, 0x673c0000)
No shared spaces configured.
Event: 319.540 GC heap after
Heap after GC invocations=102 (full 16):
def new generation total 192064K, used 21312K [0x044c0000, 0x11520000, 0x244c0000)
eden space 170752K, 0% used [0x044c0000, 0x044c0000, 0x0eb80000)
from space 21312K, 100% used [0x0eb80000, 0x10050000, 0x10050000)
to space 21312K, 0% used [0x10050000, 0x10050000, 0x11520000)
tenured generation total 426552K, used 260203K [0x244c0000, 0x3e54e000, 0x644c0000)
the space 426552K, 61% used [0x244c0000, 0x342dae50, 0x342db000, 0x3e54e000)
compacting perm gen total 48128K, used 47911K [0x644c0000, 0x673c0000, 0x684c0000)
the space 48128K, 99% used [0x644c0000, 0x67389e50, 0x6738a000, 0x673c0000)
No shared spaces configured.
>
Event: 321.398 GC heap before
def new generation total 192064K, used 192064K [0x044c0000, 0x11520000, 0x244c0000)
eden space 170752K, 100% used [0x044c0000, 0x0eb80000, 0x0eb80000)
from space 21312K, 100% used [0x0eb80000, 0x10050000, 0x10050000)
to space 21312K, 0% used [0x10050000, 0x10050000, 0x11520000)
tenured generation total 426552K, used 260203K [0x244c0000, 0x3e54e000, 0x644c0000)
the space 426552K, 61% used [0x244c0000, 0x342dae50, 0x342db000, 0x3e54e000)
compacting perm gen total 48384K, used 48154K [0x644c0000, 0x67400000, 0x684c0000)
the space 48384K, 99% used [0x644c0000, 0x673c68b0, 0x673c6a00, 0x67400000)
No shared spaces configured.
Event: 321.433 GC heap after
Heap after GC invocations=103 (full 16):
def new generation total 192064K, used 18349K [0x044c0000, 0x11520000, 0x244c0000)
eden space 170752K, 0% used [0x044c0000, 0x044c0000, 0x0eb80000)
from space 21312K, 86% used [0x10050000, 0x1123b7e0, 0x11520000)
to space 21312K, 0% used [0x0eb80000, 0x0eb80000, 0x10050000)
tenured generation total 426552K, used 270847K [0x244c0000, 0x3e54e000, 0x644c0000)
the space 426552K, 63% used [0x244c0000, 0x34d3fd38, 0x34d3fe00, 0x3e54e000)
compacting perm gen total 48384K, used 48154K [0x644c0000, 0x67400000, 0x684c0000)
the space 48384K, 99% used [0x644c0000, 0x673c68b0, 0x673c6a00, 0x67400000)
No shared spaces configured.
>
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 321.508 Thread 0x79168800 Threw 0x0487d510 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:2888
Event: 321.543 Thread 0x79168800 Threw 0x0487d6b0 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:2888
Event: 321.577 Thread 0x79168800 Threw 0x0487d850 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:2888
Event: 321.577 Thread 0x79168800 Threw 0x0487d9f0 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:2888
Event: 321.603 Thread 0x79168800 Threw 0x0487db50 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:2888
Event: 321.646 Thread 0x79168800 Threw 0x0487dcf0 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:2888
Event: 321.666 Thread 0x79168800 Threw 0x0487de90 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:2888
Event: 321.691 Thread 0x79168800 Threw 0x0487e030 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:2888
Event: 321.716 Thread 0x79168800 Threw 0x0487e1d0 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:2888
Event: 321.732 Thread 0x79168800 Threw 0x0487e370 at C:\jdk7u2_32P\jdk7u13_2932_new\hotspot\src\share\vm\prims\jvm.cpp:2888
Events (10 events):
Event: 320.552 Executing VM operation: RevokeBias
Event: 320.552 Executing VM operation: RevokeBias done
Event: 320.587 Executing VM operation: RevokeBias
Event: 320.587 Executing VM operation: RevokeBias done
Event: 320.903 loading class 0x6e8df270
Event: 320.903 loading class 0x6e8df270 done
Event: 321.256 Executing VM operation: RevokeBias
Event: 321.257 Executing VM operation: RevokeBias done
Event: 321.397 Executing VM operation: GenCollectForAllocation
Event: 321.433 Executing VM operation: GenCollectForAllocation done

Dynamic libraries:
0x00ab0000 — 0x00adf000 C:\Program Files (x86)\Java\jre7\bin\java.exe
0x77d80000 — 0x77ed7000 C:\Windows\SYSTEM32\ntdll.dll
0x77650000 — 0x77780000 C:\Windows\SYSTEM32\KERNEL32.DLL
0x757b0000 — 0x75856000 C:\Windows\SYSTEM32\KERNELBASE.dll
0x74ca0000 — 0x74d47000 C:\Windows\system32\apphelp.dll
0x756e0000 — 0x7578e000 C:\Windows\SYSTEM32\ADVAPI32.dll
0x77170000 — 0x77286000 C:\Windows\SYSTEM32\USER32.dll
0x72eb0000 — 0x730a7000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9200.16384_none_893961408605e985\COMCTL32.dll
0x76bc0000 — 0x76c71000 C:\Windows\SYSTEM32\msvcrt.dll
0x76ec0000 — 0x76ef4000 C:\Windows\SYSTEM32\sechost.dll
0x76b10000 — 0x76bbc000 C:\Windows\SYSTEM32\RPCRT4.dll
0x77040000 — 0x7713d000 C:\Windows\SYSTEM32\GDI32.dll
0x75410000 — 0x7542c000 C:\Windows\SYSTEM32\SspiCli.dll
0x75400000 — 0x75409000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x753a0000 — 0x753f1000 C:\Windows\SYSTEM32\bcryptPrimitives.dll
0x75790000 — 0x757b0000 C:\Windows\system32\IMM32.DLL
0x75490000 — 0x7556d000 C:\Windows\SYSTEM32\MSCTF.dll
0x72df0000 — 0x72eae000 C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
0x72aa0000 — 0x72ded000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
0x74c60000 — 0x74c68000 C:\Windows\SYSTEM32\WSOCK32.dll
0x75250000 — 0x75271000 C:\Windows\SYSTEM32\WINMM.dll
0x77160000 — 0x77166000 C:\Windows\SYSTEM32\PSAPI.DLL
0x77880000 — 0x778d0000 C:\Windows\SYSTEM32\WS2_32.dll
0x74d60000 — 0x74d8a000 C:\Windows\SYSTEM32\WINMMBASE.dll
0x77150000 — 0x77158000 C:\Windows\SYSTEM32\NSI.dll
0x73990000 — 0x739c5000 C:\Program Files (x86)\Java\jre7\bin\splashscreen.dll
0x752a0000 — 0x75328000 C:\Windows\system32\uxtheme.dll
0x75240000 — 0x7524c000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
0x73f20000 — 0x73f40000 C:\Program Files (x86)\Java\jre7\bin\java.dll
0x73970000 — 0x73983000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
0x755c0000 — 0x756d9000 C:\Windows\system32\ole32.dll
0x76f00000 — 0x77036000 C:\Windows\SYSTEM32\combase.dll
0x72950000 — 0x72a92000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
0x777f0000 — 0x7787b000 C:\Windows\SYSTEM32\OLEAUT32.dll
0x75280000 — 0x75299000 C:\Windows\system32\DWMAPI.DLL
0x725f0000 — 0x727a5000 C:\Windows\system32\d3d9.dll
0x75330000 — 0x75338000 C:\Windows\SYSTEM32\VERSION.dll
0x72860000 — 0x7294f000 C:\Windows\SYSTEM32\aticfx32.dll
0x73950000 — 0x73969000 C:\Windows\SYSTEM32\atiu9pag.dll
0x72010000 — 0x725e3000 C:\Windows\SYSTEM32\atiumdag.dll
0x71bc0000 — 0x7200b000 C:\Windows\SYSTEM32\atiumdva.dll
0x75860000 — 0x76926000 C:\Windows\SYSTEM32\SHELL32.dll
0x778d0000 — 0x77910000 C:\Windows\SYSTEM32\SHLWAPI.dll
0x74fb0000 — 0x75025000 C:\Windows\SYSTEM32\shcore.dll
0x75230000 — 0x7523a000 C:\Program Files (x86)\Java\jre7\bin\management.dll
0x72830000 — 0x7285a000 C:\Program Files (x86)\Java\jre7\bin\fontmanager.dll
0x73930000 — 0x73944000 C:\Program Files (x86)\Java\jre7\bin\net.dll
0x727e0000 — 0x7282a000 C:\Windows\system32\mswsock.dll
0x75030000 — 0x7503e000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
0x71b80000 — 0x71bb1000 C:\Program Files (x86)\Java\jre7\bin\t2k.dll
0x74f20000 — 0x74f3a000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x74ee0000 — 0x74f1e000 C:\Windows\system32\rsaenh.dll
0x727c0000 — 0x727db000 C:\Windows\SYSTEM32\USERENV.dll
0x74ec0000 — 0x74ed1000 C:\Windows\SYSTEM32\profapi.dll
0x74eb0000 — 0x74ec0000 C:\Windows\system32\napinsp.dll
0x71b60000 — 0x71b74000 C:\Windows\system32\pnrpnsp.dll
0x74e70000 — 0x74e80000 C:\Windows\system32\NLAapi.dll
0x71ae0000 — 0x71b55000 C:\Windows\SYSTEM32\DNSAPI.dll
0x74d50000 — 0x74d59000 C:\Windows\System32\winrnr.dll
0x71ad0000 — 0x71ad7000 C:\Windows\System32\rasadhlp.dll
0x71ab0000 — 0x71ad0000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x71aa0000 — 0x71aa8000 C:\Windows\SYSTEM32\WINNSI.DLL
0x71a60000 — 0x71a9f000 C:\Windows\System32\fwpuclnt.dll
0x71a40000 — 0x71a60000 C:\Program Files (x86)\Java\jre7\bin\sunec.dll
0x71a30000 — 0x71a39000 C:\Program Files (x86)\Java\jre7\bin\sunmscapi.dll
0x77b30000 — 0x77cb8000 C:\Windows\SYSTEM32\CRYPT32.dll
0x76940000 — 0x76952000 C:\Windows\SYSTEM32\MSASN1.dll
0x76c80000 — 0x76cf4000 C:\Windows\SYSTEM32\clbcatq.dll
0x71350000 — 0x71496000 C:\Windows\SYSTEM32\WindowsCodecs.dll
0x715e0000 — 0x71604000 C:\Program Files (x86)\Java\jre7\bin\dcpr.dll
0x6ff70000 — 0x6ffdb000 C:\Users\Tmack\AppData\Roaming\.aegislauncher\adventuretech\bin\natives\lwjgl.dll
0x73580000 — 0x7364e000 C:\Windows\SYSTEM32\OPENGL32.dll
0x6fe50000 — 0x6fe73000 C:\Windows\SYSTEM32\GLU32.dll
0x73650000 — 0x73729000 C:\Windows\SYSTEM32\DDRAW.dll
0x6dac0000 — 0x6dac7000 C:\Windows\SYSTEM32\DCIMAN32.dll
0x6daf0000 — 0x6daf6000 C:\Program Files (x86)\Java\jre7\bin\jawt.dll
0x6fe80000 — 0x6fe87000 C:\Windows\SYSTEM32\atiglpxx.dll
0x79b60000 — 0x7aea7000 C:\Windows\SYSTEM32\atioglxx.dll
0x76960000 — 0x76b0f000 C:\Windows\SYSTEM32\SETUPAPI.dll
0x777a0000 — 0x777e6000 C:\Windows\SYSTEM32\CFGMGR32.dll
0x76ea0000 — 0x76ebe000 C:\Windows\SYSTEM32\DEVOBJ.dll
0x733e0000 — 0x73452000 C:\Windows\SYSTEM32\atiadlxy.dll
0x73460000 — 0x73579000 C:\Windows\SYSTEM32\PROPSYS.dll
0x6fff0000 — 0x6fffe000 C:\Windows\SYSTEM32\WTSAPI32.dll
0x75570000 — 0x755b3000 C:\Windows\SYSTEM32\WINTRUST.dll
0x727b0000 — 0x727bc000 C:\Windows\SYSTEM32\atigktxx.dll
0x76d00000 — 0x76e29000 C:\Users\Tmack\AppData\Roaming\.aegislauncher\adventuretech\bin\natives\OpenAL32.dll
0x7b2b0000 — 0x7b334000 C:\Windows\SYSTEM32\dsound.dll
0x75430000 — 0x7546f000 C:\Windows\SYSTEM32\POWRPROF.dll
0x7b360000 — 0x7b3ad000 C:\Windows\System32\MMDevApi.dll
0x7b3b0000 — 0x7b3e0000 C:\Windows\SYSTEM32\wdmaud.drv
0x74ea0000 — 0x74ea5000 C:\Windows\SYSTEM32\ksuser.dll
0x74f90000 — 0x74f98000 C:\Windows\SYSTEM32\AVRT.dll
0x7b3e0000 — 0x7b434000 C:\Windows\SYSTEM32\AUDIOSES.DLL
0x75390000 — 0x75399000 C:\Windows\SYSTEM32\msacm32.drv
0x75470000 — 0x75484000 C:\Windows\SYSTEM32\MSACM32.dll
0x76930000 — 0x76938000 C:\Windows\SYSTEM32\midimap.dll
0x7b340000 — 0x7b350000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x7ec40000 — 0x7ec52000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
VM Arguments:
jvm_args: -Xmx1536m
java_command: C:/Users/Tmack/AppData/Roaming/.aegislauncher/aegis-launcher.jar
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static
USERNAME=Tmack
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 21 Model 16 Stepping 1, AuthenticAMD

————— S Y S T E M —————
OS: Windows 8 , 64 bit Build 9200
CPU:total 4 (4 cores per cpu, 1 threads per core) family 21 model 16 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, mmxext, 3dnowpref, lzcnt, sse4a, tsc, tscinvbit, tscinv
Memory: 4k page, physical 8343376k(6062812k free), swap 13061968k(10328212k free)
vm_info: Java HotSpot(TM) Client VM (23.7-b01) for windows-x86 JRE (1.7.0_13-b20), built on Jan 30 2013 10:03:58 by «java_re» with unknown MS VC++:1600
time: Thu Feb 07 18:34:41 2013
elapsed time: 321 seconds

Источник

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *

  • Minecraft closed with exit code 1073741819 windows 10
  • Mikrotik настройка l2tp сервера и клиента на windows
  • Middle earth shadow of mordor не запускается на windows 10
  • Microsoft закрывает линейку lumia и windows 10 mobile
  • Microsoft xps document writer как установить windows 7