Open clubpetey opened 11 years ago
I'm just posting this comment to say that I've read your bug report and I'm aware of this issue, however it is difficult for me to figure this out, as you noted it is native code and it is an issue that I'm unfortunately unable to reproduce on my machine, but I absolutely know it exists and it is indeed related to MAtmos considering the notable amount of similar reports I had in the past
I've been trying different things to resolve this issue, and I believe I have a work-around. I'm posting it here so others can maybe try it out and see if it works for them.
So far, I have had NO crashes since then. This leads me to believe that the issue is only in the 64-bit version of the DLL, which I can't even find on creatives site, but the 32-bit version of the DLL seems to work fine, even on a 64-bit machine.
Hope this helps.
Thank you for this comment, such information is very valuable to me.
After extensive testing, I narrowed the cause of the crash below to matmos, sorta. I've had r24 installed for months, but in the last 3 days, I cannot play for more than 20 minutes before I get a crash similar to the one below. It may be a recent mod update I installed, but since this crash is in native code, I am at a loss how to address it. Best I can guess, it's trying to load a file or DMA buffer and it crashes. Last thing I'll try is update my audio drivers.
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fee4766220, pid=5000, tid=4820
JRE version: 7.0_17-b02 Java VM: Java HotSpot(TM) 64-Bit Server VM (23.7-b01 mixed mode windows-amd64 compressed oops) Problematic frame: C [OpenAL64.dll+0x6220] alSourcei+0x144
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 (0x00000000172e5800): JavaThread "Thread-13" [_thread_in_native, id=4820, stack(0x0000000013440000,0x0000000013540000)]
siginfo: ExceptionCode=0xc0000005, writing address 0xffffffff9bbf3fe0
Registers: RAX=0x0000000013717d00, RBX=0xffffffff9bbf3fc0, RCX=0x0000000006430000, RDX=0x0000000000000088 RSP=0x000000001353ee70, RBP=0x000000000643e4b0, RSI=0x00000000ffffffff, RDI=0x0000000000000005 R8 =0x0000000013717cf0, R9 =0x0000000013717d00, R10=0x000000000206237c, R11=0x000000000643e4b0 R12=0x0000000006437cd0, R13=0x00000006fdbf08b0, R14=0x000000001353ef50, R15=0x00000000172e5800 RIP=0x000007fee4766220, EFLAGS=0x0000000000010246
Top of Stack: (sp=0x000000001353ee70) 0x000000001353ee70: ffffffff9bbf3fc0 00000000ffffffff 0x000000001353ee80: 00000006fdbcf6f8 000000001353eee8 0x000000001353ee90: 0000000000000000 00000000020623a8 0x000000001353eea0: 00000006fdbf08b0 000000001353ef20 0x000000001353eeb0: 0000000000000013 0000000000000005 0x000000001353eec0: 000000009bbf3fc0 0000000000000000 0x000000001353eed0: 000000070777b3d8 00000007ad9ed108 0x000000001353eee0: 000000001353eee0 0000000000000000 0x000000001353eef0: 000000001353ef50 00000006fdbf3638 0x000000001353ef00: 0000000000000000 00000006fdbf08b0 0x000000001353ef10: 0000000000000000 000000001353ef40 0x000000001353ef20: 000000001353ef98 00000000020561f8 0x000000001353ef30: 0000000703fb8b50 000000000205f1d8 0x000000001353ef40: 000000009bbf3fc0 0000000000001009 0x000000001353ef50: 000000000643e4b0 000000001353ef58 0x000000001353ef60: 00000006fdbd85ef 000000001353efb0
Instructions: (pc=0x000007fee4766220) 0x000007fee4766200: a1 00 00 83 60 08 00 48 83 60 10 00 89 18 c7 40 0x000007fee4766210: 04 01 00 00 00 48 89 45 68 c7 45 70 01 00 00 00 0x000007fee4766220: ff 43 20 eb 0a c7 85 74 01 00 00 30 10 00 00 89 0x000007fee4766230: 5d 54 e9 c5 01 00 00 b9 03 a0 00 00 e9 b6 01 00
Register to memory mapping:
RAX=0x0000000013717d00 is an unknown value RBX=0xffffffff9bbf3fc0 is an unknown value RCX=0x0000000006430000 is an unknown value RDX=0x0000000000000088 is an unknown value RSP=0x000000001353ee70 is pointing into the stack for thread: 0x00000000172e5800 RBP=0x000000000643e4b0 is an unknown value RSI=0x00000000ffffffff is an unknown value RDI=0x0000000000000005 is an unknown value R8 =0x0000000013717cf0 is an unknown value R9 =0x0000000013717d00 is an unknown value R10=0x000000000206237c is an Interpreter codelet method entry point (kind = native) [0x0000000002062100, 0x0000000002062980] 2176 bytes R11=0x000000000643e4b0 is an unknown value R12=0x0000000006437cd0 is an unknown value R13=0x00000006fdbf08b0 is an oop {method}
Stack: [0x0000000013440000,0x0000000013540000], sp=0x000000001353ee70, free space=1019k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [OpenAL64.dll+0x6220] alSourcei+0x144
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.lwjgl.openal.AL10.alSourcei(III)V+0 j paulscode.sound.libraries.ChannelLWJGLOpenAL.attachBuffer(Ljava/nio/IntBuffer;)Z+39 j paulscode.sound.libraries.SourceLWJGLOpenAL.play(Lpaulscode/sound/Channel;)V+364 j paulscode.sound.Library.play(Lpaulscode/sound/Source;)V+72 j paulscode.sound.Library.play(Ljava/lang/String;)V+93 j paulscode.sound.SoundSystem.CommandPlay(Ljava/lang/String;)V+12 J paulscode.sound.SoundSystem.CommandQueue(Lpaulscode/sound/CommandObject;)Z j paulscode.sound.CommandThread.run()V+51 v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread ) 0x000000003ee39000 JavaThread "File IO Thread" [_thread_blocked, id=3380, stack(0x000000009baa0000,0x000000009bba0000)] 0x000000003ee35000 JavaThread "Thread-44" [_thread_blocked, id=3864, stack(0x000000006df00000,0x000000006e000000)] 0x000000003ee34800 JavaThread "Thread-35" [_thread_blocked, id=6192, stack(0x000000006d240000,0x000000006d340000)] 0x00000000172e7000 JavaThread "Server thread" [_thread_blocked, id=4452, stack(0x00000000153a0000,0x00000000154a0000)] 0x00000000172e8000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=5324, stack(0x000000006d0e0000,0x000000006d1e0000)] 0x00000000172e6800 JavaThread "Thread-14" [_thread_in_native, id=2000, stack(0x00000000135e0000,0x00000000136e0000)] =>0x00000000172e5800 JavaThread "Thread-13" [_thread_in_native, id=4820, stack(0x0000000013440000,0x0000000013540000)] 0x00000000182cb000 JavaThread "Thread-8" [_thread_blocked, id=2924, stack(0x0000000013c90000,0x0000000013d90000)] 0x0000000001e1e000 JavaThread "DestroyJavaVM" [_thread_blocked, id=6800, stack(0x0000000001e80000,0x0000000001f80000)] 0x0000000017a58000 JavaThread "Minecraft main thread" [_thread_blocked, id=6884, stack(0x000000001a450000,0x000000001a550000)] 0x0000000017567000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=4968, stack(0x000000001a2d0000,0x000000001a3d0000)] 0x000000001855f000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=3548, stack(0x000000001a140000,0x000000001a240000)] 0x0000000014924000 JavaThread "Thread-4" daemon [_thread_blocked, id=764, stack(0x0000000014460000,0x0000000014560000)] 0x0000000012a73000 JavaThread "TimerQueue" daemon [_thread_blocked, id=6080, stack(0x0000000014320000,0x0000000014420000)] 0x00000000129fb000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=6008, stack(0x0000000013b90000,0x0000000013c90000)] 0x0000000010c46800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2008, stack(0x0000000013150000,0x0000000013250000)] 0x0000000012840800 JavaThread "AWT-Shutdown" [_thread_blocked, id=4252, stack(0x0000000012f90000,0x0000000013090000)] 0x00000000128e2800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6108, stack(0x0000000012e10000,0x0000000012f10000)] 0x0000000010bfe800 JavaThread "Service Thread" daemon [_thread_blocked, id=6352, stack(0x00000000125b0000,0x00000000126b0000)] 0x0000000010bfd800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=6952, stack(0x0000000012450000,0x0000000012550000)] 0x0000000010bf8800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=1988, stack(0x0000000012250000,0x0000000012350000)] 0x0000000010bf6800 JavaThread "Attach Listener" daemon [_thread_blocked, id=6988, stack(0x00000000120d0000,0x00000000121d0000)] 0x0000000010bef000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3164, stack(0x0000000011e80000,0x0000000011f80000)] 0x0000000001e06800 JavaThread "Finalizer" daemon [_thread_blocked, id=6232, stack(0x0000000011f80000,0x0000000012080000)] 0x0000000001dff800 JavaThread "Reference Handler" daemon [_thread_blocked, id=5156, stack(0x0000000011d20000,0x0000000011e20000)]
Other Threads: 0x0000000010b73000 VMThread [stack: 0x0000000011bb0000,0x0000000011cb0000] [id=5300] 0x0000000010c11800 WatcherThread [stack: 0x0000000012740000,0x0000000012840000] [id=4128]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap PSYoungGen total 1265600K, used 81235K [0x00000007aaab0000, 0x0000000800000000, 0x0000000800000000) eden space 1134848K, 4% used [0x00000007aaab0000,0x00000007ada6f6b0,0x00000007efef0000) from space 130752K, 24% used [0x00000007efef0000,0x00000007f1e85788,0x00000007f7ea0000) to space 126592K, 0% used [0x00000007f8460000,0x00000007f8460000,0x0000000800000000) ParOldGen total 2796224K, used 269275K [0x0000000700000000, 0x00000007aaab0000, 0x00000007aaab0000) object space 2796224K, 9% used [0x0000000700000000,0x00000007106f6e88,0x00000007aaab0000) PSPermGen total 83968K, used 71287K [0x00000006fae00000, 0x0000000700000000, 0x0000000700000000) object space 83968K, 84% used [0x00000006fae00000,0x00000006ff39df80,0x0000000700000000)
Card table byte_map: [0x0000000005110000,0x0000000005940000] byte_map_base: 0x0000000001939000
Polling page: 0x0000000000330000
Code Cache [0x0000000002050000, 0x0000000002ac0000, 0x0000000005050000) total_blobs=4333 nmethods=3342 adapters=938 free_code_cache=38688Kb largest_free_block=39421760
Compilation events (10 events): Event: 134.651 Thread 0x0000000010bf8800 nmethod 3669 0x0000000002aa5e50 code [0x0000000002aa5fe0, 0x0000000002aa63d8] Event: 134.774 Thread 0x0000000010bfd800 nmethod 3666 0x0000000002aad910 code [0x0000000002aade60, 0x0000000002ab1af8] Event: 134.816 Thread 0x0000000010bf8800 3670 net.minecraft.item.Item::func_77639_j (5 bytes) Event: 134.816 Thread 0x0000000010bf8800 nmethod 3670 0x00000000027b7710 code [0x00000000027b7840, 0x00000000027b7898] Event: 134.818 Thread 0x0000000010bfd800 3671 net.minecraft.network.packet.Packet::func_73277a (2 bytes) Event: 134.818 Thread 0x0000000010bfd800 nmethod 3671 0x000000000250ad50 code [0x000000000250ae80, 0x000000000250aed8] Event: 135.068 Thread 0x0000000010bf8800 3672 net.minecraft.client.multiplayer.NetClientHandler::func_72545_a (33 bytes) Event: 135.071 Thread 0x0000000010bf8800 nmethod 3672 0x00000000026a74d0 code [0x00000000026a7620, 0x00000000026a77d8] Event: 135.166 Thread 0x0000000010bfd800 3673 net.minecraft.util.AxisAlignedBB::func_72323_b (132 bytes) Event: 135.166 Thread 0x0000000010bfd800 nmethod 3673 0x0000000002aa4dd0 code [0x0000000002aa4f20, 0x0000000002aa5018]
GC Heap History (10 events): Event: 91.422 GC heap before {Heap before GC invocations=16 (full 2): PSYoungGen total 1269440K, used 64K [0x00000007aaab0000, 0x0000000800000000, 0x0000000800000000) eden space 1144512K, 0% used [0x00000007aaab0000,0x00000007aaab0000,0x00000007f0860000) from space 124928K, 0% used [0x00000007f8600000,0x00000007f8610000,0x0000000800000000) to space 126784K, 0% used [0x00000007f0860000,0x00000007f0860000,0x00000007f8430000) ParOldGen total 2796224K, used 149891K [0x0000000700000000, 0x00000007aaab0000, 0x00000007aaab0000) object space 2796224K, 5% used [0x0000000700000000,0x0000000709260dc0,0x00000007aaab0000) PSPermGen total 83968K, used 64389K [0x00000006fae00000, 0x0000000700000000, 0x0000000700000000) object space 83968K, 76% used [0x00000006fae00000,0x00000006fece1768,0x0000000700000000) Event: 91.571 GC heap after Heap after GC invocations=16 (full 2): PSYoungGen total 1269440K, used 0K [0x00000007aaab0000, 0x0000000800000000, 0x0000000800000000) eden space 1144512K, 0% used [0x00000007aaab0000,0x00000007aaab0000,0x00000007f0860000) from space 124928K, 0% used [0x00000007f8600000,0x00000007f8600000,0x0000000800000000) to space 126784K, 0% used [0x00000007f0860000,0x00000007f0860000,0x00000007f8430000) ParOldGen total 2796224K, used 149890K [0x0000000700000000, 0x00000007aaab0000, 0x00000007aaab0000) object space 2796224K, 5% used [0x0000000700000000,0x0000000709260b98,0x00000007aaab0000) PSPermGen total 83968K, used 64389K [0x00000006fae00000, 0x0000000700000000, 0x0000000700000000) object space 83968K, 76% used [0x00000006fae00000,0x00000006fece1768,0x0000000700000000) } Event: 93.379 GC heap before {Heap before GC invocations=17 (full 2): PSYoungGen total 1269440K, used 581792K [0x00000007aaab0000, 0x0000000800000000, 0x0000000800000000) eden space 1144512K, 50% used [0x00000007aaab0000,0x00000007ce2d80d8,0x00000007f0860000) from space 124928K, 0% used [0x00000007f8600000,0x00000007f8600000,0x0000000800000000) to space 126784K, 0% used [0x00000007f0860000,0x00000007f0860000,0x00000007f8430000) ParOldGen total 2796224K, used 149890K [0x0000000700000000, 0x00000007aaab0000, 0x00000007aaab0000) object space 2796224K, 5% used [0x0000000700000000,0x0000000709260b98,0x00000007aaab0000) PSPermGen total 83968K, used 66923K [0x00000006fae00000, 0x0000000700000000, 0x0000000700000000) object space 83968K, 79% used [0x00000006fae00000,0x00000006fef5ad50,0x0000000700000000) Event: 93.398 GC heap after Heap after GC invocations=17 (full 2): PSYoungGen total 1229120K, used 84568K [0x00000007aaab0000, 0x0000000800000000, 0x0000000800000000) eden space 1144512K, 0% used [0x00000007aaab0000,0x00000007aaab0000,0x00000007f0860000) from space 84608K, 99% used [0x00000007f0860000,0x00000007f5af63a8,0x00000007f5b00000) to space 132480K, 0% used [0x00000007f7ea0000,0x00000007f7ea0000,0x0000000800000000) ParOldGen total 2796224K, used 149890K [0x0000000700000000, 0x00000007aaab0000, 0x00000007aaab0000) object space 2796224K, 5% used [0x0000000700000000,0x0000000709260b98,0x00000007aaab0000) PSPermGen total 83968K, used 66923K [0x00000006fae00000, 0x0000000700000000, 0x0000000700000000) object space 83968K, 79% used [0x00000006fae00000,0x00000006fef5ad50,0x0000000700000000) } Event: 93.398 GC heap before {Heap before GC invocations=18 (full 3): PSYoungGen total 1229120K, used 84568K [0x00000007aaab0000, 0x0000000800000000, 0x0000000800000000) eden space 1144512K, 0% used [0x00000007aaab0000,0x00000007aaab0000,0x00000007f0860000) from space 84608K, 99% used [0x00000007f0860000,0x00000007f5af63a8,0x00000007f5b00000) to space 132480K, 0% used [0x00000007f7ea0000,0x00000007f7ea0000,0x0000000800000000) ParOldGen total 2796224K, used 149890K [0x0000000700000000, 0x00000007aaab0000, 0x00000007aaab0000) object space 2796224K, 5% used [0x0000000700000000,0x0000000709260b98,0x00000007aaab0000) PSPermGen total 83968K, used 66923K [0x00000006fae00000, 0x0000000700000000, 0x0000000700000000) object space 83968K, 79% used [0x00000006fae00000,0x00000006fef5ad50,0x0000000700000000) Event: 93.584 GC heap after Heap after GC invocations=18 (full 3): PSYoungGen total 1229120K, used 0K [0x00000007aaab0000, 0x0000000800000000, 0x0000000800000000) eden space 1144512K, 0% used [0x00000007aaab0000,0x00000007aaab0000,0x00000007f0860000) from space 84608K, 0% used [0x00000007f0860000,0x00000007f0860000,0x00000007f5b00000) to space 132480K, 0% used [0x00000007f7ea0000,0x00000007f7ea0000,0x0000000800000000) ParOldGen total 2796224K, used 208673K [0x0000000700000000, 0x00000007aaab0000, 0x00000007aaab0000) object space 2796224K, 7% used [0x0000000700000000,0x000000070cbc8680,0x00000007aaab0000) PSPermGen total 83968K, used 66922K [0x00000006fae00000, 0x0000000700000000, 0x0000000700000000) object space 83968K, 79% used [0x00000006fae00000,0x00000006fef5aa80,0x0000000700000000) } Event: 104.068 GC heap before {Heap before GC invocations=19 (full 3): PSYoungGen total 1229120K, used 1144512K [0x00000007aaab0000, 0x0000000800000000, 0x0000000800000000) eden space 1144512K, 100% used [0x00000007aaab0000,0x00000007f0860000,0x00000007f0860000) from space 84608K, 0% used [0x00000007f0860000,0x00000007f0860000,0x00000007f5b00000) to space 132480K, 0% used [0x00000007f7ea0000,0x00000007f7ea0000,0x0000000800000000) ParOldGen total 2796224K, used 208673K [0x0000000700000000, 0x00000007aaab0000, 0x00000007aaab0000) object space 2796224K, 7% used [0x0000000700000000,0x000000070cbc8680,0x00000007aaab0000) PSPermGen total 83968K, used 70441K [0x00000006fae00000, 0x0000000700000000, 0x0000000700000000) object space 83968K, 83% used [0x00000006fae00000,0x00000006ff2ca738,0x0000000700000000) Event: 104.086 GC heap after Heap after GC invocations=19 (full 3): PSYoungGen total 1267328K, used 68797K [0x00000007aaab0000, 0x0000000800000000, 0x0000000800000000) eden space 1134848K, 0% used [0x00000007aaab0000,0x00000007aaab0000,0x00000007efef0000) from space 132480K, 51% used [0x00000007f7ea0000,0x00000007fc1cf510,0x0000000800000000) to space 130752K, 0% used [0x00000007efef0000,0x00000007efef0000,0x00000007f7ea0000) ParOldGen total 2796224K, used 208673K [0x0000000700000000, 0x00000007aaab0000, 0x00000007aaab0000) object space 2796224K, 7% used [0x0000000700000000,0x000000070cbc8680,0x00000007aaab0000) PSPermGen total 83968K, used 70441K [0x00000006fae00000, 0x0000000700000000, 0x0000000700000000) object space 83968K, 83% used [0x00000006fae00000,0x00000006ff2ca738,0x0000000700000000) } Event: 134.416 GC heap before {Heap before GC invocations=20 (full 3): PSYoungGen total 1267328K, used 1203645K [0x00000007aaab0000, 0x0000000800000000, 0x0000000800000000) eden space 1134848K, 100% used [0x00000007aaab0000,0x00000007efef0000,0x00000007efef0000) from space 132480K, 51% used [0x00000007f7ea0000,0x00000007fc1cf510,0x0000000800000000) to space 130752K, 0% used [0x00000007efef0000,0x00000007efef0000,0x00000007f7ea0000) ParOldGen total 2796224K, used 208673K [0x0000000700000000, 0x00000007aaab0000, 0x00000007aaab0000) object space 2796224K, 7% used [0x0000000700000000,0x000000070cbc8680,0x00000007aaab0000) PSPermGen total 83968K, used 71285K [0x00000006fae00000, 0x0000000700000000, 0x0000000700000000) object space 83968K, 84% used [0x00000006fae00000,0x00000006ff39d738,0x0000000700000000) Event: 134.450 GC heap after Heap after GC invocations=20 (full 3): PSYoungGen total 1265600K, used 32341K [0x00000007aaab0000, 0x0000000800000000, 0x0000000800000000) eden space 1134848K, 0% used [0x00000007aaab0000,0x00000007aaab0000,0x00000007efef0000) from space 130752K, 24% used [0x00000007efef0000,0x00000007f1e85788,0x00000007f7ea0000) to space 126592K, 0% used [0x00000007f8460000,0x00000007f8460000,0x0000000800000000) ParOldGen total 2796224K, used 269275K [0x0000000700000000, 0x00000007aaab0000, 0x00000007aaab0000) object space 2796224K, 9% used [0x0000000700000000,0x00000007106f6e88,0x00000007aaab0000) PSPermGen total 83968K, used 71285K [0x00000006fae00000, 0x0000000700000000, 0x0000000700000000) object space 83968K, 84% used [0x00000006fae00000,0x00000006ff39d738,0x0000000700000000) }
Deoptimization events (10 events): Event: 126.801 Thread 0x0000000017a58000 Uncommon trap -34 fr.pc 0x000000000289daf8 Event: 128.848 Thread 0x0000000017a58000 Uncommon trap -42 fr.pc 0x0000000002a39560 Event: 129.240 Thread 0x0000000017a58000 Uncommon trap -58 fr.pc 0x0000000002914b6c Event: 132.552 Thread 0x0000000017a58000 Uncommon trap -34 fr.pc 0x000000000289daf8 Event: 132.784 Thread 0x0000000017a58000 Uncommon trap -58 fr.pc 0x0000000002914b6c Event: 132.863 Thread 0x00000000172e7000 Uncommon trap -58 fr.pc 0x0000000002833b78 Event: 133.904 Thread 0x0000000017a58000 Uncommon trap -83 fr.pc 0x000000000279bc80 Event: 133.907 Thread 0x0000000017a58000 Uncommon trap -83 fr.pc 0x00000000024fa164 Event: 135.137 Thread 0x0000000017a58000 Uncommon trap -83 fr.pc 0x00000000025e83ec Event: 135.137 Thread 0x0000000017a58000 Uncommon trap -83 fr.pc 0x00000000026c22bc
Internal exceptions (10 events): Event: 135.085 Thread 0x00000000172e5800 Threw 0x00000007abf2a770 at C:\jdk7u2_64p\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:2888 Event: 135.085 Thread 0x00000000172e5800 Threw 0x00000007abf2a930 at C:\jdk7u2_64p\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:2846 Event: 135.109 Thread 0x00000000172e5800 Threw 0x00000007abf2aaa0 at C:\jdk7u2_64p\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:2888 Event: 135.137 Thread 0x0000000017a58000 Implicit null exception at 0x00000000025e806f to 0x00000000025e83d9 Event: 135.137 Thread 0x0000000017a58000 Implicit null exception at 0x00000000026c21b0 to 0x00000000026c22a5 Event: 135.141 Thread 0x00000000172e5800 Threw 0x00000007abf2ac60 at C:\jdk7u2_64p\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:2888 Event: 135.186 Thread 0x00000000172e5800 Threw 0x00000007abf2ae20 at C:\jdk7u2_64p\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:2888 Event: 135.217 Thread 0x00000000172e5800 Threw 0x00000007abf2afe0 at C:\jdk7u2_64p\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:2888 Event: 135.236 Thread 0x00000000172e5800 Threw 0x00000007abf2b1a0 at C:\jdk7u2_64p\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:2888 Event: 135.253 Thread 0x00000000172e5800 Threw 0x00000007abf2b360 at C:\jdk7u2_64p\jdk7u17\hotspot\src\share\vm\prims\jvm.cpp:2888
Events (10 events): Event: 134.587 Executing VM operation: RevokeBias Event: 134.587 Executing VM operation: RevokeBias done Event: 134.587 Thread 0x000000003ee33800 Thread exited: 0x000000003ee33800 Event: 134.651 Thread 0x0000000010bf8800 flushing nmethod 0x000000000250ab50 Event: 135.071 Thread 0x0000000010bf8800 flushing nmethod 0x00000000026dc8d0 Event: 135.071 Thread 0x0000000010bf8800 flushing nmethod 0x00000000026e9e90 Event: 135.137 Thread 0x0000000017a58000 DEOPT PACKING pc=0x00000000025e83ec sp=0x000000001a54ea40 Event: 135.137 Thread 0x0000000017a58000 DEOPT UNPACKING pc=0x0000000002089164 sp=0x000000001a54e968 mode 2 Event: 135.137 Thread 0x0000000017a58000 DEOPT PACKING pc=0x00000000026c22bc sp=0x000000001a54e9b0 Event: 135.137 Thread 0x0000000017a58000 DEOPT UNPACKING pc=0x0000000002089164 sp=0x000000001a54e950 mode 2
Dynamic libraries: 0x000000013f700000 - 0x000000013f733000 C:\java\jre7\bin\java.exe 0x0000000077220000 - 0x00000000773c9000 C:\Windows\SYSTEM32\ntdll.dll 0x0000000077000000 - 0x000000007711f000 C:\Windows\system32\kernel32.dll 0x000007fefd3a0000 - 0x000007fefd40b000 C:\Windows\system32\KERNELBASE.dll 0x000007fefd550000 - 0x000007fefd62b000 C:\Windows\system32\ADVAPI32.dll 0x000007fefd4b0000 - 0x000007fefd54f000 C:\Windows\system32\msvcrt.dll 0x000007fefda30000 - 0x000007fefda4f000 C:\Windows\SYSTEM32\sechost.dll 0x000007feff1e0000 - 0x000007feff30d000 C:\Windows\system32\RPCRT4.dll 0x0000000077120000 - 0x000000007721a000 C:\Windows\system32\USER32.dll 0x000007fefd9c0000 - 0x000007fefda27000 C:\Windows\system32\GDI32.dll 0x000007feff1d0000 - 0x000007feff1de000 C:\Windows\system32\LPK.dll 0x000007fefec60000 - 0x000007fefed29000 C:\Windows\system32\USP10.dll 0x000007fefb9c0000 - 0x000007fefbbb4000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll 0x000007fefd430000 - 0x000007fefd4a1000 C:\Windows\system32\SHLWAPI.dll 0x000007feff1a0000 - 0x000007feff1ce000 C:\Windows\system32\IMM32.DLL 0x000007fefd630000 - 0x000007fefd739000 C:\Windows\system32\MSCTF.dll 0x000000006e4e0000 - 0x000000006e5b1000 C:\java\jre7\bin\msvcr100.dll 0x000000006a550000 - 0x000000006ac6f000 C:\java\jre7\bin\server\jvm.dll 0x000007fef6950000 - 0x000007fef6959000 C:\Windows\system32\WSOCK32.dll 0x000007fefda50000 - 0x000007fefda9d000 C:\Windows\system32\WS2_32.dll 0x000007feff520000 - 0x000007feff528000 C:\Windows\system32\NSI.dll 0x000007fef9f30000 - 0x000007fef9f6b000 C:\Windows\system32\WINMM.dll 0x00000000773f0000 - 0x00000000773f7000 C:\Windows\system32\PSAPI.DLL 0x0000000071d70000 - 0x0000000071d7f000 C:\java\jre7\bin\verify.dll 0x00000000716e0000 - 0x0000000071708000 C:\java\jre7\bin\java.dll 0x0000000071750000 - 0x0000000071765000 C:\java\jre7\bin\zip.dll 0x000000006d9f0000 - 0x000000006db83000 C:\java\jre7\bin\awt.dll 0x000007fefdb40000 - 0x000007fefdc17000 C:\Windows\system32\OLEAUT32.dll 0x000007feff310000 - 0x000007feff513000 C:\Windows\system32\ole32.dll 0x000007fefb7b0000 - 0x000007fefb806000 C:\Windows\system32\uxtheme.dll 0x000007fefa840000 - 0x000007fefa858000 C:\Windows\system32\dwmapi.dll 0x000007fefcf30000 - 0x000007fefcf3f000 C:\Windows\system32\CRYPTBASE.dll 0x000007fefded0000 - 0x000007fefec58000 C:\Windows\system32\SHELL32.dll 0x000000006e460000 - 0x000000006e494000 C:\java\jre7\bin\fontmanager.dll 0x0000000071720000 - 0x0000000071739000 C:\java\jre7\bin\net.dll 0x000007fefc870000 - 0x000007fefc8c5000 C:\Windows\system32\mswsock.dll 0x000007fefc860000 - 0x000007fefc867000 C:\Windows\System32\wship6.dll 0x00000000710b0000 - 0x00000000710c1000 C:\java\jre7\bin\nio.dll 0x000000006e410000 - 0x000000006e451000 C:\java\jre7\bin\t2k.dll 0x000000006e350000 - 0x000000006e37a000 C:\java\jre7\bin\dcpr.dll 0x0000000180000000 - 0x0000000180048000 C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\bin\natives\lwjgl64.dll 0x000007fefadd0000 - 0x000007fefaeed000 C:\Windows\system32\OPENGL32.dll 0x000007fefada0000 - 0x000007fefadcd000 C:\Windows\system32\GLU32.dll 0x000007fee5730000 - 0x000007fee5821000 C:\Windows\system32\DDRAW.dll 0x000007fefafb0000 - 0x000007fefafb8000 C:\Windows\system32\DCIMAN32.dll 0x000007fefed30000 - 0x000007fefef07000 C:\Windows\system32\SETUPAPI.dll 0x000007fefd360000 - 0x000007fefd396000 C:\Windows\system32\CFGMGR32.dll 0x000007fefd300000 - 0x000007fefd31a000 C:\Windows\system32\DEVOBJ.dll 0x000007fefbfe0000 - 0x000007fefbfec000 C:\Windows\system32\VERSION.dll 0x000007fefc8d0000 - 0x000007fefc8e7000 C:\Windows\system32\CRYPTSP.dll 0x000007fefc590000 - 0x000007fefc5d7000 C:\Windows\system32\rsaenh.dll 0x000007fefc340000 - 0x000007fefc35e000 C:\Windows\system32\USERENV.dll 0x000007fefd000000 - 0x000007fefd00f000 C:\Windows\system32\profapi.dll 0x000007fef9f90000 - 0x000007fef9fa5000 C:\Windows\system32\NLAapi.dll 0x000007fef64c0000 - 0x000007fef64d5000 C:\Windows\system32\napinsp.dll 0x000007fef64a0000 - 0x000007fef64b9000 C:\Windows\system32\pnrpnsp.dll 0x000007fefc6b0000 - 0x000007fefc70b000 C:\Windows\system32\DNSAPI.dll 0x000007fef64f0000 - 0x000007fef64fb000 C:\Windows\System32\winrnr.dll 0x000007fefc230000 - 0x000007fefc237000 C:\Windows\System32\wshtcpip.dll 0x000007fef9010000 - 0x000007fef9037000 C:\Windows\system32\IPHLPAPI.DLL 0x000007fef9000000 - 0x000007fef900b000 C:\Windows\system32\WINNSI.DLL 0x000007fef71f0000 - 0x000007fef71f8000 C:\Windows\system32\rasadhlp.dll 0x000007fef8e60000 - 0x000007fef8eb3000 C:\Windows\System32\fwpuclnt.dll 0x000000006e3a0000 - 0x000000006e3a7000 C:\java\jre7\bin\jawt.dll 0x000007fefafe0000 - 0x000007fefafe9000 C:\Windows\system32\atig6pxx.dll 0x0000000060cc0000 - 0x00000000623a3000 C:\Windows\system32\atio6axx.dll 0x000007fef6500000 - 0x000007fef65a6000 C:\Windows\system32\atiadlxx.dll 0x000007fefbfc0000 - 0x000007fefbfd1000 C:\Windows\system32\WTSAPI32.dll 0x000007fefd2c0000 - 0x000007fefd2f9000 C:\Windows\system32\WINTRUST.dll 0x000007fefd150000 - 0x000007fefd2ba000 C:\Windows\system32\CRYPT32.dll 0x000007fefd0a0000 - 0x000007fefd0af000 C:\Windows\system32\MSASN1.dll 0x000007fef3e00000 - 0x000007fef3f1e000 C:\Windows\system32\aticfx64.dll 0x000007fefafd0000 - 0x000007fefafde000 C:\Windows\system32\atig6txx.dll 0x00000000735d0000 - 0x00000000735db000 C:\java\jre7\bin\management.dll 0x000000006e3e0000 - 0x000000006e404000 C:\java\jre7\bin\sunec.dll 0x0000000071710000 - 0x000000007171b000 C:\java\jre7\bin\sunmscapi.dll 0x000007fee4760000 - 0x000007fee4882000 C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\bin\natives\OpenAL64.dll 0x000007fef11f0000 - 0x000007fef1278000 C:\Windows\system32\dsound.dll 0x000007fefb810000 - 0x000007fefb83c000 C:\Windows\system32\POWRPROF.dll 0x000007fefd8c0000 - 0x000007fefd959000 C:\Windows\system32\CLBCatQ.DLL 0x000007fefa860000 - 0x000007fefa8ab000 C:\Windows\System32\MMDevApi.dll 0x000007fefb840000 - 0x000007fefb96c000 C:\Windows\System32\PROPSYS.dll 0x000007fef9db0000 - 0x000007fef9deb000 C:\Windows\system32\wdmaud.drv 0x0000000074e20000 - 0x0000000074e26000 C:\Windows\system32\ksuser.dll 0x000007fefa740000 - 0x000007fefa749000 C:\Windows\system32\AVRT.dll 0x000007fef9c40000 - 0x000007fef9c8f000 C:\Windows\system32\AUDIOSES.DLL 0x000007fef9b00000 - 0x000007fef9b0a000 C:\Windows\system32\msacm32.drv 0x000007fef9ae0000 - 0x000007fef9af8000 C:\Windows\system32\MSACM32.dll 0x000007fef9ab0000 - 0x000007fef9ab9000 C:\Windows\system32\midimap.dll 0x0000000006150000 - 0x000000000618b000 C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\jacob-1.17-M2-x64.dll 0x000007fee5ae0000 - 0x000007fee5c44000 C:\Windows\System32\Speech\Common\sapi.dll 0x000007fef8e10000 - 0x000007fef8e1d000 C:\Windows\system32\msdmo.dll 0x000007fefcf40000 - 0x000007fefcfd1000 C:\Windows\system32\SXS.DLL 0x000000006e100000 - 0x000000006e139000 C:\java\jre7\bin\kcms.dll 0x000007fef8e40000 - 0x000007fef8e51000 C:\Windows\system32\dhcpcsvc6.DLL 0x000007fef8dc0000 - 0x000007fef8dd8000 C:\Windows\system32\dhcpcsvc.DLL 0x000007fef9b10000 - 0x000007fef9c35000 C:\Windows\system32\dbghelp.dll
VM Arguments: jvm_args: -Xms4096m -Xmx4096m -Dsun.java2d.noddraw=true -Dsun.java2d.d3d=false -Dsun.java2d.opengl=false -Dsun.java2d.pmoffscreen=false -Djava.library.path=bin/natives java_command: magic.launcher.Launcher -lcp=C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\matmos_packaged.zip;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\ChickenChunks 1.3.2.12.jar;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext[1.5.2]ReiMinimap_v3.3_06.zip;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\neiaddons-1.5.2-1.7.1.r20.jar;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\NEIPlugins-1.0.9.3.jar;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\Pam's Simple Recipes 1.5.1.zip;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\ironchest-universal-1.5.1-5.2.4.391.zip;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\ProjectZuluCompletev1.0.3.7.zip;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\GunCus Custom Guns Addon 1.5.2 BETA v6.zip;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\GunCus 1.5.2 BETA v6.zip;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\WeaponMod.zip;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\PortalGun1.5.1.zip;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\iChunUtil1.0.1.zip;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\appeng-rv10-n.zip;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\ModularPowersuits-0.7.0-534.jar;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\MFFS_v3.0.3.129.jar;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\FluidMechanics_v0.5.1.100.jar;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\ICBM_Sentry_v1.2.0.134.jar;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\ICBM_Explosion_v1.2.0.134.jar;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\ICBM_Contraption_v1.2.0.134.jar;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\Atomic_Science_v0.5.3.51.jar;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\AssemblyLine_v0.3.5.140.jar;C:\Users\Petey\Documents\Minecraft\1.5.2.minecraft\ext\MekanismTools-v5.5.6.82.jar;C:\Users\Petey\Documents\Minecraft\1.5.2 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:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Git\bin;C:\java\jre7\bin USERNAME=Petey OS=Windows_NT PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows 7 , 64 bit Build 7601 Service Pack 1
CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, tsc, tscinvbit
Memory: 4k page, physical 16756844k(9183868k free), swap 33511828k(21899516k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (23.7-b01) for windows-amd64 JRE (1.7.0_17-b02), built on Mar 1 2013 03:38:30 by "java_re" with unknown MS VC++:1600
time: Tue Jun 18 00:12:56 2013 elapsed time: 135 seconds