Hi!
Wie bereits in einem anderen Thread geschrieben, aber noch keine Antwort bekommen, aber mit anderen Versuchen (s.u.) immer noch nicht funktionierend:
Hi!
Wie bekomme ich das Teil unter Kubuntu zum Laufen?
/Stadtplaner_V20130625# java -jar ./BuildCity.jar -Xmx200000000
No protocol specified
No protocol specified
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.access$200(X11GraphicsEnvironment.java:65)
at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:110)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:74)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:190)
at java.awt.GraphicsEnvironment.createGE(GraphicsEnvironment.java:102)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:81)
at java.awt.Window.initGC(Window.java:467)
at java.awt.Window.init(Window.java:487)
at java.awt.Window.<init>(Window.java:536)
at java.awt.Frame.<init>(Frame.java:420)
at MakeCity.main(MakeCity.java:2343)
# java -version
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.12.04.2)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
--- unter Wine ---
Habe von Java.com noch die Win-Version unter Wine installiert und die Batch dann gestartet.
Als Fehlermeldung bekomme ich diesen Log:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7bc4778c, pid=45, tid=36
#
# JRE version: 7.0_25-b17
# Java VM: Java HotSpot(TM) Client VM (23.25-b01 mixed mode windows-x86 )
# Problematic frame:
# C [ntdll.dll+0x3778c]
[error occurred during error reporting (printing problematic frame), id 0xc0000005]
# 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 (0x16da6400): JavaThread "AWT-Windows" daemon [_thread_in_native, id=36, stack(0x174b0000,0x175b0000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x381c8c30
Registers:
EAX=0x381c8c38, EBX=0x7bca6ff4, ECX=0x00110088, EDX=0x00110080
ESP=0x175ad10c, EBP=0x175ad164, ESI=0x00000000, EDI=0x00000030
EIP=0x7bc4778c, EFLAGS=0x00010202
Top of Stack: (sp=0x175ad10c)
0x175ad10c: 00006608 175afb40 7d73a300 7ea23ff4
0x175ad11c: 00000000 7ea2a580 175ad174 7e9f5d20
0x175ad12c: 7ea2a580 00000000 00000000 00110000
0x175ad13c: 00006608 175afb40 7b7b0424 7ad826c4
0x175ad14c: f761ec39 7ea23ff4 7bc4774d 7bca6ff4
0x175ad15c: 00000000 00000002 175ad1c4 7bc47a99
0x175ad16c: 175ad1a8 7ea23ff4 175ad1c4 7ea0cfa5
0x175ad17c: 00006020 00000008 00000000 7dd54930
Instructions: (pc=0x7bc4778c)
0x7bc4776c: ba fe ff 76 08 83 c0 01 83 f8 0a 75 ef c1 e0 04
0x7bc4777c: 8d 44 02 08 8d 4a 08 eb 1b 8d 76 00 85 c0 74 1a
0x7bc4778c: 8b 50 f8 8d 70 f8 83 e2 fc 83 c2 08 39 d7 0f 86
0x7bc4779c: 80 00 00 00 8b 00 39 c8 75 e2 8b 55 d4 8b 42 0c
Register to memory mapping:
EAX=0x381c8c38 is an unknown value
EBX=0x7bca6ff4 is an unknown value
ECX=0x00110088 is an unknown value
EDX=0x00110080 is an unknown value
ESP=0x175ad10c is pointing into the stack for thread: 0x16da6400
EBP=0x175ad164 is pointing into the stack for thread: 0x16da6400
ESI=0x00000000 is an unknown value
EDI=0x00000030 is an unknown value
Stack: [0x174b0000,0x175b0000], sp=0x175ad10c, free space=1012k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ntdll.dll+0x3778c]
C [ntdll.dll+0x37a99]
C [winex11.drv+0x1b065]
C [winex11.drv+0x1b284]
C [winex11.drv+0x57d73]
C [gdi32.dll+0x10bba]
C [gdi32.dll+0x15baa]
C [gdi32.dll+0x12c04]
C [user32.dll+0x701bb]
C [user32.dll+0x702e0]
C [user32.dll+0x712b8]
C [wined3d.dll+0x28b7a]
C [wined3d.dll+0x2930e]
C [wined3d.dll+0xcc40f]
C [wined3d.dll+0xccca0]
C [d3d9.dll+0x17fc4]
C [d3d9.dll+0x10ad9]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j sun.java2d.d3d.D3DSurfaceData.initFlipBackbuffer(JJIII)Z+0
j sun.java2d.d3d.D3DSurfaceData.initSurfaceNow()Z+111
j sun.java2d.d3d.D3DSurfaceData.access$000(Lsun/java2d/d3d/D3DSurfaceData;)Z+1
j sun.java2d.d3d.D3DSurfaceData$1.run()V+8
v ~StubRoutines::call_stub
j sun.awt.windows.WToolkit.eventLoop()V+0
j sun.awt.windows.WToolkit.run()V+49
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x176ad800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=43, stack(0x18250000,0x18350000)]
0x00545400 JavaThread "DestroyJavaVM" [_thread_blocked, id=35, stack(0x00760000,0x00860000)]
0x175ee000 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=31, stack(0x17bf0000,0x17cf0000)]
0x175eb400 JavaThread "AWT-Shutdown" [_thread_blocked, id=56, stack(0x17ae0000,0x17be0000)]
=>0x16da6400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=36, stack(0x174b0000,0x175b0000)]
0x16da3400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=55, stack(0x172b0000,0x173b0000)]
0x16cc6c00 JavaThread "Service Thread" daemon [_thread_blocked, id=51, stack(0x170b0000,0x171b0000)]
0x16cc1400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=40, stack(0x16fb0000,0x170b0000)]
0x16cbf800 JavaThread "Attach Listener" daemon [_thread_blocked, id=63, stack(0x16eb0000,0x16fb0000)]
0x16cbe000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=46, stack(0x16db0000,0x16eb0000)]
0x00633400 JavaThread "Finalizer" daemon [_thread_blocked, id=24, stack(0x16ba0000,0x16ca0000)]
0x0062e400 JavaThread "Reference Handler" daemon [_thread_blocked, id=38, stack(0x16aa0000,0x16ba0000)]
Other Threads:
0x00628c00 VMThread [stack: 0x169a0000,0x16aa0000] [id=42]
0x16cd1800 WatcherThread [stack: 0x171b0000,0x172b0000] [id=44]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 16384K, used 11109K [0x02860000, 0x03a20000, 0x07db0000)
eden space 14592K, 76% used [0x02860000, 0x03339688, 0x036a0000)
from space 1792K, 0% used [0x036a0000, 0x036a0000, 0x03860000)
to space 1792K, 0% used [0x03860000, 0x03860000, 0x03a20000)
tenured generation total 36264K, used 21758K [0x07db0000, 0x0a11a000, 0x12860000)
the space 36264K, 59% used [0x07db0000, 0x092ef980, 0x092efa00, 0x0a11a000)
compacting perm gen total 12288K, used 4905K [0x12860000, 0x13460000, 0x16860000)
the space 12288K, 39% used [0x12860000, 0x12d2a6e0, 0x12d2a800, 0x13460000)
No shared spaces configured.
Card table byte_map: [0x16860000,0x16910000] byte_map_base: 0x1684bd00
Polling page: 0x00340000
Code Cache [0x00860000, 0x00968000, 0x02860000)
total_blobs=461 nmethods=253 adapters=143 free_code_cache=31718Kb largest_free_block=32479552
Compilation events (10 events):
Event: 86.880 Thread 0x16cc1400 248 java.awt.EventQueue::noEvents (29 bytes)
Event: 86.882 Thread 0x16cc1400 nmethod 248 0x00961488 code [0x00961590, 0x00961670]
Event: 87.954 Thread 0x16cc1400 249 java.security.AccessController::getContext (23 bytes)
Event: 87.955 Thread 0x16cc1400 nmethod 249 0x00961748 code [0x00961860, 0x00961958]
Event: 88.014 Thread 0x16cc1400 251 s java.awt.KeyboardFocusManager::getCurrentKeyboardFocusManager (34 bytes)
Event: 88.017 Thread 0x16cc1400 nmethod 251 0x00961c88 code [0x00961db0, 0x00962044]
Event: 88.017 Thread 0x16cc1400 252 java.awt.KeyboardFocusManager::getCurrentKeyboardFocusManager (7 bytes)
Event: 88.019 Thread 0x16cc1400 nmethod 252 0x00962188 code [0x009622c0, 0x009625a0]
Event: 89.372 Thread 0x16cc1400 253 MakeCity::drehTown (1110 bytes)
Event: 89.384 Thread 0x16cc1400 nmethod 253 0x00962808 code [0x00962ad0, 0x00963af8]
GC Heap History (10 events):
Event: 9.483 GC heap before
{Heap before GC invocations=1 (full 0):
def new generation total 4928K, used 4928K [0x02860000, 0x02db0000, 0x07db0000)
eden space 4416K, 100% used [0x02860000, 0x02cb0000, 0x02cb0000)
from space 512K, 100% used [0x02d30000, 0x02db0000, 0x02db0000)
to space 512K, 0% used [0x02cb0000, 0x02cb0000, 0x02d30000)
tenured generation total 10944K, used 3266K [0x07db0000, 0x08860000, 0x12860000)
the space 10944K, 29% used [0x07db0000, 0x080e08c0, 0x080e0a00, 0x08860000)
compacting perm gen total 12288K, used 3253K [0x12860000, 0x13460000, 0x16860000)
the space 12288K, 26% used [0x12860000, 0x12b8d720, 0x12b8d800, 0x13460000)
No shared spaces configured.
Event: 9.511 GC heap after
Heap after GC invocations=2 (full 0):
def new generation total 4928K, used 511K [0x02860000, 0x02db0000, 0x07db0000)
eden space 4416K, 0% used [0x02860000, 0x02860000, 0x02cb0000)
from space 512K, 99% used [0x02cb0000, 0x02d2fff8, 0x02d30000)
to space 512K, 0% used [0x02d30000, 0x02d30000, 0x02db0000)
tenured generation total 10944K, used 7587K [0x07db0000, 0x08860000, 0x12860000)
the space 10944K, 69% used [0x07db0000, 0x08518cd8, 0x08518e00, 0x08860000)
compacting perm gen total 12288K, used 3253K [0x12860000, 0x13460000, 0x16860000)
the space 12288K, 26% used [0x12860000, 0x12b8d720, 0x12b8d800, 0x13460000)
No shared spaces configured.
}
Event: 13.132 GC heap before
{Heap before GC invocations=2 (full 0):
def new generation total 4928K, used 4927K [0x02860000, 0x02db0000, 0x07db0000)
eden space 4416K, 100% used [0x02860000, 0x02cb0000, 0x02cb0000)
from space 512K, 99% used [0x02cb0000, 0x02d2fff8, 0x02d30000)
to space 512K, 0% used [0x02d30000, 0x02d30000, 0x02db0000)
tenured generation total 10944K, used 7587K [0x07db0000, 0x08860000, 0x12860000)
the space 10944K, 69% used [0x07db0000, 0x08518cd8, 0x08518e00, 0x08860000)
compacting perm gen total 12288K, used 3253K [0x12860000, 0x13460000, 0x16860000)
the space 12288K, 26% used [0x12860000, 0x12b8d720, 0x12b8d800, 0x13460000)
No shared spaces configured.
Event: 13.210 GC heap after
Heap after GC invocations=3 (full 1):
def new generation total 9024K, used 465K [0x02860000, 0x03220000, 0x07db0000)
eden space 8064K, 5% used [0x02860000, 0x028d4690, 0x03040000)
from space 960K, 0% used [0x03040000, 0x03040000, 0x03130000)
to space 960K, 0% used [0x03130000, 0x03130000, 0x03220000)
tenured generation total 19948K, used 11968K [0x07db0000, 0x0912b000, 0x12860000)
the space 19948K, 59% used [0x07db0000, 0x08960000, 0x08960000, 0x0912b000)
compacting perm gen total 12288K, used 3253K [0x12860000, 0x13460000, 0x16860000)
the space 12288K, 26% used [0x12860000, 0x12b8d720, 0x12b8d800, 0x13460000)
No shared spaces configured.
}
Event: 15.453 GC heap before
{Heap before GC invocations=3 (full 1):
def new generation total 9024K, used 8055K [0x02860000, 0x03220000, 0x07db0000)
eden space 8064K, 99% used [0x02860000, 0x0303dfb8, 0x03040000)
from space 960K, 0% used [0x03040000, 0x03040000, 0x03130000)
to space 960K, 0% used [0x03130000, 0x03130000, 0x03220000)
tenured generation total 19948K, used 11968K [0x07db0000, 0x0912b000, 0x12860000)
the space 19948K, 59% used [0x07db0000, 0x08960000, 0x08960000, 0x0912b000)
compacting perm gen total 12288K, used 3678K [0x12860000, 0x13460000, 0x16860000)
the space 12288K, 29% used [0x12860000, 0x12bf7af8, 0x12bf7c00, 0x13460000)
No shared spaces configured.
Event: 15.495 GC heap after
Heap after GC invocations=4 (full 1):
def new generation total 9024K, used 960K [0x02860000, 0x03220000, 0x07db0000)
eden space 8064K, 0% used [0x02860000, 0x02860000, 0x03040000)
from space 960K, 100% used [0x03130000, 0x03220000, 0x03220000)
to space 960K, 0% used [0x03040000, 0x03040000, 0x03130000)
tenured generation total 19948K, used 16218K [0x07db0000, 0x0912b000, 0x12860000)
the space 19948K, 81% used [0x07db0000, 0x08d86a08, 0x08d86c00, 0x0912b000)
compacting perm gen total 12288K, used 3678K [0x12860000, 0x13460000, 0x16860000)
the space 12288K, 29% used [0x12860000, 0x12bf7af8, 0x12bf7c00, 0x13460000)
No shared spaces configured.
}
Event: 15.919 GC heap before
{Heap before GC invocations=4 (full 1):
def new generation total 9024K, used 9024K [0x02860000, 0x03220000, 0x07db0000)
eden space 8064K, 100% used [0x02860000, 0x03040000, 0x03040000)
from space 960K, 100% used [0x03130000, 0x03220000, 0x03220000)
to space 960K, 0% used [0x03040000, 0x03040000, 0x03130000)
tenured generation total 19948K, used 16218K [0x07db0000, 0x0912b000, 0x12860000)
the space 19948K, 81% used [0x07db0000, 0x08d86a08, 0x08d86c00, 0x0912b000)
compacting perm gen total 12288K, used 3678K [0x12860000, 0x13460000, 0x16860000)
the space 12288K, 29% used [0x12860000, 0x12bf7b78, 0x12bf7c00, 0x13460000)
No shared spaces configured.
Event: 15.937 GC heap after
Heap after GC invocations=5 (full 1):
def new generation total 9024K, used 960K [0x02860000, 0x03220000, 0x07db0000)
eden space 8064K, 0% used [0x02860000, 0x02860000, 0x03040000)
from space 960K, 100% used [0x03040000, 0x03130000, 0x03130000)
to space 960K, 0% used [0x03130000, 0x03130000, 0x03220000)
tenured generation total 19948K, used 18929K [0x07db0000, 0x0912b000, 0x12860000)
the space 19948K, 94% used [0x07db0000, 0x0902c5e8, 0x0902c600, 0x0912b000)
compacting perm gen total 12288K, used 3678K [0x12860000, 0x13460000, 0x16860000)
the space 12288K, 29% used [0x12860000, 0x12bf7b78, 0x12bf7c00, 0x13460000)
No shared spaces configured.
}
Event: 16.211 GC heap before
{Heap before GC invocations=5 (full 1):
def new generation total 9024K, used 8869K [0x02860000, 0x03220000, 0x07db0000)
eden space 8064K, 98% used [0x02860000, 0x03019588, 0x03040000)
from space 960K, 100% used [0x03040000, 0x03130000, 0x03130000)
to space 960K, 0% used [0x03130000, 0x03130000, 0x03220000)
tenured generation total 19948K, used 18929K [0x07db0000, 0x0912b000, 0x12860000)
the space 19948K, 94% used [0x07db0000, 0x0902c5e8, 0x0902c600, 0x0912b000)
compacting perm gen total 12288K, used 3679K [0x12860000, 0x13460000, 0x16860000)
the space 12288K, 29% used [0x12860000, 0x12bf7de0, 0x12bf7e00, 0x13460000)
No shared spaces configured.
Event: 16.289 GC heap after
Heap after GC invocations=6 (full 2):
def new generation total 16384K, used 959K [0x02860000, 0x03a20000, 0x07db0000)
eden space 14592K, 6% used [0x02860000, 0x0294ffd0, 0x036a0000)
from space 1792K, 0% used [0x036a0000, 0x036a0000, 0x03860000)
to space 1792K, 0% used [0x03860000, 0x03860000, 0x03a20000)
tenured generation total 36264K, used 21758K [0x07db0000, 0x0a11a000, 0x12860000)
the space 36264K, 59% used [0x07db0000, 0x092ef980, 0x092efa00, 0x0a11a000)
compacting perm gen total 12288K, used 3679K [0x12860000, 0x13460000, 0x16860000)
the space 12288K, 29% used [0x12860000, 0x12bf7de0, 0x12bf7e00, 0x13460000)
No shared spaces configured.
}
Deoptimization events (0 events):
No events
Internal exceptions (10 events):
Event: 16.475 Thread 0x00545400 Threw 0x030a4340 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 16.511 Thread 0x00545400 Threw 0x030ac620 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 16.514 Thread 0x00545400 Threw 0x030add70 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 16.516 Thread 0x00545400 Threw 0x030af530 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 16.517 Thread 0x00545400 Threw 0x030b0cf8 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 16.522 Thread 0x00545400 Threw 0x030b3a38 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 16.852 Thread 0x00545400 Threw 0x03130628 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 16.852 Thread 0x00545400 Threw 0x03130740 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 16.858 Thread 0x00545400 Threw 0x031340a8 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Event: 16.858 Thread 0x00545400 Threw 0x031341c0 at C:\jdk7u2_32P\jdk7u25\hotspot\src\share\vm\prims\jvm.cpp:1235
Events (10 events):
Event: 69.745 Executing VM operation: RevokeBias
Event: 69.746 Executing VM operation: RevokeBias done
Event: 69.872 Executing VM operation: RevokeBias
Event: 69.873 Executing VM operation: RevokeBias done
Event: 69.904 Executing VM operation: RevokeBias
Event: 69.905 Executing VM operation: RevokeBias done
Event: 89.360 loading class 0x175e1890
Event: 89.360 loading class 0x175e1890 done
Event: 89.390 Executing VM operation: RevokeBias
Event: 89.390 Executing VM operation: RevokeBias done
Dynamic libraries:
0x00400000 - 0x0042f000 C:\windows\system32\java.exe
0x7bc10000 - 0x7bcc3000 C:\windows\system32\ntdll.dll
0x7b810000 - 0x7ba15000 C:\windows\system32\KERNEL32.dll
0x7eb90000 - 0x7ebdb000 C:\windows\system32\advapi32.dll
0x7ea50000 - 0x7eb7b000 C:\windows\system32\user32.dll
0x7e990000 - 0x7ea3b000 C:\windows\system32\gdi32.dll
0x7ec30000 - 0x7ec43000 C:\windows\system32\version.dll
0x7e890000 - 0x7e97e000 C:\windows\system32\comctl32.dll
0x7e730000 - 0x7e7b5000 C:\windows\system32\winex11.drv
0x7e580000 - 0x7e591000 C:\windows\system32\imm32.dll
0x7e420000 - 0x7e443000 C:\windows\system32\uxtheme.dll
0x78aa0000 - 0x78b5e000 C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
0x6e7c0000 - 0x6eb02000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
0x7e460000 - 0x7e473000 C:\windows\system32\wsock32.dll
0x7e3e0000 - 0x7e40f000 C:\windows\system32\ws2_32.dll
0x7e3c0000 - 0x7e3dd000 C:\windows\system32\iphlpapi.dll
0x7e320000 - 0x7e3bb000 C:\windows\system32\winmm.dll
0x7e1c0000 - 0x7e2af000 C:\windows\system32\ole32.dll
0x7e140000 - 0x7e1a7000 C:\windows\system32\rpcrt4.dll
0x7e110000 - 0x7e132000 C:\windows\system32\msacm32.dll
0x7e100000 - 0x7e10a000 C:\windows\system32\psapi.dll
0x6e710000 - 0x6e71c000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
0x6d4d0000 - 0x6d4f0000 C:\Program Files (x86)\Java\jre7\bin\java.dll
0x6e7a0000 - 0x6e7b3000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
0x6d000000 - 0x6d144000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
0x7e020000 - 0x7e0f6000 C:\windows\system32\oleaut32.dll
0x7def0000 - 0x7df00000 C:\windows\system32\dwmapi.dll
0x7de90000 - 0x7debc000 C:\windows\system32\d3d9.dll
0x7dbe0000 - 0x7dd00000 C:\windows\system32\wined3d.dll
0x6d270000 - 0x6d2a1000 C:\Program Files (x86)\Java\jre7\bin\fontmanager.dll
0x6e4f0000 - 0x6e504000 C:\Program Files (x86)\Java\jre7\bin\net.dll
0x6e510000 - 0x6e51f000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
0x6e6c0000 - 0x6e6f0000 C:\Program Files (x86)\Java\jre7\bin\t2k.dll
0x7cf10000 - 0x7cf66000 C:\windows\system32\dbghelp.dll
VM Arguments:
java_command: BuildCity.jar -Xmx200000000
Launcher Type: SUN_STANDARD
Environment Variables:
[error occurred during error reporting (printing environment variables), id 0xc0000005]
--------------- 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 20 model 2 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, popcnt, mmxext, lzcnt, sse4a, tsc, tscinvbit, tscinv
Memory: 4k page, physical 7770172k(5089028k free), swap 15743032k(13059912k free)
vm_info: Java HotSpot(TM) Client VM (23.25-b01) for windows-x86 JRE (1.7.0_25-b17), built on Jun 21 2013 13:06:48 by "java_re" with unknown MS VC++:1600
time: Mon Aug 12 13:57:22 2013
elapsed time: 92 seconds
---
Muss da noch nen bestimmten Winetrick installieren?
LG
Darter