Hi, I host a server locally for a few friends and I to play on, but ever since I updated it to 1.4 (I think it started in the pre-release, but I didn't really go into the Nether before then anyway), it just shuts down, and I get a java error report. This is the most recent one.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000c1e0f188, pid=4436, tid=4416
#
# JRE version: 6.0_31-b05
# Java VM: Java HotSpotâ„¢ 64-Bit Server VM (20.6-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C 0x00000000c1e0f188
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/...eport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x00000000069f9800): JavaThread "Minecraft main thread" daemon [_thread_in_Java, id=4416, stack(0x000000000f2e0000,0x000000000f3e0000)]
RAX=0x00000000f4614318 is an oop
amw
- klass: 'amw'
RBX=0x00000000bc044d18 is an oop
{method}
- klass: {other class}
RCX=0x0000000000000010 is an unknown value
RDX=0x00000000c1e1dd18 is an oop
amx
- klass: 'amx'
RSP=0x000000000f3df590 is pointing into the stack for thread: 0x00000000069f9800
RBP=0x00000000bbfd5650 is an oop
{constMethod}
- klass: {other class}
- method: 0x00000000bbfd5660 {method} 'I' '()Z' in 'lb'
- exceptions: 0x00000000bae01ef8
bci_from(00000000BBFD5650) = 32; print_codes():
RSI=0x0000000000000000 is an unknown value
RDI=0x00000000026159c9 is an Interpreter codelet
return entry points [0x00000000026151e0, 0x00000000026167a0] 5568 bytes
R8 =0x00000000c1e1dd18 is an oop
amx
- klass: 'amx'
R9 =0x0000000000000223 is an unknown value
R10=0x00000000c1cc4bd0 is an oop
aff
- klass: 'aff'
R11=0x00000000c1e1dd40 is an oop
java.util.ArrayList
- klass: 'java/util/ArrayList'
R12=0x0000000000000000 is an unknown value
R13=0x000000000f3df670 is pointing into the stack for thread: 0x00000000069f9800
R14=0x0000000000000000 is an unknown value
R15=0x00000000069f9800 is a thread
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 152896K, used 111898K [0x00000000eaab0000, 0x00000000f5550000, 0x0000000100000000)
eden space 131072K, 69% used [0x00000000eaab0000,0x00000000f03294d8,0x00000000f2ab0000)
from space 21824K, 97% used [0x00000000f4000000,0x00000000f54cd488,0x00000000f5550000)
to space 21824K, 0% used [0x00000000f2ab0000,0x00000000f2ab0000,0x00000000f4000000)
PSOldGen total 349568K, used 32144K [0x00000000c0000000, 0x00000000d5560000, 0x00000000eaab0000)
object space 349568K, 9% used [0x00000000c0000000,0x00000000c1f642e0,0x00000000d5560000)
PSPermGen total 62272K, used 28639K [0x00000000bae00000, 0x00000000bead0000, 0x00000000c0000000)
object space 62272K, 45% used [0x00000000bae00000,0x00000000bc9f7ff0,0x00000000bead0000)
vm_info: Java HotSpotâ„¢ 64-Bit Server VM (20.6-b01) for windows-amd64 JRE (1.6.0_31-b05), built on Feb 3 2012 18:34:57 by "java_re" with MS VC++ 8.0 (VS2005)
time: Sat Oct 27 17:17:43 2012
elapsed time: 23 seconds
If anyone could help me out or give me some advice, I'd greatly appreciate it.
Possible fix:
I had a similar problem, my single-player game crashed in the nether, and would crash upon restart every time I loaded the map.
I was running on Windows 7 64-bit, Java 6 64-bit with a bat file
set JAVA="c:\Program Files\Java\jre6\bin\javaw.exe"
%JAVA% -Xmx4096m -Xms2048m -jar "C:\Users\Ken\Documents\games\minecraft\Minecraft.exe"
I changed this to point at Java 7 64 bit, and this seems to have completely fixed the problem
set JAVA="c:\Program Files\Java\jre7\bin\javaw.exe"
%JAVA% -Xmx4096m -Xms2048m -jar "C:\Users\Ken\Documents\games\minecraft\Minecraft.exe"
Versions: (old) 1.6.0_31, (new) 1.7.0_09
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000c1e0f188, pid=4436, tid=4416
#
# JRE version: 6.0_31-b05
# Java VM: Java HotSpotâ„¢ 64-Bit Server VM (20.6-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C 0x00000000c1e0f188
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/...eport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x00000000069f9800): JavaThread "Minecraft main thread" daemon [_thread_in_Java, id=4416, stack(0x000000000f2e0000,0x000000000f3e0000)]
siginfo: ExceptionCode=0xc0000005, ExceptionInformation=0x0000000000000008 0x00000000c1e0f188
Registers:
RAX=0x00000000f4614318, RBX=0x00000000bc044d18, RCX=0x0000000000000010, RDX=0x00000000c1e1dd18
RSP=0x000000000f3df590, RBP=0x00000000bbfd5650, RSI=0x0000000000000000, RDI=0x00000000026159c9
R8 =0x00000000c1e1dd18, R9 =0x0000000000000223, R10=0x00000000c1cc4bd0, R11=0x00000000c1e1dd40
R12=0x0000000000000000, R13=0x000000000f3df670, R14=0x0000000000000000, R15=0x00000000069f9800
RIP=0x00000000c1e0f188, EFLAGS=0x0000000000010246
Top of Stack: (sp=0x000000000f3df590)
0x000000000f3df590: 00000000bc928b68 00000000bc9ee370
0x000000000f3df5a0: 00000000bbfd5660 0000000000000000
0x000000000f3df5b0: 000000000f3df610 0000000002615b22
0x000000000f3df5c0: 0000000002615b22 00000000c10c5a18
0x000000000f3df5d0: 000000000f3df5d0 00000000bbfd3b65
0x000000000f3df5e0: 000000000f3df648 00000000bc928b68
0x000000000f3df5f0: 00000000bc9ee1f8 0000000000000247
0x000000000f3df600: 0000000000000000 000000000f3df648
0x000000000f3df610: 00000000c1e1dd18 0000000002615b22
0x000000000f3df620: 0000000000000000 0000000000000000
0x000000000f3df630: 0000000000000000 00000000f43a85a0
0x000000000f3df640: 000000000f3df640 00000000bbfd3e60
0x000000000f3df650: 000000000f3df6e8 00000000026159c9
0x000000000f3df660: 0000000000000000 00000000026159c9
0x000000000f3df670: fff8000000000000 000000000f3df698
0x000000000f3df680: fff8000000000000 0000000002615b22
Instructions: (pc=0x00000000c1e0f188)
0x00000000c1e0f168: 01 00 00 00 00 00 00 00 60 0e e0 ba 10 00 00 00
0x00000000c1e0f178: 1d 8b 1c 1e a1 e2 d2 83 d5 2c b9 b8 8d aa 27 1d
0x00000000c1e0f188: 05 00 00 00 00 00 00 00 68 b0 fa bb 0b 00 00 00
0x00000000c1e0f198: ff ff ff 00 00 00 00 00 26 32 a0 ef 5f f3 6e 3c
Register to memory mapping:
RAX=0x00000000f4614318 is an oop
amw
- klass: 'amw'
RBX=0x00000000bc044d18 is an oop
{method}
- klass: {other class}
RCX=0x0000000000000010 is an unknown value
RDX=0x00000000c1e1dd18 is an oop
amx
- klass: 'amx'
RSP=0x000000000f3df590 is pointing into the stack for thread: 0x00000000069f9800
RBP=0x00000000bbfd5650 is an oop
{constMethod}
- klass: {other class}
- method: 0x00000000bbfd5660 {method} 'I' '()Z' in 'lb'
- exceptions: 0x00000000bae01ef8
bci_from(00000000BBFD5650) = 32; print_codes():
RSI=0x0000000000000000 is an unknown value
RDI=0x00000000026159c9 is an Interpreter codelet
return entry points [0x00000000026151e0, 0x00000000026167a0] 5568 bytes
R8 =0x00000000c1e1dd18 is an oop
amx
- klass: 'amx'
R9 =0x0000000000000223 is an unknown value
R10=0x00000000c1cc4bd0 is an oop
aff
- klass: 'aff'
R11=0x00000000c1e1dd40 is an oop
java.util.ArrayList
- klass: 'java/util/ArrayList'
R12=0x0000000000000000 is an unknown value
R13=0x000000000f3df670 is pointing into the stack for thread: 0x00000000069f9800
R14=0x0000000000000000 is an unknown value
R15=0x00000000069f9800 is a thread
Stack: [0x000000000f2e0000,0x000000000f3e0000], sp=0x000000000f3df590, free space=1021k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x00000000c1e0f188
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x0000000006ca2000 JavaThread "Client write thread" daemon [_thread_blocked, id=1196, stack(0x0000000014550000,0x0000000014650000)]
0x0000000006ca3800 JavaThread "Client read thread" daemon [_thread_in_native, id=2420, stack(0x0000000014350000,0x0000000014450000)]
0x0000000006ca1000 JavaThread "Thread-16" daemon [_thread_in_native, id=1092, stack(0x0000000014250000,0x0000000014350000)]
0x0000000006c9f000 JavaThread "Thread-13" daemon [_thread_blocked, id=4552, stack(0x0000000012580000,0x0000000012680000)]
0x0000000006c9e800 JavaThread "Thread-12" daemon [_thread_blocked, id=1844, stack(0x0000000012480000,0x0000000012580000)]
=>0x00000000069f9800 JavaThread "Minecraft main thread" daemon [_thread_in_Java, id=4416, stack(0x000000000f2e0000,0x000000000f3e0000)]
0x000000000bcb1800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=6128, stack(0x000000000f1e0000,0x000000000f2e0000)]
0x000000000bc2d000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=5012, stack(0x000000000eee0000,0x000000000efe0000)]
0x000000000bf2a800 JavaThread "TimerQueue" daemon [_thread_blocked, id=6084, stack(0x000000000cab0000,0x000000000cbb0000)]
0x000000000a82e000 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=5444, stack(0x000000000aff0000,0x000000000b0f0000)]
0x000000000051b000 JavaThread "DestroyJavaVM" [_thread_blocked, id=4540, stack(0x0000000002510000,0x0000000002610000)]
0x0000000006b08000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=5948, stack(0x000000000a410000,0x000000000a510000)]
0x0000000006ab2800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5920, stack(0x00000000072c0000,0x00000000073c0000)]
0x000000000632d000 JavaThread "AWT-Shutdown" [_thread_blocked, id=5924, stack(0x00000000071c0000,0x00000000072c0000)]
0x000000000632c800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6012, stack(0x00000000070c0000,0x00000000071c0000)]
0x0000000006223800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2220, stack(0x00000000067d0000,0x00000000068d0000)]
0x000000000621d000 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=2788, stack(0x00000000066d0000,0x00000000067d0000)]
0x000000000061c800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=1396, stack(0x00000000065d0000,0x00000000066d0000)]
0x000000000061a800 JavaThread "Attach Listener" daemon [_thread_blocked, id=3252, stack(0x00000000064d0000,0x00000000065d0000)]
0x000000000061a000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1048, stack(0x00000000063d0000,0x00000000064d0000)]
0x0000000000606800 JavaThread "Finalizer" daemon [_thread_blocked, id=5328, stack(0x00000000060d0000,0x00000000061d0000)]
0x00000000005fc800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4964, stack(0x0000000005fd0000,0x00000000060d0000)]
Other Threads:
0x00000000005f4000 VMThread [stack: 0x0000000005ed0000,0x0000000005fd0000] [id=2132]
0x000000000622c800 WatcherThread [stack: 0x00000000068d0000,0x00000000069d0000] [id=624]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 152896K, used 111898K [0x00000000eaab0000, 0x00000000f5550000, 0x0000000100000000)
eden space 131072K, 69% used [0x00000000eaab0000,0x00000000f03294d8,0x00000000f2ab0000)
from space 21824K, 97% used [0x00000000f4000000,0x00000000f54cd488,0x00000000f5550000)
to space 21824K, 0% used [0x00000000f2ab0000,0x00000000f2ab0000,0x00000000f4000000)
PSOldGen total 349568K, used 32144K [0x00000000c0000000, 0x00000000d5560000, 0x00000000eaab0000)
object space 349568K, 9% used [0x00000000c0000000,0x00000000c1f642e0,0x00000000d5560000)
PSPermGen total 62272K, used 28639K [0x00000000bae00000, 0x00000000bead0000, 0x00000000c0000000)
object space 62272K, 45% used [0x00000000bae00000,0x00000000bc9f7ff0,0x00000000bead0000)
Code Cache [0x0000000002610000, 0x00000000028d0000, 0x0000000005610000)
total_blobs=1361 nmethods=672 adapters=641 free_code_cache=47663232 largest_free_block=57664
Dynamic libraries:
0x0000000000400000 - 0x000000000042f000 C:\Program Files\Java\jre6\bin\javaw.exe
0x0000000076fa0000 - 0x0000000077149000 C:\Windows\SYSTEM32\ntdll.dll
0x0000000076e80000 - 0x0000000076f9f000 C:\Windows\system32\kernel32.dll
0x000007fefd4b0000 - 0x000007fefd51c000 C:\Windows\system32\KERNELBASE.dll
0x000007fefd9a0000 - 0x000007fefda7b000 C:\Windows\system32\ADVAPI32.dll
0x000007fefddc0000 - 0x000007fefde5f000 C:\Windows\system32\msvcrt.dll
0x000007fefe100000 - 0x000007fefe11f000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefda80000 - 0x000007fefdbad000 C:\Windows\system32\RPCRT4.dll
0x0000000076d80000 - 0x0000000076e7a000 C:\Windows\system32\USER32.dll
0x000007fefdeb0000 - 0x000007fefdf17000 C:\Windows\system32\GDI32.dll
0x000007fefd8b0000 - 0x000007fefd8be000 C:\Windows\system32\LPK.dll
0x000007fefefd0000 - 0x000007feff099000 C:\Windows\system32\USP10.dll
0x000007fefd7e0000 - 0x000007fefd80e000 C:\Windows\system32\IMM32.DLL
0x000007feff1a0000 - 0x000007feff2a9000 C:\Windows\system32\MSCTF.dll
0x000000006d800000 - 0x000000006dfb8000 C:\Program Files\Java\jre6\bin\server\jvm.dll
0x000007fefae30000 - 0x000007fefae6b000 C:\Windows\system32\WINMM.dll
0x000000006d770000 - 0x000000006d77e000 C:\Program Files\Java\jre6\bin\verify.dll
0x000000006d3b0000 - 0x000000006d3d7000 C:\Program Files\Java\jre6\bin\java.dll
0x000000006d7c0000 - 0x000000006d7d2000 C:\Program Files\Java\jre6\bin\zip.dll
0x000000006d000000 - 0x000000006d1c4000 C:\Program Files\Java\jre6\bin\awt.dll
0x000007fef6f10000 - 0x000007fef6f81000 C:\Windows\system32\WINSPOOL.DRV
0x000007fefdbb0000 - 0x000007fefddb3000 C:\Windows\system32\ole32.dll
0x000007fefe240000 - 0x000007fefefc8000 C:\Windows\system32\SHELL32.dll
0x000007feff120000 - 0x000007feff191000 C:\Windows\system32\SHLWAPI.dll
0x000007fefbda0000 - 0x000007fefbf94000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fefb760000 - 0x000007fefb778000 C:\Windows\system32\DWMAPI.DLL
0x000007fefbb90000 - 0x000007fefbbe6000 C:\Windows\system32\uxtheme.dll
0x000007fefd330000 - 0x000007fefd33f000 C:\Windows\system32\CRYPTBASE.dll
0x000000006d2a0000 - 0x000000006d307000 C:\Program Files\Java\jre6\bin\fontmanager.dll
0x000007fee8c60000 - 0x000007fee8e5f000 C:\Windows\system32\d3d9.dll
0x000007fefc510000 - 0x000007fefc51c000 C:\Windows\system32\VERSION.dll
0x000007fefb360000 - 0x000007fefb367000 C:\Windows\system32\d3d8thk.dll
0x0000000068ec0000 - 0x0000000068f8c000 C:\Windows\system32\aticfx64.dll
0x000007fefb350000 - 0x000007fefb35d000 C:\Windows\system32\atiu9p64.dll
0x0000000066950000 - 0x0000000066e94000 C:\Windows\system32\atiumd64.dll
0x0000000067040000 - 0x00000000673ed000 C:\Windows\system32\atiumd6a.dll
0x000000006d610000 - 0x000000006d627000 C:\Program Files\Java\jre6\bin\net.dll
0x000007fefde60000 - 0x000007fefdead000 C:\Windows\system32\WS2_32.dll
0x000007fefd7d0000 - 0x000007fefd7d8000 C:\Windows\system32\NSI.dll
0x000007fefcc70000 - 0x000007fefccc5000 C:\Windows\system32\mswsock.dll
0x000007fefcc60000 - 0x000007fefcc67000 C:\Windows\System32\wship6.dll
0x000000006d630000 - 0x000000006d63b000 C:\Program Files\Java\jre6\bin\nio.dll
0x000007fefc5e0000 - 0x000007fefc5e7000 C:\Windows\System32\wshtcpip.dll
0x000007fefcaf0000 - 0x000007fefcb4b000 C:\Windows\system32\DNSAPI.dll
0x000007fef8010000 - 0x000007fef803f000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x0000000077160000 - 0x0000000077167000 C:\Windows\system32\PSAPI.DLL
0x000007fefaa80000 - 0x000007fefaaa7000 C:\Windows\system32\IPHLPAPI.DLL
0x000007fefaa70000 - 0x000007fefaa7b000 C:\Windows\system32\WINNSI.DLL
0x000007fef7d30000 - 0x000007fef7d38000 C:\Windows\system32\rasadhlp.dll
0x000007fefccd0000 - 0x000007fefcce7000 C:\Windows\system32\CRYPTSP.dll
0x000007fefc9d0000 - 0x000007fefca17000 C:\Windows\system32\rsaenh.dll
0x000007fefc700000 - 0x000007fefc71e000 C:\Windows\system32\USERENV.dll
0x000007fefd400000 - 0x000007fefd40f000 C:\Windows\system32\profapi.dll
0x000007fefae10000 - 0x000007fefae25000 C:\Windows\system32\NLAapi.dll
0x000007fef7a90000 - 0x000007fef7aa5000 C:\Windows\system32\napinsp.dll
0x000007fef7a70000 - 0x000007fef7a89000 C:\Windows\system32\pnrpnsp.dll
0x000007fef7a60000 - 0x000007fef7a6b000 C:\Windows\System32\winrnr.dll
0x000007fefa910000 - 0x000007fefa963000 C:\Windows\System32\fwpuclnt.dll
0x000007fefd8c0000 - 0x000007fefd997000 C:\Windows\system32\OLEAUT32.DLL
0x0000000180000000 - 0x0000000180048000 C:\Users\admin\AppData\Roaming\.minecraft\bin\natives\lwjgl64.dll
0x000007fee4a20000 - 0x000007fee4b3d000 C:\Windows\system32\OPENGL32.dll
0x000007fefbd40000 - 0x000007fefbd6d000 C:\Windows\system32\GLU32.dll
0x000007fee6f20000 - 0x000007fee7011000 C:\Windows\system32\DDRAW.dll
0x000007fee8740000 - 0x000007fee8748000 C:\Windows\system32\DCIMAN32.dll
0x000007fefdf20000 - 0x000007fefe0f7000 C:\Windows\system32\SETUPAPI.dll
0x000007fefd690000 - 0x000007fefd6c6000 C:\Windows\system32\CFGMGR32.dll
0x000007fefd7b0000 - 0x000007fefd7ca000 C:\Windows\system32\DEVOBJ.dll
0x000000006d3f0000 - 0x000000006d3f7000 C:\Program Files\Java\jre6\bin\jawt.dll
0x000007fee7800000 - 0x000007fee7808000 C:\Windows\system32\atig6pxx.dll
0x0000000069030000 - 0x000000006a6e7000 C:\Windows\system32\atio6axx.dll
0x000007fee77f0000 - 0x000007fee77fe000 C:\Windows\system32\atig6txx.dll
0x0000000007970000 - 0x00000000079ce000 C:\Windows\system32\atiadlxx.dll
0x000007fefc370000 - 0x000007fefc381000 C:\Windows\system32\WTSAPI32.dll
0x000007fefd6d0000 - 0x000007fefd709000 C:\Windows\system32\WINTRUST.dll
0x000007fefd520000 - 0x000007fefd68a000 C:\Windows\system32\CRYPT32.dll
0x000007fefd4a0000 - 0x000007fefd4af000 C:\Windows\system32\MSASN1.dll
0x000007fee48f0000 - 0x000007fee4a12000 C:\Users\admin\AppData\Roaming\.minecraft\bin\natives\OpenAL64.dll
0x000007fefb540000 - 0x000007fefb5c8000 C:\Windows\system32\dsound.dll
0x000007fefb270000 - 0x000007fefb29c000 C:\Windows\system32\POWRPROF.dll
0x000007fefe140000 - 0x000007fefe1d9000 C:\Windows\system32\CLBCatQ.DLL
0x000007fefb780000 - 0x000007fefb7cb000 C:\Windows\System32\MMDevApi.dll
0x000007fefbbf0000 - 0x000007fefbd1c000 C:\Windows\System32\PROPSYS.dll
0x000007fefadd0000 - 0x000007fefae0b000 C:\Windows\system32\wdmaud.drv
0x0000000074830000 - 0x0000000074836000 C:\Windows\system32\ksuser.dll
0x000007fefaf60000 - 0x000007fefaf69000 C:\Windows\system32\AVRT.dll
0x000007fefac80000 - 0x000007fefaccf000 C:\Windows\system32\AUDIOSES.DLL
0x000007fefac40000 - 0x000007fefac4a000 C:\Windows\system32\msacm32.drv
0x000007fefac20000 - 0x000007fefac38000 C:\Windows\system32\MSACM32.dll
0x000007fefac10000 - 0x000007fefac19000 C:\Windows\system32\midimap.dll
0x000000006d550000 - 0x000000006d55a000 C:\Program Files\Java\jre6\bin\management.dll
0x000007fefa8c0000 - 0x000007fefa8d8000 C:\Windows\system32\dhcpcsvc.DLL
VM Arguments:
jvm_args: -Xms512m -Xmx1024m
java_command: C:\Users\admin\Desktop\Useful Icons\Games\Minecraft.exe
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:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Live\Shared;;C:\Program Files\Java\jre6\bin
USERNAME=admin
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 16 Model 6 Stepping 3, AuthenticAMD
--------------- 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 16 model 6 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, popcnt, mmxext, 3dnow, 3dnowext, lzcnt, sse4a
Memory: 4k page, physical 3931316k(847604k free), swap 7860780k(3618384k free)
vm_info: Java HotSpotâ„¢ 64-Bit Server VM (20.6-b01) for windows-amd64 JRE (1.6.0_31-b05), built on Feb 3 2012 18:34:57 by "java_re" with MS VC++ 8.0 (VS2005)
time: Sat Oct 27 17:17:43 2012
elapsed time: 23 seconds
If anyone could help me out or give me some advice, I'd greatly appreciate it.
Also, both my client and the server are in 1.4.2
I had a similar problem, my single-player game crashed in the nether, and would crash upon restart every time I loaded the map.
I was running on Windows 7 64-bit, Java 6 64-bit with a bat file
set JAVA="c:\Program Files\Java\jre6\bin\javaw.exe"
%JAVA% -Xmx4096m -Xms2048m -jar "C:\Users\Ken\Documents\games\minecraft\Minecraft.exe"
I changed this to point at Java 7 64 bit, and this seems to have completely fixed the problem
set JAVA="c:\Program Files\Java\jre7\bin\javaw.exe"
%JAVA% -Xmx4096m -Xms2048m -jar "C:\Users\Ken\Documents\games\minecraft\Minecraft.exe"
Versions: (old) 1.6.0_31, (new) 1.7.0_09
I have 16 GB RAM on this machine - does specifying 4 G cause a problem?