iFlyyy Posted August 27, 2012 Posted August 27, 2012 I don't know why but while I am playings Tekkit just randomly exits out. It doesn't show and error log or anything. Sometimes its quick sometimes it takes hours, but it always exits out please help me.
Techpriest Posted August 27, 2012 Posted August 27, 2012 No solution for you! Come back with a bug report.
iFlyyy Posted August 27, 2012 Author Posted August 27, 2012 Well it seems like no one else has the problem so i thought it was just me :/
Techpriest Posted August 27, 2012 Posted August 27, 2012 One possible solution: Allocate more memory. It's probably when the launcher can allocate enough memory, and then Technic will said OUT OF MEMORY DERP.
Ross_Mitchell Posted August 27, 2012 Posted August 27, 2012 I have had a similar bug in the past, here is the bug report i got # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fee87c6220, pid=2440, tid=1984 # # JRE version: 7.0-b147 # Java VM: Java HotSpot 64-Bit Server VM (21.0-b17 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 (0x000000000cbea000): JavaThread "Thread-16" [_thread_in_native, id=1984, stack(0x0000000019c00000,0x0000000019d00000)] siginfo: ExceptionCode=0xc0000005, writing address 0xffffffff83dd9ce0 Registers: RAX=0x000000001a1a53f0, RBX=0xffffffff83dd9cc0, RCX=0x000000001a1a0000, RDX=0x0000000000000088 RSP=0x0000000019cff020, RBP=0x000000001a1ae440, RSI=0x00000000ffffffff, RDI=0x0000000000000005 R8 =0x000000001a1a53e0, R9 =0x000000001a1a53f0, R10=0x00000000027921bc, R11=0x000000001a1ae440 R12=0x000000001a1a6fe0, R13=0x000000073d501a58, R14=0x0000000019cff100, R15=0x000000000cbea000 RIP=0x000007fee87c6220, EFLAGS=0x0000000000010246 Top of Stack: (sp=0x0000000019cff020) 0x0000000019cff020: ffffffff83dd9cc0 00000000ffffffff 0x0000000019cff030: 000000073d4e2d80 0000000019cff098 0x0000000019cff040: 0000000000000000 00000000027921e9 0x0000000019cff050: 000000073d501a58 0000000019cff0d0 0x0000000019cff060: 0000000000000013 0000000000000005 0x0000000019cff070: 0000000083dd9cc0 0000000000000000 0x0000000019cff080: 00000007423c27f0 00000007d5e92850 0x0000000019cff090: 0000000019cff090 0000000000000000 0x0000000019cff0a0: 0000000019cff100 000000073d5047e8 0x0000000019cff0b0: 0000000000000000 000000073d501a58 0x0000000019cff0c0: 0000000000000000 0000000019cff0f0 0x0000000019cff0d0: 0000000019cff148 0000000002786038 0x0000000019cff0e0: 00000007420566c0 000000000278f018 0x0000000019cff0f0: 0000000083dd9cc0 0000000000001009 0x0000000019cff100: 000000001a1ae440 0000000019cff108 0x0000000019cff110: 000000073d4eb207 0000000019cff160 Instructions: (pc=0x000007fee87c6220) 0x000007fee87c6200: a1 00 00 83 60 08 00 48 83 60 10 00 89 18 c7 40 0x000007fee87c6210: 04 01 00 00 00 48 89 45 68 c7 45 70 01 00 00 00 0x000007fee87c6220: ff 43 20 eb 0a c7 85 74 01 00 00 30 10 00 00 89 0x000007fee87c6230: 5d 54 e9 c5 01 00 00 b9 03 a0 00 00 e9 b6 01 00 Register to memory mapping: RAX=0x000000001a1a53f0 is an unknown value RBX=0xffffffff83dd9cc0 is an unknown value RCX=0x000000001a1a0000 is an unknown value RDX=0x0000000000000088 is an unknown value RSP=0x0000000019cff020 is pointing into the stack for thread: 0x000000000cbea000 RBP=0x000000001a1ae440 is an unknown value RSI=0x00000000ffffffff is an unknown value RDI=0x0000000000000005 is an unknown value R8 =0x000000001a1a53e0 is an unknown value R9 =0x000000001a1a53f0 is an unknown value R10=0x00000000027921bc is an Interpreter codelet method entry point (kind = native) [0x0000000002791f40, 0x00000000027927c0] 2176 bytes R11=0x000000001a1ae440 is an unknown value R12=0x000000001a1a6fe0 is an unknown value R13=0x000000073d501a58 is an oop {method} - klass: {other class} R14=0x0000000019cff100 is pointing into the stack for thread: 0x000000000cbea000 R15=0x000000000cbea000 is a thread Stack: [0x0000000019c00000,0x0000000019d00000], sp=0x0000000019cff020, 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.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 ) 0x000000000dc7e800 JavaThread "Client write thread" [_thread_blocked, id=4060, stack(0x000000005a6e0000,0x000000005a7e0000)] 0x000000000dc82000 JavaThread "Client read thread" [_thread_in_native, id=3892, stack(0x0000000025930000,0x0000000025a30000)] 0x000000000dc82800 JavaThread "File IO Thread" [_thread_blocked, id=1444, stack(0x0000000025de0000,0x0000000025ee0000)] 0x000000000cbe9800 JavaThread "Thread-17" [_thread_blocked, id=4448, stack(0x0000000019eb0000,0x0000000019fb0000)] =>0x000000000cbea000 JavaThread "Thread-16" [_thread_in_native, id=1984, stack(0x0000000019c00000,0x0000000019d00000)] 0x000000000cbe8800 JavaThread "Thread-10" daemon [_thread_in_native, id=3616, stack(0x0000000015ea0000,0x0000000015fa0000)] 0x000000000cbe5000 JavaThread "Minecraft main thread" [_thread_blocked, id=844, stack(0x00000000120f0000,0x00000000121f0000)] 0x000000000cbe6800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=5044, stack(0x0000000011de0000,0x0000000011ee0000)] 0x000000000cbe8000 JavaThread "SwingWorker-pool-1-thread-6" daemon [_thread_blocked, id=3964, stack(0x0000000012320000,0x0000000012420000)] 0x000000000cbe7800 JavaThread "SwingWorker-pool-1-thread-5" daemon [_thread_blocked, id=4284, stack(0x0000000011c30000,0x0000000011d30000)] 0x000000000cbe6000 JavaThread "Image Animator 3" daemon [_thread_in_native, id=4688, stack(0x0000000011f90000,0x0000000012090000)] 0x000000000cbe3800 JavaThread "SwingWorker-pool-1-thread-4" daemon [_thread_blocked, id=3528, stack(0x0000000011930000,0x0000000011a30000)] 0x000000000cbe3000 JavaThread "DestroyJavaVM" [_thread_blocked, id=4908, stack(0x0000000002420000,0x0000000002520000)] 0x000000000cde8800 JavaThread "SwingWorker-pool-1-thread-3" daemon [_thread_blocked, id=852, stack(0x000000000fd20000,0x000000000fe20000)] 0x000000000cde6800 JavaThread "SwingWorker-pool-1-thread-2" daemon [_thread_blocked, id=4468, stack(0x000000000e810000,0x000000000e910000)] 0x000000000cdbb800 JavaThread "TimerQueue" daemon [_thread_blocked, id=3724, stack(0x000000000d720000,0x000000000d820000)] 0x000000000cae9000 JavaThread "SwingWorker-pool-1-thread-1" daemon [_thread_blocked, id=3524, stack(0x000000000d4f0000,0x000000000d5f0000)] 0x000000000848f800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=3972, stack(0x000000000c4a0000,0x000000000c5a0000)] 0x0000000008313800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3980, stack(0x000000000c2d0000,0x000000000c3d0000)] 0x00000000082d2000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3612, stack(0x0000000008680000,0x0000000008780000)] 0x00000000082d1800 JavaThread "AWT-Shutdown" [_thread_blocked, id=4964, stack(0x0000000008800000,0x0000000008900000)] 0x0000000006fa8800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4128, stack(0x0000000007fd0000,0x00000000080d0000)] 0x0000000006f39000 JavaThread "Service Thread" daemon [_thread_blocked, id=4372, stack(0x0000000007ba0000,0x0000000007ca0000)] 0x0000000006f35800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=1936, stack(0x0000000007ed0000,0x0000000007fd0000)] 0x0000000006f22000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4456, stack(0x0000000007d20000,0x0000000007e20000)] 0x0000000006f1b000 JavaThread "Attach Listener" daemon [_thread_blocked, id=5000, stack(0x0000000007950000,0x0000000007a50000)] 0x0000000006f16800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5116, stack(0x0000000007a70000,0x0000000007b70000)] 0x0000000006e8d800 JavaThread "Finalizer" daemon [_thread_blocked, id=3828, stack(0x0000000007790000,0x0000000007890000)] 0x0000000006e85800 JavaThread "Reference Handler" daemon [_thread_blocked, id=1776, stack(0x00000000075d0000,0x00000000076d0000)] Other Threads: 0x0000000006e81000 VMThread [stack: 0x0000000007400000,0x0000000007500000] [id=1080] 0x0000000006f52000 WatcherThread [stack: 0x0000000008150000,0x0000000008250000] [id=1768] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap PSYoungGen total 948096K, used 431673K [0x00000007c0000000, 0x00000007ffad0000, 0x0000000800000000) eden space 852416K, 42% used [0x00000007c0000000,0x00000007d5f5e4a0,0x00000007f4070000) from space 95680K, 75% used [0x00000007f4070000,0x00000007f86a0340,0x00000007f9de0000) to space 94080K, 0% used [0x00000007f9ef0000,0x00000007f9ef0000,0x00000007ffad0000) PSOldGen total 372032K, used 347434K [0x0000000740000000, 0x0000000756b50000, 0x00000007c0000000) object space 372032K, 93% used [0x0000000740000000,0x000000075534a940,0x0000000756b50000) PSPermGen total 59840K, used 46490K [0x000000073ae00000, 0x000000073e870000, 0x0000000740000000) object space 59840K, 77% used [0x000000073ae00000,0x000000073db66a80,0x000000073e870000) Code Cache [0x0000000002780000, 0x00000000033e0000, 0x0000000005780000) total_blobs=4295 nmethods=3436 adapters=807 free_code_cache=36678Kb largest_free_block=37379712 Dynamic libraries: 0x000000013f200000 - 0x000000013f233000 C:\Program Files\Java\jre7\bin\java.exe 0x0000000077a50000 - 0x0000000077bf9000 C:\Windows\SYSTEM32\ntdll.dll 0x0000000077620000 - 0x000000007773f000 C:\Windows\system32\kernel32.dll 0x000007fefd390000 - 0x000007fefd3fc000 C:\Windows\system32\KERNELBASE.dll 0x000007fefdb60000 - 0x000007fefdc3b000 C:\Windows\system32\ADVAPI32.dll 0x000007fefef20000 - 0x000007fefefbf000 C:\Windows\system32\msvcrt.dll 0x000007fefd790000 - 0x000007fefd7af000 C:\Windows\SYSTEM32\sechost.dll 0x000007fefec40000 - 0x000007fefed6d000 C:\Windows\system32\RPCRT4.dll 0x0000000077950000 - 0x0000000077a4a000 C:\Windows\system32\USER32.dll 0x000007fefefc0000 - 0x000007feff027000 C:\Windows\system32\GDI32.dll 0x000007feff030000 - 0x000007feff03e000 C:\Windows\system32\LPK.dll 0x000007fefed80000 - 0x000007fefee49000 C:\Windows\system32\USP10.dll 0x000007fefcb90000 - 0x000007fefcd84000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll 0x000007feff0c0000 - 0x000007feff131000 C:\Windows\system32\SHLWAPI.dll 0x000007fefee50000 - 0x000007fefee7e000 C:\Windows\system32\IMM32.DLL 0x000007fefd990000 - 0x000007fefda99000 C:\Windows\system32\MSCTF.dll 0x000000006b2c0000 - 0x000000006b391000 C:\Program Files\Java\jre7\bin\msvcr100.dll 0x00000000698a0000 - 0x0000000069f6e000 C:\Program Files\Java\jre7\bin\server\jvm.dll 0x000007fefade0000 - 0x000007fefade9000 C:\Windows\system32\WSOCK32.dll 0x000007feff140000 - 0x000007feff18d000 C:\Windows\system32\WS2_32.dll 0x000007fefed70000 - 0x000007fefed78000 C:\Windows\system32\NSI.dll 0x000007fefaa90000 - 0x000007fefaacb000 C:\Windows\system32\WINMM.dll 0x0000000077c10000 - 0x0000000077c17000 C:\Windows\system32\PSAPI.DLL 0x000000006da80000 - 0x000000006dab7000 C:\Program Files\Java\jre7\bin\splashscreen.dll 0x000007fefb570000 - 0x000007fefb5c6000 C:\Windows\system32\uxtheme.dll 0x0000000071db0000 - 0x0000000071dbf000 C:\Program Files\Java\jre7\bin\verify.dll 0x000000006e310000 - 0x000000006e338000 C:\Program Files\Java\jre7\bin\java.dll 0x0000000010000000 - 0x0000000010041000 C:\Program Files (x86)\ATI Technologies\HydraVision\HydraDMH64.dll 0x000000006e2f0000 - 0x000000006e305000 C:\Program Files\Java\jre7\bin\zip.dll 0x000007fefea30000 - 0x000007fefec33000 C:\Windows\system32\ole32.dll 0x000007fefd210000 - 0x000007fefd21f000 C:\Windows\system32\CRYPTBASE.dll 0x000000006b120000 - 0x000000006b2b3000 C:\Program Files\Java\jre7\bin\awt.dll 0x000007fefd6b0000 - 0x000007fefd787000 C:\Windows\system32\OLEAUT32.dll 0x000007fefb140000 - 0x000007fefb158000 C:\Windows\system32\DWMAPI.DLL 0x000007feec1f0000 - 0x000007feec3ef000 C:\Windows\system32\d3d9.dll 0x000007fefbbe0000 - 0x000007fefbbec000 C:\Windows\system32\VERSION.dll 0x000007feefc10000 - 0x000007feefc17000 C:\Windows\system32\d3d8thk.dll 0x000007fef62c0000 - 0x000007fef63cb000 C:\Windows\system32\aticfx64.dll 0x000007feefef0000 - 0x000007feefeff000 C:\Windows\system32\atiu9p64.dll 0x000007feebac0000 - 0x000007feec1e3000 C:\Windows\system32\atiumd64.dll 0x000000006f9f0000 - 0x000000006fe80000 C:\Windows\system32\atiumd6a.dll 0x000007fefdca0000 - 0x000007fefea28000 C:\Windows\system32\SHELL32.dll 0x0000000071b30000 - 0x0000000071b3b000 C:\Program Files\Java\jre7\bin\management.dll 0x000000006d5a0000 - 0x000000006d5d4000 C:\Program Files\Java\jre7\bin\fontmanager.dll 0x000000006e2b0000 - 0x000000006e2c9000 C:\Program Files\Java\jre7\bin\net.dll 0x000007fefc830000 - 0x000007fefc885000 C:\Windows\system32\mswsock.dll 0x000007fefc820000 - 0x000007fefc827000 C:\Windows\System32\wship6.dll 0x000000006b460000 - 0x000000006b471000 C:\Program Files\Java\jre7\bin\nio.dll 0x000000006b410000 - 0x000000006b451000 C:\Program Files\Java\jre7\bin\t2k.dll 0x000007fefbe30000 - 0x000007fefbe37000 C:\Windows\System32\wshtcpip.dll 0x000007fef5eb0000 - 0x000007fef5edf000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL 0x000007fefc6b0000 - 0x000007fefc70b000 C:\Windows\system32\DNSAPI.dll 0x000007fefa440000 - 0x000007fefa467000 C:\Windows\system32\IPHLPAPI.DLL 0x000007fefa420000 - 0x000007fefa42b000 C:\Windows\system32\WINNSI.DLL 0x000007fef5b90000 - 0x000007fef5b98000 C:\Windows\system32\rasadhlp.dll 0x000007fefa270000 - 0x000007fefa2c3000 C:\Windows\System32\fwpuclnt.dll 0x000007fefc890000 - 0x000007fefc8a7000 C:\Windows\system32\CRYPTSP.dll 0x000007fefc590000 - 0x000007fefc5d7000 C:\Windows\system32\rsaenh.dll 0x000007fefc2f0000 - 0x000007fefc30e000 C:\Windows\system32\USERENV.dll 0x000007fefd2e0000 - 0x000007fefd2ef000 C:\Windows\system32\profapi.dll 0x000007fefaa30000 - 0x000007fefaa45000 C:\Windows\system32\NLAapi.dll 0x000007fef4780000 - 0x000007fef4795000 C:\Windows\system32\napinsp.dll 0x000007fef47a0000 - 0x000007fef47b9000 C:\Windows\system32\pnrpnsp.dll 0x000007fef4770000 - 0x000007fef477b000 C:\Windows\System32\winrnr.dll 0x000000006b3e0000 - 0x000000006b404000 C:\Program Files\Java\jre7\bin\sunec.dll 0x000007fefee80000 - 0x000007fefef19000 C:\Windows\system32\CLBCatQ.DLL 0x000007fefafd0000 - 0x000007fefb0fa000 C:\Windows\system32\WindowsCodecs.dll 0x000007fefd170000 - 0x000007fefd1c7000 C:\Windows\system32\apphelp.dll 0x000007fef66b0000 - 0x000007fef66e5000 C:\Windows\system32\EhStorShell.dll 0x000007fefd7b0000 - 0x000007fefd987000 C:\Windows\system32\SETUPAPI.dll 0x000007fefd460000 - 0x000007fefd496000 C:\Windows\system32\CFGMGR32.dll 0x000007fefd400000 - 0x000007fefd41a000 C:\Windows\system32\DEVOBJ.dll 0x000007fefb5d0000 - 0x000007fefb6fc000 C:\Windows\system32\PROPSYS.dll 0x000007fef6630000 - 0x000007fef66b0000 C:\Windows\system32\ntshrui.dll 0x000007fefd070000 - 0x000007fefd093000 C:\Windows\system32\srvcli.dll 0x000007fef6620000 - 0x000007fef662f000 C:\Windows\system32\cscapi.dll 0x000007fefa9a0000 - 0x000007fefa9ab000 C:\Windows\system32\slc.dll 0x000000006b3b0000 - 0x000000006b3da000 C:\Program Files\Java\jre7\bin\dcpr.dll 0x000000006b0f0000 - 0x000000006b120000 C:\Program Files\Java\jre7\bin\jpeg.dll 0x0000000071e40000 - 0x0000000071e4b000 C:\Program Files\Java\jre7\bin\sunmscapi.dll 0x000007fefd4a0000 - 0x000007fefd60a000 C:\Windows\system32\CRYPT32.dll 0x000007fefd380000 - 0x000007fefd38f000 C:\Windows\system32\MSASN1.dll 0x0000000180000000 - 0x0000000180048000 C:\Users\Ross\AppData\Roaming\.techniclauncher\tekkit\bin\natives\lwjgl64.dll 0x000007fef2410000 - 0x000007fef252d000 C:\Windows\system32\OPENGL32.dll 0x000007fefaa60000 - 0x000007fefaa8d000 C:\Windows\system32\GLU32.dll 0x000007fef2310000 - 0x000007fef2401000 C:\Windows\system32\DDRAW.dll 0x000007fefabc0000 - 0x000007fefabc8000 C:\Windows\system32\DCIMAN32.dll 0x0000000071b20000 - 0x0000000071b27000 C:\Program Files\Java\jre7\bin\jawt.dll 0x000007fefaf00000 - 0x000007fefaf09000 C:\Windows\system32\atig6pxx.dll 0x0000000012420000 - 0x0000000013da3000 C:\Windows\system32\atio6axx.dll 0x000007fefa700000 - 0x000007fefa78b000 C:\Windows\system32\atiadlxx.dll 0x000007fefbce0000 - 0x000007fefbcf1000 C:\Windows\system32\WTSAPI32.dll 0x000007fefd420000 - 0x000007fefd45a000 C:\Windows\system32\WINTRUST.dll 0x000007fef5b70000 - 0x000007fef5b7e000 C:\Windows\system32\atig6txx.dll 0x0000000006db0000 - 0x0000000006dc6000 C:\Users\Ross\AppData\Roaming\.techniclauncher\tekkit\bin\natives\jinput-dx8_64.dll 0x000007fef4130000 - 0x000007fef416c000 C:\Windows\system32\DINPUT8.dll 0x000007fefb1b0000 - 0x000007fefb1bb000 C:\Windows\system32\HID.DLL 0x0000000007500000 - 0x0000000007514000 C:\Users\Ross\AppData\Roaming\.techniclauncher\tekkit\bin\natives\jinput-raw_64.dll 0x000007fee87c0000 - 0x000007fee88e2000 C:\Users\Ross\AppData\Roaming\.techniclauncher\tekkit\bin\natives\OpenAL64.dll 0x000007fef2530000 - 0x000007fef25b8000 C:\Windows\system32\dsound.dll 0x000007fefbcb0000 - 0x000007fefbcdc000 C:\Windows\system32\POWRPROF.dll 0x000007fefb160000 - 0x000007fefb1ab000 C:\Windows\System32\MMDevApi.dll 0x000007fef0ed0000 - 0x000007fef0f0b000 C:\Windows\system32\wdmaud.drv 0x00000000752e0000 - 0x00000000752e6000 C:\Windows\system32\ksuser.dll 0x000007fefaf10000 - 0x000007fefaf19000 C:\Windows\system32\AVRT.dll 0x000007fefa8e0000 - 0x000007fefa92f000 C:\Windows\system32\AUDIOSES.DLL 0x000007fefaee0000 - 0x000007fefaeea000 C:\Windows\system32\msacm32.drv 0x000007fefaec0000 - 0x000007fefaed8000 C:\Windows\system32\MSACM32.dll 0x000007fefae60000 - 0x000007fefae69000 C:\Windows\system32\midimap.dll VM Arguments: jvm_args: -Xmx3072m java_command: C:/Users/Ross/AppData/Roaming/.techniclauncher/technic-launcher.jar Launcher Type: SUN_STANDARD Environment Variables: PATH=C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;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\Intel\DMIX;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Live\Shared USERNAME=Ross OS=Windows_NT PROCESSOR_IDENTIFIER=AMD64 Family 16 Model 4 Stepping 2, AuthenticAMD --------------- S Y S T E M --------------- OS: Windows 7 , 64 bit Build 7601 Service Pack 1 CPU:total 4 (4 cores per cpu, 1 threads per core) family 16 model 4 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, popcnt, mmxext, 3dnowpref, lzcnt, sse4a Memory: 4k page, physical 8347968k(2721712k free), swap 16694084k(10072040k free) vm_info: Java HotSpot 64-Bit Server VM (21.0-b17) for windows-amd64 JRE (1.7.0-b147), built on Jun 27 2011 02:19:45 by "java_re" with unknown MS VC++:1600 time: Sun Jul 29 21:48:32 2012 elapsed time: 5424 seconds Sorry for large post
Techpriest Posted August 27, 2012 Posted August 27, 2012 HURR DURR, IMA Hijack cause im a person with mental thisorder. Get out. Now. If you keep hijacking threads, no one is going to help. Never mind, I found out you can solve this problem by deleting all of your system32 files. Since system32 is a Java virus that will disguise itself as a imporant software, but it's acutally a virus.
Ross_Mitchell Posted August 28, 2012 Posted August 28, 2012 Get out. Now. If you keep hijacking threads, no one is going to help. Never mind, I found out you can solve this problem by deleting all of your system32 files. Since system32 is a Java virus that will disguise itself as a imporant software, but it's acutally a virus. Sorry, I assumed the issue was similar and this would be of help to him as well.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now