FrostedToastz Posted September 12, 2012 Posted September 12, 2012 Title: Tekkit crashed mid-game Version: 3.1.2 OS: Windows 64x Java Version: Java 7 Description of Problem: Tekkit Crashed mid-game and leaves an error message on my desktop Error Messages: A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fef0166220, pid=6384, tid=6556 # # JRE version: 7.0_07-b11 # Java VM: Java HotSpot 64-Bit Server VM (23.3-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. Error Log: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fef0166220, pid=6384, tid=6556 # # JRE version: 7.0_07-b11 # Java VM: Java HotSpot 64-Bit Server VM (23.3-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 (0x0000000011b03000): JavaThread "Thread-16" [_thread_in_native, id=6556, stack(0x0000000022290000,0x0000000022390000)] siginfo: ExceptionCode=0xc0000005, writing address 0xffffffff83713840 Registers: RAX=0x00000000224753d0, RBX=0xffffffff83713820, RCX=0x0000000022470000, RDX=0x0000000000000088 RSP=0x000000002238ec80, RBP=0x000000002247e280, RSI=0x00000000ffffffff, RDI=0x0000000000000005 R8 =0x00000000224753c0, R9 =0x00000000224753d0, R10=0x00000000028b237c, R11=0x000000002247e280 R12=0x0000000022476fe0, R13=0x000000073d529eb8, R14=0x000000002238ed60, R15=0x0000000011b03000 RIP=0x000007fef0166220, EFLAGS=0x0000000000010246 Top of Stack: (sp=0x000000002238ec80) 0x000000002238ec80: ffffffff83713820 00000000ffffffff 0x000000002238ec90: 000000073d50b580 000000002238ecf8 0x000000002238eca0: 0000000000000000 00000000028b23a8 0x000000002238ecb0: 000000073d529eb8 000000002238ed30 0x000000002238ecc0: 0000000000000013 0000000000000005 0x000000002238ecd0: 0000000083713820 0000000000000000 0x000000002238ece0: 00000007438fea60 00000007cbb47220 0x000000002238ecf0: 000000002238ecf0 0000000000000000 0x000000002238ed00: 000000002238ed60 000000073d52cc40 0x000000002238ed10: 0000000000000000 000000073d529eb8 0x000000002238ed20: 0000000000000000 000000002238ed50 0x000000002238ed30: 000000002238eda8 00000000028a61f8 0x000000002238ed40: 0000000742c39f60 00000000028af1d8 0x000000002238ed50: 0000000083713820 0000000000001009 0x000000002238ed60: 000000002247e280 000000002238ed68 0x000000002238ed70: 000000073d5139ef 000000002238edc0 Instructions: (pc=0x000007fef0166220) 0x000007fef0166200: a1 00 00 83 60 08 00 48 83 60 10 00 89 18 c7 40 0x000007fef0166210: 04 01 00 00 00 48 89 45 68 c7 45 70 01 00 00 00 0x000007fef0166220: ff 43 20 eb 0a c7 85 74 01 00 00 30 10 00 00 89 0x000007fef0166230: 5d 54 e9 c5 01 00 00 b9 03 a0 00 00 e9 b6 01 00 Register to memory mapping: RAX=0x00000000224753d0 is an unknown value RBX=0xffffffff83713820 is an unknown value RCX=0x0000000022470000 is an unknown value RDX=0x0000000000000088 is an unknown value RSP=0x000000002238ec80 is pointing into the stack for thread: 0x0000000011b03000 RBP=0x000000002247e280 is an unknown value RSI=0x00000000ffffffff is an unknown value RDI=0x0000000000000005 is an unknown value R8 =0x00000000224753c0 is an unknown value R9 =0x00000000224753d0 is an unknown value R10=0x00000000028b237c is an Interpreter codelet method entry point (kind = native) [0x00000000028b2100, 0x00000000028b2980] 2176 bytes R11=0x000000002247e280 is an unknown value R12=0x0000000022476fe0 is an unknown value R13=0x000000073d529eb8 is an oop {method} - klass: {other class} R14=0x000000002238ed60 is pointing into the stack for thread: 0x0000000011b03000 R15=0x0000000011b03000 is a thread Stack: [0x0000000022290000,0x0000000022390000], sp=0x000000002238ec80, 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+362 j paulscode.sound.Library.play(Lpaulscode/sound/Source;)V+72 j paulscode.sound.Library.play(Ljava/lang/String;)V+89 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 v ~StubRoutines::call_stub --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x00000000107a3000 JavaThread "Client write thread" [_thread_blocked, id=4936, stack(0x000000001fa50000,0x000000001fb50000)] 0x00000000107a2000 JavaThread "Client read thread" [_thread_in_native, id=3104, stack(0x000000001f8b0000,0x000000001f9b0000)] 0x00000000107a0800 JavaThread "Thread-17" [_thread_blocked, id=5512, stack(0x0000000017fa0000,0x00000000180a0000)] =>0x0000000011b03000 JavaThread "Thread-16" [_thread_in_native, id=6556, stack(0x0000000022290000,0x0000000022390000)] 0x0000000011b02800 JavaThread "Thread-10" daemon [_thread_in_native, id=7056, stack(0x00000000240a0000,0x00000000241a0000)] 0x0000000011afe800 JavaThread "Minecraft main thread" [_thread_blocked, id=4876, stack(0x00000000144c0000,0x00000000145c0000)] 0x0000000011aff800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=5388, stack(0x00000000113e0000,0x00000000114e0000)] 0x0000000011b01000 JavaThread "SwingWorker-pool-1-thread-6" daemon [_thread_blocked, id=4976, stack(0x0000000014c50000,0x0000000014d50000)] 0x0000000011b00000 JavaThread "SwingWorker-pool-1-thread-5" daemon [_thread_blocked, id=5992, stack(0x00000000148a0000,0x00000000149a0000)] 0x0000000011afe000 JavaThread "Image Animator 2" daemon [_thread_blocked, id=3760, stack(0x0000000013a20000,0x0000000013b20000)] 0x0000000011afd000 JavaThread "SwingWorker-pool-1-thread-4" daemon [_thread_blocked, id=5008, stack(0x00000000147a0000,0x00000000148a0000)] 0x0000000011afc800 JavaThread "DestroyJavaVM" [_thread_blocked, id=5980, stack(0x0000000002690000,0x0000000002790000)] 0x00000000118d0800 JavaThread "SwingWorker-pool-1-thread-3" daemon [_thread_blocked, id=6904, stack(0x00000000137d0000,0x00000000138d0000)] 0x00000000118ce000 JavaThread "SwingWorker-pool-1-thread-2" daemon [_thread_blocked, id=1660, stack(0x0000000013910000,0x0000000013a10000)] 0x00000000126ba800 JavaThread "TimerQueue" daemon [_thread_blocked, id=2192, stack(0x0000000013670000,0x0000000013770000)] 0x0000000011988000 JavaThread "SwingWorker-pool-1-thread-1" daemon [_thread_blocked, id=2864, stack(0x0000000012320000,0x0000000012420000)] 0x0000000010794000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=5376, stack(0x00000000115b0000,0x00000000116b0000)] 0x00000000105f7800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=7156, stack(0x0000000010f10000,0x0000000011010000)] 0x00000000105f7000 JavaThread "AWT-Shutdown" [_thread_blocked, id=1800, stack(0x0000000010d40000,0x0000000010e40000)] 0x00000000104ee800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5584, stack(0x0000000010b70000,0x0000000010c70000)] 0x000000000eabd000 JavaThread "Service Thread" daemon [_thread_blocked, id=4176, stack(0x00000000103e0000,0x00000000104e0000)] 0x000000000eabc000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=512, stack(0x000000000fa20000,0x000000000fb20000)] 0x000000000eab2000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=6772, stack(0x00000000102a0000,0x00000000103a0000)] 0x000000000eab1000 JavaThread "Attach Listener" daemon [_thread_blocked, id=2040, stack(0x0000000010170000,0x0000000010270000)] 0x000000000eaa9800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4848, stack(0x000000000fdc0000,0x000000000fec0000)] 0x000000000ea26000 JavaThread "Finalizer" daemon [_thread_blocked, id=3808, stack(0x000000000fee0000,0x000000000ffe0000)] 0x000000000ea1f000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5868, stack(0x000000000fc80000,0x000000000fd80000)] Other Threads: 0x000000000ea18800 VMThread [stack: 0x000000000fb30000,0x000000000fc30000] [id=6028] 0x000000000ead7800 WatcherThread [stack: 0x000000000fff0000,0x00000000100f0000] [id=1720] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap PSYoungGen total 622848K, used 214799K [0x00000007c0000000, 0x00000007f4930000, 0x0000000800000000) eden space 409664K, 46% used [0x00000007c0000000,0x00000007cbb83f90,0x00000007d9010000) from space 213184K, 10% used [0x00000007e7900000,0x00000007e8f40050,0x00000007f4930000) to space 225856K, 0% used [0x00000007d9010000,0x00000007d9010000,0x00000007e6ca0000) ParOldGen total 369024K, used 138727K [0x0000000740000000, 0x0000000756860000, 0x00000007c0000000) object space 369024K, 37% used [0x0000000740000000,0x0000000748779f40,0x0000000756860000) PSPermGen total 71488K, used 45001K [0x000000073ae00000, 0x000000073f3d0000, 0x0000000740000000) object space 71488K, 62% used [0x000000073ae00000,0x000000073d9f26f0,0x000000073f3d0000) Card table byte_map: [0x00000000058a0000,0x0000000005ed0000] byte_map_base: 0x0000000001ec9000 Polling page: 0x0000000000430000 Code Cache [0x00000000028a0000, 0x0000000003160000, 0x00000000058a0000) total_blobs=3247 nmethods=2414 adapters=782 free_code_cache=40466Kb largest_free_block=41193088 Compilation events (10 events): Event: 730.764 Thread 0x000000000eabc000 2606 java.util.LinkedList::unlink (91 bytes) Event: 730.766 Thread 0x000000000eabc000 nmethod 2606 0x000000000312fed0 code [0x0000000003130000, 0x00000000031300d8] Event: 732.327 Thread 0x000000000eab2000 2607 buildcraft.energy.BlockOilStill::getTextureFile (4 bytes) Event: 732.328 Thread 0x000000000eab2000 nmethod 2607 0x000000000312fcd0 code [0x000000000312fe00, 0x000000000312fe78] Event: 737.857 Thread 0x000000000eabc000 2608 ee.ItemModEE::getTextureFile (3 bytes) Event: 737.858 Thread 0x000000000eabc000 nmethod 2608 0x000000000305db90 code [0x000000000305dcc0, 0x000000000305dd38] Event: 738.081 Thread 0x000000000eab2000 2609 ! sun.reflect.GeneratedMethodAccessor29::invoke (400 bytes) Event: 738.092 Thread 0x000000000eab2000 nmethod 2609 0x0000000002d04410 code [0x0000000002d04620, 0x0000000002d04d68] Event: 740.860 Thread 0x000000000eabc000 2610 nn::a (17 bytes) Event: 740.861 Thread 0x000000000eabc000 nmethod 2610 0x0000000002d05990 code [0x0000000002d05ac0, 0x0000000002d05b38] GC Heap History (10 events): Event: 635.906 GC heap before {Heap before GC invocations=52 (full 6): PSYoungGen total 421760K, used 421746K [0x00000007c0000000, 0x00000007fbe30000, 0x0000000800000000) eden space 404864K, 100% used [0x00000007c0000000,0x00000007d8b60000,0x00000007d8b60000) from space 16896K, 99% used [0x00000007d8b60000,0x00000007d9bdcb28,0x00000007d9be0000) to space 287296K, 0% used [0x00000007ea5a0000,0x00000007ea5a0000,0x00000007fbe30000) ParOldGen total 369024K, used 138727K [0x0000000740000000, 0x0000000756860000, 0x00000007c0000000) object space 369024K, 37% used [0x0000000740000000,0x0000000748779f40,0x0000000756860000) PSPermGen total 71488K, used 44956K [0x000000073ae00000, 0x000000073f3d0000, 0x0000000740000000) object space 71488K, 62% used [0x000000073ae00000,0x000000073d9e72a8,0x000000073f3d0000) Event: 635.927 GC heap after Heap after GC invocations=52 (full 6): PSYoungGen total 670208K, used 20261K [0x00000007c0000000, 0x00000007fa710000, 0x0000000800000000) eden space 406592K, 0% used [0x00000007c0000000,0x00000007c0000000,0x00000007d8d10000) from space 263616K, 7% used [0x00000007ea5a0000,0x00000007eb9697f0,0x00000007fa710000) to space 275456K, 0% used [0x00000007d8d10000,0x00000007d8d10000,0x00000007e9a10000) ParOldGen total 369024K, used 138727K [0x0000000740000000, 0x0000000756860000, 0x00000007c0000000) object space 369024K, 37% used [0x0000000740000000,0x0000000748779f40,0x0000000756860000) PSPermGen total 71488K, used 44956K [0x000000073ae00000, 0x000000073f3d0000, 0x0000000740000000) object space 71488K, 62% used [0x000000073ae00000,0x000000073d9e72a8,0x000000073f3d0000) } Event: 664.415 GC heap before {Heap before GC invocations=53 (full 6): PSYoungGen total 670208K, used 426853K [0x00000007c0000000, 0x00000007fa710000, 0x0000000800000000) eden space 406592K, 100% used [0x00000007c0000000,0x00000007d8d10000,0x00000007d8d10000) from space 263616K, 7% used [0x00000007ea5a0000,0x00000007eb9697f0,0x00000007fa710000) to space 275456K, 0% used [0x00000007d8d10000,0x00000007d8d10000,0x00000007e9a10000) ParOldGen total 369024K, used 138727K [0x0000000740000000, 0x0000000756860000, 0x00000007c0000000) object space 369024K, 37% used [0x0000000740000000,0x0000000748779f40,0x0000000756860000) PSPermGen total 71488K, used 44969K [0x000000073ae00000, 0x000000073f3d0000, 0x0000000740000000) object space 71488K, 62% used [0x000000073ae00000,0x000000073d9ea418,0x000000073f3d0000) Event: 664.439 GC heap after Heap after GC invocations=53 (full 6): PSYoungGen total 427520K, used 20924K [0x00000007c0000000, 0x00000007f90b0000, 0x0000000800000000) eden space 406592K, 0% used [0x00000007c0000000,0x00000007c0000000,0x00000007d8d10000) from space 20928K, 99% used [0x00000007d8d10000,0x00000007da17f2b8,0x00000007da180000) to space 263168K, 0% used [0x00000007e8fb0000,0x00000007e8fb0000,0x00000007f90b0000) ParOldGen total 369024K, used 138727K [0x0000000740000000, 0x0000000756860000, 0x00000007c0000000) object space 369024K, 37% used [0x0000000740000000,0x0000000748779f40,0x0000000756860000) PSPermGen total 71488K, used 44969K [0x000000073ae00000, 0x000000073f3d0000, 0x0000000740000000) object space 71488K, 62% used [0x000000073ae00000,0x000000073d9ea418,0x000000073f3d0000) } Event: 687.947 GC heap before {Heap before GC invocations=54 (full 6): PSYoungGen total 427520K, used 427516K [0x00000007c0000000, 0x00000007f90b0000, 0x0000000800000000) eden space 406592K, 100% used [0x00000007c0000000,0x00000007d8d10000,0x00000007d8d10000) from space 20928K, 99% used [0x00000007d8d10000,0x00000007da17f2b8,0x00000007da180000) to space 263168K, 0% used [0x00000007e8fb0000,0x00000007e8fb0000,0x00000007f90b0000) ParOldGen total 369024K, used 138727K [0x0000000740000000, 0x0000000756860000, 0x00000007c0000000) object space 369024K, 37% used [0x0000000740000000,0x0000000748779f40,0x0000000756860000) PSPermGen total 71488K, used 44976K [0x000000073ae00000, 0x000000073f3d0000, 0x0000000740000000) object space 71488K, 62% used [0x000000073ae00000,0x000000073d9ec128,0x000000073f3d0000) Event: 687.969 GC heap after Heap after GC invocations=54 (full 6): PSYoungGen total 646336K, used 21882K [0x00000007c0000000, 0x00000007f7840000, 0x0000000800000000) eden space 408192K, 0% used [0x00000007c0000000,0x00000007c0000000,0x00000007d8ea0000) from space 238144K, 9% used [0x00000007e8fb0000,0x00000007ea50ebd8,0x00000007f7840000) to space 250688K, 0% used [0x00000007d8ea0000,0x00000007d8ea0000,0x00000007e8370000) ParOldGen total 369024K, used 138727K [0x0000000740000000, 0x0000000756860000, 0x00000007c0000000) object space 369024K, 37% used [0x0000000740000000,0x0000000748779f40,0x0000000756860000) PSPermGen total 71488K, used 44976K [0x000000073ae00000, 0x000000073f3d0000, 0x0000000740000000) object space 71488K, 62% used [0x000000073ae00000,0x000000073d9ec128,0x000000073f3d0000) } Event: 704.033 GC heap before {Heap before GC invocations=55 (full 6): PSYoungGen total 646336K, used 430074K [0x00000007c0000000, 0x00000007f7840000, 0x0000000800000000) eden space 408192K, 100% used [0x00000007c0000000,0x00000007d8ea0000,0x00000007d8ea0000) from space 238144K, 9% used [0x00000007e8fb0000,0x00000007ea50ebd8,0x00000007f7840000) to space 250688K, 0% used [0x00000007d8ea0000,0x00000007d8ea0000,0x00000007e8370000) ParOldGen total 369024K, used 138727K [0x0000000740000000, 0x0000000756860000, 0x00000007c0000000) object space 369024K, 37% used [0x0000000740000000,0x0000000748779f40,0x0000000756860000) PSPermGen total 71488K, used 44978K [0x000000073ae00000, 0x000000073f3d0000, 0x0000000740000000) object space 71488K, 62% used [0x000000073ae00000,0x000000073d9eca68,0x000000073f3d0000) Event: 704.053 GC heap after Heap after GC invocations=55 (full 6): PSYoungGen total 429952K, used 21749K [0x00000007c0000000, 0x00000007f61b0000, 0x0000000800000000) eden space 408192K, 0% used [0x00000007c0000000,0x00000007c0000000,0x00000007d8ea0000) from space 21760K, 99% used [0x00000007d8ea0000,0x00000007da3dd490,0x00000007da3e0000) to space 238272K, 0% used [0x00000007e7900000,0x00000007e7900000,0x00000007f61b0000) ParOldGen total 369024K, used 138727K [0x0000000740000000, 0x0000000756860000, 0x00000007c0000000) object space 369024K, 37% used [0x0000000740000000,0x0000000748779f40,0x0000000756860000) PSPermGen total 71488K, used 44978K [0x000000073ae00000, 0x000000073f3d0000, 0x0000000740000000) object space 71488K, 62% used [0x000000073ae00000,0x000000073d9eca68,0x000000073f3d0000) } Event: 734.533 GC heap before {Heap before GC invocations=56 (full 6): PSYoungGen total 429952K, used 429914K [0x00000007c0000000, 0x00000007f61b0000, 0x0000000800000000) eden space 408192K, 99% used [0x00000007c0000000,0x00000007d8e99498,0x00000007d8ea0000) from space 21760K, 99% used [0x00000007d8ea0000,0x00000007da3dd490,0x00000007da3e0000) to space 238272K, 0% used [0x00000007e7900000,0x00000007e7900000,0x00000007f61b0000) ParOldGen total 369024K, used 138727K [0x0000000740000000, 0x0000000756860000, 0x00000007c0000000) object space 369024K, 37% used [0x0000000740000000,0x0000000748779f40,0x0000000756860000) PSPermGen total 71488K, used 45001K [0x000000073ae00000, 0x000000073f3d0000, 0x0000000740000000) object space 71488K, 62% used [0x000000073ae00000,0x000000073d9f2620,0x000000073f3d0000) Event: 734.552 GC heap after Heap after GC invocations=56 (full 6): PSYoungGen total 622848K, used 22784K [0x00000007c0000000, 0x00000007f4930000, 0x0000000800000000) eden space 409664K, 0% used [0x00000007c0000000,0x00000007c0000000,0x00000007d9010000) from space 213184K, 10% used [0x00000007e7900000,0x00000007e8f40050,0x00000007f4930000) to space 225856K, 0% used [0x00000007d9010000,0x00000007d9010000,0x00000007e6ca0000) ParOldGen total 369024K, used 138727K [0x0000000740000000, 0x0000000756860000, 0x00000007c0000000) object space 369024K, 37% used [0x0000000740000000,0x0000000748779f40,0x0000000756860000) PSPermGen total 71488K, used 45001K [0x000000073ae00000, 0x000000073f3d0000, 0x0000000740000000) object space 71488K, 62% used [0x000000073ae00000,0x000000073d9f2620,0x000000073f3d0000) } Deoptimization events (10 events): Event: 660.278 Thread 0x0000000011afe800 Uncommon trap -34 fr.pc 0x0000000002d7df0c Event: 660.298 Thread 0x0000000011afe800 Uncommon trap -34 fr.pc 0x000000000311bee8 Event: 660.351 Thread 0x0000000011afe800 Uncommon trap -34 fr.pc 0x000000000311bee8 Event: 660.396 Thread 0x0000000011afe800 Uncommon trap -34 fr.pc 0x000000000311bee8 Event: 660.442 Thread 0x0000000011afe800 Uncommon trap -34 fr.pc 0x000000000311bee8 Event: 686.205 Thread 0x0000000011afe800 Uncommon trap -83 fr.pc 0x000000000304fcf8 Event: 703.803 Thread 0x0000000011afe800 Uncommon trap -58 fr.pc 0x0000000002cdb110 Event: 703.927 Thread 0x0000000011afe800 Uncommon trap -34 fr.pc 0x0000000002ecf1d8 Event: 703.927 Thread 0x0000000011afe800 Uncommon trap -34 fr.pc 0x0000000002d7df0c Event: 745.822 Thread 0x0000000011afe800 Uncommon trap -83 fr.pc 0x0000000002fe3408 Internal exceptions (10 events): Event: 745.661 Thread 0x0000000011b03000 Threw 0x00000007cabdc028 at C:\jdk7u1_64p\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:2888 Event: 745.702 Thread 0x00000000107a3000 Threw 0x00000007cabd1050 at C:\jdk7u1_64p\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:2888 Event: 745.702 Thread 0x00000000107a3000 Threw 0x00000007cabd11c0 at C:\jdk7u1_64p\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:2846 Event: 745.703 Thread 0x0000000011b03000 Threw 0x00000007cabdc1e8 at C:\jdk7u1_64p\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:2888 Event: 745.730 Thread 0x0000000011b03000 Threw 0x00000007cabdc3a8 at C:\jdk7u1_64p\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:2888 Event: 745.760 Thread 0x00000000107a3000 Threw 0x00000007cabd1330 at C:\jdk7u1_64p\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:2888 Event: 745.761 Thread 0x0000000011b03000 Threw 0x00000007cabdc568 at C:\jdk7u1_64p\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:2888 Event: 745.787 Thread 0x0000000011b03000 Threw 0x00000007cabdc728 at C:\jdk7u1_64p\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:2888 Event: 745.822 Thread 0x0000000011b03000 Threw 0x00000007cabdc8e8 at C:\jdk7u1_64p\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:2888 Event: 745.824 Thread 0x00000000107a3000 Threw 0x00000007cabd14a0 at C:\jdk7u1_64p\jdk7u7\hotspot\src\share\vm\prims\jvm.cpp:2888 Events (10 events): Event: 738.013 Thread 0x00000000107a4800 Thread added: 0x00000000107a4800 Event: 738.018 Executing VM operation: RevokeBias Event: 738.018 Executing VM operation: RevokeBias done Event: 738.018 Thread 0x00000000107a4800 Thread exited: 0x00000000107a4800 Event: 743.039 Thread 0x00000000107a4800 Thread added: 0x00000000107a4800 Event: 743.044 Executing VM operation: RevokeBias Event: 743.044 Executing VM operation: RevokeBias done Event: 743.044 Thread 0x00000000107a4800 Thread exited: 0x00000000107a4800 Event: 745.822 Thread 0x0000000011afe800 DEOPT PACKING pc=0x0000000002fe3408 sp=0x00000000145bed90 Event: 745.822 Thread 0x0000000011afe800 DEOPT UNPACKING pc=0x00000000028d9164 sp=0x00000000145bed38 mode 2 Dynamic libraries: 0x000000013f4d0000 - 0x000000013f503000 C:\Program Files\Java\jre7\bin\java.exe 0x00000000770e0000 - 0x0000000077289000 C:\Windows\SYSTEM32\ntdll.dll 0x0000000076ec0000 - 0x0000000076fdf000 C:\Windows\system32\kernel32.dll 0x000007fefd630000 - 0x000007fefd69c000 C:\Windows\system32\KERNELBASE.dll 0x000007fefeb70000 - 0x000007fefec4b000 C:\Windows\system32\ADVAPI32.dll 0x000007fefecc0000 - 0x000007fefed5f000 C:\Windows\system32\msvcrt.dll 0x000007fefead0000 - 0x000007fefeaef000 C:\Windows\SYSTEM32\sechost.dll 0x000007fefe7c0000 - 0x000007fefe8ed000 C:\Windows\system32\RPCRT4.dll 0x0000000076fe0000 - 0x00000000770da000 C:\Windows\system32\USER32.dll 0x000007fefec50000 - 0x000007fefecb7000 C:\Windows\system32\GDI32.dll 0x000007feff0b0000 - 0x000007feff0be000 C:\Windows\system32\LPK.dll 0x000007fefefe0000 - 0x000007feff0a9000 C:\Windows\system32\USP10.dll 0x000007fefbfa0000 - 0x000007fefc194000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll 0x000007fefd910000 - 0x000007fefd981000 C:\Windows\system32\SHLWAPI.dll 0x000007feff0c0000 - 0x000007feff0ee000 C:\Windows\system32\IMM32.DLL 0x000007fefe960000 - 0x000007fefea69000 C:\Windows\system32\MSCTF.dll 0x000007fefd4f0000 - 0x000007fefd534000 C:\Windows\system32\nvinitx.dll 0x00000000593e0000 - 0x00000000594b1000 C:\Program Files\Java\jre7\bin\msvcr100.dll 0x00000000579d0000 - 0x00000000580ef000 C:\Program Files\Java\jre7\bin\server\jvm.dll 0x000007fef2ab0000 - 0x000007fef2ab9000 C:\Windows\system32\WSOCK32.dll 0x000007fefe8f0000 - 0x000007fefe93d000 C:\Windows\system32\WS2_32.dll 0x000007feff300000 - 0x000007feff308000 C:\Windows\system32\NSI.dll 0x000007fefb2f0000 - 0x000007fefb32b000 C:\Windows\system32\WINMM.dll 0x00000000772a0000 - 0x00000000772a7000 C:\Windows\system32\PSAPI.DLL 0x00000000619e0000 - 0x0000000061a1f000 C:\Program Files\Java\jre7\bin\splashscreen.dll 0x000007fefbc60000 - 0x000007fefbcb6000 C:\Windows\system32\uxtheme.dll 0x00000000727a0000 - 0x00000000727af000 C:\Program Files\Java\jre7\bin\verify.dll 0x0000000061b70000 - 0x0000000061b98000 C:\Program Files\Java\jre7\bin\java.dll 0x0000000065410000 - 0x0000000065425000 C:\Program Files\Java\jre7\bin\zip.dll 0x000007feff0f0000 - 0x000007feff2f3000 C:\Windows\system32\ole32.dll 0x000007fefd420000 - 0x000007fefd42f000 C:\Windows\system32\CRYPTBASE.dll 0x0000000058fb0000 - 0x0000000059143000 C:\Program Files\Java\jre7\bin\awt.dll 0x000007feff310000 - 0x000007feff3e7000 C:\Windows\system32\OLEAUT32.dll 0x000007fefb7a0000 - 0x000007fefb7b8000 C:\Windows\system32\DWMAPI.DLL 0x000007fefda30000 - 0x000007fefe7b8000 C:\Windows\system32\SHELL32.dll 0x00000000727b0000 - 0x00000000727bb000 C:\Program Files\Java\jre7\bin\management.dll 0x0000000061b30000 - 0x0000000061b64000 C:\Program Files\Java\jre7\bin\fontmanager.dll 0x00000000619c0000 - 0x00000000619d9000 C:\Program Files\Java\jre7\bin\net.dll 0x000007fefcd60000 - 0x000007fefcdb5000 C:\Windows\system32\mswsock.dll 0x000007fefcd50000 - 0x000007fefcd57000 C:\Windows\System32\wship6.dll 0x00000000619a0000 - 0x00000000619b1000 C:\Program Files\Java\jre7\bin\nio.dll 0x0000000061950000 - 0x0000000061991000 C:\Program Files\Java\jre7\bin\t2k.dll 0x000007fefc700000 - 0x000007fefc707000 C:\Windows\System32\wshtcpip.dll 0x000007fefcbe0000 - 0x000007fefcc3b000 C:\Windows\system32\DNSAPI.dll 0x000000006f7a0000 - 0x000000006f7c6000 C:\Program Files\Bonjour\mdnsNSP.dll 0x000007fefaf30000 - 0x000007fefaf57000 C:\Windows\system32\Iphlpapi.DLL 0x000007fefaf20000 - 0x000007fefaf2b000 C:\Windows\system32\WINNSI.DLL 0x000007fef7ec0000 - 0x000007fef7ec8000 C:\Windows\system32\rasadhlp.dll 0x000007fefadd0000 - 0x000007fefae23000 C:\Windows\System32\fwpuclnt.dll 0x000007fefcdc0000 - 0x000007fefcdd7000 C:\Windows\system32\CRYPTSP.dll 0x000007fefcac0000 - 0x000007fefcb07000 C:\Windows\system32\rsaenh.dll 0x000007fefc840000 - 0x000007fefc85e000 C:\Windows\system32\USERENV.dll 0x000007fefd540000 - 0x000007fefd54f000 C:\Windows\system32\profapi.dll 0x000007fefb2d0000 - 0x000007fefb2e5000 C:\Windows\system32\NLAapi.dll 0x000007fef5060000 - 0x000007fef5075000 C:\Windows\system32\napinsp.dll 0x000007fef5010000 - 0x000007fef5029000 C:\Windows\system32\pnrpnsp.dll 0x000007fef5000000 - 0x000007fef500b000 C:\Windows\System32\winrnr.dll 0x000007fef4ff0000 - 0x000007fef5000000 C:\Windows\system32\wshbth.dll 0x0000000061920000 - 0x0000000061944000 C:\Program Files\Java\jre7\bin\sunec.dll 0x000007fefef40000 - 0x000007fefefd9000 C:\Windows\system32\CLBCatQ.DLL 0x000007fefb670000 - 0x000007fefb79a000 C:\Windows\system32\WindowsCodecs.dll 0x000007fefd3c0000 - 0x000007fefd417000 C:\Windows\system32\apphelp.dll 0x000007fef6420000 - 0x000007fef6455000 C:\Windows\system32\EhStorShell.dll 0x000007fefed60000 - 0x000007fefef37000 C:\Windows\system32\SETUPAPI.dll 0x000007fefd6a0000 - 0x000007fefd6d6000 C:\Windows\system32\CFGMGR32.dll 0x000007fefd780000 - 0x000007fefd79a000 C:\Windows\system32\DEVOBJ.dll 0x000007fefbcf0000 - 0x000007fefbe1c000 C:\Windows\system32\PROPSYS.dll 0x000007fef63a0000 - 0x000007fef6420000 C:\Windows\system32\ntshrui.dll 0x000007fefd120000 - 0x000007fefd143000 C:\Windows\system32\srvcli.dll 0x000007fef6f50000 - 0x000007fef6f5f000 C:\Windows\system32\cscapi.dll 0x000007fefb200000 - 0x000007fefb20b000 C:\Windows\system32\slc.dll 0x00000000618f0000 - 0x000000006191a000 C:\Program Files\Java\jre7\bin\dcpr.dll 0x00000000618c0000 - 0x00000000618f0000 C:\Program Files\Java\jre7\bin\jpeg.dll 0x00000000618b0000 - 0x00000000618bb000 C:\Program Files\Java\jre7\bin\sunmscapi.dll 0x000007fefd7a0000 - 0x000007fefd90a000 C:\Windows\system32\CRYPT32.dll 0x000007fefd5e0000 - 0x000007fefd5ef000 C:\Windows\system32\MSASN1.dll 0x0000000180000000 - 0x0000000180048000 C:\Users\CJ\AppData\Roaming\.techniclauncher\tekkit\bin\natives\lwjgl64.dll 0x000007feef160000 - 0x000007feef27d000 C:\Windows\system32\OPENGL32.dll 0x000007fef5ee0000 - 0x000007fef5f0d000 C:\Windows\system32\GLU32.dll 0x000007fef43d0000 - 0x000007fef44c1000 C:\Windows\system32\DDRAW.dll 0x000007fef4380000 - 0x000007fef4388000 C:\Windows\system32\DCIMAN32.dll 0x000007fefc630000 - 0x000007fefc63c000 C:\Windows\system32\VERSION.dll 0x000000006e2c0000 - 0x000000006e2c7000 C:\Program Files\Java\jre7\bin\jawt.dll 0x0000000014d50000 - 0x0000000015dcc000 C:\Windows\system32\ig7icd64.dll 0x00000000023d0000 - 0x00000000023e6000 C:\Users\CJ\AppData\Roaming\.techniclauncher\tekkit\bin\natives\jinput-dx8_64.dll 0x000007fef1320000 - 0x000007fef135c000 C:\Windows\system32\DINPUT8.dll 0x000007fefb8a0000 - 0x000007fefb8ab000 C:\Windows\system32\HID.DLL 0x000007fefd5f0000 - 0x000007fefd62a000 C:\Windows\system32\WINTRUST.dll 0x00000000027d0000 - 0x00000000027e4000 C:\Users\CJ\AppData\Roaming\.techniclauncher\tekkit\bin\natives\jinput-raw_64.dll 0x000007fef0160000 - 0x000007fef0282000 C:\Users\CJ\AppData\Roaming\.techniclauncher\tekkit\bin\natives\OpenAL64.dll 0x000007fef5090000 - 0x000007fef5118000 C:\Windows\system32\dsound.dll 0x000007fefbe70000 - 0x000007fefbe9c000 C:\Windows\system32\POWRPROF.dll 0x000007fefbe20000 - 0x000007fefbe6b000 C:\Windows\System32\MMDevApi.dll 0x000007fefb290000 - 0x000007fefb2cb000 C:\Windows\system32\wdmaud.drv 0x0000000074970000 - 0x0000000074976000 C:\Windows\system32\ksuser.dll 0x000007fefbce0000 - 0x000007fefbce9000 C:\Windows\system32\AVRT.dll 0x000007fefb1b0000 - 0x000007fefb1ff000 C:\Windows\system32\AUDIOSES.DLL 0x000007fefb130000 - 0x000007fefb13a000 C:\Windows\system32\msacm32.drv 0x000007fefb110000 - 0x000007fefb128000 C:\Windows\system32\MSACM32.dll 0x000007fefb100000 - 0x000007fefb109000 C:\Windows\system32\midimap.dll 0x000007fef1cf0000 - 0x000007fef1e15000 C:\Windows\system32\dbghelp.dll VM Arguments: jvm_args: -Xmx3072m java_command: C:/Users/CJ/AppData/Roaming/.techniclauncher/technic-launcher.jar Launcher Type: SUN_STANDARD Environment Variables: PATH=C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;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)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Intel\Intel® Management Engine Components\DAL;C:\Program Files\Intel\Intel® Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel® Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel® Management Engine Components\IPT USERNAME=CJ OS=Windows_NT PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel --------------- S Y S T E M --------------- OS: Windows 7 , 64 bit Build 7601 Service Pack 1 CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit, tscinv Memory: 4k page, physical 8282032k(2199092k free), swap 16562212k(10189052k free) vm_info: Java HotSpot 64-Bit Server VM (23.3-b01) for windows-amd64 JRE (1.7.0_07-b11), built on Sep 7 2012 01:19:25 by "java_re" with unknown MS VC++:1600 time: Wed Sep 12 12:39:55 2012 elapsed time: 745 seconds Quote
0 FrostedToastz Posted September 12, 2012 Author Posted September 12, 2012 Sorry dont know whats nessesary in that. That's the text document that's placed on my desktop every time it crashed Quote
0 Firedemlazorz Posted September 16, 2012 Posted September 16, 2012 Seriously, I don't think anyone knows a solution to this issue. I have been on this forum everyday. Nothing came up about this. Quote
0 Sitric26 Posted September 16, 2012 Posted September 16, 2012 you just need to add more memory on techniclauncher before you log in click options and put more gigs on it i put 8 gigs i had the same thing Quote
0 Sitric26 Posted September 16, 2012 Posted September 16, 2012 run technic launcher click options on the log in screen then click the down arrow memory to allocate add more memory i put 8 gigs :D Quote
0 FrostedToastz Posted October 12, 2012 Author Posted October 12, 2012 I have 4 allocated i only have 8 gigs a RAM in total Quote
Question
FrostedToastz
Title: Tekkit crashed mid-game
Version: 3.1.2
OS: Windows 64x
Java Version: Java 7
Description of Problem:
Tekkit Crashed mid-game and leaves an error message on my desktop
Error Messages:
A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fef0166220, pid=6384, tid=6556
#
# JRE version: 7.0_07-b11
# Java VM: Java HotSpot 64-Bit Server VM (23.3-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.
Error Log:
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.