Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # A fatal error has been detected by the Java Runtime Environment:
- #
- # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fed6df6220, pid=5476, tid=6696
- #
- # JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43)
- # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.0-b56 mixed mode windows-amd64 compressed oops)
- # Problematic frame:
- # C [OpenAL64.dll+0x6220]
- #
- # 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 (0x000000001aead000): JavaThread "Thread-20" [_thread_in_native, id=6696, stack(0x0000000020bc0000,0x0000000020cc0000)]
- siginfo: ExceptionCode=0xc0000005, writing address 0xffffffffd9eb22d0
- Registers:
- RAX=0x00000000212a7b20, RBX=0xffffffffd9eb22b0, RCX=0x0000000019830000, RDX=0x0000000000000088
- RSP=0x0000000020cbf4d0, RBP=0x000000001983bf10, RSI=0x00000000ffffffff, RDI=0x0000000000000005
- R8 =0x00000000212a7b10, R9 =0x00000000212a7b20, R10=0x0000000002633064, R11=0x000000001983bf10
- R12=0x0000000019836fe0, R13=0x00000007fc866e50, R14=0x0000000020cbf5b0, R15=0x000000001aead000
- RIP=0x000007fed6df6220, EFLAGS=0x0000000000010246
- Top of Stack: (sp=0x0000000020cbf4d0)
- 0x0000000020cbf4d0: ffffffffd9eb22b0 00000000ffffffff
- 0x0000000020cbf4e0: 00000007fc847a38 0000000020cbf548
- 0x0000000020cbf4f0: 0000000000000000 0000000002633090
- 0x0000000020cbf500: 00000007fc866e50 0000000020cbf580
- 0x0000000020cbf510: 0000000000000013 0000000000000005
- 0x0000000020cbf520: 00000000d9eb22b0 0000000000000000
- 0x0000000020cbf530: 000000072330f978 000000070631bca0
- 0x0000000020cbf540: 0000000020cbf540 0000000000000000
- 0x0000000020cbf550: 0000000020cbf5b0 00000007fc8698c8
- 0x0000000020cbf560: 0000000000000000 00000007fc866e50
- 0x0000000020cbf570: 0000000000000000 0000000020cbf5a0
- 0x0000000020cbf580: 0000000020cbf5f8 00000000026260f8
- 0x0000000020cbf590: 0000000717351a30 000000000262f0d8
- 0x0000000020cbf5a0: 00000000d9eb22b0 0000000000001009
- 0x0000000020cbf5b0: 000000001983bf10 0000000020cbf5b8
- 0x0000000020cbf5c0: 00000007fc84fdcf 0000000020cbf610
- Instructions: (pc=0x000007fed6df6220)
- 0x000007fed6df6200: a1 00 00 83 60 08 00 48 83 60 10 00 89 18 c7 40
- 0x000007fed6df6210: 04 01 00 00 00 48 89 45 68 c7 45 70 01 00 00 00
- 0x000007fed6df6220: ff 43 20 eb 0a c7 85 74 01 00 00 30 10 00 00 89
- 0x000007fed6df6230: 5d 54 e9 c5 01 00 00 b9 03 a0 00 00 e9 b6 01 00
- Register to memory mapping:
- RAX=0x00000000212a7b20 is an unknown value
- RBX=0xffffffffd9eb22b0 is an unknown value
- RCX=0x0000000019830000 is an unknown value
- RDX=0x0000000000000088 is an unknown value
- RSP=0x0000000020cbf4d0 is pointing into the stack for thread: 0x000000001aead000
- RBP=0x000000001983bf10 is an unknown value
- RSI=0x00000000ffffffff is an unknown value
- RDI=0x0000000000000005 is an unknown value
- R8 =0x00000000212a7b10 is an unknown value
- R9 =0x00000000212a7b20 is an unknown value
- R10=0x0000000002633064 is at code_begin+644 in an Interpreter codelet
- method entry point (kind = native) [0x0000000002632de0, 0x0000000002633680] 2208 bytes
- R11=0x000000001983bf10 is an unknown value
- R12=0x0000000019836fe0 is an unknown value
- R13=0x00000007fc866e50 is an oop
- {method}
- - klass: {other class}
- R14=0x0000000020cbf5b0 is pointing into the stack for thread: 0x000000001aead000
- R15=0x000000001aead000 is a thread
- Stack: [0x0000000020bc0000,0x0000000020cc0000], sp=0x0000000020cbf4d0, free space=1021k
- Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
- C [OpenAL64.dll+0x6220]
- 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
- v ~StubRoutines::call_stub
- --------------- P R O C E S S ---------------
- Java Threads: ( => current thread )
- 0x000000002ab38800 JavaThread "Thread-111" [_thread_blocked, id=6968, stack(0x0000000066de0000,0x0000000066ee0000)]
- 0x000000001aeb3800 JavaThread "Server thread" [_thread_blocked, id=5352, stack(0x0000000021000000,0x0000000021100000)]
- 0x000000001aeab800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=5016, stack(0x0000000062170000,0x0000000062270000)]
- 0x000000001aeb7800 JavaThread "File IO Thread" [_thread_blocked, id=6284, stack(0x0000000020e50000,0x0000000020f50000)]
- 0x000000001aeb6000 JavaThread "Thread-45" [_thread_blocked, id=708, stack(0x0000000066c50000,0x0000000066d50000)]
- 0x000000001aeb5000 JavaThread "Thread-40" [_thread_blocked, id=4628, stack(0x0000000050aa0000,0x0000000050ba0000)]
- 0x000000001aeb3000 JavaThread "LogisticsPipes RoutingTableUpdateThread #3" daemon [_thread_blocked, id=5744, stack(0x0000000066540000,0x0000000066640000)]
- 0x000000001aeb2000 JavaThread "LogisticsPipes RoutingTableUpdateThread #2" daemon [_thread_blocked, id=5816, stack(0x0000000066360000,0x0000000066460000)]
- 0x000000001aeae800 JavaThread "LogisticsPipes RoutingTableUpdateThread #1" daemon [_thread_blocked, id=5440, stack(0x0000000066170000,0x0000000066270000)]
- 0x000000001aeb0000 JavaThread "LogisticsPipes RoutingTableUpdateThread #0" daemon [_thread_blocked, id=6616, stack(0x0000000065fc0000,0x00000000660c0000)]
- 0x000000001aeb1800 JavaThread "LogisticsPipes Packet Decompressor Server" daemon [_thread_blocked, id=5464, stack(0x0000000065de0000,0x0000000065ee0000)]
- 0x000000001aeb0800 JavaThread "LogisticsPipes Packet Compressor Server" daemon [_thread_blocked, id=3156, stack(0x0000000065b70000,0x0000000065c70000)]
- 0x000000001aeac000 JavaThread "LogisticsPipes Packet Decompressor Client" daemon [_thread_blocked, id=4908, stack(0x0000000064360000,0x0000000064460000)]
- 0x000000001aeaf000 JavaThread "LogisticsPipes Packet Compressor Client" daemon [_thread_blocked, id=6628, stack(0x00000000659f0000,0x0000000065af0000)]
- 0x000000001aead800 JavaThread "Thread-21" [_thread_in_native, id=6028, stack(0x0000000021170000,0x0000000021270000)]
- =>0x000000001aead000 JavaThread "Thread-20" [_thread_in_native, id=6696, stack(0x0000000020bc0000,0x0000000020cc0000)]
- 0x000000001aea9000 JavaThread "TC Aura Update Thread" [_thread_blocked, id=3012, stack(0x0000000020d50000,0x0000000020e50000)]
- 0x000000001aeaa000 JavaThread "TC Aura Deletion Thread" [_thread_blocked, id=1612, stack(0x0000000014740000,0x0000000014840000)]
- 0x000000001aeaa800 JavaThread "TC Aura Calculation Thread" [_thread_blocked, id=4872, stack(0x000000001d3a0000,0x000000001d4a0000)]
- 0x000000001aea8800 JavaThread "DestroyJavaVM" [_thread_blocked, id=6184, stack(0x00000000024a0000,0x00000000025a0000)]
- 0x000000001ad26000 JavaThread "Minecraft main thread" [_thread_blocked, id=6860, stack(0x0000000017b60000,0x0000000017c60000)]
- 0x000000001bfb4000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=6236, stack(0x0000000017d70000,0x0000000017e70000)]
- 0x000000001ab74000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=5488, stack(0x0000000019940000,0x0000000019a40000)]
- 0x000000000f9bf000 JavaThread "Thread-4" daemon [_thread_blocked, id=3692, stack(0x0000000015be0000,0x0000000015ce0000)]
- 0x000000000f768800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=4844, stack(0x00000000157c0000,0x00000000158c0000)]
- 0x000000000f7a4000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2980, stack(0x0000000014640000,0x0000000014740000)]
- 0x000000000f79d800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6680, stack(0x0000000010340000,0x0000000010440000)]
- 0x000000000f79c800 JavaThread "AWT-Shutdown" [_thread_blocked, id=1604, stack(0x0000000010100000,0x0000000010200000)]
- 0x000000000f6be800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1140, stack(0x000000000ff90000,0x0000000010090000)]
- 0x000000000e192800 JavaThread "Service Thread" daemon [_thread_blocked, id=6304, stack(0x000000000f0f0000,0x000000000f1f0000)]
- 0x000000000e17e800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=6668, stack(0x000000000e4d0000,0x000000000e5d0000)]
- 0x000000000e17a800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=6712, stack(0x000000000ee40000,0x000000000ef40000)]
- 0x000000000e179000 JavaThread "Attach Listener" daemon [_thread_blocked, id=2672, stack(0x000000000eca0000,0x000000000eda0000)]
- 0x000000000e178000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4060, stack(0x000000000eb70000,0x000000000ec70000)]
- 0x000000000e177800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=5296, stack(0x000000000e990000,0x000000000ea90000)]
- 0x000000000e121000 JavaThread "Finalizer" daemon [_thread_blocked, id=824, stack(0x000000000e7c0000,0x000000000e8c0000)]
- 0x000000000e11a000 JavaThread "Reference Handler" daemon [_thread_blocked, id=7100, stack(0x000000000e620000,0x000000000e720000)]
- Other Threads:
- 0x000000000df0a800 VMThread [stack: 0x000000000df90000,0x000000000e090000] [id=6620]
- 0x000000000e195800 WatcherThread [stack: 0x000000000efe0000,0x000000000f0e0000] [id=5400]
- VM state:not at safepoint (normal execution)
- VM Mutex/Monitor currently owned by a thread: None
- Heap
- par new generation total 306688K, used 261427K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 86% used [0x00000006f8000000, 0x00000007066cb690, 0x0000000708a40000)
- from space 34048K, 73% used [0x000000070ab80000, 0x000000070c401680, 0x000000070ccc0000)
- to space 34048K, 0% used [0x0000000708a40000, 0x0000000708a40000, 0x000000070ab80000)
- concurrent mark-sweep generation total 1719184K, used 1071208K [0x000000070ccc0000, 0x0000000775ba4000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 112099K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Card table byte_map: [0x0000000005d00000,0x0000000006550000] byte_map_base: 0x0000000002540000
- Polling page: 0x0000000000140000
- Code Cache [0x0000000002620000, 0x0000000003ef0000, 0x0000000005620000)
- total_blobs=8249 nmethods=7008 adapters=1186 free_code_cache=24029Kb largest_free_block=24316544
- Compilation events (10 events):
- Event: 3799.391 Thread 0x000000000e17a800 nmethod 8100 0x00000000037cec90 code [0x00000000037cede0, 0x00000000037ceec8]
- Event: 3799.391 Thread 0x000000000e17e800 nmethod 8101 0x0000000003992c10 code [0x0000000003992d60, 0x0000000003992e48]
- Event: 3799.434 Thread 0x000000000e17e800 8102 drzhark.mocreatures.client.model.MoCModelGolem::setRotationAngles (1066 bytes)
- Event: 3799.459 Thread 0x000000000e17e800 nmethod 8102 0x0000000003eeb690 code [0x0000000003eeb9e0, 0x0000000003eed298]
- Event: 3800.609 Thread 0x000000000e17a800 8103 net.minecraft.entity.boss.EntityWither::func_82212_n (10 bytes)
- Event: 3800.610 Thread 0x000000000e17a800 nmethod 8103 0x0000000003ea1f90 code [0x0000000003ea20e0, 0x0000000003ea21c8]
- Event: 3805.115 Thread 0x000000000e17e800 8104 thaumcraft.client.renderers.tile.ItemJarFilledRenderer::handleRenderType (26 bytes)
- Event: 3805.116 Thread 0x000000000e17e800 nmethod 8104 0x0000000003cc9290 code [0x0000000003cc93e0, 0x0000000003cc94d8]
- Event: 3815.620 Thread 0x000000000e17a800 8105 logisticspipes.renderer.LogisticsHUDRenderer::displayRenderer (27 bytes)
- Event: 3815.626 Thread 0x000000000e17a800 nmethod 8105 0x0000000003d80210 code [0x0000000003d80400, 0x0000000003d80ac8]
- GC Heap History (10 events):
- Event: 3784.728 GC heap before
- {Heap before GC invocations=664 (full 58):
- par new generation total 306688K, used 297827K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 100% used [0x00000006f8000000, 0x0000000708a40000, 0x0000000708a40000)
- from space 34048K, 73% used [0x0000000708a40000, 0x000000070a2d8dd8, 0x000000070ab80000)
- to space 34048K, 0% used [0x000000070ab80000, 0x000000070ab80000, 0x000000070ccc0000)
- concurrent mark-sweep generation total 1719184K, used 1070344K [0x000000070ccc0000, 0x0000000775ba4000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 112099K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 3784.743 GC heap after
- Heap after GC invocations=665 (full 58):
- par new generation total 306688K, used 24586K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 0% used [0x00000006f8000000, 0x00000006f8000000, 0x0000000708a40000)
- from space 34048K, 72% used [0x000000070ab80000, 0x000000070c3829c0, 0x000000070ccc0000)
- to space 34048K, 0% used [0x0000000708a40000, 0x0000000708a40000, 0x000000070ab80000)
- concurrent mark-sweep generation total 1719184K, used 1070344K [0x000000070ccc0000, 0x0000000775ba4000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 112099K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 3791.214 GC heap before
- {Heap before GC invocations=665 (full 58):
- par new generation total 306688K, used 297226K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 100% used [0x00000006f8000000, 0x0000000708a40000, 0x0000000708a40000)
- from space 34048K, 72% used [0x000000070ab80000, 0x000000070c3829c0, 0x000000070ccc0000)
- to space 34048K, 0% used [0x0000000708a40000, 0x0000000708a40000, 0x000000070ab80000)
- concurrent mark-sweep generation total 1719184K, used 1070344K [0x000000070ccc0000, 0x0000000775ba4000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 112099K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 3791.229 GC heap after
- Heap after GC invocations=666 (full 58):
- par new generation total 306688K, used 27332K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 0% used [0x00000006f8000000, 0x00000006f8000000, 0x0000000708a40000)
- from space 34048K, 80% used [0x0000000708a40000, 0x000000070a4f13a8, 0x000000070ab80000)
- to space 34048K, 0% used [0x000000070ab80000, 0x000000070ab80000, 0x000000070ccc0000)
- concurrent mark-sweep generation total 1719184K, used 1070344K [0x000000070ccc0000, 0x0000000775ba4000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 112099K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 3797.601 GC heap before
- {Heap before GC invocations=666 (full 58):
- par new generation total 306688K, used 299972K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 100% used [0x00000006f8000000, 0x0000000708a40000, 0x0000000708a40000)
- from space 34048K, 80% used [0x0000000708a40000, 0x000000070a4f13a8, 0x000000070ab80000)
- to space 34048K, 0% used [0x000000070ab80000, 0x000000070ab80000, 0x000000070ccc0000)
- concurrent mark-sweep generation total 1719184K, used 1070344K [0x000000070ccc0000, 0x0000000775ba4000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 112099K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 3797.619 GC heap after
- Heap after GC invocations=667 (full 58):
- par new generation total 306688K, used 34048K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 0% used [0x00000006f8000000, 0x00000006f8000000, 0x0000000708a40000)
- from space 34048K, 100% used [0x000000070ab80000, 0x000000070ccc0000, 0x000000070ccc0000)
- to space 34048K, 0% used [0x0000000708a40000, 0x0000000708a40000, 0x000000070ab80000)
- concurrent mark-sweep generation total 1719184K, used 1070854K [0x000000070ccc0000, 0x0000000775ba4000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 112099K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 3804.927 GC heap before
- {Heap before GC invocations=667 (full 58):
- par new generation total 306688K, used 306688K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 100% used [0x00000006f8000000, 0x0000000708a40000, 0x0000000708a40000)
- from space 34048K, 100% used [0x000000070ab80000, 0x000000070ccc0000, 0x000000070ccc0000)
- to space 34048K, 0% used [0x0000000708a40000, 0x0000000708a40000, 0x000000070ab80000)
- concurrent mark-sweep generation total 1719184K, used 1070854K [0x000000070ccc0000, 0x0000000775ba4000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 112099K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 3804.946 GC heap after
- Heap after GC invocations=668 (full 58):
- par new generation total 306688K, used 34048K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 0% used [0x00000006f8000000, 0x00000006f8000000, 0x0000000708a40000)
- from space 34048K, 100% used [0x0000000708a40000, 0x000000070ab80000, 0x000000070ab80000)
- to space 34048K, 0% used [0x000000070ab80000, 0x000000070ab80000, 0x000000070ccc0000)
- concurrent mark-sweep generation total 1719184K, used 1071098K [0x000000070ccc0000, 0x0000000775ba4000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 112099K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Event: 3813.408 GC heap before
- {Heap before GC invocations=668 (full 58):
- par new generation total 306688K, used 306688K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 100% used [0x00000006f8000000, 0x0000000708a40000, 0x0000000708a40000)
- from space 34048K, 100% used [0x0000000708a40000, 0x000000070ab80000, 0x000000070ab80000)
- to space 34048K, 0% used [0x000000070ab80000, 0x000000070ab80000, 0x000000070ccc0000)
- concurrent mark-sweep generation total 1719184K, used 1071098K [0x000000070ccc0000, 0x0000000775ba4000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 112099K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- Event: 3813.421 GC heap after
- Heap after GC invocations=669 (full 58):
- par new generation total 306688K, used 25093K [0x00000006f8000000, 0x000000070ccc0000, 0x000000070ccc0000)
- eden space 272640K, 0% used [0x00000006f8000000, 0x00000006f8000000, 0x0000000708a40000)
- from space 34048K, 73% used [0x000000070ab80000, 0x000000070c401680, 0x000000070ccc0000)
- to space 34048K, 0% used [0x0000000708a40000, 0x0000000708a40000, 0x000000070ab80000)
- concurrent mark-sweep generation total 1719184K, used 1071208K [0x000000070ccc0000, 0x0000000775ba4000, 0x00000007f8000000)
- concurrent-mark-sweep perm gen total 131072K, used 112099K [0x00000007f8000000, 0x0000000800000000, 0x0000000800000000)
- }
- Deoptimization events (10 events):
- Event: 3722.265 Thread 0x000000001ad26000 Uncommon trap: reason=unreached action=reinterpret pc=0x000000000385d1a8 method=andrew.powersuits.tick.RenderTickHandler.findInstalledModules(Lnet/minecraft/client/entity/EntityClientPlayerMP;)V @ 49
- Event: 3722.283 Thread 0x000000001aeb3800 Uncommon trap: reason=unloaded action=reinterpret pc=0x0000000002cc87e0 method=net.minecraft.entity.monster.EntityEnderman.func_70821_d(Lnet/minecraft/entity/player/EntityPlayer;)Z @ 15
- Event: 3722.457 Thread 0x000000001ad26000 Uncommon trap: reason=unreached action=reinterpret pc=0x0000000003d61f60 method=andrew.powersuits.tick.CommonTickHandler.tickStart(Ljava/util/EnumSet;[Ljava/lang/Object;)V @ 26
- Event: 3722.458 Thread 0x000000001ad26000 Uncommon trap: reason=unreached action=reinterpret pc=0x0000000003ec4784 method=thaumcraft.common.lib.EventHandler.livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V @ 103
- Event: 3722.498 Thread 0x000000001ad26000 Uncommon trap: reason=unreached action=reinterpret pc=0x0000000003861f98 method=gravisuite.ClientTickHandler.tickStart(Ljava/util/EnumSet;[Ljava/lang/Object;)V @ 151
- Event: 3722.978 Thread 0x000000001ad26000 Uncommon trap: reason=unreached action=reinterpret pc=0x0000000003885820 method=thaumcraft.client.lib.GUITicker.tickEnd(Ljava/util/EnumSet;[Ljava/lang/Object;)V @ 698
- Event: 3722.986 Thread 0x000000001ad26000 Uncommon trap: reason=unreached action=reinterpret pc=0x0000000003869fa8 method=gravisuite.ClientTickHandler.tickEnd(Ljava/util/EnumSet;[Ljava/lang/Object;)V @ 78
- Event: 3812.745 Thread 0x000000001ad26000 Uncommon trap: reason=unreached action=reinterpret pc=0x0000000003955b6c method=net.machinemuse.powersuits.event.MovementManager.handleFallEvent(Lnet/minecraftforge/event/entity/living/LivingFallEvent;)V @ 25
- Event: 3812.784 Thread 0x000000001aeb3800 Uncommon trap: reason=unreached action=reinterpret pc=0x0000000003602e24 method=ic2.core.item.armor.ItemArmorHazmat.onEntityLivingFallEvent(Lnet/minecraftforge/event/entity/living/LivingFallEvent;)V @ 38
- Event: 3812.785 Thread 0x000000001aeb3800 Uncommon trap: reason=unreached action=reinterpret pc=0x0000000002fff924 method=portalgun.common.core.EntityHelper.isEntityWearingLFB(Lnet/minecraft/entity/Entity;)Z @ 23
- Internal exceptions (10 events):
- Event: 3820.756 Thread 0x000000001aeb6000 Threw 0x000000070581eb28 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Event: 3820.757 Thread 0x000000001aead000 Threw 0x0000000705f242d8 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3820.766 Thread 0x000000001aeb6000 Threw 0x0000000705f2a128 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Event: 3820.776 Thread 0x000000001aeb6000 Threw 0x0000000705f2a248 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Event: 3820.778 Thread 0x000000001aead000 Threw 0x0000000705f24498 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3820.786 Thread 0x000000001aeb6000 Threw 0x0000000705f2a368 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Event: 3820.796 Thread 0x000000001aeb6000 Threw 0x0000000705f2a488 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Event: 3820.805 Thread 0x000000001aead000 Threw 0x0000000705f24658 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\prims\jvm.cpp:2965
- Event: 3820.806 Thread 0x000000001aeb6000 Threw 0x0000000705f2a5a8 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Event: 3820.816 Thread 0x000000001aeb6000 Threw 0x0000000705f2a6c8 at C:\jdk7u2_64p\jdk7u40\hotspot\src\share\vm\runtime\objectMonitor.cpp:1451
- Events (10 events):
- Event: 3813.407 Executing VM operation: GenCollectForAllocation
- Event: 3813.421 Executing VM operation: GenCollectForAllocation done
- Event: 3814.293 Thread 0x000000002ab3d000 Thread added: 0x000000002ab3d000
- Event: 3814.299 Executing VM operation: RevokeBias
- Event: 3814.299 Executing VM operation: RevokeBias done
- Event: 3814.299 Thread 0x000000002ab3d000 Thread exited: 0x000000002ab3d000
- Event: 3819.290 Thread 0x000000002ab3d000 Thread added: 0x000000002ab3d000
- Event: 3819.295 Executing VM operation: RevokeBias
- Event: 3819.295 Executing VM operation: RevokeBias done
- Event: 3819.295 Thread 0x000000002ab3d000 Thread exited: 0x000000002ab3d000
- Dynamic libraries:
- 0x000000013f210000 - 0x000000013f243000 C:\Program Files\Java\jre7\bin\javaw.exe
- 0x0000000076f60000 - 0x0000000077109000 C:\Windows\SYSTEM32\ntdll.dll
- 0x0000000076d40000 - 0x0000000076e5f000 C:\Windows\system32\kernel32.dll
- 0x000007fefceb0000 - 0x000007fefcf1b000 C:\Windows\system32\KERNELBASE.dll
- 0x000007fefebc0000 - 0x000007fefec9b000 C:\Windows\system32\ADVAPI32.dll
- 0x000007feff1d0000 - 0x000007feff26f000 C:\Windows\system32\msvcrt.dll
- 0x000007fefef60000 - 0x000007fefef7f000 C:\Windows\SYSTEM32\sechost.dll
- 0x000007fefea90000 - 0x000007fefebbd000 C:\Windows\system32\RPCRT4.dll
- 0x0000000076e60000 - 0x0000000076f5a000 C:\Windows\system32\USER32.dll
- 0x000007fefd1c0000 - 0x000007fefd227000 C:\Windows\system32\GDI32.dll
- 0x000007fefef50000 - 0x000007fefef5e000 C:\Windows\system32\LPK.dll
- 0x000007fefd630000 - 0x000007fefd6f9000 C:\Windows\system32\USP10.dll
- 0x000007fefb2b0000 - 0x000007fefb4a4000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
- 0x000007fefd980000 - 0x000007fefd9f1000 C:\Windows\system32\SHLWAPI.dll
- 0x000007fefef20000 - 0x000007fefef4e000 C:\Windows\system32\IMM32.DLL
- 0x000007fefd290000 - 0x000007fefd399000 C:\Windows\system32\MSCTF.dll
- 0x0000000072be0000 - 0x0000000072c60000 c:\program files (x86)\telia\telias sakerhetstjanster\apps\computersecurity\hips\fshook64.dll
- 0x0000000077120000 - 0x0000000077127000 C:\Windows\system32\PSAPI.DLL
- 0x0000000066b60000 - 0x0000000066c31000 C:\Program Files\Java\jre7\bin\msvcr100.dll
- 0x00000000629a0000 - 0x0000000063169000 C:\Program Files\Java\jre7\bin\server\jvm.dll
- 0x000007fee59c0000 - 0x000007fee59c9000 C:\Windows\system32\WSOCK32.dll
- 0x000007fefd170000 - 0x000007fefd1bd000 C:\Windows\system32\WS2_32.dll
- 0x000007fefe790000 - 0x000007fefe798000 C:\Windows\system32\NSI.dll
- 0x000007fef5fd0000 - 0x000007fef600b000 C:\Windows\system32\WINMM.dll
- 0x0000000068e90000 - 0x0000000068e9f000 C:\Program Files\Java\jre7\bin\verify.dll
- 0x0000000068b10000 - 0x0000000068b38000 C:\Program Files\Java\jre7\bin\java.dll
- 0x0000000068a70000 - 0x0000000068a85000 C:\Program Files\Java\jre7\bin\zip.dll
- 0x0000000068a50000 - 0x0000000068a69000 C:\Program Files\Java\jre7\bin\net.dll
- 0x000007fefc560000 - 0x000007fefc5b5000 C:\Windows\system32\mswsock.dll
- 0x000007fefc600000 - 0x000007fefc607000 C:\Windows\System32\wship6.dll
- 0x0000000068a30000 - 0x0000000068a41000 C:\Program Files\Java\jre7\bin\nio.dll
- 0x0000000062800000 - 0x0000000062995000 C:\Program Files\Java\jre7\bin\awt.dll
- 0x000007fefe9b0000 - 0x000007fefea87000 C:\Windows\system32\OLEAUT32.dll
- 0x000007fefe7a0000 - 0x000007fefe9a3000 C:\Windows\system32\ole32.dll
- 0x000007fefa690000 - 0x000007fefa6a8000 C:\Windows\system32\DWMAPI.DLL
- 0x000007fefaa70000 - 0x000007fefaac6000 C:\Windows\system32\uxtheme.dll
- 0x000007fefcc70000 - 0x000007fefcc7f000 C:\Windows\system32\CRYPTBASE.dll
- 0x000007fee1070000 - 0x000007fee126f000 C:\Windows\system32\d3d9.dll
- 0x000007fefbea0000 - 0x000007fefbeac000 C:\Windows\system32\VERSION.dll
- 0x000007fef1e50000 - 0x000007fef1e57000 C:\Windows\system32\d3d8thk.dll
- 0x000007fef8eb0000 - 0x000007fef8fed000 C:\Windows\system32\aticfx64.dll
- 0x000007fef1e10000 - 0x000007fef1e30000 C:\Windows\system32\atiu9p64.dll
- 0x000007fedf670000 - 0x000007fedfdb4000 C:\Windows\system32\atiumd64.dll
- 0x000000006c9e0000 - 0x000000006d0b3000 C:\Windows\system32\atiumd6a.dll
- 0x000007fefda00000 - 0x000007fefe788000 C:\Windows\system32\SHELL32.dll
- 0x00000000689f0000 - 0x0000000068a2f000 C:\Program Files\Java\jre7\bin\fontmanager.dll
- 0x0000000068850000 - 0x0000000068891000 C:\Program Files\Java\jre7\bin\t2k.dll
- 0x0000000180000000 - 0x000000018003b000 C:\Program Files (x86)\DisplayFusion\Hooks\AppHookx64_C0677A58-4475-4806-8B16-9F5F295EAA71.dll
- 0x0000000068820000 - 0x000000006884a000 C:\Program Files\Java\jre7\bin\dcpr.dll
- 0x0000000002430000 - 0x0000000002478000 C:\Users\Toby\Desktop\FTB\Unleashed\minecraft\bin\natives\lwjgl64.dll
- 0x000007fef5d60000 - 0x000007fef5e7d000 C:\Windows\system32\OPENGL32.dll
- 0x000007fef5fa0000 - 0x000007fef5fcd000 C:\Windows\system32\GLU32.dll
- 0x000007fef5c60000 - 0x000007fef5d51000 C:\Windows\system32\DDRAW.dll
- 0x000007fef5f90000 - 0x000007fef5f98000 C:\Windows\system32\DCIMAN32.dll
- 0x000007fefed40000 - 0x000007fefef17000 C:\Windows\system32\SETUPAPI.dll
- 0x000007fefcf20000 - 0x000007fefcf56000 C:\Windows\system32\CFGMGR32.dll
- 0x000007fefce90000 - 0x000007fefceaa000 C:\Windows\system32\DEVOBJ.dll
- 0x000007fefc7f0000 - 0x000007fefc807000 C:\Windows\system32\CRYPTSP.dll
- 0x000007fefc300000 - 0x000007fefc347000 C:\Windows\system32\rsaenh.dll
- 0x000007fefc080000 - 0x000007fefc09e000 C:\Windows\system32\USERENV.dll
- 0x000007fefcd40000 - 0x000007fefcd4f000 C:\Windows\system32\profapi.dll
- 0x000007fefb6b0000 - 0x000007fefb6c5000 C:\Windows\system32\NLAapi.dll
- 0x000007fee7e50000 - 0x000007fee7e65000 C:\Windows\system32\napinsp.dll
- 0x000007fee7e30000 - 0x000007fee7e49000 C:\Windows\system32\pnrpnsp.dll
- 0x000007fefc390000 - 0x000007fefc3eb000 C:\Windows\system32\DNSAPI.dll
- 0x000007fee7e20000 - 0x000007fee7e2b000 C:\Windows\System32\winrnr.dll
- 0x0000000072680000 - 0x00000000726a6000 C:\Program Files\Bonjour\mdnsNSP.dll
- 0x000007fefb1d0000 - 0x000007fefb1f7000 C:\Windows\system32\Iphlpapi.DLL
- 0x000007fefb1c0000 - 0x000007fefb1cb000 C:\Windows\system32\WINNSI.DLL
- 0x0000000072650000 - 0x000000007267e000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
- 0x000007fefbf70000 - 0x000007fefbf77000 C:\Windows\System32\wshtcpip.dll
- 0x000007fef9c30000 - 0x000007fef9c38000 C:\Windows\system32\rasadhlp.dll
- 0x000007fefb080000 - 0x000007fefb0d3000 C:\Windows\System32\fwpuclnt.dll
- 0x00000000687b0000 - 0x00000000687b7000 C:\Program Files\Java\jre7\bin\jawt.dll
- 0x000007fefab00000 - 0x000007fefab18000 C:\Windows\system32\atig6pxx.dll
- 0x0000000058440000 - 0x0000000059d2b000 C:\Windows\system32\atio6axx.dll
- 0x000007fef9e40000 - 0x000007fef9f5a000 C:\Windows\system32\atiadlxx.dll
- 0x000007fefba80000 - 0x000007fefbbac000 C:\Windows\system32\PROPSYS.dll
- 0x000007fefbe80000 - 0x000007fefbe91000 C:\Windows\system32\WTSAPI32.dll
- 0x000007fefce50000 - 0x000007fefce8a000 C:\Windows\system32\WINTRUST.dll
- 0x000007fefd000000 - 0x000007fefd16c000 C:\Windows\system32\CRYPT32.dll
- 0x000007fefcde0000 - 0x000007fefcdef000 C:\Windows\system32\MSASN1.dll
- 0x000007feed2d0000 - 0x000007feed2ee000 C:\Windows\system32\atig6txx.dll
- 0x0000000068e80000 - 0x0000000068e8b000 C:\Program Files\Java\jre7\bin\management.dll
- 0x00000000687c0000 - 0x00000000687e4000 C:\Program Files\Java\jre7\bin\sunec.dll
- 0x00000000689e0000 - 0x00000000689eb000 C:\Program Files\Java\jre7\bin\sunmscapi.dll
- 0x000007fed6df0000 - 0x000007fed6f12000 C:\Users\Toby\Desktop\FTB\Unleashed\minecraft\bin\natives\OpenAL64.dll
- 0x000007fef5e80000 - 0x000007fef5f08000 C:\Windows\system32\dsound.dll
- 0x000007fefbe50000 - 0x000007fefbe7c000 C:\Windows\system32\POWRPROF.dll
- 0x000007fefd8e0000 - 0x000007fefd979000 C:\Windows\system32\CLBCatQ.DLL
- 0x000007fefbbb0000 - 0x000007fefbbfb000 C:\Windows\System32\MMDevApi.dll
- 0x000007fef4830000 - 0x000007fef486b000 C:\Windows\system32\wdmaud.drv
- 0x0000000071890000 - 0x0000000071896000 C:\Windows\system32\ksuser.dll
- 0x000007fefba70000 - 0x000007fefba79000 C:\Windows\system32\AVRT.dll
- 0x000007fef47e0000 - 0x000007fef482f000 C:\Windows\system32\AUDIOSES.DLL
- 0x000007fef47d0000 - 0x000007fef47da000 C:\Windows\system32\msacm32.drv
- 0x000007fef45d0000 - 0x000007fef45e8000 C:\Windows\system32\MSACM32.dll
- 0x000007fef45c0000 - 0x000007fef45c9000 C:\Windows\system32\midimap.dll
- 0x0000000067b40000 - 0x0000000067b70000 C:\Program Files\Java\jre7\bin\jpeg.dll
- 0x0000000067000000 - 0x0000000067039000 C:\Program Files\Java\jre7\bin\kcms.dll
- 0x000000000df10000 - 0x000000000df4b000 C:\Users\Toby\Desktop\jacob-1.17-M2-x64.dll
- 0x000007fed5240000 - 0x000007fed53a4000 C:\Windows\System32\Speech\Common\sapi.dll
- 0x000007feef0f0000 - 0x000007feef0fd000 C:\Windows\system32\msdmo.dll
- 0x000007fefcc80000 - 0x000007fefcd11000 C:\Windows\system32\SXS.DLL
- 0x000007fefafd0000 - 0x000007fefafe1000 C:\Windows\system32\dhcpcsvc6.DLL
- 0x000007fefaff0000 - 0x000007fefb008000 C:\Windows\system32\dhcpcsvc.DLL
- 0x000000000f4c0000 - 0x000000000f562000 C:\Program Files\Java\jre7\bin\mlib_image.dll
- 0x000007fed84f0000 - 0x000007fed8615000 C:\Windows\system32\dbghelp.dll
- VM Arguments:
- jvm_args: -Xms256M -Xmx4096M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+AggressiveOpts -XX:+CMSClassUnloadingEnabled -XX:PermSize=128m
- java_command: net.ftb.mclauncher.MinecraftLauncher C:\Users\Toby\Desktop\FTB/Unleashed/minecraft C:\Users\Toby\AppData\Roaming/ftblauncher/ModPacks\Unleashed\FTB_temp.gif MinecraftForge.zip Miraiyu 5f0cde1a8ab2441e9601472fa6559f1c FTB Unleashed v1.1.3 C:\Users\Toby\AppData\Roaming/ftblauncher/ModPacks\Unleashed\UnleashedIcon.png
- Launcher Type: SUN_STANDARD
- Environment Variables:
- CLASSPATH=.;C:\Program Files (x86)\QuickTime\QTSystem\QTJava.zip
- PATH=C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\DMIX;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static[tt];C:\Program Files\Java\jre7\bin[/tt];C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files\Java\jre7\bin
- USERNAME=Toby
- 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, aes, tsc, tscinvbit
- Memory: 4k page, physical 8363008k(285396k free), swap 16724156k(5415236k free)
- vm_info: Java HotSpot(TM) 64-Bit Server VM (24.0-b56) for windows-amd64 JRE (1.7.0_40-b43), built on Aug 26 2013 22:38:32 by "java_re" with unknown MS VC++:1600
- time: Sat Sep 28 16:45:51 2013
- elapsed time: 3820 seconds
Add Comment
Please, Sign In to add comment