Jump to content

Mojang screen crash


Tom6Strings

Recommended Posts

#

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

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000772c33dd, pid=7604, tid=8652

#

# JRE version: 7.0_21-b11

# Java VM: Java HotSpot 64-Bit Server VM (23.21-b01 mixed mode windows-amd64 compressed oops)

# Problematic frame:

# C  [ntdll.dll+0x533dd]  RtlAllocateHeap+0x3d

#

# 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 (0x000000000a049800):  JavaThread "Thread-23" [_thread_in_native, id=8652, stack(0x000000000fc50000,0x000000000fd50000)]

 

siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff

 

Registers:

RAX=0x7fffffffffffffff, RBX=0x0000000000000040, RCX=0xe730ffff63e79e84, RDX=0x0000000000000000

RSP=0x000000000fd4eb60, RBP=0x0000000000000000, RSI=0x0000000000000040, RDI=0x0000000000000040

R8 =0x0000000000000040, R9 =0x000000000fc44fa8, R10=0x000007feed7b7600, R11=0x000000000fd4ebc0

R12=0xe730ffff63e79e84, R13=0x0000000000000000, R14=0x000000000fd4ed88, R15=0x000000000a049800

RIP=0x00000000772c33dd, EFLAGS=0x0000000000010297

 

Top of Stack: (sp=0x000000000fd4eb60)

0x000000000fd4eb60:  000007feed7b4e1c 000007feed7a0bea

0x000000000fd4eb70:  000007feed7bcfb0 000000000fc45510

0x000000000fd4eb80:  000000000fc44ba0 706f7263694d2001

0x000000000fd4eb90:  0000000000000000 000007feed7a0561

0x000000000fd4eba0:  000007feed7b4e1c 0000000000000000

0x000000000fd4ebb0:  000000000fc44ba0 000000000fc45501

0x000000000fd4ebc0:  000000000fd4ed88 00000000bdcefcd8

0x000000000fd4ebd0:  000007feed790000 000007feed79c746

0x000000000fd4ebe0:  000007feed7b4e1c 000000000fd4ed68

0x000000000fd4ebf0:  0000000000000000 0000000000000003

0x000000000fd4ec00:  000000000fd4ed88 00000000bdcefcd8

0x000000000fd4ec10:  000007feed790000 000007feed79729f

0x000000000fd4ec20:  000007feed7b4e1c 000000000fd4ed68

0x000000000fd4ec30:  000000000a049800 000000000fd4ed88

0x000000000fd4ec40:  00000000bdcefcd8 0000000000000000

0x000000000fd4ec50:  0000000000000040 0000000000000040

 

Instructions: (pc=0x00000000772c33dd)

0x00000000772c33bd:  78 c8 48 b8 ff ff ff ff ff ff ff 7f 45 33 ed 49

0x00000000772c33cd:  8b f0 8b ea 4c 8b e1 4c 3b c0 0f 87 6f 96 04 00

0x00000000772c33dd:  8b 41 74 44 8b b1 98 00 00 00 33 db 0b e8 4c 8d

0x00000000772c33ed:  3d 1e 20 0c 00 45 85 f6 0f 85 6d 97 04 00 f7 c5

 

 

Register to memory mapping:

 

RAX=0x7fffffffffffffff is an unknown value

RBX=0x0000000000000040 is an unknown value

RCX=0xe730ffff63e79e84 is an unknown value

RDX=0x0000000000000000 is an unknown value

RSP=0x000000000fd4eb60 is pointing into the stack for thread: 0x000000000a049800

RBP=0x0000000000000000 is an unknown value

RSI=0x0000000000000040 is an unknown value

RDI=0x0000000000000040 is an unknown value

R8 =0x0000000000000040 is an unknown value

R9 =0x000000000fc44fa8 is an unknown value

R10=0x000007feed7b7600 is an unknown value

R11=0x000000000fd4ebc0 is pointing into the stack for thread: 0x000000000a049800

R12=0xe730ffff63e79e84 is an unknown value

R13=0x0000000000000000 is an unknown value

R14=0x000000000fd4ed88 is pointing into the stack for thread: 0x000000000a049800

R15=0x000000000a049800 is a thread

 

 

Stack: [0x000000000fc50000,0x000000000fd50000],  sp=0x000000000fd4eb60,  free space=1018k

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)

C  [ntdll.dll+0x533dd]  RtlAllocateHeap+0x3d

 

[error occurred during error reporting (printing native stack), id 0xc0000005]

 

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)

j  org.lwjgl.openal.ALC10.nalcOpenDevice(Ljava/lang/String;)J+0

j  org.lwjgl.openal.ALC10.alcOpenDevice(Ljava/lang/String;)Lorg/lwjgl/openal/ALCdevice;+1

j  org.lwjgl.openal.AL.init(Ljava/lang/String;IIZZ)V+12

j  org.lwjgl.openal.AL.create(Ljava/lang/String;IIZZ)V+233

j  org.lwjgl.openal.AL.create(Ljava/lang/String;IIZ)V+5

j  org.lwjgl.openal.AL.create()V+6

j  paulscode.sound.libraries.LibraryLWJGLOpenAL.init()V+2

j  paulscode.sound.SoundSystem.CommandNewLibrary(Ljava/lang/Class;)V+273

j  paulscode.sound.SoundSystem.CommandQueue(Lpaulscode/sound/CommandObject;)Z+1206

j  paulscode.sound.CommandThread.run()V+51

v  ~StubRoutines::call_stub

 

---------------  P R O C E S S  ---------------

 

Java Threads: ( => current thread )

  0x000000000a04b000 JavaThread "Thread-24" [_thread_blocked, id=5948, stack(0x000000000fde0000,0x000000000fee0000)]

=>0x000000000a049800 JavaThread "Thread-23" [_thread_in_native, id=8652, stack(0x000000000fc50000,0x000000000fd50000)]

  0x000000000a04b800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=7036, stack(0x000000000f9c0000,0x000000000fac0000)]

  0x000000000a04c800 JavaThread "Immibis Core background task" daemon [_thread_blocked, id=5108, stack(0x000000000da90000,0x000000000db90000)]

  0x000000000a04d000 JavaThread "Minecraft main thread" [_thread_blocked, id=1724, stack(0x000000000eab0000,0x000000000ebb0000)]

  0x000000000a048800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=8920, stack(0x000000000e990000,0x000000000ea90000)]

  0x000000000a04e800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=1212, stack(0x000000000e800000,0x000000000e900000)]

  0x000000000a04e000 JavaThread "Thread-15" daemon [_thread_blocked, id=1248, stack(0x000000000e220000,0x000000000e320000)]

  0x000000000a04f800 JavaThread "DestroyJavaVM" [_thread_blocked, id=6956, stack(0x0000000002610000,0x0000000002710000)]

  0x000000000ab74800 JavaThread "TimerQueue" daemon [_thread_blocked, id=5196, stack(0x000000000e110000,0x000000000e210000)]

  0x000000000a7e6000 JavaThread "Log Flush Thread" daemon [_thread_blocked, id=8204, stack(0x000000000c260000,0x000000000c360000)]

  0x000000000a3b6000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=8532, stack(0x000000000b880000,0x000000000b980000)]

  0x000000000a12c800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=6764, stack(0x000000000ade0000,0x000000000aee0000)]

  0x000000000a3d3800 JavaThread "AWT-Shutdown" [_thread_blocked, id=6044, stack(0x000000000af20000,0x000000000b020000)]

  0x000000000a15e800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=7812, stack(0x000000000acb0000,0x000000000adb0000)]

  0x00000000088ae800 JavaThread "Service Thread" daemon [_thread_blocked, id=7664, stack(0x0000000009e80000,0x0000000009f80000)]

  0x00000000088a7800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=7372, stack(0x0000000009cb0000,0x0000000009db0000)]

  0x0000000008896000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4604, stack(0x0000000009320000,0x0000000009420000)]

  0x0000000008893800 JavaThread "Attach Listener" daemon [_thread_blocked, id=9064, stack(0x0000000009b60000,0x0000000009c60000)]

  0x0000000008892000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2816, stack(0x0000000009990000,0x0000000009a90000)]

  0x000000000880e000 JavaThread "Finalizer" daemon [_thread_blocked, id=2784, stack(0x00000000097c0000,0x00000000098c0000)]

  0x0000000008805000 JavaThread "Reference Handler" daemon [_thread_blocked, id=8996, stack(0x0000000009530000,0x0000000009630000)]

 

Other Threads:

  0x00000000087fe000 VMThread [stack: 0x0000000009420000,0x0000000009520000] [id=8272]

  0x00000000088b9000 WatcherThread [stack: 0x0000000009690000,0x0000000009790000] [id=2216]

 

VM state:not at safepoint (normal execution)

 

VM Mutex/Monitor currently owned by a thread: None

 

Heap

PSYoungGen      total 306496K, used 263442K [0x00000000eaab0000, 0x00000000ff9f0000, 0x0000000100000000)

  eden space 274304K, 92% used [0x00000000eaab0000,0x00000000fa285880,0x00000000fb690000)

  from space 32192K, 30% used [0x00000000fda80000,0x00000000fe3ef218,0x00000000ff9f0000)

  to  space 34496K, 0% used [0x00000000fb690000,0x00000000fb690000,0x00000000fd840000)

ParOldGen      total 156352K, used 104922K [0x00000000c0000000, 0x00000000c98b0000, 0x00000000eaab0000)

  object space 156352K, 67% used [0x00000000c0000000,0x00000000c6676900,0x00000000c98b0000)

PSPermGen      total 53952K, used 48073K [0x00000000bae00000, 0x00000000be2b0000, 0x00000000c0000000)

  object space 53952K, 89% used [0x00000000bae00000,0x00000000bdcf2528,0x00000000be2b0000)

 

Card table byte_map: [0x0000000005710000,0x0000000005940000] byte_map_base: 0x0000000005139000

 

Polling page: 0x0000000000340000

 

Code Cache  [0x0000000002710000, 0x0000000002be0000, 0x0000000005710000)

total_blobs=2262 nmethods=1453 adapters=759 free_code_cache=44340Kb largest_free_block=45293696

 

Compilation events (10 events):

Event: 54.073 Thread 0x00000000088a7800 1604            java.util.regex.Pattern$Curly::match0 (174 bytes)

Event: 54.110 Thread 0x00000000088a7800 nmethod 1604 0x0000000002b11450 code [0x0000000002b11700, 0x0000000002b12b00]

Event: 54.394 Thread 0x0000000008896000 1605  !        sun.net.www.protocol.jar.JarFileFactory::getCachedJarFile (122 bytes)

Event: 54.471 Thread 0x0000000008896000 nmethod 1605 0x0000000002b0a010 code [0x0000000002b0a2e0, 0x0000000002b0bdd0]

Event: 55.217 Thread 0x00000000088a7800 1606            java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject::await (98 bytes)

Event: 55.234 Thread 0x00000000088a7800 nmethod 1606 0x0000000002b10050 code [0x0000000002b10260, 0x0000000002b10b10]

Event: 55.247 Thread 0x0000000008896000 1607            java.security.AccessControlContext::optimize (319 bytes)

Event: 55.258 Thread 0x0000000008896000 nmethod 1607 0x0000000002b1cc50 code [0x0000000002b1cdc0, 0x0000000002b1d708]

Event: 55.486 Thread 0x00000000088a7800 1608            java.util.concurrent.atomic.AtomicBoolean::compareAndSet (35 bytes)

Event: 55.486 Thread 0x00000000088a7800 nmethod 1608 0x0000000002b0e950 code [0x0000000002b0ea80, 0x0000000002b0ead8]

 

GC Heap History (10 events):

Event: 48.529 GC heap before

{Heap before GC invocations=21 (full 3):

PSYoungGen      total 303360K, used 262465K [0x00000000eaab0000, 0x0000000100000000, 0x0000000100000000)

  eden space 259776K, 100% used [0x00000000eaab0000,0x00000000fa860000,0x00000000fa860000)

  from space 43584K, 6% used [0x00000000fa860000,0x00000000fab004a0,0x00000000fd2f0000)

  to  space 43008K, 0% used [0x00000000fd600000,0x00000000fd600000,0x0000000100000000)

ParOldGen      total 156352K, used 104922K [0x00000000c0000000, 0x00000000c98b0000, 0x00000000eaab0000)

  object space 156352K, 67% used [0x00000000c0000000,0x00000000c6676900,0x00000000c98b0000)

PSPermGen      total 53952K, used 39084K [0x00000000bae00000, 0x00000000be2b0000, 0x00000000c0000000)

  object space 53952K, 72% used [0x00000000bae00000,0x00000000bd42b2d8,0x00000000be2b0000)

Event: 48.537 GC heap after

Heap after GC invocations=21 (full 3):

PSYoungGen      total 303168K, used 4495K [0x00000000eaab0000, 0x00000000ffd50000, 0x0000000100000000)

  eden space 262912K, 0% used [0x00000000eaab0000,0x00000000eaab0000,0x00000000fab70000)

  from space 40256K, 11% used [0x00000000fd600000,0x00000000fda63f00,0x00000000ffd50000)

  to  space 41920K, 0% used [0x00000000fab70000,0x00000000fab70000,0x00000000fd460000)

ParOldGen      total 156352K, used 104922K [0x00000000c0000000, 0x00000000c98b0000, 0x00000000eaab0000)

  object space 156352K, 67% used [0x00000000c0000000,0x00000000c6676900,0x00000000c98b0000)

PSPermGen      total 53952K, used 39084K [0x00000000bae00000, 0x00000000be2b0000, 0x00000000c0000000)

  object space 53952K, 72% used [0x00000000bae00000,0x00000000bd42b2d8,0x00000000be2b0000)

}

Event: 50.164 GC heap before

{Heap before GC invocations=22 (full 3):

PSYoungGen      total 303168K, used 267407K [0x00000000eaab0000, 0x00000000ffd50000, 0x0000000100000000)

  eden space 262912K, 100% used [0x00000000eaab0000,0x00000000fab70000,0x00000000fab70000)

  from space 40256K, 11% used [0x00000000fd600000,0x00000000fda63f00,0x00000000ffd50000)

  to  space 41920K, 0% used [0x00000000fab70000,0x00000000fab70000,0x00000000fd460000)

ParOldGen      total 156352K, used 104922K [0x00000000c0000000, 0x00000000c98b0000, 0x00000000eaab0000)

  object space 156352K, 67% used [0x00000000c0000000,0x00000000c6676900,0x00000000c98b0000)

PSPermGen      total 53952K, used 41678K [0x00000000bae00000, 0x00000000be2b0000, 0x00000000c0000000)

  object space 53952K, 77% used [0x00000000bae00000,0x00000000bd6b3bc0,0x00000000be2b0000)

Event: 50.174 GC heap after

Heap after GC invocations=22 (full 3):

PSYoungGen      total 304832K, used 5626K [0x00000000eaab0000, 0x00000000ffea0000, 0x0000000100000000)

  eden space 262912K, 0% used [0x00000000eaab0000,0x00000000eaab0000,0x00000000fab70000)

  from space 41920K, 13% used [0x00000000fab70000,0x00000000fb0ee950,0x00000000fd460000)

  to  space 40384K, 0% used [0x00000000fd730000,0x00000000fd730000,0x00000000ffea0000)

ParOldGen      total 156352K, used 104922K [0x00000000c0000000, 0x00000000c98b0000, 0x00000000eaab0000)

  object space 156352K, 67% used [0x00000000c0000000,0x00000000c6676900,0x00000000c98b0000)

PSPermGen      total 53952K, used 41678K [0x00000000bae00000, 0x00000000be2b0000, 0x00000000c0000000)

  object space 53952K, 77% used [0x00000000bae00000,0x00000000bd6b3bc0,0x00000000be2b0000)

}

Event: 51.336 GC heap before

{Heap before GC invocations=23 (full 3):

PSYoungGen      total 304832K, used 268538K [0x00000000eaab0000, 0x00000000ffea0000, 0x0000000100000000)

  eden space 262912K, 100% used [0x00000000eaab0000,0x00000000fab70000,0x00000000fab70000)

  from space 41920K, 13% used [0x00000000fab70000,0x00000000fb0ee950,0x00000000fd460000)

  to  space 40384K, 0% used [0x00000000fd730000,0x00000000fd730000,0x00000000ffea0000)

ParOldGen      total 156352K, used 104922K [0x00000000c0000000, 0x00000000c98b0000, 0x00000000eaab0000)

  object space 156352K, 67% used [0x00000000c0000000,0x00000000c6676900,0x00000000c98b0000)

PSPermGen      total 53952K, used 43520K [0x00000000bae00000, 0x00000000be2b0000, 0x00000000c0000000)

  object space 53952K, 80% used [0x00000000bae00000,0x00000000bd8802a0,0x00000000be2b0000)

Event: 51.354 GC heap after

Heap after GC invocations=23 (full 3):

PSYoungGen      total 303744K, used 7390K [0x00000000eaab0000, 0x00000000ffae0000, 0x0000000100000000)

  eden space 267200K, 0% used [0x00000000eaab0000,0x00000000eaab0000,0x00000000fafa0000)

  from space 36544K, 20% used [0x00000000fd730000,0x00000000fde67ae8,0x00000000ffae0000)

  to  space 38528K, 0% used [0x00000000fafa0000,0x00000000fafa0000,0x00000000fd540000)

ParOldGen      total 156352K, used 104922K [0x00000000c0000000, 0x00000000c98b0000, 0x00000000eaab0000)

  object space 156352K, 67% used [0x00000000c0000000,0x00000000c6676900,0x00000000c98b0000)

PSPermGen      total 53952K, used 43520K [0x00000000bae00000, 0x00000000be2b0000, 0x00000000c0000000)

  object space 53952K, 80% used [0x00000000bae00000,0x00000000bd8802a0,0x00000000be2b0000)

}

Event: 52.204 GC heap before

{Heap before GC invocations=24 (full 3):

PSYoungGen      total 303744K, used 274590K [0x00000000eaab0000, 0x00000000ffae0000, 0x0000000100000000)

  eden space 267200K, 100% used [0x00000000eaab0000,0x00000000fafa0000,0x00000000fafa0000)

  from space 36544K, 20% used [0x00000000fd730000,0x00000000fde67ae8,0x00000000ffae0000)

  to  space 38528K, 0% used [0x00000000fafa0000,0x00000000fafa0000,0x00000000fd540000)

ParOldGen      total 156352K, used 104922K [0x00000000c0000000, 0x00000000c98b0000, 0x00000000eaab0000)

  object space 156352K, 67% used [0x00000000c0000000,0x00000000c6676900,0x00000000c98b0000)

PSPermGen      total 53952K, used 44901K [0x00000000bae00000, 0x00000000be2b0000, 0x00000000c0000000)

  object space 53952K, 83% used [0x00000000bae00000,0x00000000bd9d97d0,0x00000000be2b0000)

Event: 52.217 GC heap after

Heap after GC invocations=24 (full 3):

PSYoungGen      total 305728K, used 7717K [0x00000000eaab0000, 0x00000000ffe50000, 0x0000000100000000)

  eden space 267200K, 0% used [0x00000000eaab0000,0x00000000eaab0000,0x00000000fafa0000)

  from space 38528K, 20% used [0x00000000fafa0000,0x00000000fb7297b8,0x00000000fd540000)

  to  space 36672K, 0% used [0x00000000fda80000,0x00000000fda80000,0x00000000ffe50000)

ParOldGen      total 156352K, used 104922K [0x00000000c0000000, 0x00000000c98b0000, 0x00000000eaab0000)

  object space 156352K, 67% used [0x00000000c0000000,0x00000000c6676900,0x00000000c98b0000)

PSPermGen      total 53952K, used 44901K [0x00000000bae00000, 0x00000000be2b0000, 0x00000000c0000000)

  object space 53952K, 83% used [0x00000000bae00000,0x00000000bd9d97d0,0x00000000be2b0000)

}

Event: 53.104 GC heap before

{Heap before GC invocations=25 (full 3):

PSYoungGen      total 305728K, used 274917K [0x00000000eaab0000, 0x00000000ffe50000, 0x0000000100000000)

  eden space 267200K, 100% used [0x00000000eaab0000,0x00000000fafa0000,0x00000000fafa0000)

  from space 38528K, 20% used [0x00000000fafa0000,0x00000000fb7297b8,0x00000000fd540000)

  to  space 36672K, 0% used [0x00000000fda80000,0x00000000fda80000,0x00000000ffe50000)

ParOldGen      total 156352K, used 104922K [0x00000000c0000000, 0x00000000c98b0000, 0x00000000eaab0000)

  object space 156352K, 67% used [0x00000000c0000000,0x00000000c6676900,0x00000000c98b0000)

PSPermGen      total 53952K, used 46475K [0x00000000bae00000, 0x00000000be2b0000, 0x00000000c0000000)

  object space 53952K, 86% used [0x00000000bae00000,0x00000000bdb62d98,0x00000000be2b0000)

Event: 53.122 GC heap after

Heap after GC invocations=25 (full 3):

PSYoungGen      total 306496K, used 9660K [0x00000000eaab0000, 0x00000000ff9f0000, 0x0000000100000000)

  eden space 274304K, 0% used [0x00000000eaab0000,0x00000000eaab0000,0x00000000fb690000)

  from space 32192K, 30% used [0x00000000fda80000,0x00000000fe3ef218,0x00000000ff9f0000)

  to  space 34496K, 0% used [0x00000000fb690000,0x00000000fb690000,0x00000000fd840000)

ParOldGen      total 156352K, used 104922K [0x00000000c0000000, 0x00000000c98b0000, 0x00000000eaab0000)

  object space 156352K, 67% used [0x00000000c0000000,0x00000000c6676900,0x00000000c98b0000)

PSPermGen      total 53952K, used 46475K [0x00000000bae00000, 0x00000000be2b0000, 0x00000000c0000000)

  object space 53952K, 86% used [0x00000000bae00000,0x00000000bdb62d98,0x00000000be2b0000)

}

 

Deoptimization events (10 events):

Event: 53.844 Thread 0x000000000a04d000 Uncommon trap -34 fr.pc 0x0000000002ae0bc4

Event: 53.845 Thread 0x000000000a04d000 Uncommon trap -34 fr.pc 0x0000000002ae0bc4

Event: 53.873 Thread 0x000000000a04d000 Uncommon trap -28 fr.pc 0x0000000002ba2b8c

Event: 53.874 Thread 0x000000000a04d000 Uncommon trap -28 fr.pc 0x00000000028328f0

Event: 53.874 Thread 0x000000000a04d000 Uncommon trap -28 fr.pc 0x00000000028348f0

Event: 53.874 Thread 0x000000000a04d000 Uncommon trap -28 fr.pc 0x00000000028341ac

Event: 54.072 Thread 0x000000000a04d000 Uncommon trap -58 fr.pc 0x0000000002afc4f8

Event: 54.073 Thread 0x000000000a04d000 Uncommon trap -58 fr.pc 0x0000000002afc4f8

Event: 54.086 Thread 0x000000000a04b800 Uncommon trap -34 fr.pc 0x0000000002a7b648

Event: 54.086 Thread 0x000000000a04b800 Uncommon trap -34 fr.pc 0x0000000002a7adb4

 

Internal exceptions (10 events):

Event: 54.418 Thread 0x000000000a049800 Threw 0x00000000fa1a3a18 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166

Event: 54.418 Thread 0x000000000a049800 Threw 0x00000000fa1a5ca0 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166

Event: 54.418 Thread 0x000000000a049800 Threw 0x00000000fa1a7cd0 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166

Event: 54.419 Thread 0x000000000a049800 Threw 0x00000000fa1ad768 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166

Event: 54.419 Thread 0x000000000a049800 Threw 0x00000000fa1af9f0 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166

Event: 54.419 Thread 0x000000000a049800 Threw 0x00000000fa1b1a20 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166

Event: 54.436 Thread 0x000000000a049800 Threw 0x00000000fa1b91b0 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166

Event: 54.436 Thread 0x000000000a049800 Threw 0x00000000fa1b95b0 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166

Event: 54.440 Thread 0x000000000a049800 Threw 0x00000000fa1c7528 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166

Event: 54.440 Thread 0x000000000a049800 Threw 0x00000000fa1c7928 at C:\jdk7u2_64p\jdk7u21\hotspot\src\share\vm\prims\jvm.cpp:1166

 

Events (10 events):

Event: 54.415 Executing VM operation: RevokeBias

Event: 54.415 Executing VM operation: RevokeBias done

Event: 54.415 Executing VM operation: RevokeBias

Event: 54.415 Executing VM operation: RevokeBias done

Event: 54.415 loading class 0x000000000d1278b0

Event: 54.415 loading class 0x000000000d1278b0 done

Event: 54.436 loading class 0x00000000088f86d0

Event: 54.436 loading class 0x00000000088f86d0 done

Event: 54.440 loading class 0x000000000c85dab0

Event: 54.440 loading class 0x000000000c85dab0 done

 

 

Dynamic libraries:

0x000000013f320000 - 0x000000013f353000    C:\Program Files\Java\jre7\bin\javaw.exe

0x0000000077270000 - 0x0000000077419000    C:\windows\SYSTEM32\ntdll.dll

0x0000000071a00000 - 0x0000000071a4d000    C:\Program Files\AVAST Software\Avast\snxhk64.dll

0x0000000077050000 - 0x000000007716f000    C:\windows\system32\KERNEL32.dll

0x000007fefda30000 - 0x000007fefda9b000    C:\windows\system32\KERNELBASE.dll

0x000007fefeef0000 - 0x000007fefefcb000    C:\windows\system32\ADVAPI32.dll

0x000007fefdea0000 - 0x000007fefdf3f000    C:\windows\system32\msvcrt.dll

0x000007fefddf0000 - 0x000007fefde0f000    C:\windows\SYSTEM32\sechost.dll

0x000007feff450000 - 0x000007feff57d000    C:\windows\system32\RPCRT4.dll

0x0000000077170000 - 0x000000007726a000    C:\windows\system32\USER32.dll

0x000007fefee80000 - 0x000007fefeee7000    C:\windows\system32\GDI32.dll

0x000007fefde90000 - 0x000007fefde9e000    C:\windows\system32\LPK.dll

0x000007fefefd0000 - 0x000007feff099000    C:\windows\system32\USP10.dll

0x000007fefc150000 - 0x000007fefc344000    C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll

0x000007fefdaa0000 - 0x000007fefdb11000    C:\windows\system32\SHLWAPI.dll

0x000007fefdb90000 - 0x000007fefdbbe000    C:\windows\system32\IMM32.DLL

0x000007fefed70000 - 0x000007fefee79000    C:\windows\system32\MSCTF.dll

0x0000000073f30000 - 0x0000000074001000    C:\Program Files\Java\jre7\bin\msvcr100.dll

0x000000006e530000 - 0x000000006ec51000    C:\Program Files\Java\jre7\bin\server\jvm.dll

0x000007fef8a70000 - 0x000007fef8a79000    C:\windows\system32\WSOCK32.dll

0x000007feff320000 - 0x000007feff36d000    C:\windows\system32\WS2_32.dll

0x000007fefdb20000 - 0x000007fefdb28000    C:\windows\system32\NSI.dll

0x000007fefb9d0000 - 0x000007fefba0b000    C:\windows\system32\WINMM.dll

0x0000000077430000 - 0x0000000077437000    C:\windows\system32\PSAPI.DLL

0x0000000074020000 - 0x000000007402f000    C:\Program Files\Java\jre7\bin\verify.dll

0x0000000073f00000 - 0x0000000073f28000    C:\Program Files\Java\jre7\bin\java.dll

0x0000000073ee0000 - 0x0000000073ef5000    C:\Program Files\Java\jre7\bin\zip.dll

0x000000006e390000 - 0x000000006e523000    C:\Program Files\Java\jre7\bin\awt.dll

0x000007feff370000 - 0x000007feff447000    C:\windows\system32\OLEAUT32.dll

0x000007fefdbe0000 - 0x000007fefdde3000    C:\windows\system32\ole32.dll

0x000007fefbe30000 - 0x000007fefbe86000    C:\windows\system32\uxtheme.dll

0x000007fefbb90000 - 0x000007fefbba8000    C:\windows\system32\dwmapi.dll

0x000007fefd600000 - 0x000007fefd60f000    C:\windows\system32\CRYPTBASE.dll

0x000007fefdfe0000 - 0x000007fefed68000    C:\windows\system32\SHELL32.dll

0x0000000073e60000 - 0x0000000073e9e000    C:\Program Files\Java\jre7\bin\fontmanager.dll

0x0000000073ec0000 - 0x0000000073ed9000    C:\Program Files\Java\jre7\bin\net.dll

0x000007fefcf40000 - 0x000007fefcf95000    C:\windows\system32\mswsock.dll

0x000007fefcf30000 - 0x000007fefcf37000    C:\windows\System32\wship6.dll

0x0000000073ea0000 - 0x0000000073eb1000    C:\Program Files\Java\jre7\bin\nio.dll

0x0000000072c50000 - 0x0000000072c91000    C:\Program Files\Java\jre7\bin\t2k.dll

0x0000000073ae0000 - 0x0000000073b04000    C:\Program Files\Java\jre7\bin\sunec.dll

0x000007fefb940000 - 0x000007fefb955000    C:\windows\system32\NLAapi.dll

0x000007fefb9b0000 - 0x000007fefb9c5000    C:\windows\system32\napinsp.dll

0x000007fefb7c0000 - 0x000007fefb7d9000    C:\windows\system32\pnrpnsp.dll

0x000007fefcdc0000 - 0x000007fefce1b000    C:\windows\system32\DNSAPI.dll

0x000007fefb9a0000 - 0x000007fefb9ab000    C:\windows\System32\winrnr.dll

0x000007fef8f20000 - 0x000007fef8f4f000    C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL

0x000007fefb090000 - 0x000007fefb0b7000    C:\windows\system32\IPHLPAPI.DLL

0x000007fefb070000 - 0x000007fefb07b000    C:\windows\system32\WINNSI.DLL

0x000007fefaf10000 - 0x000007fefaf63000    C:\windows\System32\fwpuclnt.dll

0x000007fef8590000 - 0x000007fef8598000    C:\windows\system32\rasadhlp.dll

0x000007fefcfa0000 - 0x000007fefcfb7000    C:\windows\system32\CRYPTSP.dll

0x000007fefcca0000 - 0x000007fefcce7000    C:\windows\system32\rsaenh.dll

0x000007fefc9d0000 - 0x000007fefc9ee000    C:\windows\system32\USERENV.dll

0x000007fefd6d0000 - 0x000007fefd6df000    C:\windows\system32\profapi.dll

0x0000000073e10000 - 0x0000000073e40000    C:\Program Files\Java\jre7\bin\jpeg.dll

0x000007fefdf40000 - 0x000007fefdfd9000    C:\windows\system32\CLBCatQ.DLL

0x000007fefb810000 - 0x000007fefb93a000    C:\windows\system32\WindowsCodecs.dll

0x000007fefd5a0000 - 0x000007fefd5f7000    C:\windows\system32\apphelp.dll

0x000007fef7790000 - 0x000007fef77cc000    C:\Users\bellingham\AppData\Local\Microsoft\SkyDrive\16.4.6013.0910\amd64\SkyDriveShell64.dll

0x000007fef7080000 - 0x000007fef7127000    C:\Users\bellingham\AppData\Local\Microsoft\SkyDrive\16.4.6013.0910\amd64\MSVCP110.dll

0x000007fef6e90000 - 0x000007fef6f5e000    C:\Users\bellingham\AppData\Local\Microsoft\SkyDrive\16.4.6013.0910\amd64\MSVCR110.dll

0x000007fefc7e0000 - 0x000007fefc7ec000    C:\windows\system32\VERSION.dll

0x0000000076b90000 - 0x0000000076ceb000    C:\windows\system32\WININET.dll

0x0000000077440000 - 0x0000000077443000    C:\windows\system32\Normaliz.dll

0x0000000076e40000 - 0x0000000077050000    C:\windows\system32\iertutil.dll

0x0000000076cf0000 - 0x0000000076e3d000    C:\windows\system32\urlmon.dll

0x0000000071240000 - 0x0000000071265000    C:\Program Files\AVAST Software\Avast\ashShA64.dll

0x000007fef6b70000 - 0x000007fef6e87000    C:\windows\system32\msi.dll

0x000007fef6b30000 - 0x000007fef6b65000    C:\windows\system32\EhStorShell.dll

0x000007feff140000 - 0x000007feff317000    C:\windows\system32\SETUPAPI.dll

0x000007fefd780000 - 0x000007fefd7b6000    C:\windows\system32\CFGMGR32.dll

0x000007fefda10000 - 0x000007fefda2a000    C:\windows\system32\DEVOBJ.dll

0x000007fefbea0000 - 0x000007fefbfcc000    C:\windows\system32\PROPSYS.dll

0x000007fef6ab0000 - 0x000007fef6b30000    C:\windows\system32\ntshrui.dll

0x000007fefd320000 - 0x000007fefd343000    C:\windows\system32\srvcli.dll

0x000007fef7f90000 - 0x000007fef7f9f000    C:\windows\system32\cscapi.dll

0x000007fefb170000 - 0x000007fefb17b000    C:\windows\system32\slc.dll

0x0000000072cc0000 - 0x0000000072cea000    C:\Program Files\Java\jre7\bin\dcpr.dll

0x000007fefc8b0000 - 0x000007fefc8b7000    C:\windows\System32\wshtcpip.dll

0x0000000073e00000 - 0x0000000073e0b000    C:\Program Files\Java\jre7\bin\sunmscapi.dll

0x000007fefd800000 - 0x000007fefd96a000    C:\windows\system32\CRYPT32.dll

0x000007fefd770000 - 0x000007fefd77f000    C:\windows\system32\MSASN1.dll

0x000007fef1d00000 - 0x000007fef1da0000    C:\windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\comctl32.dll

0x0000000180000000 - 0x0000000180048000    C:\Users\bellingham\AppData\Roaming\.technic\hexxit\bin\natives\lwjgl64.dll

0x000007feef350000 - 0x000007feef46d000    C:\windows\system32\OPENGL32.dll

0x000007fef6540000 - 0x000007fef656d000    C:\windows\system32\GLU32.dll

0x000007fef3ae0000 - 0x000007fef3bd1000    C:\windows\system32\DDRAW.dll

0x000007fefa8b0000 - 0x000007fefa8b8000    C:\windows\system32\DCIMAN32.dll

0x0000000073da0000 - 0x0000000073da7000    C:\Program Files\Java\jre7\bin\jawt.dll

0x00000000129c0000 - 0x0000000013c93000    C:\windows\system32\ig4icd64.dll

0x0000000072f20000 - 0x0000000072f2b000    C:\Program Files\Java\jre7\bin\management.dll

0x000007feed790000 - 0x000007feed8b2000    C:\Users\bellingham\AppData\Roaming\.technic\hexxit\bin\natives\OpenAL64.dll

0x000007fef64b0000 - 0x000007fef6538000    C:\windows\system32\dsound.dll

0x000007fefc040000 - 0x000007fefc06c000    C:\windows\system32\POWRPROF.dll

0x000007fefbfd0000 - 0x000007fefc01b000    C:\windows\System32\MMDevApi.dll

0x000007fefb320000 - 0x000007fefb35b000    C:\windows\system32\wdmaud.drv

0x0000000074840000 - 0x0000000074846000    C:\windows\system32\ksuser.dll

0x000007fefbe90000 - 0x000007fefbe99000    C:\windows\system32\AVRT.dll

0x000007fefb190000 - 0x000007fefb1df000    C:\windows\system32\AUDIOSES.DLL

0x000007fefa910000 - 0x000007fefa91a000    C:\windows\system32\msacm32.drv

0x000007fefa8f0000 - 0x000007fefa908000    C:\windows\system32\MSACM32.dll

0x000007fefa8e0000 - 0x000007fefa8e9000    C:\windows\system32\midimap.dll

0x000007feedb90000 - 0x000007feedcb5000    C:\windows\system32\dbghelp.dll

 

VM Arguments:

jvm_args: -Xmx1024m

java_command: org.spoutcraft.launcher.entrypoint.SpoutcraftLauncher -relaunched

Launcher Type: SUN_STANDARD

 

Environment Variables:

PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\;C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\x64\;C:\Program Files\Java\jre7\bin

USERNAME=bellingham

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

 

Memory: 4k page, physical 4140912k(2171360k free), swap 8279964k(5705328k free)

 

vm_info: Java HotSpot 64-Bit Server VM (23.21-b01) for windows-amd64 JRE (1.7.0_21-b11), built on Apr  4 2013 08:11:28 by "java_re" with unknown MS VC++:1600

 

time: Fri Jul 19 12:57:28 2013

elapsed time: 55 seconds

Link to comment
Share on other sites

I also get this - forge log

 

 

2013-07-19 15:09:19 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.2.23.737 for Minecraft 1.5.2 loading

2013-07-19 15:09:19 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.7.0_25, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7

2013-07-19 15:09:19 [FINE] [ForgeModLoader] Java classpath at launch is C:\Users\bellingham\Desktop\tom\TechnicLauncher (1).exe

2013-07-19 15:09:19 [FINE] [ForgeModLoader] Java library path at launch is C:\Program Files\Java\jre7\bin;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\;C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\x64\;C:\Program Files\Java\jre7\bin;.

2013-07-19 15:09:19 [FINE] [ForgeModLoader] Enabling runtime deobfuscation

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] All core mods are successfully located

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Discovering coremods

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Found a candidate coremod [1.5.2]TreeCapitator.Forge.1.5.2.r01.Uni.CoreMod.jar

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Loading coremod [1.5.2]TreeCapitator.Forge.1.5.2.r01.Uni.CoreMod.jar

2013-07-19 15:09:19 [WARNING] [ForgeModLoader] The coremod bspkrs.treecapitator.fml.asm.TreeCapitatorCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Loaded coremod [1.5.2]TreeCapitator.Forge.1.5.2.r01.Uni.CoreMod.jar

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.8.7.jar

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.8.7.jar

2013-07-19 15:09:19 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.8.7.jar

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Found a candidate coremod CoFHCore-1.5.2.4.jar

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Loading coremod CoFHCore-1.5.2.4.jar

2013-07-19 15:09:19 [WARNING] [ForgeModLoader] The coremod cofh.asm.CoFHPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Loaded coremod CoFHCore-1.5.2.4.jar

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Found a candidate coremod CustomPortForge.jar

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Loading coremod CustomPortForge.jar

2013-07-19 15:09:19 [WARNING] [ForgeModLoader] The coremod CustomLAN.CoreMod.CustomLANLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Loaded coremod CustomPortForge.jar

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Found a candidate coremod immibis-microblocks-55.0.1.jar

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Loading coremod immibis-microblocks-55.0.1.jar

2013-07-19 15:09:19 [WARNING] [ForgeModLoader] The coremod mods.immibis.microblocks.coremod.MicroblocksCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Loaded coremod immibis-microblocks-55.0.1.jar

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.5.2.28.jar

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.5.2.28.jar

2013-07-19 15:09:19 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.5.2.28.jar

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.2.zip present and correct in lib dir

2013-07-19 15:09:19 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir

2013-07-19 15:09:20 [iNFO] [sTDOUT] [CustomLAN]: Adding transformer map: customlan_at.cfg

2013-07-19 15:09:20 [FINEST] [ForgeModLoader] Running coremod plugins

2013-07-19 15:09:20 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2013-07-19 15:09:21 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d

2013-07-19 15:09:21 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2013-07-19 15:09:21 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2013-07-19 15:09:21 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2013-07-19 15:09:21 [FINEST] [ForgeModLoader] Running coremod plugin TreeCapitatorCorePlugin

2013-07-19 15:09:21 [FINEST] [ForgeModLoader] Coremod plugin TreeCapitatorCorePlugin run successfully

2013-07-19 15:09:21 [FINEST] [ForgeModLoader] Running coremod plugin CodeChickenCorePlugin

2013-07-19 15:09:22 [iNFO] [sTDOUT] Adding Accesstransformer map: codechickencore_at.cfg

2013-07-19 15:09:22 [FINEST] [ForgeModLoader] Coremod plugin CodeChickenCorePlugin run successfully

2013-07-19 15:09:22 [FINEST] [ForgeModLoader] Running coremod plugin CoFHPlugin

2013-07-19 15:09:22 [FINEST] [ForgeModLoader] Coremod plugin CoFHPlugin run successfully

2013-07-19 15:09:22 [FINEST] [ForgeModLoader] Running coremod plugin CustomLANLoadingPlugin

2013-07-19 15:09:22 [FINEST] [ForgeModLoader] Coremod plugin CustomLANLoadingPlugin run successfully

2013-07-19 15:09:22 [FINEST] [ForgeModLoader] Running coremod plugin MicroblocksCoreMod

2013-07-19 15:09:22 [FINEST] [ForgeModLoader] Coremod plugin MicroblocksCoreMod run successfully

2013-07-19 15:09:22 [FINEST] [ForgeModLoader] Running coremod plugin NEICorePlugin

2013-07-19 15:09:22 [iNFO] [sTDOUT] Adding Accesstransformer map: nei_at.cfg

2013-07-19 15:09:22 [FINEST] [ForgeModLoader] Coremod plugin NEICorePlugin run successfully

2013-07-19 15:09:22 [FINEST] [ForgeModLoader] Validating minecraft

2013-07-19 15:09:23 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2013-07-19 15:09:25 [iNFO] [sTDOUT] Inserted super call into azg.c

2013-07-19 15:09:25 [iNFO] [sTDOUT] ayl was overriden from NotEnoughItems 1.5.2.28.jar

2013-07-19 15:09:26 [iNFO] [sTDERR] Failed to load 64 bit library: Can't load library: C:\Users\bellingham\AppData\Roaming\.technic\hexxit\bin\natives\lwjgl64.dll

2013-07-19 15:09:26 [iNFO] [sTDOUT] FMLRelauncher.relaunchApplet

2013-07-19 15:09:26 [iNFO] [sTDERR] java.lang.reflect.InvocationTargetException

2013-07-19 15:09:26 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.reflect.Method.invoke(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:247)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.Launcher.replace(Launcher.java:108)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.reflect.Method.invoke(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:277)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.Launcher.init(Launcher.java:127)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.spoutcraft.launcher.GameLauncher.runGame(GameLauncher.java:200)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.spoutcraft.launcher.GameUpdater.runGame(GameUpdater.java:81)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.spoutcraft.launcher.skin.LoginFrame.onEvent(LoginFrame.java:300)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.spoutcraft.launcher.skin.LoginWorker.doInBackground(LoginWorker.java:102)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.jdesktop.swingworker.SwingWorker$1.call(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.util.concurrent.FutureTask.run(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.jdesktop.swingworker.SwingWorker.run(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR] Caused by: java.lang.UnsatisfiedLinkError: C:\Users\bellingham\AppData\Roaming\.technic\hexxit\bin\natives\lwjgl.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.ClassLoader$NativeLibrary.load(Native Method)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.ClassLoader.loadLibrary1(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.ClassLoader.loadLibrary0(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.ClassLoader.loadLibrary(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.Runtime.load0(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.System.load(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.lwjgl.Sys$1.run(Sys.java:69)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.security.AccessController.doPrivileged(Native Method)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.lwjgl.Sys.loadLibrary(Sys.java:81)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.lwjgl.Sys.<clinit>(Sys.java:98)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.func_71386_F(Minecraft.java:2576)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.util.Timer.<init>(SourceFile:20)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.<init>(Minecraft.java:154)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.client.MinecraftAppletImpl.<init>(SourceFile:38)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32)

2013-07-19 15:09:26 [iNFO] [sTDERR]    ... 27 more

2013-07-19 15:09:26 [iNFO] [sTDERR] java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

2013-07-19 15:09:26 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:287)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.Launcher.init(Launcher.java:127)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.spoutcraft.launcher.GameLauncher.runGame(GameLauncher.java:200)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.spoutcraft.launcher.GameUpdater.runGame(GameUpdater.java:81)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.spoutcraft.launcher.skin.LoginFrame.onEvent(LoginFrame.java:300)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.spoutcraft.launcher.skin.LoginWorker.doInBackground(LoginWorker.java:102)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.jdesktop.swingworker.SwingWorker$1.call(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.util.concurrent.FutureTask.run(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.jdesktop.swingworker.SwingWorker.run(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException

2013-07-19 15:09:26 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.reflect.Method.invoke(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:277)

2013-07-19 15:09:26 [iNFO] [sTDERR]    ... 14 more

2013-07-19 15:09:26 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

2013-07-19 15:09:26 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:254)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.Launcher.replace(Launcher.java:108)

2013-07-19 15:09:26 [iNFO] [sTDERR]    ... 19 more

2013-07-19 15:09:26 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException

2013-07-19 15:09:26 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.reflect.Method.invoke(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:247)

2013-07-19 15:09:26 [iNFO] [sTDERR]    ... 22 more

2013-07-19 15:09:26 [iNFO] [sTDERR] Caused by: java.lang.UnsatisfiedLinkError: C:\Users\bellingham\AppData\Roaming\.technic\hexxit\bin\natives\lwjgl.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.ClassLoader$NativeLibrary.load(Native Method)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.ClassLoader.loadLibrary1(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.ClassLoader.loadLibrary0(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.ClassLoader.loadLibrary(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.Runtime.load0(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.lang.System.load(Unknown Source)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.lwjgl.Sys$1.run(Sys.java:69)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at java.security.AccessController.doPrivileged(Native Method)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.lwjgl.Sys.loadLibrary(Sys.java:81)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at org.lwjgl.Sys.<clinit>(Sys.java:98)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.func_71386_F(Minecraft.java:2576)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.util.Timer.<init>(SourceFile:20)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.client.Minecraft.<init>(Minecraft.java:154)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.client.MinecraftAppletImpl.<init>(SourceFile:38)

2013-07-19 15:09:26 [iNFO] [sTDERR]    at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32)

2013-07-19 15:09:26 [iNFO] [sTDERR]    ... 27 more

2013-07-19 15:10:00 [iNFO] [sTDOUT] Exiting mod pack

 

 

 

 

Link to comment
Share on other sites

Do you have a mac? I have a mac running OS X 10.8.4, and my error report looks almost exactly like that.

_________________________________________________________________________________________________________________

2013-07-19 17:01:19 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.2.23.737 for Minecraft 1.5.2 loading

2013-07-19 17:01:19 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.7.0_25, running on Mac OS X:x86_64:10.8.4, installed at /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home

2013-07-19 17:01:19 [FINE] [ForgeModLoader] Java classpath at launch is /Users/desertedmango/Downloads/TechnicLauncher.jar

2013-07-19 17:01:19 [FINE] [ForgeModLoader] Java library path at launch is /Users/desertedmango/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.

2013-07-19 17:01:19 [FINE] [ForgeModLoader] Enabling runtime deobfuscation

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] All core mods are successfully located

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Discovering coremods

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Found a candidate coremod CoFHCore-1.5.2.4.jar

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Loading coremod CoFHCore-1.5.2.4.jar

2013-07-19 17:01:19 [WARNING] [ForgeModLoader] The coremod cofh.asm.CoFHPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Loaded coremod CoFHCore-1.5.2.4.jar

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.8.7.jar

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.8.7.jar

2013-07-19 17:01:19 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.8.7.jar

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Found a candidate coremod CustomPortForge.jar

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Loading coremod CustomPortForge.jar

2013-07-19 17:01:19 [WARNING] [ForgeModLoader] The coremod CustomLAN.CoreMod.CustomLANLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Loaded coremod CustomPortForge.jar

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.5.2.28.jar

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.5.2.28.jar

2013-07-19 17:01:19 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.5.2.28.jar

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Found a candidate coremod [1.5.2]TreeCapitator.Forge.1.5.2.r01.Uni.CoreMod.jar

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Loading coremod [1.5.2]TreeCapitator.Forge.1.5.2.r01.Uni.CoreMod.jar

2013-07-19 17:01:19 [WARNING] [ForgeModLoader] The coremod bspkrs.treecapitator.fml.asm.TreeCapitatorCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Loaded coremod [1.5.2]TreeCapitator.Forge.1.5.2.r01.Uni.CoreMod.jar

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Found a candidate coremod immibis-microblocks-55.0.1.jar

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Loading coremod immibis-microblocks-55.0.1.jar

2013-07-19 17:01:19 [WARNING] [ForgeModLoader] The coremod mods.immibis.microblocks.coremod.MicroblocksCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Loaded coremod immibis-microblocks-55.0.1.jar

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir

2013-07-19 17:01:19 [FINEST] [ForgeModLoader] Downloading file http://mirror.technicpack.net/Technic/lib/fml/deobfuscation_data_1.5.2.zip

2013-07-19 17:01:19 [iNFO] [ForgeModLoader] Downloading file http://mirror.technicpack.net/Technic/lib/fml/deobfuscation_data_1.5.2.zip

2013-07-19 17:01:20 [FINEST] [ForgeModLoader] Download complete

2013-07-19 17:01:20 [iNFO] [ForgeModLoader] Download complete

2013-07-19 17:01:20 [FINEST] [ForgeModLoader] Library file deobfuscation_data_1.5.2.zip was downloaded and verified successfully

2013-07-19 17:01:20 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir

2013-07-19 17:01:21 [iNFO] [sTDOUT] [CustomLAN]: Adding transformer map: customlan_at.cfg

2013-07-19 17:01:21 [FINEST] [ForgeModLoader] Running coremod plugins

2013-07-19 17:01:21 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2013-07-19 17:01:22 [iNFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d

2013-07-19 17:01:22 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2013-07-19 17:01:22 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2013-07-19 17:01:22 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2013-07-19 17:01:22 [FINEST] [ForgeModLoader] Running coremod plugin CoFHPlugin

2013-07-19 17:01:22 [FINEST] [ForgeModLoader] Coremod plugin CoFHPlugin run successfully

2013-07-19 17:01:22 [FINEST] [ForgeModLoader] Running coremod plugin CodeChickenCorePlugin

2013-07-19 17:01:23 [iNFO] [sTDOUT] Adding Accesstransformer map: codechickencore_at.cfg

2013-07-19 17:01:23 [FINEST] [ForgeModLoader] Coremod plugin CodeChickenCorePlugin run successfully

2013-07-19 17:01:23 [FINEST] [ForgeModLoader] Running coremod plugin CustomLANLoadingPlugin

2013-07-19 17:01:23 [FINEST] [ForgeModLoader] Coremod plugin CustomLANLoadingPlugin run successfully

2013-07-19 17:01:23 [FINEST] [ForgeModLoader] Running coremod plugin NEICorePlugin

2013-07-19 17:01:23 [iNFO] [sTDOUT] Adding Accesstransformer map: nei_at.cfg

2013-07-19 17:01:23 [FINEST] [ForgeModLoader] Coremod plugin NEICorePlugin run successfully

2013-07-19 17:01:23 [FINEST] [ForgeModLoader] Running coremod plugin TreeCapitatorCorePlugin

2013-07-19 17:01:23 [FINEST] [ForgeModLoader] Coremod plugin TreeCapitatorCorePlugin run successfully

2013-07-19 17:01:23 [FINEST] [ForgeModLoader] Running coremod plugin MicroblocksCoreMod

2013-07-19 17:01:23 [FINEST] [ForgeModLoader] Coremod plugin MicroblocksCoreMod run successfully

2013-07-19 17:01:23 [FINEST] [ForgeModLoader] Validating minecraft

2013-07-19 17:01:25 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2013-07-19 17:01:29 [iNFO] [sTDOUT] Inserted super call into azg.c

2013-07-19 17:01:29 [iNFO] [sTDOUT] ayl was overriden from NotEnoughItems 1.5.2.28.jar

2013-07-19 17:01:31 [iNFO] [sTDOUT] Generated BlockMobSpawner helper method.

2013-07-19 17:01:33 [iNFO] [sTDOUT] 229 recipes

2013-07-19 17:01:33 [iNFO] [sTDOUT] 27 achievements

2013-07-19 17:01:33 [iNFO] [Minecraft-Client] Setting user: zaphotep

2013-07-19 17:01:33 [iNFO] [sTDOUT] (Session ID is 8da08e7135652d54a8350a5df70984d289f7a1bb)

2013-07-19 17:01:33 [iNFO] [sTDERR] Initial mode: 1280 x 800 x 32 @0Hz

2013-07-19 17:01:33 [iNFO] [Minecraft-Client] LWJGL Version: 2.4.2

Link to comment
Share on other sites

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