Jump to content
  • 0

Tekkit crashing every 2-20 minutes


Jamie Hardwick

Question

Title: Tekkit crashing every 2-20 minutes

Version: 3.1.2

OS: Windows 8

Java Version: Java 7

Description of Problem:

My tekkit's been very strange for the past 4 months now, it crashes repeatedly between the space of 2-20 minutes. I've tried all solutions, reinstalling tekkit, force updating, updating Java, but none of these options work. I want to play tekkit with my friends, but this bug makes it difficult for me! Can someone please help me with this?!

Error Messages:

Error Log:


#

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

#

#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fe80166220, pid=7016, tid=4840

#

# JRE version: 7.0_01-b08

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

# Problematic frame:

# C  [OpenAL64.dll+0x6220]

#

# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows

#

# If you would like to submit a bug report, please visit:

#   http://bugreport.sun.com/bugreport/crash.jsp

# The crash happened outside the Java Virtual Machine in native code.

# See problematic frame for where to report the bug.

#



---------------  T H R E A D  ---------------



Current thread (0x00000000087cb000):  JavaThread "Thread-16" [_thread_in_native, id=4840, stack(0x00000000075d0000,0x00000000076d0000)]



siginfo: ExceptionCode=0xc0000005, writing address 0xffffffff8d0fd2b0



Registers:

RAX=0x000000000796e410, RBX=0xffffffff8d0fd290, RCX=0x29c1f9f35bba0000, RDX=0x0000000000120002

RSP=0x00000000076cf120, RBP=0x000000000796d9b0, RSI=0x00000000ffffffff, RDI=0x0000000000000005

R8 =0xfffffffffdfbffff, R9 =0x000000000796e0a0, R10=0x0000000000000019, R11=0x0000000000000013

R12=0x00000000079662b0, R13=0x000000073d51d5c0, R14=0x00000000076cf200, R15=0x00000000087cb000

RIP=0x000007fe80166220, EFLAGS=0x0000000000010246



Top of Stack: (sp=0x00000000076cf120)

0x00000000076cf120:   ffffffff8d0fd290 00000000ffffffff

0x00000000076cf130:   000000073d4fec18 00000000076cf198

0x00000000076cf140:   0000000000000000 00000000022521e9

0x00000000076cf150:   000000073d51d5c0 00000000076cf1d0

0x00000000076cf160:   0000000000000013 0000000000000005

0x00000000076cf170:   000000008d0fd290 0000000000000000

0x00000000076cf180:   00000007435ebe70 00000007c98e4d08

0x00000000076cf190:   00000000076cf190 0000000000000000

0x00000000076cf1a0:   00000000076cf200 000000073d520350

0x00000000076cf1b0:   0000000000000000 000000073d51d5c0

0x00000000076cf1c0:   0000000000000000 00000000076cf1f0

0x00000000076cf1d0:   00000000076cf248 0000000002246038

0x00000000076cf1e0:   00000007428d8268 000000000224f018

0x00000000076cf1f0:   000000008d0fd290 0000000000001009

0x00000000076cf200:   000000000796d9b0 00000000076cf208

0x00000000076cf210:   000000073d50e84f 00000000076cf260 



Instructions: (pc=0x000007fe80166220)

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

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

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

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





Register to memory mapping:



RAX=0x000000000796e410 is an unknown value

RBX=0xffffffff8d0fd290 is an unknown value

RCX=0x29c1f9f35bba0000 is an unknown value

RDX=0x0000000000120002 is an unknown value

RSP=0x00000000076cf120 is pointing into the stack for thread: 0x00000000087cb000

RBP=0x000000000796d9b0 is an unknown value

RSI=0x00000000ffffffff is an unknown value

RDI=0x0000000000000005 is an unknown value

R8 =0xfffffffffdfbffff is an unknown value

R9 =0x000000000796e0a0 is an unknown value

R10=0x0000000000000019 is an unknown value

R11=0x0000000000000013 is an unknown value

R12=0x00000000079662b0 is an unknown value

R13=0x000000073d51d5c0 is an oop

{method} 

 - klass: {other class}

R14=0x00000000076cf200 is pointing into the stack for thread: 0x00000000087cb000

R15=0x00000000087cb000 is a thread





Stack: [0x00000000075d0000,0x00000000076d0000],  sp=0x00000000076cf120,  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+51

v  ~StubRoutines::call_stub



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



Java Threads: ( => current thread )

  0x00000000087c8000 JavaThread "Client write thread" [_thread_blocked, id=6136, stack(0x000000002eaf0000,0x000000002ebf0000)]

  0x00000000087c7800 JavaThread "Client read thread" [_thread_in_native, id=5892, stack(0x000000002e9f0000,0x000000002eaf0000)]

  0x00000000087ce000 JavaThread "File IO Thread" [_thread_blocked, id=5564, stack(0x000000002b420000,0x000000002b520000)]

  0x00000000087cb800 JavaThread "Thread-17" [_thread_in_native, id=3828, stack(0x00000000076d0000,0x00000000077d0000)]

=>0x00000000087cb000 JavaThread "Thread-16" [_thread_in_native, id=4840, stack(0x00000000075d0000,0x00000000076d0000)]

  0x0000000007e06000 JavaThread "Thread-10" daemon [_thread_in_native, id=5912, stack(0x0000000019470000,0x0000000019570000)]

  0x0000000007e03000 JavaThread "Minecraft main thread" [_thread_blocked, id=6228, stack(0x0000000008e90000,0x0000000008f90000)]

  0x0000000007e05000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=68, stack(0x0000000008390000,0x0000000008490000)]

  0x0000000007e04800 JavaThread "SwingWorker-pool-1-thread-6" daemon [_thread_blocked, id=3976, stack(0x000000000ab00000,0x000000000ac00000)]

  0x0000000007e04000 JavaThread "SwingWorker-pool-1-thread-5" daemon [_thread_blocked, id=7024, stack(0x000000000aa00000,0x000000000ab00000)]

  0x0000000007e02800 JavaThread "SwingWorker-pool-1-thread-4" daemon [_thread_blocked, id=5488, stack(0x000000000a500000,0x000000000a600000)]

  0x0000000001e2a000 JavaThread "DestroyJavaVM" [_thread_blocked, id=6108, stack(0x0000000001f30000,0x0000000002030000)]

  0x0000000007df7000 JavaThread "SwingWorker-pool-1-thread-3" daemon [_thread_blocked, id=7064, stack(0x000000000a400000,0x000000000a500000)]

  0x0000000007df6800 JavaThread "SwingWorker-pool-1-thread-2" daemon [_thread_blocked, id=2628, stack(0x000000000a300000,0x000000000a400000)]

  0x0000000007cae800 JavaThread "TimerQueue" daemon [_thread_blocked, id=4520, stack(0x000000000a060000,0x000000000a160000)]

  0x0000000007e31000 JavaThread "SwingWorker-pool-1-thread-1" daemon [_thread_blocked, id=436, stack(0x0000000009f60000,0x000000000a060000)]

  0x0000000007ca5000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=5988, stack(0x0000000008490000,0x0000000008590000)]

  0x000000000660e000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4012, stack(0x0000000008280000,0x0000000008380000)]

  0x0000000007c80800 JavaThread "AWT-Shutdown" [_thread_blocked, id=4484, stack(0x0000000008180000,0x0000000008280000)]

  0x0000000006542000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2640, stack(0x0000000008080000,0x0000000008180000)]

  0x00000000064c7800 JavaThread "Service Thread" daemon [_thread_blocked, id=3308, stack(0x0000000007370000,0x0000000007470000)]

  0x00000000064c1000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=6516, stack(0x0000000007270000,0x0000000007370000)]

  0x00000000064bf000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=6308, stack(0x0000000007170000,0x0000000007270000)]

  0x00000000064be000 JavaThread "Attach Listener" daemon [_thread_blocked, id=3328, stack(0x0000000007070000,0x0000000007170000)]

  0x00000000064bb000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5128, stack(0x0000000006f70000,0x0000000007070000)]

  0x000000000645c000 JavaThread "Finalizer" daemon [_thread_blocked, id=1028, stack(0x0000000006e70000,0x0000000006f70000)]

  0x0000000006452000 JavaThread "Reference Handler" daemon [_thread_blocked, id=2636, stack(0x0000000006d70000,0x0000000006e70000)]



Other Threads:

  0x0000000006448800 VMThread [stack: 0x0000000006c70000,0x0000000006d70000] [id=6040]

  0x00000000064e4800 WatcherThread [stack: 0x0000000007470000,0x0000000007570000] [id=6500]



VM state:not at safepoint (normal execution)



VM Mutex/Monitor currently owned by a thread: None



Heap

 PSYoungGen      total 840128K, used 276715K [0x00000007c0000000, 0x00000007ff6b0000, 0x0000000800000000)

  eden space 645376K, 24% used [0x00000007c0000000,0x00000007c9a9e220,0x00000007e7640000)

  from space 194752K, 60% used [0x00000007f3520000,0x00000007fa8bcbf8,0x00000007ff350000)

  to   space 195456K, 0% used [0x00000007e7640000,0x00000007e7640000,0x00000007f3520000)

 PSOldGen        total 573760K, used 123039K [0x0000000740000000, 0x0000000763050000, 0x00000007c0000000)

  object space 573760K, 21% used [0x0000000740000000,0x0000000747827ee0,0x0000000763050000)

 PSPermGen       total 58688K, used 45028K [0x000000073ae00000, 0x000000073e750000, 0x0000000740000000)

  object space 58688K, 76% used [0x000000073ae00000,0x000000073d9f90b8,0x000000073e750000)



Code Cache  [0x0000000002240000, 0x0000000002a80000, 0x0000000005240000)

 total_blobs=3143 nmethods=2315 adapters=778 free_code_cache=40874Kb largest_free_block=41734528



Dynamic libraries:

0x000007f725720000 - 0x000007f725753000 	C:\Program Files\Java\jre7\bin\java.exe

0x000007fe8c410000 - 0x000007fe8c5ce000 	C:\Windows\SYSTEM32\ntdll.dll

0x000007fe8baf0000 - 0x000007fe8bc26000 	C:\Windows\system32\KERNEL32.DLL

0x000007fe894b0000 - 0x000007fe895a3000 	C:\Windows\system32\KERNELBASE.dll

0x000007fe8ba10000 - 0x000007fe8baee000 	C:\Windows\system32\ADVAPI32.dll

0x000007fe898b0000 - 0x000007fe899fc000 	C:\Windows\system32\USER32.dll

0x000007fe87060000 - 0x000007fe872c9000 	C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9200.16384_none_418c2a697189c07f\COMCTL32.dll

0x000007fe8bf40000 - 0x000007fe8bfe5000 	C:\Windows\system32\msvcrt.dll

0x000007fe8b530000 - 0x000007fe8b578000 	C:\Windows\SYSTEM32\sechost.dll

0x000007fe8b370000 - 0x000007fe8b4b0000 	C:\Windows\system32\RPCRT4.dll

0x000007fe8b700000 - 0x000007fe8b840000 	C:\Windows\system32\GDI32.dll

0x000007fe89810000 - 0x000007fe89849000 	C:\Windows\system32\IMM32.DLL

0x000007fe8c0a0000 - 0x000007fe8c1b5000 	C:\Windows\system32\MSCTF.dll

0x000007fe89280000 - 0x000007fe892c0000 	C:\Windows\system32\nvinitx.dll

0x0000000056030000 - 0x0000000056101000 	C:\Program Files\Java\jre7\bin\msvcr100.dll

0x0000000055960000 - 0x000000005602d000 	C:\Program Files\Java\jre7\bin\server\jvm.dll

0x000007fe81430000 - 0x000007fe81439000 	C:\Windows\SYSTEM32\WSOCK32.dll

0x000007fe86220000 - 0x000007fe86240000 	C:\Windows\SYSTEM32\WINMM.dll

0x000007fe8bf30000 - 0x000007fe8bf37000 	C:\Windows\system32\PSAPI.DLL

0x000007fe8b4b0000 - 0x000007fe8b508000 	C:\Windows\system32\WS2_32.dll

0x000007fe861d0000 - 0x000007fe86202000 	C:\Windows\SYSTEM32\WINMMBASE.dll

0x000007fe8ae90000 - 0x000007fe8ae99000 	C:\Windows\system32\NSI.dll

0x00000000555b0000 - 0x00000000555e7000 	C:\Program Files\Java\jre7\bin\splashscreen.dll

0x000007fe88080000 - 0x000007fe88166000 	C:\Windows\system32\uxtheme.dll

0x0000000055950000 - 0x000000005595f000 	C:\Program Files\Java\jre7\bin\verify.dll

0x0000000055920000 - 0x0000000055948000 	C:\Program Files\Java\jre7\bin\java.dll

0x0000000055900000 - 0x0000000055915000 	C:\Program Files\Java\jre7\bin\zip.dll

0x000007fe812a0000 - 0x000007fe812a8000 	c:\PROGRA~2\mcafee\SITEAD~1\x64\saHook.dll

0x000007fe8b580000 - 0x000007fe8b6fe000 	C:\Windows\system32\ole32.dll

0x000007fe8aea0000 - 0x000007fe8af63000 	C:\Windows\system32\OLEAUT32.dll

0x000007fe8b860000 - 0x000007fe8ba10000 	C:\Windows\SYSTEM32\combase.dll

0x000007fe890d0000 - 0x000007fe890da000 	C:\Windows\SYSTEM32\CRYPTBASE.dll

0x000007fe89070000 - 0x000007fe890cc000 	C:\Windows\SYSTEM32\bcryptPrimitives.dll

0x000007fe6af30000 - 0x000007fe6b15f000 	C:\Program Files\Acer\Acer Power Management\SysHook.dll

0x000007fe86210000 - 0x000007fe86217000 	C:\Windows\SYSTEM32\MSIMG32.dll

0x000007fe8bff0000 - 0x000007fe8c091000 	C:\Windows\system32\COMDLG32.dll

0x000007fe85d30000 - 0x000007fe85dad000 	C:\Windows\SYSTEM32\WINSPOOL.DRV

0x000007fe89ba0000 - 0x000007fe8ae88000 	C:\Windows\system32\SHELL32.dll

0x000007fe8c260000 - 0x000007fe8c2b0000 	C:\Windows\system32\SHLWAPI.dll

0x000007fe85e60000 - 0x000007fe86000000 	C:\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.9200.16518_none_726fbfe0cc22f012\gdiplus.dll

0x000007fe85860000 - 0x000007fe858c9000 	C:\Windows\SYSTEM32\OLEACC.dll

0x000007fe88450000 - 0x000007fe884e6000 	C:\Windows\SYSTEM32\SHCORE.DLL

0x000007fe87790000 - 0x000007fe877b1000 	C:\Windows\system32\dwmapi.dll

0x0000000055760000 - 0x00000000558f3000 	C:\Program Files\Java\jre7\bin\awt.dll

0x000007fe83390000 - 0x000007fe8342f000 	C:\Windows\system32\apphelp.dll

0x000007fe8c1c0000 - 0x000007fe8c256000 	C:\Windows\SYSTEM32\clbcatq.dll

0x00000000561d0000 - 0x00000000561db000 	C:\Program Files\Java\jre7\bin\management.dll

0x0000000055690000 - 0x00000000556c4000 	C:\Program Files\Java\jre7\bin\fontmanager.dll

0x0000000055740000 - 0x0000000055759000 	C:\Program Files\Java\jre7\bin\net.dll

0x000007fe88ae0000 - 0x000007fe88b3c000 	C:\Windows\system32\mswsock.dll

0x0000000055670000 - 0x0000000055681000 	C:\Program Files\Java\jre7\bin\nio.dll

0x00000000555f0000 - 0x0000000055631000 	C:\Program Files\Java\jre7\bin\t2k.dll

0x000007fe88920000 - 0x000007fe889b8000 	C:\Windows\SYSTEM32\DNSAPI.dll

0x000007fe80cc0000 - 0x000007fe80cc8000 	C:\Windows\System32\rasadhlp.dll

0x000007fe85e20000 - 0x000007fe85e4a000 	C:\Windows\SYSTEM32\IPHLPAPI.DLL

0x000007fe85df0000 - 0x000007fe85dfa000 	C:\Windows\SYSTEM32\WINNSI.DLL

0x000007fe85800000 - 0x000007fe8585f000 	C:\Windows\System32\fwpuclnt.dll

0x000007fe88b40000 - 0x000007fe88b5a000 	C:\Windows\SYSTEM32\CRYPTSP.dll

0x000007fe887c0000 - 0x000007fe88809000 	C:\Windows\system32\rsaenh.dll

0x000007fe888c0000 - 0x000007fe888df000 	C:\Windows\SYSTEM32\USERENV.dll

0x000007fe892d0000 - 0x000007fe892e5000 	C:\Windows\SYSTEM32\profapi.dll

0x000007fe7e700000 - 0x000007fe7e714000 	C:\Windows\system32\napinsp.dll

0x000007fe7e720000 - 0x000007fe7e738000 	C:\Windows\system32\pnrpnsp.dll

0x000007fe87530000 - 0x000007fe87546000 	C:\Windows\system32\NLAapi.dll

0x000007fe7e7f0000 - 0x000007fe7e802000 	C:\Windows\System32\winrnr.dll

0x000007fe7e420000 - 0x000007fe7e434000 	C:\Windows\system32\wshbth.dll

0x0000000055640000 - 0x0000000055664000 	C:\Program Files\Java\jre7\bin\sunec.dll

0x000007fe872d0000 - 0x000007fe8745a000 	C:\Windows\SYSTEM32\WindowsCodecs.dll

0x0000000056190000 - 0x00000000561ba000 	C:\Program Files\Java\jre7\bin\dcpr.dll

0x0000000055730000 - 0x000000005573b000 	C:\Program Files\Java\jre7\bin\sunmscapi.dll

0x000007fe89630000 - 0x000007fe89807000 	C:\Windows\system32\CRYPT32.dll

0x000007fe89380000 - 0x000007fe89396000 	C:\Windows\system32\MSASN1.dll

0x0000000180000000 - 0x0000000180048000 	C:\Users\Jamie\AppData\Roaming\.techniclauncher\tekkit\bin\natives\lwjgl64.dll

0x000007fe7b590000 - 0x000007fe7b6af000 	C:\Windows\SYSTEM32\OPENGL32.dll

0x000007fe863f0000 - 0x000007fe863f9000 	C:\Windows\SYSTEM32\VERSION.dll

0x000007fe7e5c0000 - 0x000007fe7e5ec000 	C:\Windows\SYSTEM32\GLU32.dll

0x000007fe7dc40000 - 0x000007fe7dd2a000 	C:\Windows\SYSTEM32\DDRAW.dll

0x000007fe84120000 - 0x000007fe84128000 	C:\Windows\SYSTEM32\DCIMAN32.dll

0x00000000561c0000 - 0x00000000561c7000 	C:\Program Files\Java\jre7\bin\jawt.dll

0x000007fe68e10000 - 0x000007fe698e9000 	C:\Windows\SYSTEM32\ig7icd64.dll

0x000000000a850000 - 0x000000000a866000 	C:\Users\Jamie\AppData\Roaming\.techniclauncher\tekkit\bin\natives\jinput-dx8_64.dll

0x000007fe7b510000 - 0x000007fe7b54c000 	C:\Windows\SYSTEM32\DINPUT8.dll

0x000007fe88510000 - 0x000007fe8851c000 	C:\Windows\SYSTEM32\HID.DLL

0x000007fe8af70000 - 0x000007fe8b140000 	C:\Windows\system32\SETUPAPI.DLL

0x000007fe895b0000 - 0x000007fe895ff000 	C:\Windows\system32\CFGMGR32.dll

0x000007fe89600000 - 0x000007fe89622000 	C:\Windows\system32\DEVOBJ.dll

0x000007fe89450000 - 0x000007fe894a5000 	C:\Windows\system32\WINTRUST.dll

0x000000000a9e0000 - 0x000000000a9f4000 	C:\Users\Jamie\AppData\Roaming\.techniclauncher\tekkit\bin\natives\jinput-raw_64.dll

0x000007fe80160000 - 0x000007fe80282000 	C:\Users\Jamie\AppData\Roaming\.techniclauncher\tekkit\bin\natives\OpenAL64.dll

0x000007fe7b0f0000 - 0x000007fe7b17b000 	C:\Windows\SYSTEM32\dsound.dll

0x000007fe89230000 - 0x000007fe89273000 	C:\Windows\SYSTEM32\POWRPROF.dll

0x000007fe86890000 - 0x000007fe868f2000 	C:\Windows\System32\MMDevApi.dll

0x000007fe7b550000 - 0x000007fe7b589000 	C:\Windows\SYSTEM32\wdmaud.drv

0x000007fe7e850000 - 0x000007fe7e857000 	C:\Windows\SYSTEM32\ksuser.dll

0x000007fe86510000 - 0x000007fe86519000 	C:\Windows\SYSTEM32\AVRT.dll

0x000007fe82800000 - 0x000007fe82872000 	C:\Windows\SYSTEM32\AUDIOSES.DLL

0x000007fe822a0000 - 0x000007fe822ab000 	C:\Windows\SYSTEM32\msacm32.drv

0x000007fe7fb40000 - 0x000007fe7fb59000 	C:\Windows\SYSTEM32\MSACM32.dll

0x000007fe82290000 - 0x000007fe82299000 	C:\Windows\SYSTEM32\midimap.dll



VM Arguments:

jvm_args: -Xmx3072m 

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

Launcher Type: SUN_STANDARD



Environment Variables:

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

USERNAME=Jamie

OS=Windows_NT

PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel







---------------  S Y S T E M  ---------------



OS: Windows NT 6.2 Build 9200 



CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht



Memory: 4k page, physical 6102292k(2135604k free), swap 8002836k(2064500k free)



vm_info: Java HotSpot 64-Bit Server VM (21.1-b02) for windows-amd64 JRE (1.7.0_01-b08), built on Oct  3 2011 01:39:25 by "java_re" with unknown MS VC++:1600



time: Sat Apr 13 21:06:07 2013

elapsed time: 694 seconds

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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