Jump to content
  • 0

Question

Posted

Title: Tekkit crashing at random

Version: 3.1.1

OS: Windows 7 65 Bit

Java Version: Java 7

Description of Problem:

Tekkit will crash to desktop whenever it feels like it and leaves and error note on the desktop.

Error Messages:

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

#

# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000f1396220, pid=4188, tid=5716

#

# JRE version: 7.0_05-b06

# Java VM: Java HotSpot 64-Bit Server VM (23.1-b03 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 (0x0000000011dea800): JavaThread "Thread-16" [_thread_in_native, id=5716, stack(0x0000000014d10000,0x0000000014e10000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x0000000086739c20

Registers:

RAX=0x000000001a104e80, RBX=0x0000000086739c00, RCX=0x0000000002880000, RDX=0x0000000000000088

RSP=0x0000000014e0f3a0, RBP=0x000000000288d600, RSI=0x00000000ffffffff, RDI=0x0000000000000005

R8 =0x000000001a104e70, R9 =0x000000001a104e80, R10=0x0000000002ad237c, R11=0x000000000288d600

R12=0x0000000002886fe0, R13=0x000000003d527698, R14=0x0000000014e0f480, R15=0x0000000011dea800

RIP=0x00000000f1396220, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x0000000014e0f3a0)

0x0000000014e0f3a0: ffffffff86739c00 00000000ffffffff

0x0000000014e0f3b0: 000000073d508d60 0000000014e0f418

0x0000000014e0f3c0: 0000000000000000 0000000002ad23a8

0x0000000014e0f3d0: 000000073d527698 0000000014e0f450

0x0000000014e0f3e0: 0000000000000013 0000000000000005

0x0000000014e0f3f0: 0000000086739c00 0000000000000000

0x0000000014e0f400: 00000007432b0218 00000007d1717d28

0x0000000014e0f410: 0000000014e0f410 0000000000000000

0x0000000014e0f420: 0000000014e0f480 000000073d52a420

0x0000000014e0f430: 0000000000000000 000000073d527698

0x0000000014e0f440: 0000000000000000 0000000014e0f470

0x0000000014e0f450: 0000000014e0f4c8 0000000002ac61f8

0x0000000014e0f460: 0000000742418cb0 0000000002acf1d8

0x0000000014e0f470: 0000000086739c00 0000000000001009

0x0000000014e0f480: 000000000288d600 0000000014e0f488

0x0000000014e0f490: 000000073d5111cf 0000000014e0f4e0

Instructions: (pc=0x00000000f1396220)

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

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

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

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

Register to memory mapping:

RAX=0x000000001a104e80 is an unknown value

RBX=0x0000000086739c00 is an unknown value

RCX=0x0000000002880000 is an unknown value

RDX=0x0000000000000088 is an unknown value

RSP=0x0000000014e0f3a0 is pointing into the stack for thread: 0x0000000011dea800

RBP=0x000000000288d600 is an unknown value

RSI=0x00000000ffffffff is an unknown value

RDI=0x0000000000000005 is an unknown value

R8 =0x000000001a104e70 is an unknown value

R9 =0x000000001a104e80 is an unknown value

R10=0x0000000002ad237c is an Interpreter codelet

method entry point (kind = native) [0x0000000002ad2100, 0x0000000002ad2980] 2176 bytes

R11=0x000000000288d600 is an unknown value

R12=0x0000000002886fe0 is an unknown value

R13=0x000000003d527698 is an oop

{method}

- klass: {other class}

R14=0x0000000014e0f480 is pointing into the stack for thread: 0x0000000011dea800

R15=0x0000000011dea800 is a thread

Stack: [0x0000000014d10000,0x0000000014e10000], sp=0x0000000014e0f3a0, free space=1020k

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 )

0x0000000012c0b800 JavaThread "Client write thread" [_thread_blocked, id=5344, stack(0x0000000021a30000,0x0000000021b30000)]

0x0000000012c09800 JavaThread "Client read thread" [_thread_in_native, id=6644, stack(0x0000000020f80000,0x0000000021080000)]

0x0000000012c0b000 JavaThread "Thread-17" [_thread_in_native, id=7024, stack(0x00000000255d0000,0x00000000256d0000)]

=>0x0000000011dea800 JavaThread "Thread-16" [_thread_in_native, id=5716, stack(0x0000000014d10000,0x0000000014e10000)]

0x0000000011df0800 JavaThread "Thread-10" daemon [_thread_in_native, id=4492, stack(0x00000000265f0000,0x00000000266f0000)]

0x0000000011def800 JavaThread "Minecraft main thread" [_thread_blocked, id=5988, stack(0x0000000014e60000,0x0000000014f60000)]

0x0000000011dec000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=2000, stack(0x0000000013ac0000,0x0000000013bc0000)]

0x0000000011def000 JavaThread "SwingWorker-pool-1-thread-6" daemon [_thread_blocked, id=4928, stack(0x0000000014010000,0x0000000014110000)]

0x0000000011dee000 JavaThread "SwingWorker-pool-1-thread-5" daemon [_thread_blocked, id=6396, stack(0x0000000013ea0000,0x0000000013fa0000)]

0x0000000011ded800 JavaThread "Keep-Alive-SocketCleaner" daemon [_thread_blocked, id=5848, stack(0x0000000013c70000,0x0000000013d70000)]

0x0000000011dec800 JavaThread "Image Animator 3" daemon [_thread_blocked, id=6420, stack(0x00000000123f0000,0x00000000124f0000)]

0x0000000011deb000 JavaThread "SwingWorker-pool-1-thread-4" daemon [_thread_blocked, id=4604, stack(0x0000000012840000,0x0000000012940000)]

0x0000000011de9800 JavaThread "DestroyJavaVM" [_thread_blocked, id=2992, stack(0x0000000002750000,0x0000000002850000)]

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

0x00000000123be800 JavaThread "SwingWorker-pool-1-thread-2" daemon [_thread_blocked, id=2492, stack(0x0000000011890000,0x0000000011990000)]

0x0000000011fbc000 JavaThread "TimerQueue" daemon [_thread_blocked, id=5196, stack(0x0000000011470000,0x0000000011570000)]

0x0000000011d72800 JavaThread "SwingWorker-pool-1-thread-1" daemon [_thread_blocked, id=876, stack(0x0000000011340000,0x0000000011440000)]

0x0000000010b13800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=5604, stack(0x0000000011ae0000,0x0000000011be0000)]

0x000000001097a800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6724, stack(0x0000000010f00000,0x0000000011000000)]

0x000000001097a000 JavaThread "AWT-Shutdown" [_thread_blocked, id=5136, stack(0x0000000010da0000,0x0000000010ea0000)]

0x0000000010973000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5888, stack(0x0000000010210000,0x0000000010310000)]

0x000000000eb7b000 JavaThread "Service Thread" daemon [_thread_blocked, id=4668, stack(0x0000000010660000,0x0000000010760000)]

0x000000000eb79800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=5240, stack(0x0000000010540000,0x0000000010640000)]

0x000000000eb74000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=6740, stack(0x0000000010360000,0x0000000010460000)]

0x000000000eb73000 JavaThread "Attach Listener" daemon [_thread_blocked, id=5056, stack(0x00000000100c0000,0x00000000101c0000)]

0x000000000eb6b800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6472, stack(0x000000000fe80000,0x000000000ff80000)]

0x000000000eae6800 JavaThread "Finalizer" daemon [_thread_blocked, id=5504, stack(0x000000000fa30000,0x000000000fb30000)]

0x000000000eae0000 JavaThread "Reference Handler" daemon [_thread_blocked, id=6228, stack(0x000000000fd20000,0x000000000fe20000)]

Other Threads:

0x000000000ead8800 VMThread [stack: 0x000000000fb80000,0x000000000fc80000] [id=6928]

0x000000000eb8e000 WatcherThread [stack: 0x0000000010760000,0x0000000010860000] [id=4924]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap

PSYoungGen total 551552K, used 285823K [0x00000000c0000000, 0x00000000f2d20000, 0x0000000000000000)

eden space 451200K, 63% used [0x00000000c0000000,0x00000000d171ff68,0x00000000db8a0000)

from space 100352K, 0% used [0x00000000dcc10000,0x00000000dcc10000,0x00000000e2e10000)

to space 190720K, 0% used [0x00000000e72e0000,0x00000000e72e0000,0x00000000f2d20000)

ParOldGen total 359168K, used 192507K [0x0000000040000000, 0x0000000055ec0000, 0x00000000c0000000)

object space 359168K, 53% used [0x0000000040000000,0x000000004bbfeea8,0x0000000055ec0000)

PSPermGen total 65728K, used 45233K [0x000000003ae00000, 0x000000003ee30000, 0x0000000040000000)

object space 65728K, 68% used [0x000000003ae00000,0x000000003da2c650,0x000000003ee30000)

Code Cache [0x0000000002ac0000, 0x0000000003360000, 0x0000000005ac0000)

total_blobs=3267 nmethods=2434 adapters=782 free_code_cache=40447Kb largest_free_block=41288128

Compilation events (10 events):

Event: 671.775 Thread 0x000000000eb79800 2625 java.util.TreeMap::put (247 bytes)

Event: 671.788 Thread 0x000000000eb79800 nmethod 2625 0x0000000003272190 code [0x00000000032723a0, 0x0000000003272ff0]

Event: 674.115 Thread 0x000000000eb79800 2627 InvTweaksObfuscation::getThePlayer (8 bytes)

Event: 674.115 Thread 0x000000000eb74000 2626 InvTweaksObfuscation::getInventoryPlayer (8 bytes)

Event: 674.115 Thread 0x000000000eb79800 nmethod 2627 0x000000000333ad10 code [0x000000000333ae40, 0x000000000333aeb8]

Event: 674.115 Thread 0x000000000eb74000 nmethod 2626 0x000000000333aa90 code [0x000000000333abc0, 0x000000000333ac58]

Event: 675.939 Thread 0x000000000eb74000 118 % l::a @ 790 (1887 bytes)

Event: 675.978 Thread 0x000000000eb74000 nmethod 118% 0x00000000033455d0 code [0x0000000003345ee0, 0x0000000003348e60]

Event: 675.989 Thread 0x000000000eb79800 2628 l::a (1887 bytes)

Event: 676.077 Thread 0x000000000eb79800 nmethod 2628 0x000000000334f510 code [0x00000000033503c0, 0x0000000003355360]

GC Heap History (10 events):

Event: 540.765 GC heap before

{Heap before GC invocations=45 (full 7):

PSYoungGen total 669888K, used 669839K [0x00000000c0000000, 0x00000000f9340000, 0x0000000000000000)

eden space 537216K, 100% used [0x00000000c0000000,0x00000000e0ca0000,0x00000000e0ca0000)

from space 132672K, 99% used [0x00000000e2460000,0x00000000ea5e3d70,0x00000000ea5f0000)

to space 200000K, 0% used [0x00000000ecff0000,0x00000000ecff0000,0x00000000f9340000)

ParOldGen total 539328K, used 458264K [0x0000000040000000, 0x0000000060eb0000, 0x00000000c0000000)

object space 539328K, 84% used [0x0000000040000000,0x000000005bf863d8,0x0000000060eb0000)

PSPermGen total 66880K, used 45165K [0x000000003ae00000, 0x000000003ef50000, 0x0000000040000000)

object space 66880K, 67% used [0x000000003ae00000,0x000000003da1b7f8,0x000000003ef50000)

Event: 540.789 GC heap after

Heap after GC invocations=45 (full 7):

PSYoungGen total 689856K, used 131863K [0x00000000c0000000, 0x00000000f7ba0000, 0x0000000000000000)

eden space 514048K, 0% used [0x00000000c0000000,0x00000000c0000000,0x00000000df600000)

from space 175808K, 75% used [0x00000000ecff0000,0x00000000f50b5f08,0x00000000f7ba0000)

to space 199488K, 0% used [0x00000000df600000,0x00000000df600000,0x00000000eb8d0000)

ParOldGen total 539328K, used 458264K [0x0000000040000000, 0x0000000060eb0000, 0x00000000c0000000)

object space 539328K, 84% used [0x0000000040000000,0x000000005bf863d8,0x0000000060eb0000)

PSPermGen total 66880K, used 45165K [0x000000003ae00000, 0x000000003ef50000, 0x0000000040000000)

object space 66880K, 67% used [0x000000003ae00000,0x000000003da1b7f8,0x000000003ef50000)

}

Event: 575.914 GC heap before

{Heap before GC invocations=46 (full 7):

PSYoungGen total 689856K, used 645911K [0x00000000c0000000, 0x00000000f7ba0000, 0x0000000000000000)

eden space 514048K, 100% used [0x00000000c0000000,0x00000000df600000,0x00000000df600000)

from space 175808K, 75% used [0x00000000ecff0000,0x00000000f50b5f08,0x00000000f7ba0000)

to space 199488K, 0% used [0x00000000df600000,0x00000000df600000,0x00000000eb8d0000)

ParOldGen total 539328K, used 458264K [0x0000000040000000, 0x0000000060eb0000, 0x00000000c0000000)

object space 539328K, 84% used [0x0000000040000000,0x000000005bf863d8,0x0000000060eb0000)

PSPermGen total 66880K, used 45182K [0x000000003ae00000, 0x000000003ef50000, 0x0000000040000000)

object space 66880K, 67% used [0x000000003ae00000,0x000000003da1fb90,0x000000003ef50000)

Event: 575.938 GC heap after

Heap after GC invocations=46 (full 7):

PSYoungGen total 623296K, used 131251K [0x00000000c0000000, 0x00000000f63a0000, 0x0000000000000000)

eden space 492032K, 0% used [0x00000000c0000000,0x00000000c0000000,0x00000000de080000)

from space 131264K, 99% used [0x00000000df600000,0x00000000e762cf90,0x00000000e7630000)

to space 198208K, 0% used [0x00000000ea210000,0x00000000ea210000,0x00000000f63a0000)

ParOldGen total 539328K, used 458264K [0x0000000040000000, 0x0000000060eb0000, 0x00000000c0000000)

object space 539328K, 84% used [0x0000000040000000,0x000000005bf863d8,0x0000000060eb0000)

PSPermGen total 66880K, used 45182K [0x000000003ae00000, 0x000000003ef50000, 0x0000000040000000)

object space 66880K, 67% used [0x000000003ae00000,0x000000003da1fb90,0x000000003ef50000)

}

Event: 621.780 GC heap before

{Heap before GC invocations=47 (full 7):

PSYoungGen total 623296K, used 623283K [0x00000000c0000000, 0x00000000f63a0000, 0x0000000000000000)

eden space 492032K, 100% used [0x00000000c0000000,0x00000000de080000,0x00000000de080000)

from space 131264K, 99% used [0x00000000df600000,0x00000000e762cf90,0x00000000e7630000)

to space 198208K, 0% used [0x00000000ea210000,0x00000000ea210000,0x00000000f63a0000)

ParOldGen total 539328K, used 458264K [0x0000000040000000, 0x0000000060eb0000, 0x00000000c0000000)

object space 539328K, 84% used [0x0000000040000000,0x000000005bf863d8,0x0000000060eb0000)

PSPermGen total 66880K, used 45194K [0x000000003ae00000, 0x000000003ef50000, 0x0000000040000000)

object space 66880K, 67% used [0x000000003ae00000,0x000000003da22b30,0x000000003ef50000)

Event: 621.802 GC heap after

Heap after GC invocations=47 (full 7):

PSYoungGen total 644928K, used 131237K [0x00000000c0000000, 0x00000000f4bd0000, 0x0000000000000000)

eden space 471104K, 0% used [0x00000000c0000000,0x00000000c0000000,0x00000000dcc10000)

from space 173824K, 75% used [0x00000000ea210000,0x00000000f22397b0,0x00000000f4bd0000)

to space 196480K, 0% used [0x00000000dcc10000,0x00000000dcc10000,0x00000000e8bf0000)

ParOldGen total 539328K, used 458264K [0x0000000040000000, 0x0000000060eb0000, 0x00000000c0000000)

object space 539328K, 84% used [0x0000000040000000,0x000000005bf863d8,0x0000000060eb0000)

PSPermGen total 66880K, used 45194K [0x000000003ae00000, 0x000000003ef50000, 0x0000000040000000)

object space 66880K, 67% used [0x000000003ae00000,0x000000003da22b30,0x000000003ef50000)

}

Event: 657.089 GC heap before

{Heap before GC invocations=48 (full 7):

PSYoungGen total 644928K, used 602341K [0x00000000c0000000, 0x00000000f4bd0000, 0x0000000000000000)

eden space 471104K, 100% used [0x00000000c0000000,0x00000000dcc10000,0x00000000dcc10000)

from space 173824K, 75% used [0x00000000ea210000,0x00000000f22397b0,0x00000000f4bd0000)

to space 196480K, 0% used [0x00000000dcc10000,0x00000000dcc10000,0x00000000e8bf0000)

ParOldGen total 539328K, used 458264K [0x0000000040000000, 0x0000000060eb0000, 0x00000000c0000000)

object space 539328K, 84% used [0x0000000040000000,0x000000005bf863d8,0x0000000060eb0000)

PSPermGen total 66880K, used 45226K [0x000000003ae00000, 0x000000003ef50000, 0x0000000040000000)

object space 66880K, 67% used [0x000000003ae00000,0x000000003da2a820,0x000000003ef50000)

Event: 657.122 GC heap after

Heap after GC invocations=48 (full 7):

PSYoungGen total 551552K, used 100308K [0x00000000c0000000, 0x00000000f2d20000, 0x0000000000000000)

eden space 451200K, 0% used [0x00000000c0000000,0x00000000c0000000,0x00000000db8a0000)

from space 100352K, 99% used [0x00000000dcc10000,0x00000000e2e053d0,0x00000000e2e10000)

to space 190720K, 0% used [0x00000000e72e0000,0x00000000e72e0000,0x00000000f2d20000)

ParOldGen total 539328K, used 490853K [0x0000000040000000, 0x0000000060eb0000, 0x00000000c0000000)

object space 539328K, 91% used [0x0000000040000000,0x000000005df59508,0x0000000060eb0000)

PSPermGen total 66880K, used 45226K [0x000000003ae00000, 0x000000003ef50000, 0x0000000040000000)

object space 66880K, 67% used [0x000000003ae00000,0x000000003da2a820,0x000000003ef50000)

}

Event: 657.122 GC heap before

{Heap before GC invocations=49 (full 8):

PSYoungGen total 551552K, used 100308K [0x00000000c0000000, 0x00000000f2d20000, 0x0000000000000000)

eden space 451200K, 0% used [0x00000000c0000000,0x00000000c0000000,0x00000000db8a0000)

from space 100352K, 99% used [0x00000000dcc10000,0x00000000e2e053d0,0x00000000e2e10000)

to space 190720K, 0% used [0x00000000e72e0000,0x00000000e72e0000,0x00000000f2d20000)

ParOldGen total 539328K, used 490853K [0x0000000040000000, 0x0000000060eb0000, 0x00000000c0000000)

object space 539328K, 91% used [0x0000000040000000,0x000000005df59508,0x0000000060eb0000)

PSPermGen total 66880K, used 45226K [0x000000003ae00000, 0x000000003ef50000, 0x0000000040000000)

object space 66880K, 67% used [0x000000003ae00000,0x000000003da2a820,0x000000003ef50000)

Event: 657.216 GC heap after

Heap after GC invocations=49 (full 8):

PSYoungGen total 551552K, used 0K [0x00000000c0000000, 0x00000000f2d20000, 0x0000000000000000)

eden space 451200K, 0% used [0x00000000c0000000,0x00000000c0000000,0x00000000db8a0000)

from space 100352K, 0% used [0x00000000dcc10000,0x00000000dcc10000,0x00000000e2e10000)

to space 190720K, 0% used [0x00000000e72e0000,0x00000000e72e0000,0x00000000f2d20000)

ParOldGen total 359168K, used 192507K [0x0000000040000000, 0x0000000055ec0000, 0x00000000c0000000)

object space 359168K, 53% used [0x0000000040000000,0x000000004bbfeea8,0x0000000055ec0000)

PSPermGen total 65728K, used 45216K [0x000000003ae00000, 0x000000003ee30000, 0x0000000040000000)

object space 65728K, 68% used [0x000000003ae00000,0x000000003da283e0,0x000000003ee30000)

}

Deoptimization events (10 events):

Event: 405.129 Thread 0x0000000011def800 Uncommon trap -83 fr.pc 0x00000000032b890c

Event: 405.129 Thread 0x0000000011def800 Uncommon trap -83 fr.pc 0x00000000031dd2ec

Event: 443.964 Thread 0x0000000011dea800 Uncommon trap -12 fr.pc 0x00000000032731c0

Event: 485.631 Thread 0x0000000011def800 Uncommon trap -12 fr.pc 0x00000000032eb894

Event: 491.168 Thread 0x0000000011def800 Uncommon trap -83 fr.pc 0x0000000002f6cc88

Event: 491.169 Thread 0x0000000011def800 Uncommon trap -83 fr.pc 0x0000000002e2c414

Event: 564.851 Thread 0x0000000011def800 Uncommon trap -83 fr.pc 0x00000000032de340

Event: 584.222 Thread 0x0000000011def800 Uncommon trap -83 fr.pc 0x000000000328fc5c

Event: 671.455 Thread 0x0000000011def800 Uncommon trap -34 fr.pc 0x00000000032b8624

Event: 676.008 Thread 0x0000000011def800 Uncommon trap -34 fr.pc 0x00000000032b8624

Internal exceptions (10 events):

Event: 675.985 Thread 0x0000000011dea800 Threw 0x00000000cfdbfbb0 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 676.009 Thread 0x0000000012c0b800 Threw 0x00000000cfdc3b70 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 676.009 Thread 0x0000000011dea800 Threw 0x00000000cfdbfd78 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 676.022 Thread 0x0000000011dea800 Threw 0x00000000cfdbff40 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 676.045 Thread 0x0000000012c0b800 Threw 0x00000000cfdc3ce8 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 676.045 Thread 0x0000000011dea800 Threw 0x00000000cfdc0108 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 676.058 Thread 0x0000000011dea800 Threw 0x00000000cfdc02d0 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 676.071 Thread 0x0000000011dea800 Threw 0x00000000cfdc0498 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 676.096 Thread 0x0000000012c0b800 Threw 0x00000000cfdc3e60 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 676.096 Thread 0x0000000011dea800 Threw 0x00000000cfdc0660 at C:\jdk7u1_64p\jdk7u5\hotspot\src\share\vm\prims\jvm.cpp:2888

Events (10 events):

Event: 676.003 Executing VM operation: RevokeBias

Event: 676.003 Executing VM operation: RevokeBias done

Event: 676.003 Thread 0x0000000012c0f800 Thread exited: 0x0000000012c0f800

Event: 676.008 Thread 0x0000000011def800 DEOPT PACKING pc=0x00000000032b8624 sp=0x0000000014f5f2c0

Event: 676.008 Thread 0x0000000011def800 DEOPT UNPACKING pc=0x0000000002af9164 sp=0x0000000014f5f260 mode 2

Event: 676.096 Executing VM operation: RevokeBias

Event: 676.096 Executing VM operation: RevokeBias done

Event: 676.096 Executing VM operation: RevokeBias

Event: 676.096 Executing VM operation: RevokeBias done

Event: 676.096 Thread 0x0000000012c0e800 Thread exited: 0x0000000012c0e800

Dynamic libraries:

0x000000003f130000 - 0x000000003f163000 C:\Program Files\Java\jre7\bin\java.exe

0x0000000077ca0000 - 0x0000000077e49000 C:\Windows\SYSTEM32\ntdll.dll

0x00000000777d0000 - 0x00000000778ef000 C:\Windows\system32\kernel32.dll

0x00000000fe2b0000 - 0x00000000fe31c000 C:\Windows\system32\KERNELBASE.dll

0x00000000ffe30000 - 0x00000000fff0b000 C:\Windows\system32\ADVAPI32.dll

0x00000000fe850000 - 0x00000000fe8ef000 C:\Windows\system32\msvcrt.dll

0x00000000fe790000 - 0x00000000fe7af000 C:\Windows\SYSTEM32\sechost.dll

0x00000000fe8f0000 - 0x00000000fea1d000 C:\Windows\system32\RPCRT4.dll

0x00000000778f0000 - 0x00000000779ea000 C:\Windows\system32\USER32.dll

0x00000000ff800000 - 0x00000000ff867000 C:\Windows\system32\GDI32.dll

0x00000000fe780000 - 0x00000000fe78e000 C:\Windows\system32\LPK.dll

0x00000000ff8d0000 - 0x00000000ff999000 C:\Windows\system32\USP10.dll

0x00000000fcb10000 - 0x00000000fcd04000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll

0x00000000fe7d0000 - 0x00000000fe841000 C:\Windows\system32\SHLWAPI.dll

0x00000000fe4d0000 - 0x00000000fe4fe000 C:\Windows\system32\IMM32.DLL

0x00000000ffa80000 - 0x00000000ffb89000 C:\Windows\system32\MSCTF.dll

0x000000006df00000 - 0x000000006dfd1000 C:\Program Files\Java\jre7\bin\msvcr100.dll

0x0000000066460000 - 0x0000000066b7a000 C:\Program Files\Java\jre7\bin\server\jvm.dll

0x00000000f9470000 - 0x00000000f9479000 C:\Windows\system32\WSOCK32.dll

0x00000000fea20000 - 0x00000000fea6d000 C:\Windows\system32\WS2_32.dll

0x00000000ffc10000 - 0x00000000ffc18000 C:\Windows\system32\NSI.dll

0x00000000fb420000 - 0x00000000fb45b000 C:\Windows\system32\WINMM.dll

0x0000000077e70000 - 0x0000000077e77000 C:\Windows\system32\PSAPI.DLL

0x000000006e030000 - 0x000000006e06f000 C:\Program Files\Java\jre7\bin\splashscreen.dll

0x00000000fc790000 - 0x00000000fc7e6000 C:\Windows\system32\uxtheme.dll

0x000000006eb20000 - 0x000000006eb2f000 C:\Program Files\Java\jre7\bin\verify.dll

0x000000006e090000 - 0x000000006e0b8000 C:\Program Files\Java\jre7\bin\java.dll

0x000000006e640000 - 0x000000006e655000 C:\Program Files\Java\jre7\bin\zip.dll

0x00000000ffc20000 - 0x00000000ffe23000 C:\Windows\system32\ole32.dll

0x00000000fe030000 - 0x00000000fe03f000 C:\Windows\system32\CRYPTBASE.dll

0x000000006c200000 - 0x000000006c394000 C:\Program Files\Java\jre7\bin\awt.dll

0x00000000ff9a0000 - 0x00000000ffa77000 C:\Windows\system32\OLEAUT32.dll

0x00000000fc210000 - 0x00000000fc228000 C:\Windows\system32\DWMAPI.DLL

0x00000000fea70000 - 0x00000000ff7f8000 C:\Windows\system32\SHELL32.dll

0x000000006ebd0000 - 0x000000006ebdb000 C:\Program Files\Java\jre7\bin\management.dll

0x000000006d000000 - 0x000000006d034000 C:\Program Files\Java\jre7\bin\fontmanager.dll

0x000000006e620000 - 0x000000006e639000 C:\Program Files\Java\jre7\bin\net.dll

0x00000000fd920000 - 0x00000000fd975000 C:\Windows\system32\mswsock.dll

0x00000000fdd10000 - 0x00000000fdd17000 C:\Windows\System32\wship6.dll

0x000000006e070000 - 0x000000006e081000 C:\Program Files\Java\jre7\bin\nio.dll

0x000000006dfe0000 - 0x000000006e021000 C:\Program Files\Java\jre7\bin\t2k.dll

0x00000000fd330000 - 0x00000000fd337000 C:\Windows\System32\wshtcpip.dll

0x00000000fd7b0000 - 0x00000000fd80b000 C:\Windows\system32\DNSAPI.dll

0x00000000fad90000 - 0x00000000fadb7000 C:\Windows\system32\IPHLPAPI.DLL

0x00000000fad70000 - 0x00000000fad7b000 C:\Windows\system32\WINNSI.DLL

0x00000000f9e80000 - 0x00000000f9e88000 C:\Windows\system32\rasadhlp.dll

0x00000000fac30000 - 0x00000000fac83000 C:\Windows\System32\fwpuclnt.dll

0x00000000fd980000 - 0x00000000fd997000 C:\Windows\system32\CRYPTSP.dll

0x00000000fd690000 - 0x00000000fd6d7000 C:\Windows\system32\rsaenh.dll

0x00000000fd450000 - 0x00000000fd46e000 C:\Windows\system32\USERENV.dll

0x00000000fe100000 - 0x00000000fe10f000 C:\Windows\system32\profapi.dll

0x00000000fb290000 - 0x00000000fb2a5000 C:\Windows\system32\NLAapi.dll

0x00000000f8fc0000 - 0x00000000f8fd5000 C:\Windows\system32\napinsp.dll

0x00000000f8fa0000 - 0x00000000f8fb9000 C:\Windows\system32\pnrpnsp.dll

0x00000000f8f90000 - 0x00000000f8f9b000 C:\Windows\System32\winrnr.dll

0x000000006ce00000 - 0x000000006ce24000 C:\Program Files\Java\jre7\bin\sunec.dll

0x00000000fe6e0000 - 0x00000000fe779000 C:\Windows\system32\CLBCatQ.DLL

0x00000000fc0a0000 - 0x00000000fc1ca000 C:\Windows\system32\WindowsCodecs.dll

0x00000000fdfd0000 - 0x00000000fe027000 C:\Windows\system32\apphelp.dll

0x00000000f59f0000 - 0x00000000f5a25000 C:\Windows\system32\EhStorShell.dll

0x00000000fe500000 - 0x00000000fe6d7000 C:\Windows\system32\SETUPAPI.dll

0x00000000fe320000 - 0x00000000fe356000 C:\Windows\system32\CFGMGR32.dll

0x00000000fe250000 - 0x00000000fe26a000 C:\Windows\system32\DEVOBJ.dll

0x00000000fc990000 - 0x00000000fcabc000 C:\Windows\system32\PROPSYS.dll

0x00000000f5970000 - 0x00000000f59f0000 C:\Windows\system32\ntshrui.dll

0x00000000fdd30000 - 0x00000000fdd53000 C:\Windows\system32\srvcli.dll

0x00000000f88b0000 - 0x00000000f88bf000 C:\Windows\system32\cscapi.dll

0x00000000fb200000 - 0x00000000fb20b000 C:\Windows\system32\slc.dll

0x00000000f5960000 - 0x00000000f5968000 C:\Windows\system32\IconCodecService.dll

0x000000006c510000 - 0x000000006c53a000 C:\Program Files\Java\jre7\bin\dcpr.dll

0x000000006c4e0000 - 0x000000006c510000 C:\Program Files\Java\jre7\bin\jpeg.dll

0x000000006e5d0000 - 0x000000006e5db000 C:\Program Files\Java\jre7\bin\sunmscapi.dll

0x00000000fe360000 - 0x00000000fe4ca000 C:\Windows\system32\CRYPT32.dll

0x00000000fe1a0000 - 0x00000000fe1af000 C:\Windows\system32\MSASN1.dll

0x0000000080000000 - 0x0000000080048000 C:\Users\Dark Blood\AppData\Roaming\.techniclauncher\tekkit\bin\natives\lwjgl64.dll

0x00000000f21f0000 - 0x00000000f230d000 C:\Windows\system32\OPENGL32.dll

0x00000000f21c0000 - 0x00000000f21ed000 C:\Windows\system32\GLU32.dll

0x00000000f20c0000 - 0x00000000f21b1000 C:\Windows\system32\DDRAW.dll

0x00000000f20b0000 - 0x00000000f20b8000 C:\Windows\system32\DCIMAN32.dll

0x00000000fd0f0000 - 0x00000000fd0fc000 C:\Windows\system32\VERSION.dll

0x000000006de80000 - 0x000000006de87000 C:\Program Files\Java\jre7\bin\jawt.dll

0x0000000014f60000 - 0x0000000015fe0000 C:\Windows\system32\ig7icd64.dll

0x0000000001c80000 - 0x0000000001c96000 C:\Users\Dark Blood\AppData\Roaming\.techniclauncher\tekkit\bin\natives\jinput-dx8_64.dll

0x00000000fb4c0000 - 0x00000000fb4fc000 C:\Windows\system32\DINPUT8.dll

0x00000000fc230000 - 0x00000000fc23b000 C:\Windows\system32\HID.DLL

0x00000000fe270000 - 0x00000000fe2aa000 C:\Windows\system32\WINTRUST.dll

0x0000000002720000 - 0x0000000002734000 C:\Users\Dark Blood\AppData\Roaming\.techniclauncher\tekkit\bin\natives\jinput-raw_64.dll

0x00000000f1390000 - 0x00000000f14b2000 C:\Users\Dark Blood\AppData\Roaming\.techniclauncher\tekkit\bin\natives\OpenAL64.dll

0x00000000f5380000 - 0x00000000f5408000 C:\Windows\system32\dsound.dll

0x00000000fc420000 - 0x00000000fc44c000 C:\Windows\system32\POWRPROF.dll

0x00000000fc3d0000 - 0x00000000fc41b000 C:\Windows\System32\MMDevApi.dll

0x00000000fb3e0000 - 0x00000000fb41b000 C:\Windows\system32\wdmaud.drv

0x0000000075530000 - 0x0000000075536000 C:\Windows\system32\ksuser.dll

0x00000000fc760000 - 0x00000000fc769000 C:\Windows\system32\AVRT.dll

0x00000000fb390000 - 0x00000000fb3df000 C:\Windows\system32\AUDIOSES.DLL

0x00000000fb380000 - 0x00000000fb38a000 C:\Windows\system32\msacm32.drv

0x00000000fb170000 - 0x00000000fb188000 C:\Windows\system32\MSACM32.dll

0x00000000fb140000 - 0x00000000fb149000 C:\Windows\system32\midimap.dll

0x00000000f7280000 - 0x00000000f73a5000 C:\Windows\system32\dbghelp.dll

VM Arguments:

jvm_args: -Xmx3072m

java_command: C:/Users/Dark Blood/Desktop/technic-launcher.jar

Launcher Type: SUN_STANDARD

Environment Variables:

PATH=C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;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;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64

USERNAME=Dark Blood

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 8273060k(1179880k free), swap 16544268k(7901308k free)

vm_info: Java HotSpot 64-Bit Server VM (23.1-b03) for windows-amd64 JRE (1.7.0_05-b06), built on Jun 27 2012 00:54:58 by "java_re" with unknown MS VC++:1600

time: Tue Jul 31 23:33:51 2012

elapsed time: 676 seconds

Error Log:

 hs_err_pid4188

 

2 answers to this question

Recommended Posts

  • 0
Posted

Also I have uninstalled and re installed both Java AND Tekkit, also tried tinkering with the memory, I gave it 4gb of the 8 I have. I have also cleared the cache as well as messed with the graphics.

Computer is only a week old and running off of Intel's i5 3570 built in graphics but haven't had problems with games like SR3 or Dead Island.

  • 0
Posted

I'm still having this crashing problem but the thing is when I have the sound off I don't crash, turn it on it continues to crash randomly :/ wtf

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...