Jump to content
  • 0

Tekkit keeps crashing on my own server


Question

Posted

Title: Tekkit keeps crashing on my own server

Version: 3.0.3/3.0.4

OS: Windows 7 64 bit

Java Version: Java 1.7u4

Description of Problem:

I play on my own server with one friend and it lags loads when i'm on the inventory screen and quite a lot when im building after a bit of lagging it crashes and comes up with an error message on my desktop (see below) in a notepad doc

Error Messages:

Error Log:


#

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

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000edb76220, pid=3084, tid=6652

#

# JRE version: 7.0_04-b22

# Java VM: Java HotSpot 64-Bit Server VM (23.0-b21 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 (0x0000000010ea3000):  JavaThread "Thread-21" [_thread_in_native, id=6652, stack(0x000000001b7a0000,0x000000001b8a0000)]



siginfo: ExceptionCode=0xc0000005, writing address 0x000000008698adf0



Registers:

RAX=0x000000001bbf4ff0, RBX=0x000000008698add0, RCX=0x000000001bbf0000, RDX=0x0000000000000088

RSP=0x000000001b89f0d0, RBP=0x000000001bbfb9d0, RSI=0x00000000ffffffff, RDI=0x0000000000000005

R8 =0x000000001bbf4fe0, R9 =0x000000001bbf4ff0, R10=0x00000000027e237c, R11=0x000000001bbfb9d0

R12=0x000000001bbf6fe0, R13=0x000000007ca97a90, R14=0x000000001b89f1b0, R15=0x0000000010ea3000

RIP=0x00000000edb76220, EFLAGS=0x0000000000010246



Top of Stack: (sp=0x000000001b89f0d0)

0x000000001b89f0d0:   ffffffff8698add0 00000000ffffffff

0x000000001b89f0e0:   000000077d3f4158 000000001b89f148

0x000000001b89f0f0:   0000000000000000 00000000027e23a8

0x000000001b89f100:   000000077ca97a90 000000001b89f180

0x000000001b89f110:   0000000000000013 0000000000000005

0x000000001b89f120:   000000008698add0 0000000000000000

0x000000001b89f130:   00000007843183c8 00000007e31eb8b0

0x000000001b89f140:   000000001b89f140 0000000000000000

0x000000001b89f150:   000000001b89f1b0 000000077ca9a818

0x000000001b89f160:   0000000000000000 000000077ca97a90

0x000000001b89f170:   0000000000000000 000000001b89f1a0

0x000000001b89f180:   000000001b89f1f8 00000000027d61f8

0x000000001b89f190:   0000000781db8078 00000000027df1d8

0x000000001b89f1a0:   000000008698add0 0000000000001009

0x000000001b89f1b0:   000000001bbfb9d0 000000001b89f1b8

0x000000001b89f1c0:   000000077d3fc5c7 000000001b89f210 



Instructions: (pc=0x00000000edb76220)

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

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

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

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





Register to memory mapping:



RAX=0x000000001bbf4ff0 is an unknown value

RBX=0x000000008698add0 is an unknown value

RCX=0x000000001bbf0000 is an unknown value

RDX=0x0000000000000088 is an unknown value

RSP=0x000000001b89f0d0 is pointing into the stack for thread: 0x0000000010ea3000

RBP=0x000000001bbfb9d0 is an unknown value

RSI=0x00000000ffffffff is an unknown value

RDI=0x0000000000000005 is an unknown value

R8 =0x000000001bbf4fe0 is an unknown value

R9 =0x000000001bbf4ff0 is an unknown value

R10=0x00000000027e237c is an Interpreter codelet

method entry point (kind = native)  [0x00000000027e2100, 0x00000000027e2980]  2176 bytes

R11=0x000000001bbfb9d0 is an unknown value

R12=0x000000001bbf6fe0 is an unknown value

R13=0x000000007ca97a90 is an oop

{method} 

 - klass: {other class}

R14=0x000000001b89f1b0 is pointing into the stack for thread: 0x0000000010ea3000

R15=0x0000000010ea3000 is a thread





Stack: [0x000000001b7a0000,0x000000001b8a0000],  sp=0x000000001b89f0d0,  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.libraries.LibraryLWJGLOpenAL.quickPlay(ZZZLjava/lang/String;Lpaulscode/sound/FilenameURL;FFFIFZ)V+282

j  paulscode.sound.SoundSystem.CommandQuickPlay(ZZZLjava/lang/String;Lpaulscode/sound/FilenameURL;FFFIFZ)V+64

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 )

  0x0000000010eb0000 JavaThread "Client write thread" [_thread_blocked, id=6800, stack(0x0000000010670000,0x0000000010770000)]

  0x0000000010eaf000 JavaThread "Client read thread" [_thread_in_native, id=1724, stack(0x0000000015a80000,0x0000000015b80000)]

  0x0000000010ead800 JavaThread "Thread-22" [_thread_blocked, id=3236, stack(0x000000001b610000,0x000000001b710000)]

=>0x0000000010ea3000 JavaThread "Thread-21" [_thread_in_native, id=6652, stack(0x000000001b7a0000,0x000000001b8a0000)]

  0x0000000010ead000 JavaThread "Thread-20" daemon [_thread_in_native, id=2956, stack(0x000000001b110000,0x000000001b210000)]

  0x0000000010ea3800 JavaThread "Minecraft main thread" [_thread_blocked, id=3144, stack(0x00000000135a0000,0x00000000136a0000)]

  0x0000000010ea4800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=3300, stack(0x0000000013420000,0x0000000013520000)]

  0x0000000010eac000 JavaThread "SwingWorker-pool-2-thread-6" daemon [_thread_blocked, id=7068, stack(0x0000000015ce0000,0x0000000015de0000)]

  0x0000000010eab800 JavaThread "SwingWorker-pool-2-thread-5" daemon [_thread_blocked, id=1936, stack(0x0000000015ba0000,0x0000000015ca0000)]

  0x0000000010eaa800 JavaThread "Image Animator 3" daemon [_thread_blocked, id=5160, stack(0x0000000015960000,0x0000000015a60000)]

  0x0000000010ea9000 JavaThread "SwingWorker-pool-2-thread-4" daemon [_thread_blocked, id=6704, stack(0x0000000015500000,0x0000000015600000)]

  0x0000000010ea8800 JavaThread "DestroyJavaVM" [_thread_blocked, id=1728, stack(0x00000000026d0000,0x00000000027d0000)]

  0x0000000010ea7800 JavaThread "SwingWorker-pool-2-thread-3" daemon [_thread_blocked, id=6620, stack(0x0000000015260000,0x0000000015360000)]

  0x0000000010ea7000 JavaThread "SwingWorker-pool-2-thread-2" daemon [_thread_blocked, id=3404, stack(0x00000000131b0000,0x00000000132b0000)]

  0x0000000010ea6000 JavaThread "TimerQueue" daemon [_thread_blocked, id=3232, stack(0x0000000010890000,0x0000000010990000)]

  0x0000000010ea5000 JavaThread "SwingWorker-pool-2-thread-1" daemon [_thread_blocked, id=6528, stack(0x0000000010770000,0x0000000010870000)]

  0x000000000e34e800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=6880, stack(0x00000000023d0000,0x00000000024d0000)]

  0x000000000e2a9800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=6944, stack(0x0000000010bf0000,0x0000000010cf0000)]

  0x000000000e10b800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4964, stack(0x000000000e7b0000,0x000000000e8b0000)]

  0x000000000e10b000 JavaThread "AWT-Shutdown" [_thread_blocked, id=2928, stack(0x000000000e500000,0x000000000e600000)]

  0x000000000e106000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=7164, stack(0x000000000dd60000,0x000000000de60000)]

  0x000000000bc0b000 JavaThread "Service Thread" daemon [_thread_blocked, id=2848, stack(0x000000000dc50000,0x000000000dd50000)]

  0x000000000bc09000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=5712, stack(0x000000000dab0000,0x000000000dbb0000)]

  0x000000000bc04000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3652, stack(0x000000000d950000,0x000000000da50000)]

  0x000000000bc03000 JavaThread "Attach Listener" daemon [_thread_blocked, id=6540, stack(0x000000000d280000,0x000000000d380000)]

  0x000000000bbfb800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=696, stack(0x000000000d7b0000,0x000000000d8b0000)]

  0x000000000bb76800 JavaThread "Finalizer" daemon [_thread_blocked, id=5216, stack(0x000000000d670000,0x000000000d770000)]

  0x000000000bb6f800 JavaThread "Reference Handler" daemon [_thread_blocked, id=6900, stack(0x000000000d4c0000,0x000000000d5c0000)]



Other Threads:

  0x000000000bb68000 VMThread [stack: 0x000000000d390000,0x000000000d490000] [id=5448]

  0x000000000bc26000 WatcherThread [stack: 0x000000000def0000,0x000000000dff0000] [id=6744]



VM state:not at safepoint (normal execution)



VM Mutex/Monitor currently owned by a thread: None



Heap

 PSYoungGen      total 639872K, used 263562K [0x00000000d5560000, 0x0000000000000000, 0x0000000000000000)

  eden space 602304K, 37% used [0x00000000d5560000,0x00000000e32200d8,0x00000000fa190000)

  from space 37568K, 99% used [0x00000000fa190000,0x00000000fc632a28,0x00000000fc640000)

  to   space 48704K, 0% used [0x00000000fd070000,0x00000000fd070000,0x0000000000000000)

 ParOldGen       total 411008K, used 358665K [0x0000000080000000, 0x0000000099160000, 0x00000000d5560000)

  object space 411008K, 87% used [0x0000000080000000,0x0000000095e42678,0x0000000099160000)

 PSPermGen       total 54976K, used 44752K [0x000000007ae00000, 0x000000007e3b0000, 0x0000000080000000)

  object space 54976K, 81% used [0x000000007ae00000,0x000000007d9b4010,0x000000007e3b0000)



Code Cache  [0x00000000027d0000, 0x00000000033a0000, 0x00000000057d0000)

 total_blobs=4127 nmethods=3273 adapters=803 free_code_cache=37253Kb largest_free_block=38007232



Compilation events (10 events):

Event: 5812.130 Thread 0x000000000bc04000 3557             buildcraft.transport.PipeLogic::outputOpen (2 bytes)

Event: 5812.130 Thread 0x000000000bc04000 nmethod 3557 0x000000000306e3d0 code [0x000000000306e500, 0x000000000306e558]

Event: 5812.937 Thread 0x000000000bc04000 3558             eloraam.core.BlockExtended::b (12 bytes)

Event: 5812.937 Thread 0x000000000bc09000 3559             eloraam.core.CoreProxy::randomDisplayTick (39 bytes)

Event: 5812.945 Thread 0x000000000bc04000 nmethod 3558 0x00000000032a0090 code [0x00000000032a0220, 0x00000000032a0688]

Event: 5812.949 Thread 0x000000000bc09000 nmethod 3559 0x000000000338e850 code [0x000000000338e9e0, 0x000000000338ee48]

Event: 5825.927 Thread 0x000000000bc04000 3560             buildcraft.transport.Pipe::randomDisplayTick (1 bytes)

Event: 5825.928 Thread 0x000000000bc04000 nmethod 3560 0x00000000032a12d0 code [0x00000000032a1400, 0x00000000032a1458]

Event: 5841.391 Thread 0x000000000bc09000 3561             ic2.common.TileEntityCable::canInteractWithCable (29 bytes)

Event: 5841.391 Thread 0x000000000bc09000 nmethod 3561 0x000000000306df50 code [0x000000000306e080, 0x000000000306e118]



GC Heap History (10 events):

Event: 5769.787 GC heap before

{Heap before GC invocations=474 (full 13):

 PSYoungGen      total 653440K, used 640068K [0x00000000d5560000, 0x0000000000000000, 0x0000000000000000)

  eden space 607488K, 100% used [0x00000000d5560000,0x00000000fa6a0000,0x00000000fa6a0000)

  from space 45952K, 70% used [0x00000000fd320000,0x00000000ff2f1190,0x0000000000000000)

  to   space 45568K, 0% used [0x00000000fa6a0000,0x00000000fa6a0000,0x00000000fd320000)

 ParOldGen       total 411008K, used 350673K [0x0000000080000000, 0x0000000099160000, 0x00000000d5560000)

  object space 411008K, 85% used [0x0000000080000000,0x0000000095674758,0x0000000099160000)

 PSPermGen       total 54976K, used 44724K [0x000000007ae00000, 0x000000007e3b0000, 0x0000000080000000)

  object space 54976K, 81% used [0x000000007ae00000,0x000000007d9ad1c0,0x000000007e3b0000)

Event: 5769.800 GC heap after

Heap after GC invocations=474 (full 13):

 PSYoungGen      total 642560K, used 35016K [0x00000000d5560000, 0x0000000000000000, 0x0000000000000000)

  eden space 607488K, 0% used [0x00000000d5560000,0x00000000d5560000,0x00000000fa6a0000)

  from space 35072K, 99% used [0x00000000fa6a0000,0x00000000fc8d2030,0x00000000fc8e0000)

  to   space 46080K, 0% used [0x00000000fd300000,0x00000000fd300000,0x0000000000000000)

 ParOldGen       total 411008K, used 351242K [0x0000000080000000, 0x0000000099160000, 0x00000000d5560000)

  object space 411008K, 85% used [0x0000000080000000,0x0000000095702978,0x0000000099160000)

 PSPermGen       total 54976K, used 44724K [0x000000007ae00000, 0x000000007e3b0000, 0x0000000080000000)

  object space 54976K, 81% used [0x000000007ae00000,0x000000007d9ad1c0,0x000000007e3b0000)

}

Event: 5786.236 GC heap before

{Heap before GC invocations=475 (full 13):

 PSYoungGen      total 642560K, used 642504K [0x00000000d5560000, 0x0000000000000000, 0x0000000000000000)

  eden space 607488K, 100% used [0x00000000d5560000,0x00000000fa6a0000,0x00000000fa6a0000)

  from space 35072K, 99% used [0x00000000fa6a0000,0x00000000fc8d2030,0x00000000fc8e0000)

  to   space 46080K, 0% used [0x00000000fd300000,0x00000000fd300000,0x0000000000000000)

 ParOldGen       total 411008K, used 351242K [0x0000000080000000, 0x0000000099160000, 0x00000000d5560000)

  object space 411008K, 85% used [0x0000000080000000,0x0000000095702978,0x0000000099160000)

 PSPermGen       total 54976K, used 44726K [0x000000007ae00000, 0x000000007e3b0000, 0x0000000080000000)

  object space 54976K, 81% used [0x000000007ae00000,0x000000007d9adb30,0x000000007e3b0000)

Event: 5786.284 GC heap after

Heap after GC invocations=475 (full 13):

 PSYoungGen      total 650240K, used 37904K [0x00000000d5560000, 0x0000000000000000, 0x0000000000000000)

  eden space 604160K, 0% used [0x00000000d5560000,0x00000000d5560000,0x00000000fa360000)

  from space 46080K, 82% used [0x00000000fd300000,0x00000000ff804360,0x0000000000000000)

  to   space 47424K, 0% used [0x00000000fa360000,0x00000000fa360000,0x00000000fd1b0000)

 ParOldGen       total 411008K, used 353668K [0x0000000080000000, 0x0000000099160000, 0x00000000d5560000)

  object space 411008K, 86% used [0x0000000080000000,0x00000000959612d8,0x0000000099160000)

 PSPermGen       total 54976K, used 44726K [0x000000007ae00000, 0x000000007e3b0000, 0x0000000080000000)

  object space 54976K, 81% used [0x000000007ae00000,0x000000007d9adb30,0x000000007e3b0000)

}

Event: 5808.331 GC heap before

{Heap before GC invocations=476 (full 13):

 PSYoungGen      total 650240K, used 642064K [0x00000000d5560000, 0x0000000000000000, 0x0000000000000000)

  eden space 604160K, 100% used [0x00000000d5560000,0x00000000fa360000,0x00000000fa360000)

  from space 46080K, 82% used [0x00000000fd300000,0x00000000ff804360,0x0000000000000000)

  to   space 47424K, 0% used [0x00000000fa360000,0x00000000fa360000,0x00000000fd1b0000)

 ParOldGen       total 411008K, used 353668K [0x0000000080000000, 0x0000000099160000, 0x00000000d5560000)

  object space 411008K, 86% used [0x0000000080000000,0x00000000959612d8,0x0000000099160000)

 PSPermGen       total 54976K, used 44731K [0x000000007ae00000, 0x000000007e3b0000, 0x0000000080000000)

  object space 54976K, 81% used [0x000000007ae00000,0x000000007d9aee98,0x000000007e3b0000)

Event: 5808.402 GC heap after

Heap after GC invocations=476 (full 13):

 PSYoungGen      total 642240K, used 38068K [0x00000000d5560000, 0x0000000000000000, 0x0000000000000000)

  eden space 604160K, 0% used [0x00000000d5560000,0x00000000d5560000,0x00000000fa360000)

  from space 38080K, 99% used [0x00000000fa360000,0x00000000fc88d0a0,0x00000000fc890000)

  to   space 48448K, 0% used [0x00000000fd0b0000,0x00000000fd0b0000,0x0000000000000000)

 ParOldGen       total 411008K, used 354849K [0x0000000080000000, 0x0000000099160000, 0x00000000d5560000)

  object space 411008K, 86% used [0x0000000080000000,0x0000000095a88788,0x0000000099160000)

 PSPermGen       total 54976K, used 44731K [0x000000007ae00000, 0x000000007e3b0000, 0x0000000080000000)

  object space 54976K, 81% used [0x000000007ae00000,0x000000007d9aee98,0x000000007e3b0000)

}

Event: 5824.554 GC heap before

{Heap before GC invocations=477 (full 13):

 PSYoungGen      total 642240K, used 642228K [0x00000000d5560000, 0x0000000000000000, 0x0000000000000000)

  eden space 604160K, 100% used [0x00000000d5560000,0x00000000fa360000,0x00000000fa360000)

  from space 38080K, 99% used [0x00000000fa360000,0x00000000fc88d0a0,0x00000000fc890000)

  to   space 48448K, 0% used [0x00000000fd0b0000,0x00000000fd0b0000,0x0000000000000000)

 ParOldGen       total 411008K, used 354849K [0x0000000080000000, 0x0000000099160000, 0x00000000d5560000)

  object space 411008K, 86% used [0x0000000080000000,0x0000000095a88788,0x0000000099160000)

 PSPermGen       total 54976K, used 44734K [0x000000007ae00000, 0x000000007e3b0000, 0x0000000080000000)

  object space 54976K, 81% used [0x000000007ae00000,0x000000007d9af910,0x000000007e3b0000)

Event: 5824.572 GC heap after

Heap after GC invocations=477 (full 13):

 PSYoungGen      total 650752K, used 35524K [0x00000000d5560000, 0x0000000000000000, 0x0000000000000000)

  eden space 602304K, 0% used [0x00000000d5560000,0x00000000d5560000,0x00000000fa190000)

  from space 48448K, 73% used [0x00000000fd0b0000,0x00000000ff3611f0,0x0000000000000000)

  to   space 48256K, 0% used [0x00000000fa190000,0x00000000fa190000,0x00000000fd0b0000)

 ParOldGen       total 411008K, used 357964K [0x0000000080000000, 0x0000000099160000, 0x00000000d5560000)

  object space 411008K, 87% used [0x0000000080000000,0x0000000095d933a8,0x0000000099160000)

 PSPermGen       total 54976K, used 44734K [0x000000007ae00000, 0x000000007e3b0000, 0x0000000080000000)

  object space 54976K, 81% used [0x000000007ae00000,0x000000007d9af910,0x000000007e3b0000)

}

Event: 5838.483 GC heap before

{Heap before GC invocations=478 (full 13):

 PSYoungGen      total 650752K, used 637828K [0x00000000d5560000, 0x0000000000000000, 0x0000000000000000)

  eden space 602304K, 100% used [0x00000000d5560000,0x00000000fa190000,0x00000000fa190000)

  from space 48448K, 73% used [0x00000000fd0b0000,0x00000000ff3611f0,0x0000000000000000)

  to   space 48256K, 0% used [0x00000000fa190000,0x00000000fa190000,0x00000000fd0b0000)

 ParOldGen       total 411008K, used 357964K [0x0000000080000000, 0x0000000099160000, 0x00000000d5560000)

  object space 411008K, 87% used [0x0000000080000000,0x0000000095d933a8,0x0000000099160000)

 PSPermGen       total 54976K, used 44751K [0x000000007ae00000, 0x000000007e3b0000, 0x0000000080000000)

  object space 54976K, 81% used [0x000000007ae00000,0x000000007d9b3d18,0x000000007e3b0000)

Event: 5838.557 GC heap after

Heap after GC invocations=478 (full 13):

 PSYoungGen      total 639872K, used 37514K [0x00000000d5560000, 0x0000000000000000, 0x0000000000000000)

  eden space 602304K, 0% used [0x00000000d5560000,0x00000000d5560000,0x00000000fa190000)

  from space 37568K, 99% used [0x00000000fa190000,0x00000000fc632a28,0x00000000fc640000)

  to   space 48704K, 0% used [0x00000000fd070000,0x00000000fd070000,0x0000000000000000)

 ParOldGen       total 411008K, used 358665K [0x0000000080000000, 0x0000000099160000, 0x00000000d5560000)

  object space 411008K, 87% used [0x0000000080000000,0x0000000095e42678,0x0000000099160000)

 PSPermGen       total 54976K, used 44751K [0x000000007ae00000, 0x000000007e3b0000, 0x0000000080000000)

  object space 54976K, 81% used [0x000000007ae00000,0x000000007d9b3d18,0x000000007e3b0000)

}



Deoptimization events (10 events):

Event: 3087.684 Thread 0x0000000010ea3800 Uncommon trap -58 fr.pc 0x000000000306d23c

Event: 3943.188 Thread 0x0000000010ea3800 Uncommon trap -34 fr.pc 0x0000000002f25f70

Event: 4727.799 Thread 0x0000000010ea3800 Uncommon trap -83 fr.pc 0x000000000332f034

Event: 5493.358 Thread 0x0000000010ea3800 Uncommon trap -83 fr.pc 0x00000000032cbdb8

Event: 5622.210 Thread 0x0000000010ea3800 Uncommon trap -83 fr.pc 0x0000000002f2463c

Event: 5771.724 Thread 0x0000000010ea3800 Uncommon trap -83 fr.pc 0x0000000002fff2e4

Event: 5783.104 Thread 0x0000000010ea3800 Uncommon trap -34 fr.pc 0x0000000003144cb0

Event: 5783.322 Thread 0x0000000010ea3800 Uncommon trap -34 fr.pc 0x0000000003144cb0

Event: 5783.886 Thread 0x0000000010ea3800 Uncommon trap -34 fr.pc 0x0000000003144cb0

Event: 5784.418 Thread 0x0000000010ea3800 Uncommon trap -34 fr.pc 0x0000000003144cb0



Internal exceptions (10 events):

Event: 5844.145 Thread 0x0000000010ea3000 Threw 0x00000000e23a68a8 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 5844.187 Thread 0x0000000010eb0000 Threw 0x00000000e23cae98 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 5844.189 Thread 0x0000000010ea3000 Threw 0x00000000e23a6a70 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 5844.226 Thread 0x0000000010eb0000 Threw 0x00000000e23cb010 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 5844.228 Thread 0x0000000010ea3000 Threw 0x00000000e23a6c38 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 5844.251 Thread 0x0000000010ea3000 Threw 0x00000000e23a6e00 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 5844.286 Thread 0x0000000010eb0000 Threw 0x00000000e23cb188 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 5844.288 Thread 0x0000000010ea3000 Threw 0x00000000e23a6fc8 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 5844.309 Thread 0x0000000010ea3000 Threw 0x00000000e2d78618 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:2888

Event: 5844.350 Thread 0x0000000010ea3000 Threw 0x00000000e2d787e0 at C:\jdk7u2_64p\jdk7u4\hotspot\src\share\vm\prims\jvm.cpp:2888



Events (10 events):

Event: 5835.988 loading class 0x0000000012a6f660

Event: 5835.988 loading class 0x0000000012a6f660 done

Event: 5836.113 loading class 0x00000000122c2790

Event: 5836.113 loading class 0x00000000122c2790 done

Event: 5838.483 Executing VM operation: ParallelGCFailedAllocation

Event: 5838.557 Executing VM operation: ParallelGCFailedAllocation done

Event: 5841.009 Thread 0x0000000010eb0800 Thread added: 0x0000000010eb0800

Event: 5841.014 Executing VM operation: RevokeBias

Event: 5841.014 Executing VM operation: RevokeBias done

Event: 5841.014 Thread 0x0000000010eb0800 Thread exited: 0x0000000010eb0800





Dynamic libraries:

0x000000003fe60000 - 0x000000003fe93000 	C:\Program Files\Java\jre7\bin\java.exe

0x0000000077450000 - 0x00000000775f9000 	C:\windows\SYSTEM32\ntdll.dll

0x0000000077330000 - 0x000000007744f000 	C:\windows\system32\kernel32.dll

0x00000000fda00000 - 0x00000000fda6c000 	C:\windows\system32\KERNELBASE.dll

0x00000000fe570000 - 0x00000000fe64b000 	C:\windows\system32\ADVAPI32.dll

0x00000000fe220000 - 0x00000000fe2bf000 	C:\windows\system32\msvcrt.dll

0x00000000fdc80000 - 0x00000000fdc9f000 	C:\windows\SYSTEM32\sechost.dll

0x00000000fe6c0000 - 0x00000000fe7ed000 	C:\windows\system32\RPCRT4.dll

0x0000000076ed0000 - 0x0000000076fca000 	C:\windows\system32\USER32.dll

0x00000000fe8e0000 - 0x00000000fe947000 	C:\windows\system32\GDI32.dll

0x00000000fe7f0000 - 0x00000000fe7fe000 	C:\windows\system32\LPK.dll

0x00000000fdcc0000 - 0x00000000fdd89000 	C:\windows\system32\USP10.dll

0x00000000fc240000 - 0x00000000fc434000 	C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll

0x00000000fe950000 - 0x00000000fe9c1000 	C:\windows\system32\SHLWAPI.dll

0x00000000fdd90000 - 0x00000000fddbe000 	C:\windows\system32\IMM32.DLL

0x00000000fde60000 - 0x00000000fdf69000 	C:\windows\system32\MSCTF.dll

0x000000005d280000 - 0x000000005d351000 	C:\Program Files\Java\jre7\bin\msvcr100.dll

0x000000006cd30000 - 0x000000006d44a000 	C:\Program Files\Java\jre7\bin\server\jvm.dll

0x00000000f5ab0000 - 0x00000000f5ab9000 	C:\windows\system32\WSOCK32.dll

0x00000000fdf70000 - 0x00000000fdfbd000 	C:\windows\system32\WS2_32.dll

0x00000000fe6b0000 - 0x00000000fe6b8000 	C:\windows\system32\NSI.dll

0x00000000f9b60000 - 0x00000000f9b9b000 	C:\windows\system32\WINMM.dll

0x0000000077610000 - 0x0000000077617000 	C:\windows\system32\PSAPI.DLL

0x000000005d6c0000 - 0x000000005d6ff000 	C:\Program Files\Java\jre7\bin\splashscreen.dll

0x00000000fbd40000 - 0x00000000fbd96000 	C:\windows\system32\uxtheme.dll

0x000000005fb90000 - 0x000000005fb9f000 	C:\Program Files\Java\jre7\bin\verify.dll

0x000000005d710000 - 0x000000005d738000 	C:\Program Files\Java\jre7\bin\java.dll

0x000000005ea70000 - 0x000000005ea85000 	C:\Program Files\Java\jre7\bin\zip.dll

0x00000000fe360000 - 0x00000000fe563000 	C:\windows\system32\ole32.dll

0x00000000fd7a0000 - 0x00000000fd7af000 	C:\windows\system32\CRYPTBASE.dll

0x00000000fe2c0000 - 0x00000000fe359000 	C:\windows\system32\CLBCatQ.DLL

0x00000000fe800000 - 0x00000000fe8d7000 	C:\windows\system32\OLEAUT32.dll

0x0000000058510000 - 0x00000000586a4000 	C:\Program Files\Java\jre7\bin\awt.dll

0x00000000fae40000 - 0x00000000fae58000 	C:\windows\system32\DWMAPI.DLL

0x00000000ed5b0000 - 0x00000000ed7af000 	C:\windows\system32\d3d9.dll

0x00000000fc9a0000 - 0x00000000fc9ac000 	C:\windows\system32\VERSION.dll

0x00000000fb0d0000 - 0x00000000fb0d7000 	C:\windows\system32\d3d8thk.dll

0x00000000e93c0000 - 0x00000000ea4a9000 	C:\windows\system32\nvd3dumx.dll

0x00000000fbdf0000 - 0x00000000fbe1c000 	C:\windows\system32\powrprof.dll

0x00000000fdfc0000 - 0x00000000fe197000 	C:\windows\system32\SETUPAPI.dll

0x00000000fdbe0000 - 0x00000000fdc16000 	C:\windows\system32\CFGMGR32.dll

0x00000000fdc60000 - 0x00000000fdc7a000 	C:\windows\system32\DEVOBJ.dll

0x00000000fe9d0000 - 0x00000000ff758000 	C:\windows\system32\SHELL32.dll

0x000000005dc20000 - 0x000000005dc2b000 	C:\Program Files\Java\jre7\bin\management.dll

0x000000005d3c0000 - 0x000000005d3f4000 	C:\Program Files\Java\jre7\bin\fontmanager.dll

0x000000005d6a0000 - 0x000000005d6b9000 	C:\Program Files\Java\jre7\bin\net.dll

0x00000000fd0e0000 - 0x00000000fd135000 	C:\windows\system32\mswsock.dll

0x00000000fd0d0000 - 0x00000000fd0d7000 	C:\windows\System32\wship6.dll

0x000000005d420000 - 0x000000005d431000 	C:\Program Files\Java\jre7\bin\nio.dll

0x000000005d370000 - 0x000000005d3b1000 	C:\Program Files\Java\jre7\bin\t2k.dll

0x00000000fca70000 - 0x00000000fca77000 	C:\windows\System32\wshtcpip.dll

0x00000000fcf60000 - 0x00000000fcfbb000 	C:\windows\system32\DNSAPI.dll

0x0000000072c10000 - 0x0000000072c36000 	C:\Program Files\Bonjour\mdnsNSP.dll

0x00000000fabf0000 - 0x00000000fac17000 	C:\windows\system32\Iphlpapi.DLL

0x00000000fabb0000 - 0x00000000fabbb000 	C:\windows\system32\WINNSI.DLL

0x00000000f8e10000 - 0x00000000f8e3f000 	C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL

0x00000000f8c10000 - 0x00000000f8c18000 	C:\windows\system32\rasadhlp.dll

0x00000000faad0000 - 0x00000000fab23000 	C:\windows\System32\fwpuclnt.dll

0x00000000fd140000 - 0x00000000fd157000 	C:\windows\system32\CRYPTSP.dll

0x00000000fce40000 - 0x00000000fce87000 	C:\windows\system32\rsaenh.dll

0x00000000fcba0000 - 0x00000000fcbbe000 	C:\windows\system32\USERENV.dll

0x00000000fd8b0000 - 0x00000000fd8bf000 	C:\windows\system32\profapi.dll

0x00000000fb8a0000 - 0x00000000fb8b5000 	C:\windows\system32\NLAapi.dll

0x00000000f9aa0000 - 0x00000000f9ab5000 	C:\windows\system32\napinsp.dll

0x00000000f41a0000 - 0x00000000f41b9000 	C:\windows\system32\pnrpnsp.dll

0x00000000fa570000 - 0x00000000fa57b000 	C:\windows\System32\winrnr.dll

0x000000005d220000 - 0x000000005d244000 	C:\Program Files\Java\jre7\bin\sunec.dll

0x00000000fac50000 - 0x00000000fad7a000 	C:\windows\system32\WindowsCodecs.dll

0x00000000fd740000 - 0x00000000fd797000 	C:\windows\system32\apphelp.dll

0x00000000f7bd0000 - 0x00000000f7bdf000 	C:\windows\system32\AcSignIcon.dll

0x0000000072670000 - 0x0000000072b59000 	C:\windows\WinSxS\amd64_microsoft.vc90.mfc_1fc8b3b9a1e18e3b_9.0.30729.6161_none_044aad0bab1eb146\mfc90u.dll

0x00000000725c0000 - 0x0000000072663000 	C:\windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_08e61857a83bc251\MSVCR90.dll

0x00000000f9a90000 - 0x00000000f9a97000 	C:\windows\system32\MSIMG32.dll

0x0000000072480000 - 0x000000007248d000 	C:\windows\WinSxS\amd64_microsoft.vc90.mfcloc_1fc8b3b9a1e18e3b_9.0.30729.6161_none_01c9581e60cbee58\MFC90ENU.DLL

0x00000000f8360000 - 0x00000000f8395000 	C:\windows\system32\EhStorShell.dll

0x00000000fbe20000 - 0x00000000fbf4c000 	C:\windows\system32\PROPSYS.dll

0x00000000f8270000 - 0x00000000f82f0000 	C:\windows\system32\ntshrui.dll

0x00000000fd3c0000 - 0x00000000fd3e3000 	C:\windows\system32\srvcli.dll

0x00000000f9230000 - 0x00000000f923f000 	C:\windows\system32\cscapi.dll

0x00000000fae60000 - 0x00000000fae6b000 	C:\windows\system32\slc.dll

0x000000005d250000 - 0x000000005d27a000 	C:\Program Files\Java\jre7\bin\dcpr.dll

0x000000005cb30000 - 0x000000005cb60000 	C:\Program Files\Java\jre7\bin\jpeg.dll

0x0000000063b70000 - 0x0000000063b7b000 	C:\Program Files\Java\jre7\bin\sunmscapi.dll

0x00000000fda70000 - 0x00000000fdbda000 	C:\windows\system32\CRYPT32.dll

0x00000000fd950000 - 0x00000000fd95f000 	C:\windows\system32\MSASN1.dll

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

0x00000000f5d90000 - 0x00000000f5ead000 	C:\windows\system32\OPENGL32.dll

0x00000000f5d50000 - 0x00000000f5d7d000 	C:\windows\system32\GLU32.dll

0x00000000f5c30000 - 0x00000000f5d21000 	C:\windows\system32\DDRAW.dll

0x00000000f5c20000 - 0x00000000f5c28000 	C:\windows\system32\DCIMAN32.dll

0x000000005dc10000 - 0x000000005dc17000 	C:\Program Files\Java\jre7\bin\jawt.dll

0x0000000068570000 - 0x0000000069e01000 	C:\windows\system32\nvoglv64.DLL

0x00000000fdc20000 - 0x00000000fdc5a000 	C:\windows\system32\WINTRUST.dll

0x00000000fc730000 - 0x00000000fc75d000 	C:\windows\system32\ntmarta.dll

0x00000000fe650000 - 0x00000000fe6a2000 	C:\windows\system32\WLDAP32.dll

0x00000000f5eb0000 - 0x00000000f5f38000 	C:\windows\system32\dsound.dll

0x00000000fbda0000 - 0x00000000fbdeb000 	C:\windows\System32\MMDevApi.dll

0x00000000fa720000 - 0x00000000fa75b000 	C:\windows\system32\wdmaud.drv

0x0000000074210000 - 0x0000000074216000 	C:\windows\system32\ksuser.dll

0x00000000fbf70000 - 0x00000000fbf79000 	C:\windows\system32\AVRT.dll

0x00000000f5a40000 - 0x00000000f5a8f000 	C:\windows\system32\AUDIOSES.DLL

0x00000000fa620000 - 0x00000000fa62a000 	C:\windows\system32\msacm32.drv

0x00000000fa5e0000 - 0x00000000fa5f8000 	C:\windows\system32\MSACM32.dll

0x00000000fa610000 - 0x00000000fa619000 	C:\windows\system32\midimap.dll

0x000000000d240000 - 0x000000000d256000 	C:\Users\Mark\AppData\Roaming\.techniclauncher\tekkit\bin\natives\jinput-dx8_64.dll

0x00000000ef210000 - 0x00000000ef24c000 	C:\windows\system32\DINPUT8.dll

0x00000000fb9c0000 - 0x00000000fb9cb000 	C:\windows\system32\HID.DLL

0x000000000d260000 - 0x000000000d274000 	C:\Users\Mark\AppData\Roaming\.techniclauncher\tekkit\bin\natives\jinput-raw_64.dll

0x00000000edb70000 - 0x00000000edc92000 	C:\Users\Mark\AppData\Roaming\.techniclauncher\tekkit\bin\natives\OpenAL64.dll

0x00000000ef250000 - 0x00000000ef375000 	C:\windows\system32\dbghelp.dll



VM Arguments:

jvm_args: -Xmx2048m 

java_command: C:/Users/Mark/Desktop/technic-launcher-latest.jar

Launcher Type: SUN_STANDARD



Environment Variables:

CLASSPATH=.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip

PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Java\jdk1.6.0_31\bin;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Windows Live\Shared

USERNAME=Mark

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



Memory: 4k page, physical 6273680k(337516k free), swap 14522996k(1109620k free)



vm_info: Java HotSpot 64-Bit Server VM (23.0-b21) for windows-amd64 JRE (1.7.0_04-b22), built on May  2 2012 23:28:26 by "java_re" with unknown MS VC++:1600



time: Fri Jul 06 21:56:26 2012

elapsed time: 5845 seconds

4 answers to this question

Recommended Posts

  • 0
Posted

Your using too much of your computer, It can't cope running the server and your client. Upgrade your RAM.

im also on a mac would that cause any problems

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...