Jump to content
  • 0

Question

Posted

Title: Game crashes every 30 minutes

Version: 3.1.2

OS: Windows 7 Home Premium 64bit

Java Version: 1.7.0_11-b21

Description of Problem:

My game crashes (completely closes out) about every 30 minutes or so.

Error Messages:

None, I just get this log on my desktop.

Error Log:


#

# A fatal error has been detected by the Java Runtime Environment:

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007feeb5d6220, pid=11104, tid=7552

#

# JRE version: 7.0_11-b21

# Java VM: Java HotSpot 64-Bit Server VM (23.6-b04 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 (0x0000000013a9d800):  JavaThread "Thread-16" [_thread_in_native, id=7552, stack(0x000000001ba10000,0x000000001bb10000)]



siginfo: ExceptionCode=0xc0000005, writing address 0xffffffff80872b70



Registers:

RAX=0x000000001fb0f580, RBX=0xffffffff80872b50, RCX=0x000000001fb00000, RDX=0x0000000000000088

RSP=0x000000001bb0ed90, RBP=0x000000001fb0ebc0, RSI=0x00000000ffffffff, RDI=0x0000000000000005

R8 =0x000000001fb0f570, R9 =0x000000001fb0f580, R10=0x0000000002ba237c, R11=0x000000001fb0ebc0

R12=0x000000001fb073e0, R13=0x000000073d574968, R14=0x000000001bb0ee70, R15=0x0000000013a9d800

RIP=0x000007feeb5d6220, EFLAGS=0x0000000000010246



Top of Stack: (sp=0x000000001bb0ed90)

0x000000001bb0ed90:   ffffffff80872b50 00000000ffffffff

0x000000001bb0eda0:   000000073d556030 000000001bb0ee08

0x000000001bb0edb0:   0000000000000000 0000000002ba23a8

0x000000001bb0edc0:   000000073d574968 000000001bb0ee40

0x000000001bb0edd0:   0000000000000013 0000000000000005

0x000000001bb0ede0:   0000000080872b50 0000000000000000

0x000000001bb0edf0:   0000000744f051b8 00000007caaf55e0

0x000000001bb0ee00:   000000001bb0ee00 0000000000000000

0x000000001bb0ee10:   000000001bb0ee70 000000073d5776f0

0x000000001bb0ee20:   0000000000000000 000000073d574968

0x000000001bb0ee30:   0000000000000000 000000001bb0ee60

0x000000001bb0ee40:   000000001bb0eeb8 0000000002b961f8

0x000000001bb0ee50:   0000000742429220 0000000002b9f1d8

0x000000001bb0ee60:   0000000080872b50 0000000000001009

0x000000001bb0ee70:   000000001fb0ebc0 000000001bb0ee78

0x000000001bb0ee80:   000000073d565c3f 000000001bb0eed0 



Instructions: (pc=0x000007feeb5d6220)

0x000007feeb5d6200:   a1 00 00 83 60 08 00 48 83 60 10 00 89 18 c7 40

0x000007feeb5d6210:   04 01 00 00 00 48 89 45 68 c7 45 70 01 00 00 00

0x000007feeb5d6220:   ff 43 20 eb 0a c7 85 74 01 00 00 30 10 00 00 89

0x000007feeb5d6230:   5d 54 e9 c5 01 00 00 b9 03 a0 00 00 e9 b6 01 00 





Register to memory mapping:



RAX=0x000000001fb0f580 is an unknown value

RBX=0xffffffff80872b50 is an unknown value

RCX=0x000000001fb00000 is an unknown value

RDX=0x0000000000000088 is an unknown value

RSP=0x000000001bb0ed90 is pointing into the stack for thread: 0x0000000013a9d800

RBP=0x000000001fb0ebc0 is an unknown value

RSI=0x00000000ffffffff is an unknown value

RDI=0x0000000000000005 is an unknown value

R8 =0x000000001fb0f570 is an unknown value

R9 =0x000000001fb0f580 is an unknown value

R10=0x0000000002ba237c is an Interpreter codelet

method entry point (kind = native)  [0x0000000002ba2100, 0x0000000002ba2980]  2176 bytes

R11=0x000000001fb0ebc0 is an unknown value

R12=0x000000001fb073e0 is an unknown value

R13=0x000000073d574968 is an oop

{method} 

 - klass: {other class}

R14=0x000000001bb0ee70 is pointing into the stack for thread: 0x0000000013a9d800

R15=0x0000000013a9d800 is a thread





Stack: [0x000000001ba10000,0x000000001bb10000],  sp=0x000000001bb0ed90,  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 )

  0x0000000015037800 JavaThread "Client write thread" [_thread_blocked, id=7336, stack(0x000000001d350000,0x000000001d450000)]

  0x0000000015037000 JavaThread "Client read thread" [_thread_in_native, id=12820, stack(0x000000001ef30000,0x000000001f030000)]

  0x000000001503b800 JavaThread "File IO Thread" [_thread_blocked, id=12428, stack(0x000000001edc0000,0x000000001eec0000)]

  0x0000000013a9e000 JavaThread "Thread-17" [_thread_in_native, id=8848, stack(0x000000001c340000,0x000000001c440000)]

=>0x0000000013a9d800 JavaThread "Thread-16" [_thread_in_native, id=7552, stack(0x000000001ba10000,0x000000001bb10000)]

  0x0000000013a99000 JavaThread "Thread-10" daemon [_thread_in_native, id=8008, stack(0x000000001bd70000,0x000000001be70000)]

  0x0000000013a9a800 JavaThread "Minecraft main thread" [_thread_blocked, id=10012, stack(0x00000000181b0000,0x00000000182b0000)]

  0x0000000013a99800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=12624, stack(0x0000000017e00000,0x0000000017f00000)]

  0x0000000013a9c000 JavaThread "SwingWorker-pool-1-thread-6" daemon [_thread_blocked, id=9044, stack(0x00000000185e0000,0x00000000186e0000)]

  0x0000000013a9b000 JavaThread "SwingWorker-pool-1-thread-5" daemon [_thread_blocked, id=11144, stack(0x0000000018340000,0x0000000018440000)]

  0x0000000013a98000 JavaThread "SwingWorker-pool-1-thread-4" daemon [_thread_blocked, id=10648, stack(0x0000000017cb0000,0x0000000017db0000)]

  0x0000000013a97800 JavaThread "DestroyJavaVM" [_thread_blocked, id=11452, stack(0x0000000002780000,0x0000000002880000)]

  0x0000000013aa6000 JavaThread "SwingWorker-pool-1-thread-3" daemon [_thread_blocked, id=10072, stack(0x0000000017af0000,0x0000000017bf0000)]

  0x0000000013aa5000 JavaThread "SwingWorker-pool-1-thread-2" daemon [_thread_blocked, id=11568, stack(0x0000000017980000,0x0000000017a80000)]

  0x000000001368e000 JavaThread "TimerQueue" daemon [_thread_blocked, id=11880, stack(0x0000000015e10000,0x0000000015f10000)]

  0x0000000013984000 JavaThread "SwingWorker-pool-1-thread-1" daemon [_thread_blocked, id=7204, stack(0x0000000014bd0000,0x0000000014cd0000)]

  0x00000000022ac800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=12008, stack(0x0000000013dd0000,0x0000000013ed0000)]

  0x0000000010fd7800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=8516, stack(0x00000000133e0000,0x00000000134e0000)]

  0x0000000010e27800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=10584, stack(0x0000000011470000,0x0000000011570000)]

  0x0000000010e27000 JavaThread "AWT-Shutdown" [_thread_blocked, id=13376, stack(0x0000000011150000,0x0000000011250000)]

  0x0000000010e26000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=13088, stack(0x0000000011250000,0x0000000011350000)]

  0x000000000e907000 JavaThread "Service Thread" daemon [_thread_blocked, id=9620, stack(0x0000000010a30000,0x0000000010b30000)]

  0x000000000e906800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=12892, stack(0x00000000108d0000,0x00000000109d0000)]

  0x000000000e904800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=11308, stack(0x0000000010680000,0x0000000010780000)]

  0x000000000e902800 JavaThread "Attach Listener" daemon [_thread_blocked, id=9484, stack(0x0000000010450000,0x0000000010550000)]

  0x000000000e8fb000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8152, stack(0x00000000102b0000,0x00000000103b0000)]

  0x000000000e870800 JavaThread "Finalizer" daemon [_thread_blocked, id=11976, stack(0x00000000100a0000,0x00000000101a0000)]

  0x000000000e86f000 JavaThread "Reference Handler" daemon [_thread_blocked, id=8132, stack(0x00000000101b0000,0x00000000102b0000)]



Other Threads:

  0x000000000e868800 VMThread [stack: 0x000000000fe80000,0x000000000ff80000] [id=2356]

  0x000000000e90a800 WatcherThread [stack: 0x0000000010c10000,0x0000000010d10000] [id=13648]



VM state:not at safepoint (normal execution)



VM Mutex/Monitor currently owned by a thread: None



Heap

 PSYoungGen      total 271360K, used 210785K [0x00000007c0000000, 0x00000007d3bf0000, 0x0000000800000000)

  eden space 231680K, 75% used [0x00000007c0000000,0x00000007cab05238,0x00000007ce240000)

  from space 39680K, 89% used [0x00000007ce240000,0x00000007d0513398,0x00000007d0900000)

  to   space 42048K, 0% used [0x00000007d12e0000,0x00000007d12e0000,0x00000007d3bf0000)

 ParOldGen       total 542016K, used 394627K [0x0000000740000000, 0x0000000761150000, 0x00000007c0000000)

  object space 542016K, 72% used [0x0000000740000000,0x0000000758160c18,0x0000000761150000)

 PSPermGen       total 56384K, used 46730K [0x000000073ae00000, 0x000000073e510000, 0x0000000740000000)

  object space 56384K, 82% used [0x000000073ae00000,0x000000073dba2920,0x000000073e510000)



Card table byte_map: [0x0000000005b90000,0x00000000061c0000] byte_map_base: 0x00000000021b9000



Polling page: 0x0000000000130000



Code Cache  [0x0000000002b90000, 0x0000000003800000, 0x0000000005b90000)

 total_blobs=4360 nmethods=3500 adapters=809 free_code_cache=36653Kb largest_free_block=37307456



Compilation events (10 events):

Event: 1813.251 Thread 0x000000000e906800 3871             adz::c (34 bytes)

Event: 1813.252 Thread 0x000000000e906800 nmethod 3871 0x0000000003118d90 code [0x0000000003118ec0, 0x0000000003118f58]

Event: 1819.086 Thread 0x000000000e904800 3872             java.util.Collections$SynchronizedCollection::iterator (10 bytes)

Event: 1819.088 Thread 0x000000000e904800 nmethod 3872 0x00000000037c2610 code [0x00000000037c2780, 0x00000000037c29f8]

Event: 1836.862 Thread 0x000000000e906800 3873             wu::a (80 bytes)

Event: 1836.863 Thread 0x000000000e906800 nmethod 3873 0x00000000037c2390 code [0x00000000037c24c0, 0x00000000037c2578]

Event: 1837.562 Thread 0x000000000e904800 3874             adl::a (45 bytes)

Event: 1837.564 Thread 0x000000000e904800 nmethod 3874 0x0000000002fcb090 code [0x0000000002fcb200, 0x0000000002fcb3d8]

Event: 1849.208 Thread 0x000000000e906800 3875             l::b (1721 bytes)

Event: 1849.344 Thread 0x000000000e906800 nmethod 3875 0x00000000037ec590 code [0x00000000037ed120, 0x00000000037f3ca8]



GC Heap History (10 events):

Event: 1862.918 GC heap before

{Heap before GC invocations=336 (full 15):

 PSYoungGen      total 252032K, used 248816K [0x00000007c0000000, 0x00000007d15c0000, 0x0000000800000000)

  eden space 222464K, 99% used [0x00000007c0000000,0x00000007cd92a8c0,0x00000007cd940000)

  from space 29568K, 89% used [0x00000007cf720000,0x00000007d10f19e0,0x00000007d1400000)

  to   space 30592K, 0% used [0x00000007cd940000,0x00000007cd940000,0x00000007cf720000)

 ParOldGen       total 542016K, used 388911K [0x0000000740000000, 0x0000000761150000, 0x00000007c0000000)

  object space 542016K, 71% used [0x0000000740000000,0x0000000757bcbd38,0x0000000761150000)

 PSPermGen       total 56384K, used 46727K [0x000000073ae00000, 0x000000073e510000, 0x0000000740000000)

  object space 56384K, 82% used [0x000000073ae00000,0x000000073dba1d08,0x000000073e510000)

Event: 1862.925 GC heap after

Heap after GC invocations=336 (full 15):

 PSYoungGen      total 253056K, used 28822K [0x00000007c0000000, 0x00000007d1f30000, 0x0000000800000000)

  eden space 222464K, 0% used [0x00000007c0000000,0x00000007c0000000,0x00000007cd940000)

  from space 30592K, 94% used [0x00000007cd940000,0x00000007cf565998,0x00000007cf720000)

  to   space 32320K, 0% used [0x00000007cffa0000,0x00000007cffa0000,0x00000007d1f30000)

 ParOldGen       total 542016K, used 389345K [0x0000000740000000, 0x0000000761150000, 0x00000007c0000000)

  object space 542016K, 71% used [0x0000000740000000,0x0000000757c38788,0x0000000761150000)

 PSPermGen       total 56384K, used 46727K [0x000000073ae00000, 0x000000073e510000, 0x0000000740000000)

  object space 56384K, 82% used [0x000000073ae00000,0x000000073dba1d08,0x000000073e510000)

}

Event: 1866.317 GC heap before

{Heap before GC invocations=337 (full 15):

 PSYoungGen      total 253056K, used 251286K [0x00000007c0000000, 0x00000007d1f30000, 0x0000000800000000)

  eden space 222464K, 100% used [0x00000007c0000000,0x00000007cd940000,0x00000007cd940000)

  from space 30592K, 94% used [0x00000007cd940000,0x00000007cf565998,0x00000007cf720000)

  to   space 32320K, 0% used [0x00000007cffa0000,0x00000007cffa0000,0x00000007d1f30000)

 ParOldGen       total 542016K, used 389345K [0x0000000740000000, 0x0000000761150000, 0x00000007c0000000)

  object space 542016K, 71% used [0x0000000740000000,0x0000000757c38788,0x0000000761150000)

 PSPermGen       total 56384K, used 46727K [0x000000073ae00000, 0x000000073e510000, 0x0000000740000000)

  object space 56384K, 82% used [0x000000073ae00000,0x000000073dba1d08,0x000000073e510000)

Event: 1866.326 GC heap after

Heap after GC invocations=337 (full 15):

 PSYoungGen      total 259264K, used 31950K [0x00000007c0000000, 0x00000007d2430000, 0x0000000800000000)

  eden space 226944K, 0% used [0x00000007c0000000,0x00000007c0000000,0x00000007cdda0000)

  from space 32320K, 98% used [0x00000007cffa0000,0x00000007d1ed3998,0x00000007d1f30000)

  to   space 34816K, 0% used [0x00000007cdda0000,0x00000007cdda0000,0x00000007cffa0000)

 ParOldGen       total 542016K, used 390515K [0x0000000740000000, 0x0000000761150000, 0x00000007c0000000)

  object space 542016K, 72% used [0x0000000740000000,0x0000000757d5cc08,0x0000000761150000)

 PSPermGen       total 56384K, used 46727K [0x000000073ae00000, 0x000000073e510000, 0x0000000740000000)

  object space 56384K, 82% used [0x000000073ae00000,0x000000073dba1d08,0x000000073e510000)

}

Event: 1869.406 GC heap before

{Heap before GC invocations=338 (full 15):

 PSYoungGen      total 259264K, used 258894K [0x00000007c0000000, 0x00000007d2430000, 0x0000000800000000)

  eden space 226944K, 100% used [0x00000007c0000000,0x00000007cdda0000,0x00000007cdda0000)

  from space 32320K, 98% used [0x00000007cffa0000,0x00000007d1ed3998,0x00000007d1f30000)

  to   space 34816K, 0% used [0x00000007cdda0000,0x00000007cdda0000,0x00000007cffa0000)

 ParOldGen       total 542016K, used 390515K [0x0000000740000000, 0x0000000761150000, 0x00000007c0000000)

  object space 542016K, 72% used [0x0000000740000000,0x0000000757d5cc08,0x0000000761150000)

 PSPermGen       total 56384K, used 46727K [0x000000073ae00000, 0x000000073e510000, 0x0000000740000000)

  object space 56384K, 82% used [0x000000073ae00000,0x000000073dba1d08,0x000000073e510000)

Event: 1869.415 GC heap after

Heap after GC invocations=338 (full 15):

 PSYoungGen      total 261760K, used 32664K [0x00000007c0000000, 0x00000007d2d30000, 0x0000000800000000)

  eden space 226944K, 0% used [0x00000007c0000000,0x00000007c0000000,0x00000007cdda0000)

  from space 34816K, 93% used [0x00000007cdda0000,0x00000007cfd86020,0x00000007cffa0000)

  to   space 37056K, 0% used [0x00000007d0900000,0x00000007d0900000,0x00000007d2d30000)

 ParOldGen       total 542016K, used 391996K [0x0000000740000000, 0x0000000761150000, 0x00000007c0000000)

  object space 542016K, 72% used [0x0000000740000000,0x0000000757ecf1e8,0x0000000761150000)

 PSPermGen       total 56384K, used 46727K [0x000000073ae00000, 0x000000073e510000, 0x0000000740000000)

  object space 56384K, 82% used [0x000000073ae00000,0x000000073dba1d08,0x000000073e510000)

}

Event: 1872.384 GC heap before

{Heap before GC invocations=339 (full 15):

 PSYoungGen      total 261760K, used 259483K [0x00000007c0000000, 0x00000007d2d30000, 0x0000000800000000)

  eden space 226944K, 99% used [0x00000007c0000000,0x00000007cdd80db0,0x00000007cdda0000)

  from space 34816K, 93% used [0x00000007cdda0000,0x00000007cfd86020,0x00000007cffa0000)

  to   space 37056K, 0% used [0x00000007d0900000,0x00000007d0900000,0x00000007d2d30000)

 ParOldGen       total 542016K, used 391996K [0x0000000740000000, 0x0000000761150000, 0x00000007c0000000)

  object space 542016K, 72% used [0x0000000740000000,0x0000000757ecf1e8,0x0000000761150000)

 PSPermGen       total 56384K, used 46730K [0x000000073ae00000, 0x000000073e510000, 0x0000000740000000)

  object space 56384K, 82% used [0x000000073ae00000,0x000000073dba2920,0x000000073e510000)

Event: 1872.396 GC heap after

Heap after GC invocations=339 (full 15):

 PSYoungGen      total 268736K, used 34852K [0x00000007c0000000, 0x00000007d3300000, 0x0000000800000000)

  eden space 231680K, 0% used [0x00000007c0000000,0x00000007c0000000,0x00000007ce240000)

  from space 37056K, 94% used [0x00000007d0900000,0x00000007d2b09140,0x00000007d2d30000)

  to   space 39680K, 0% used [0x00000007ce240000,0x00000007ce240000,0x00000007d0900000)

 ParOldGen       total 542016K, used 393301K [0x0000000740000000, 0x0000000761150000, 0x00000007c0000000)

  object space 542016K, 72% used [0x0000000740000000,0x00000007580156e8,0x0000000761150000)

 PSPermGen       total 56384K, used 46730K [0x000000073ae00000, 0x000000073e510000, 0x0000000740000000)

  object space 56384K, 82% used [0x000000073ae00000,0x000000073dba2920,0x000000073e510000)

}

Event: 1877.129 GC heap before

{Heap before GC invocations=340 (full 15):

 PSYoungGen      total 268736K, used 266491K [0x00000007c0000000, 0x00000007d3300000, 0x0000000800000000)

  eden space 231680K, 99% used [0x00000007c0000000,0x00000007ce235ac8,0x00000007ce240000)

  from space 37056K, 94% used [0x00000007d0900000,0x00000007d2b09140,0x00000007d2d30000)

  to   space 39680K, 0% used [0x00000007ce240000,0x00000007ce240000,0x00000007d0900000)

 ParOldGen       total 542016K, used 393301K [0x0000000740000000, 0x0000000761150000, 0x00000007c0000000)

  object space 542016K, 72% used [0x0000000740000000,0x00000007580156e8,0x0000000761150000)

 PSPermGen       total 56384K, used 46730K [0x000000073ae00000, 0x000000073e510000, 0x0000000740000000)

  object space 56384K, 82% used [0x000000073ae00000,0x000000073dba2920,0x000000073e510000)

Event: 1877.139 GC heap after

Heap after GC invocations=340 (full 15):

 PSYoungGen      total 271360K, used 35660K [0x00000007c0000000, 0x00000007d3bf0000, 0x0000000800000000)

  eden space 231680K, 0% used [0x00000007c0000000,0x00000007c0000000,0x00000007ce240000)

  from space 39680K, 89% used [0x00000007ce240000,0x00000007d0513398,0x00000007d0900000)

  to   space 42048K, 0% used [0x00000007d12e0000,0x00000007d12e0000,0x00000007d3bf0000)

 ParOldGen       total 542016K, used 394627K [0x0000000740000000, 0x0000000761150000, 0x00000007c0000000)

  object space 542016K, 72% used [0x0000000740000000,0x0000000758160c18,0x0000000761150000)

 PSPermGen       total 56384K, used 46730K [0x000000073ae00000, 0x000000073e510000, 0x0000000740000000)

  object space 56384K, 82% used [0x000000073ae00000,0x000000073dba2920,0x000000073e510000)

}



Deoptimization events (10 events):

Event: 1689.217 Thread 0x0000000013a9a800 Uncommon trap -34 fr.pc 0x0000000002f052a0

Event: 1689.224 Thread 0x0000000013a9a800 Uncommon trap -34 fr.pc 0x0000000002f052a0

Event: 1689.230 Thread 0x0000000013a9a800 Uncommon trap -34 fr.pc 0x0000000002f052a0

Event: 1704.809 Thread 0x0000000013a9a800 Uncommon trap -34 fr.pc 0x00000000037097a0

Event: 1707.760 Thread 0x0000000013a9a800 Uncommon trap -34 fr.pc 0x00000000037097a0

Event: 1707.818 Thread 0x0000000013a9a800 Uncommon trap -83 fr.pc 0x00000000031c2858

Event: 1709.512 Thread 0x0000000013a9a800 Uncommon trap -34 fr.pc 0x00000000037097a0

Event: 1710.162 Thread 0x0000000013a9a800 Uncommon trap -34 fr.pc 0x00000000037097a0

Event: 1731.063 Thread 0x0000000013a9a800 Uncommon trap -83 fr.pc 0x0000000003529fbc

Event: 1770.110 Thread 0x0000000013a9a800 Uncommon trap 488 fr.pc 0x00000000037a3f10



Internal exceptions (10 events):

Event: 1878.444 Thread 0x0000000013a9d800 Threw 0x00000007c9a41690 at C:jdk7u1_64pjdk7u11hotspotsrcsharevmprimsjvm.cpp:2888

Event: 1878.458 Thread 0x0000000015037800 Threw 0x00000007c9e56990 at C:jdk7u1_64pjdk7u11hotspotsrcsharevmprimsjvm.cpp:2888

Event: 1878.458 Thread 0x0000000013a9d800 Threw 0x00000007c9a41850 at C:jdk7u1_64pjdk7u11hotspotsrcsharevmprimsjvm.cpp:2888

Event: 1878.468 Thread 0x0000000013a9d800 Threw 0x00000007c9e572c0 at C:jdk7u1_64pjdk7u11hotspotsrcsharevmprimsjvm.cpp:2888

Event: 1878.479 Thread 0x0000000013a9d800 Threw 0x00000007c9e57480 at C:jdk7u1_64pjdk7u11hotspotsrcsharevmprimsjvm.cpp:2888

Event: 1878.488 Thread 0x0000000013a9d800 Threw 0x00000007c9e57640 at C:jdk7u1_64pjdk7u11hotspotsrcsharevmprimsjvm.cpp:2888

Event: 1878.498 Thread 0x0000000013a9d800 Threw 0x00000007c9e57800 at C:jdk7u1_64pjdk7u11hotspotsrcsharevmprimsjvm.cpp:2888

Event: 1878.499 Thread 0x0000000013a9d800 Threw 0x00000007c9e579c0 at C:jdk7u1_64pjdk7u11hotspotsrcsharevmprimsjvm.cpp:2846

Event: 1878.510 Thread 0x0000000013a9d800 Threw 0x00000007c9e57b30 at C:jdk7u1_64pjdk7u11hotspotsrcsharevmprimsjvm.cpp:2888

Event: 1878.511 Thread 0x0000000015037800 Threw 0x00000007c9e56b00 at C:jdk7u1_64pjdk7u11hotspotsrcsharevmprimsjvm.cpp:2888



Events (10 events):

Event: 1877.129 Executing VM operation: ParallelGCFailedAllocation

Event: 1877.139 Executing VM operation: ParallelGCFailedAllocation done

Event: 1877.704 Thread 0x000000001503c800 Thread added: 0x000000001503c800

Event: 1877.706 Executing VM operation: RevokeBias

Event: 1877.706 Executing VM operation: RevokeBias done

Event: 1877.706 Thread 0x000000001503c800 Thread exited: 0x000000001503c800

Event: 1878.259 loading class 0x00000000156a9030

Event: 1878.259 loading class 0x00000000156a9030 done

Event: 1878.260 loading class 0x000000001ddfbc20

Event: 1878.260 loading class 0x000000001ddfbc20 done





Dynamic libraries:

0x000000013fbd0000 - 0x000000013fc03000 	C:Program FilesJavajre7binjava.exe

0x00000000771c0000 - 0x0000000077369000 	C:WindowsSYSTEM32ntdll.dll

0x0000000076e90000 - 0x0000000076faf000 	C:Windowssystem32kernel32.dll

0x000007fefcca0000 - 0x000007fefcd0b000 	C:Windowssystem32KERNELBASE.dll

0x000007fefdef0000 - 0x000007fefdfcb000 	C:Windowssystem32ADVAPI32.dll

0x000007fefce40000 - 0x000007fefcedf000 	C:Windowssystem32msvcrt.dll

0x000007fefe850000 - 0x000007fefe86f000 	C:WindowsSYSTEM32sechost.dll

0x000007fefe410000 - 0x000007fefe53d000 	C:Windowssystem32RPCRT4.dll

0x0000000076ae0000 - 0x0000000076bda000 	C:Windowssystem32USER32.dll

0x000007fefdfd0000 - 0x000007fefe037000 	C:Windowssystem32GDI32.dll

0x000007fefe040000 - 0x000007fefe04e000 	C:Windowssystem32LPK.dll

0x000007fefdcf0000 - 0x000007fefddb9000 	C:Windowssystem32USP10.dll

0x000007fefb430000 - 0x000007fefb624000 	C:WindowsWinSxSamd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9acCOMCTL32.dll

0x000007fefcee0000 - 0x000007fefcf51000 	C:Windowssystem32SHLWAPI.dll

0x000007fefe5e0000 - 0x000007fefe60e000 	C:Windowssystem32IMM32.DLL

0x000007fefdde0000 - 0x000007fefdee9000 	C:Windowssystem32MSCTF.dll

0x000007fefc980000 - 0x000007fefc9c0000 	C:Windowssystem32nvinitx.dll

0x000000005e230000 - 0x000000005e301000 	C:Program FilesJavajre7binmsvcr100.dll

0x0000000057f90000 - 0x00000000586af000 	C:Program FilesJavajre7binserverjvm.dll

0x000007fef4a80000 - 0x000007fef4a89000 	C:Windowssystem32WSOCK32.dll

0x000007fefe340000 - 0x000007fefe38d000 	C:Windowssystem32WS2_32.dll

0x000007fefce30000 - 0x000007fefce38000 	C:Windowssystem32NSI.dll

0x000007fefa0c0000 - 0x000007fefa0fb000 	C:Windowssystem32WINMM.dll

0x0000000077380000 - 0x0000000077387000 	C:Windowssystem32PSAPI.DLL

0x000000006b0a0000 - 0x000000006b0df000 	C:Program FilesJavajre7binsplashscreen.dll

0x000007fefb0c0000 - 0x000007fefb116000 	C:Windowssystem32uxtheme.dll

0x000000006f520000 - 0x000000006f52f000 	C:Program FilesJavajre7binverify.dll

0x000000006b070000 - 0x000000006b098000 	C:Program FilesJavajre7binjava.dll

0x000000006f620000 - 0x000000006f654000 	E:Frapsfraps64.dll

0x000000006ec40000 - 0x000000006ec55000 	C:Program FilesJavajre7binzip.dll

0x000007fefe050000 - 0x000007fefe253000 	C:Windowssystem32ole32.dll

0x000007fefc870000 - 0x000007fefc87f000 	C:Windowssystem32CRYPTBASE.dll

0x000007fefcd90000 - 0x000007fefce29000 	C:Windowssystem32CLBCatQ.DLL

0x000007fefe260000 - 0x000007fefe337000 	C:Windowssystem32OLEAUT32.dll

0x00000000574f0000 - 0x0000000057683000 	C:Program FilesJavajre7binawt.dll

0x000007feface0000 - 0x000007fefacf8000 	C:Windowssystem32DWMAPI.DLL

0x000007fee7bf0000 - 0x000007fee7def000 	C:Windowssystem32d3d9.dll

0x000007fefbac0000 - 0x000007fefbacc000 	C:Windowssystem32VERSION.dll

0x000007fefb150000 - 0x000007fefb157000 	C:Windowssystem32d3d8thk.dll

0x000007fee9d40000 - 0x000007feeae77000 	C:Windowssystem32nvd3dumx.dll

0x000007fefb350000 - 0x000007fefb37c000 	C:Windowssystem32powrprof.dll

0x000007fefe670000 - 0x000007fefe847000 	C:Windowssystem32SETUPAPI.dll

0x000007fefcd10000 - 0x000007fefcd46000 	C:Windowssystem32CFGMGR32.dll

0x000007fefcc80000 - 0x000007fefcc9a000 	C:Windowssystem32DEVOBJ.dll

0x0000000180000000 - 0x0000000180139000 	C:Program Files (x86)NVIDIA Corporation3D VisionnvSCPAPI64.dll

0x000007fefcf60000 - 0x000007fefdce8000 	C:Windowssystem32SHELL32.dll

0x000000006b050000 - 0x000000006b05b000 	C:Program FilesJavajre7binmanagement.dll

0x000000005f240000 - 0x000000005f274000 	C:Program FilesJavajre7binfontmanager.dll

0x000000006aeb0000 - 0x000000006aec9000 	C:Program FilesJavajre7binnet.dll

0x000007fefc1b0000 - 0x000007fefc205000 	C:Windowssystem32mswsock.dll

0x000007fefc1a0000 - 0x000007fefc1a7000 	C:WindowsSystem32wship6.dll

0x000000005f220000 - 0x000000005f231000 	C:Program FilesJavajre7binnio.dll

0x000000005f1d0000 - 0x000000005f211000 	C:Program FilesJavajre7bint2k.dll

0x000007fefbb90000 - 0x000007fefbb97000 	C:WindowsSystem32wshtcpip.dll

0x000007fefc030000 - 0x000007fefc08b000 	C:Windowssystem32DNSAPI.dll

0x0000000073ab0000 - 0x0000000073ad6000 	C:Program FilesBonjourmdnsNSP.dll

0x000007fefa510000 - 0x000007fefa537000 	C:Windowssystem32Iphlpapi.DLL

0x000007fefa500000 - 0x000007fefa50b000 	C:Windowssystem32WINNSI.DLL

0x0000000073a80000 - 0x0000000073aae000 	C:Program FilesCommon FilesMicrosoft SharedWindows LiveWLIDNSP.DLL

0x000007fef9220000 - 0x000007fef9228000 	C:Windowssystem32rasadhlp.dll

0x000007fef9b50000 - 0x000007fef9ba3000 	C:WindowsSystem32fwpuclnt.dll

0x000007fefc210000 - 0x000007fefc227000 	C:Windowssystem32CRYPTSP.dll

0x000007fefbf10000 - 0x000007fefbf57000 	C:Windowssystem32rsaenh.dll

0x000007fefbcc0000 - 0x000007fefbcde000 	C:Windowssystem32USERENV.dll

0x000007fefc9c0000 - 0x000007fefc9cf000 	C:Windowssystem32profapi.dll

0x000007fefa620000 - 0x000007fefa635000 	C:Windowssystem32NLAapi.dll

0x000007fefaad0000 - 0x000007fefaae5000 	C:Windowssystem32napinsp.dll

0x000007fefaab0000 - 0x000007fefaac9000 	C:Windowssystem32pnrpnsp.dll

0x000007fefaaa0000 - 0x000007fefaaab000 	C:WindowsSystem32winrnr.dll

0x000000005ee50000 - 0x000000005ee74000 	C:Program FilesJavajre7binsunec.dll

0x000007fefab70000 - 0x000007fefac9a000 	C:Windowssystem32WindowsCodecs.dll

0x000007fefc810000 - 0x000007fefc867000 	C:Windowssystem32apphelp.dll

0x000007fef8820000 - 0x000007fef882f000 	C:Windowssystem32AcSignIcon.dll

0x0000000071d70000 - 0x00000000722d3000 	C:Windowssystem32mfc100u.dll

0x000007fefa0b0000 - 0x000007fefa0b7000 	C:Windowssystem32MSIMG32.dll

0x0000000073680000 - 0x000000007368d000 	C:Windowssystem32MFC100ENU.DLL

0x000007fef8680000 - 0x000007fef86b5000 	C:Windowssystem32EhStorShell.dll

0x000007fefb1b0000 - 0x000007fefb2dc000 	C:Windowssystem32PROPSYS.dll

0x000007fef8010000 - 0x000007fef867f000 	C:PROGRA~1MICROS~2Office14GROOVEEX.DLL

0x0000000071a40000 - 0x0000000071ae3000 	C:WindowsWinSxSamd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251MSVCR90.dll

0x0000000071960000 - 0x0000000071a33000 	C:WindowsWinSxSamd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251MSVCP90.dll

0x0000000071910000 - 0x000000007193f000 	C:WindowsWinSxSamd64_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.30729.6161_none_0a1fd3a3a768b895ATL90.DLL

0x000007fef6710000 - 0x000007fef6b2a000 	C:PROGRA~1COMMON~1MICROS~1OFFICE14Culturesoffice.odf

0x000007fef5ea0000 - 0x000007fef6705000 	C:PROGRA~1MICROS~2Office141033GrooveIntlResource.dll

0x000007fef7f30000 - 0x000007fef7fb0000 	C:Windowssystem32ntshrui.dll

0x000007fefc420000 - 0x000007fefc443000 	C:Windowssystem32srvcli.dll

0x000007fef86c0000 - 0x000007fef86cf000 	C:Windowssystem32cscapi.dll

0x000007fefa5f0000 - 0x000007fefa5fb000 	C:Windowssystem32slc.dll

0x000000005ee20000 - 0x000000005ee4a000 	C:Program FilesJavajre7bindcpr.dll

0x000000006b060000 - 0x000000006b06b000 	C:Program FilesJavajre7binsunmscapi.dll

0x000007fefca70000 - 0x000007fefcbda000 	C:Windowssystem32CRYPT32.dll

0x000007fefca60000 - 0x000007fefca6f000 	C:Windowssystem32MSASN1.dll

0x0000000002630000 - 0x0000000002678000 	C:UsersNicAppDataRoaming.techniclaunchertekkitbinnativeslwjgl64.dll

0x000007fef2470000 - 0x000007fef258d000 	C:Windowssystem32OPENGL32.dll

0x000007fef2420000 - 0x000007fef244d000 	C:Windowssystem32GLU32.dll

0x000007fef2320000 - 0x000007fef2411000 	C:Windowssystem32DDRAW.dll

0x000007fef2220000 - 0x000007fef2228000 	C:Windowssystem32DCIMAN32.dll

0x000000006b040000 - 0x000000006b047000 	C:Program FilesJavajre7binjawt.dll

0x000000006c530000 - 0x000000006df16000 	C:Windowssystem32nvoglv64.DLL

0x000007fefcd50000 - 0x000007fefcd89000 	C:Windowssystem32WINTRUST.dll

0x000007fefb180000 - 0x000007fefb1ad000 	C:Windowssystem32ntmarta.dll

0x000007fefe610000 - 0x000007fefe662000 	C:Windowssystem32WLDAP32.dll

0x0000000006810000 - 0x0000000006826000 	C:UsersNicAppDataRoaming.techniclaunchertekkitbinnativesjinput-dx8_64.dll

0x000007fef4780000 - 0x000007fef47bc000 	C:Windowssystem32DINPUT8.dll

0x000007fefad00000 - 0x000007fefad0b000 	C:Windowssystem32HID.DLL

0x0000000010080000 - 0x0000000010094000 	C:UsersNicAppDataRoaming.techniclaunchertekkitbinnativesjinput-raw_64.dll

0x000007feeb5d0000 - 0x000007feeb6f2000 	C:UsersNicAppDataRoaming.techniclaunchertekkitbinnativesOpenAL64.dll

0x000007fef4bf0000 - 0x000007fef4c78000 	C:Windowssystem32dsound.dll

0x000007fefb300000 - 0x000007fefb34b000 	C:WindowsSystem32MMDevApi.dll

0x000007fef37a0000 - 0x000007fef37db000 	C:Windowssystem32wdmaud.drv

0x000000006e980000 - 0x000000006e986000 	C:Windowssystem32ksuser.dll

0x000007fefb170000 - 0x000007fefb179000 	C:Windowssystem32AVRT.dll

0x000007fef4a30000 - 0x000007fef4a7f000 	C:Windowssystem32AUDIOSES.DLL

0x000007fef27b0000 - 0x000007fef27ba000 	C:Windowssystem32msacm32.drv

0x000007fef2780000 - 0x000007fef2798000 	C:Windowssystem32MSACM32.dll

0x000007fef2740000 - 0x000007fef2749000 	C:Windowssystem32midimap.dll

0x000007feed460000 - 0x000007feed585000 	C:Windowssystem32dbghelp.dll



VM Arguments:

jvm_args: -Xmx3072m 

java_command: C:/Users/Nic/AppData/Roaming/technic-launcher.jar

Launcher Type: SUN_STANDARD



Environment Variables:

CLASSPATH=.;C:Program Files (x86)Javajre7libextQTJava.zip

PATH=C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Program FilesCommon FilesMicrosoft SharedWindows Live;C:Program Files (x86)InteliCLS Client;C:Program FilesInteliCLS Client;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)IntelOpenCL SDK1.5binx86;C:Program Files (x86)IntelOpenCL SDK1.5binx64;C:Program FilesIntelIntel® Management Engine ComponentsDAL;C:Program FilesIntelIntel® Management Engine ComponentsIPT;C:Program Files (x86)IntelIntel® Management Engine ComponentsDAL;C:Program Files (x86)IntelIntel® Management Engine ComponentsIPT;C:Program Files (x86)Microsoft SQL Server100ToolsBinn;C:Program FilesMicrosoft SQL Server100ToolsBinn;C:Program FilesMicrosoft SQL Server100DTSBinn;C:Program Files (x86)QuickTimeQTSystem;C:Program FilesCommon FilesMicrosoft SharedWindows Live

USERNAME=Nic

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 (4 cores per cpu, 1 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, tsc, tscinvbit, tscinv



Memory: 4k page, physical 16729056k(10769772k free), swap 33456260k(22407800k free)



vm_info: Java HotSpot 64-Bit Server VM (23.6-b04) for windows-amd64 JRE (1.7.0_11-b21), built on Jan 12 2013 02:38:42 by "java_re" with unknown MS VC++:1600



time: Sun Feb 03 20:53:05 2013

elapsed time: 1878 seconds

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...