[BUG] Java SE 8 (32 bit) is not working with Lanemu

Minimal example for this bug: https://gitlab.com/Monsterovich/crash-jvm-32bit/-/tree/main

When using the 32 bit JVM, you may encounter a problem loading the .dll driver library. 64 bit works fine.

ноя 28, 2024 9:39:31 PM java.util.logging.LogManager$RootLogger log
INFO: Java version: 1.8.0_431
ноя 28, 2024 9:39:31 PM java.util.logging.LogManager$RootLogger log
INFO: Java VM: Java HotSpot(TM) Client VM
ноя 28, 2024 9:39:31 PM java.util.logging.LogManager$RootLogger log
INFO: Architecture (reported by os.arch): x86
ноя 28, 2024 9:39:31 PM java.util.logging.LogManager$RootLogger log
SEVERE: Could not load tap driver library
java.lang.UnsatisfiedLinkError: C:\Users\monsterovich\Desktop\Lanemu\build\clib\libTunTapWindows.dll: Can't find dependent libraries

It happened because the 32-bit library has the following missing dependency unlike the 64-bit library.

 0000e03c    0000e14c 00000000 00000000 0000e688 0000e240

    DLL Name: libgcc_s_dw2-1.dll
    vma:  Hint/Ord Имя-элемента Привязан-к
    e560      119  __udivdi3
    e56c      121  __umoddi3

Also see similar issue.

This is solved by adding the -static-libgcc parameter to the compiler, although this still doesn't solve the problem because the 32 bit JVM refuses to load the 32 bit library and crashes with an error.

See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61675

Note: code optimizations are disabled.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x741da3b7, pid=4252, tid=0x00000a9c
#
# JRE version: Java(TM) SE Runtime Environment (8.0) (build 1.8.0_431-b10)
# Java VM: Java HotSpot(TM) Client VM (25.431-b10 mixed mode, sharing windows-x86 )
# Problematic frame:
# V  [jvm.dll+0xa3b7]
#
# 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.java.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 (0x00874400):  JavaThread "main" [_thread_in_native, id=2716, stack(0x02430000,0x02480000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x0000018c

Registers:
EAX=0x7206a101, EBX=0x00000000, ECX=0x72069ff1, EDX=0x7206a141
ESP=0x0247f068, EBP=0x0247f06c, ESI=0x00000000, EDI=0x00874400
EIP=0x741da3b7, EFLAGS=0x00010246

Top of Stack: (sp=0x0247f068)
0x0247f068:   1940b8f8 0247f0ac 742c5272 00000000
0x0247f078:   00000006 00874400 1940b8f8 1940b8f8
0x0247f088:   00874400 1940b8f8 1940b8f8 00874400
0x0247f098:   00000000 0247f448 00000000 0089b844
0x0247f0a8:   72061894 0247f0b8 720618c1 7206a141
0x0247f0b8:   0089b844 7206a154 7206a141 0247f448
0x0247f0c8:   18ca3cb8 0247f1e8 0247f0e0 00000004
0x0247f0d8:   0247f0e4 00000000 00000001 00000001 

Instructions: (pc=0x741da3b7)
0x741da397:   85 4c 17 00 83 c4 04 8b 45 10 89 86 8c 01 00 00
0x741da3a7:   5e 5d c3 cc cc cc cc cc cc 55 8b ec 56 8b 75 08
0x741da3b7:   c7 86 8c 01 00 00 05 00 00 00 8b 0d 64 c3 58 74
0x741da3c7:   a0 c1 bb 58 74 83 f9 01 75 08 84 c0 75 04 32 d2 


Register to memory mapping:

EAX=0x7206a101 is an unknown value
EBX=0x00000000 is an unknown value
ECX=0x72069ff1 is an unknown value
EDX=0x7206a141 is an unknown value
ESP=0x0247f068 is pointing into the stack for thread: 0x00874400
EBP=0x0247f06c is pointing into the stack for thread: 0x00874400
ESI=0x00000000 is an unknown value
EDI=0x00874400 is a thread


Stack: [0x02430000,0x02480000],  sp=0x0247f068,  free space=316k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0xa3b7]
V  [jvm.dll+0xf5272]
C  [libTunTapWindows.dll+0x18c1]
C  [libTunTapWindows.dll+0xa154]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.p2pvpn.tuntap.TunTapWindows.openTun()I+0
j  org.p2pvpn.tuntap.TunTapWindows.<init>()V+6
j  org.p2pvpn.tuntap.TunTap.createTunTap()Lorg/p2pvpn/tuntap/TunTap;+19
j  org.p2pvpn.network.VPNConnector.<init>()V+5
j  org.p2pvpn.network.VPNConnector.getVPNConnector()Lorg/p2pvpn/network/VPNConnector;+10
j  org.p2pvpn.gui.MainControl.changeNet(Z)V+48
j  org.p2pvpn.gui.MainControl.start()V+2
j  org.p2pvpn.gui.MainWindow.<init>()V+573
j  org.p2pvpn.Main.main([Ljava/lang/String;)V+2429
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x17c04000 JavaThread "pool-2-thread-3" [_thread_blocked, id=2628, stack(0x196a0000,0x196f0000)]
  0x17c03800 JavaThread "ConnectionManager" [_thread_in_native, id=4440, stack(0x19610000,0x19660000)]
  0x17c03000 JavaThread "pool-2-thread-2" [_thread_blocked, id=2660, stack(0x19580000,0x195d0000)]
  0x17c02c00 JavaThread "pool-2-thread-1" [_thread_blocked, id=5032, stack(0x194f0000,0x19540000)]
  0x17b3d000 JavaThread "TimerQueue" daemon [_thread_blocked, id=2664, stack(0x19160000,0x191b0000)]
  0x17a40800 JavaThread "Swing-Shell" daemon [_thread_blocked, id=1728, stack(0x186a0000,0x186f0000)]
  0x16c50000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3140, stack(0x178f0000,0x17940000)]
  0x16c1ac00 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=4864, stack(0x17860000,0x178b0000)]
  0x16b6f000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5052, stack(0x16f30000,0x16f80000)]
  0x16b6cc00 JavaThread "AWT-Shutdown" [_thread_blocked, id=2508, stack(0x16ea0000,0x16ef0000)]
  0x16b6bc00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2812, stack(0x16e10000,0x16e60000)]
  0x00932c00 JavaThread "Service Thread" daemon [_thread_blocked, id=4624, stack(0x16900000,0x16950000)]
  0x00910800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=4372, stack(0x16870000,0x168c0000)]
  0x0090f000 JavaThread "Attach Listener" daemon [_thread_blocked, id=4812, stack(0x167e0000,0x16830000)]
  0x0090d400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1736, stack(0x16750000,0x167a0000)]
  0x008fc400 JavaThread "Finalizer" daemon [_thread_blocked, id=1492, stack(0x165d0000,0x16620000)]
  0x0089d000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4104, stack(0x16540000,0x16590000)]
=>0x00874400 JavaThread "main" [_thread_in_native, id=2716, stack(0x02430000,0x02480000)]

Other Threads:
  0x0089a400 VMThread [stack: 0x164b0000,0x16500000] [id=1464]
  0x0094c400 WatcherThread [stack: 0x16a90000,0x16ae0000] [id=1740]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 def new generation   total 7872K, used 7314K [0x04600000, 0x04e80000, 0x09b50000)
  eden space 7040K,  92% used [0x04600000, 0x04c54b88, 0x04ce0000)
  from space 832K, 100% used [0x04db0000, 0x04e80000, 0x04e80000)
  to   space 832K,   0% used [0x04ce0000, 0x04ce0000, 0x04db0000)
 tenured generation   total 17348K, used 14931K [0x09b50000, 0x0ac41000, 0x14600000)
   the space 17348K,  86% used [0x09b50000, 0x0a9e4cc8, 0x0a9e4e00, 0x0ac41000)
 Metaspace       used 5476K, capacity 5865K, committed 5888K, reserved 6528K

Card table byte_map: [0x04500000,0x04590000] byte_map_base: 0x044dd000

Polling page: 0x00cc0000

CodeCache: size=32768Kb used=2046Kb max_used=2046Kb free=30721Kb
 bounds [0x02480000, 0x02680000, 0x04480000]
 total_blobs=1233 nmethods=969 adapters=194
 compilation: enabled

Compilation events (10 events):
Event: 1.082 Thread 0x00910800 nmethod 972 0x0267b908 code [0x0267ba50, 0x0267bd30]
Event: 1.082 Thread 0x00910800  973             java.math.MutableBigInteger::normalize (91 bytes)
Event: 1.082 Thread 0x00910800 nmethod 973 0x0267c048 code [0x0267c150, 0x0267c280]
Event: 1.084 Thread 0x00910800  974   !         java.io.WinNTFileSystem::isInvalid (78 bytes)
Event: 1.084 Thread 0x00910800 nmethod 974 0x0267c388 code [0x0267c490, 0x0267c55c]
Event: 1.101 Thread 0x00910800  975             java.util.Formatter$Flags::valueOf (5 bytes)
Event: 1.101 Thread 0x00910800 nmethod 975 0x0267c788 code [0x0267c880, 0x0267c900]
Event: 1.104 Thread 0x00910800  976             sun.font.CMap$CMapFormat4::getGlyph (186 bytes)
Event: 1.104 Thread 0x00910800 nmethod 976 0x0267c948 code [0x0267ca80, 0x0267cd0c]
Event: 1.105 Thread 0x00910800  977             java.net.URI::decode (370 bytes)

GC Heap History (10 events):
Event: 0.853 GC heap before
{Heap before GC invocations=10 (full 0):
 def new generation   total 4928K, used 4928K [0x04600000, 0x04b50000, 0x09b50000)
  eden space 4416K, 100% used [0x04600000, 0x04a50000, 0x04a50000)
  from space 512K, 100% used [0x04a50000, 0x04ad0000, 0x04ad0000)
  to   space 512K,   0% used [0x04ad0000, 0x04ad0000, 0x04b50000)
 tenured generation   total 10944K, used 9093K [0x09b50000, 0x0a600000, 0x14600000)
   the space 10944K,  83% used [0x09b50000, 0x0a431438, 0x0a431600, 0x0a600000)
 Metaspace       used 4240K, capacity 4644K, committed 4736K, reserved 5504K
Event: 0.856 GC heap after
Heap after GC invocations=11 (full 0):
 def new generation   total 4928K, used 512K [0x04600000, 0x04b50000, 0x09b50000)
  eden space 4416K,   0% used [0x04600000, 0x04600000, 0x04a50000)
  from space 512K, 100% used [0x04ad0000, 0x04b50000, 0x04b50000)
  to   space 512K,   0% used [0x04a50000, 0x04a50000, 0x04ad0000)
 tenured generation   total 10944K, used 10689K [0x09b50000, 0x0a600000, 0x14600000)
   the space 10944K,  97% used [0x09b50000, 0x0a5c0618, 0x0a5c0800, 0x0a600000)
 Metaspace       used 4240K, capacity 4644K, committed 4736K, reserved 5504K
}
Event: 0.866 GC heap before
{Heap before GC invocations=11 (full 0):
 def new generation   total 4928K, used 4876K [0x04600000, 0x04b50000, 0x09b50000)
  eden space 4416K,  98% used [0x04600000, 0x04a43308, 0x04a50000)
  from space 512K, 100% used [0x04ad0000, 0x04b50000, 0x04b50000)
  to   space 512K,   0% used [0x04a50000, 0x04a50000, 0x04ad0000)
 tenured generation   total 10944K, used 10689K [0x09b50000, 0x0a600000, 0x14600000)
   the space 10944K,  97% used [0x09b50000, 0x0a5c0618, 0x0a5c0800, 0x0a600000)
 Metaspace       used 4240K, capacity 4644K, committed 4736K, reserved 5504K
Event: 0.883 GC heap after
Heap after GC invocations=12 (full 1):
 def new generation   total 7872K, used 0K [0x04600000, 0x04e80000, 0x09b50000)
  eden space 7040K,   0% used [0x04600000, 0x04600000, 0x04ce0000)
  from space 832K,   0% used [0x04ce0000, 0x04ce0000, 0x04db0000)
  to   space 832K,   0% used [0x04db0000, 0x04db0000, 0x04e80000)
 tenured generation   total 17348K, used 10406K [0x09b50000, 0x0ac41000, 0x14600000)
   the space 17348K,  59% used [0x09b50000, 0x0a579bb8, 0x0a579c00, 0x0ac41000)
 Metaspace       used 4240K, capacity 4644K, committed 4736K, reserved 5504K
}
Event: 0.891 GC heap before
{Heap before GC invocations=12 (full 1):
 def new generation   total 7872K, used 7040K [0x04600000, 0x04e80000, 0x09b50000)
  eden space 7040K, 100% used [0x04600000, 0x04ce0000, 0x04ce0000)
  from space 832K,   0% used [0x04ce0000, 0x04ce0000, 0x04db0000)
  to   space 832K,   0% used [0x04db0000, 0x04db0000, 0x04e80000)
 tenured generation   total 17348K, used 10406K [0x09b50000, 0x0ac41000, 0x14600000)
   the space 17348K,  59% used [0x09b50000, 0x0a579bb8, 0x0a579c00, 0x0ac41000)
 Metaspace       used 4247K, capacity 4676K, committed 4736K, reserved 5504K
Event: 0.894 GC heap after
Heap after GC invocations=13 (full 1):
 def new generation   total 7872K, used 832K [0x04600000, 0x04e80000, 0x09b50000)
  eden space 7040K,   0% used [0x04600000, 0x04600000, 0x04ce0000)
  from space 832K, 100% used [0x04db0000, 0x04e80000, 0x04e80000)
  to   space 832K,   0% used [0x04ce0000, 0x04ce0000, 0x04db0000)
 tenured generation   total 17348K, used 11949K [0x09b50000, 0x0ac41000, 0x14600000)
   the space 17348K,  68% used [0x09b50000, 0x0a6fb720, 0x0a6fb800, 0x0ac41000)
 Metaspace       used 4247K, capacity 4676K, committed 4736K, reserved 5504K
}
Event: 0.941 GC heap before
{Heap before GC invocations=13 (full 1):
 def new generation   total 7872K, used 7872K [0x04600000, 0x04e80000, 0x09b50000)
  eden space 7040K, 100% used [0x04600000, 0x04ce0000, 0x04ce0000)
  from space 832K, 100% used [0x04db0000, 0x04e80000, 0x04e80000)
  to   space 832K,   0% used [0x04ce0000, 0x04ce0000, 0x04db0000)
 tenured generation   total 17348K, used 11949K [0x09b50000, 0x0ac41000, 0x14600000)
   the space 17348K,  68% used [0x09b50000, 0x0a6fb720, 0x0a6fb800, 0x0ac41000)
 Metaspace       used 4832K, capacity 5252K, committed 5376K, reserved 5504K
Event: 0.943 GC heap after
Heap after GC invocations=14 (full 1):
 def new generation   total 7872K, used 832K [0x04600000, 0x04e80000, 0x09b50000)
  eden space 7040K,   0% used [0x04600000, 0x04600000, 0x04ce0000)
  from space 832K, 100% used [0x04ce0000, 0x04db0000, 0x04db0000)
  to   space 832K,   0% used [0x04db0000, 0x04db0000, 0x04e80000)
 tenured generation   total 17348K, used 13253K [0x09b50000, 0x0ac41000, 0x14600000)
   the space 17348K,  76% used [0x09b50000, 0x0a8414a0, 0x0a841600, 0x0ac41000)
 Metaspace       used 4832K, capacity 5252K, committed 5376K, reserved 5504K
}
Event: 1.028 GC heap before
{Heap before GC invocations=14 (full 1):
 def new generation   total 7872K, used 7872K [0x04600000, 0x04e80000, 0x09b50000)
  eden space 7040K, 100% used [0x04600000, 0x04ce0000, 0x04ce0000)
  from space 832K, 100% used [0x04ce0000, 0x04db0000, 0x04db0000)
  to   space 832K,   0% used [0x04db0000, 0x04db0000, 0x04e80000)
 tenured generation   total 17348K, used 13253K [0x09b50000, 0x0ac41000, 0x14600000)
   the space 17348K,  76% used [0x09b50000, 0x0a8414a0, 0x0a841600, 0x0ac41000)
 Metaspace       used 5130K, capacity 5575K, committed 5632K, reserved 6528K
Event: 1.032 GC heap after
Heap after GC invocations=15 (full 1):
 def new generation   total 7872K, used 832K [0x04600000, 0x04e80000, 0x09b50000)
  eden space 7040K,   0% used [0x04600000, 0x04600000, 0x04ce0000)
  from space 832K, 100% used [0x04db0000, 0x04e80000, 0x04e80000)
  to   space 832K,   0% used [0x04ce0000, 0x04ce0000, 0x04db0000)
 tenured generation   total 17348K, used 14931K [0x09b50000, 0x0ac41000, 0x14600000)
   the space 17348K,  86% used [0x09b50000, 0x0a9e4cc8, 0x0a9e4e00, 0x0ac41000)
 Metaspace       used 5130K, capacity 5575K, committed 5632K, reserved 6528K
}

Deoptimization events (0 events):
No events

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 0.101 Thread 0x00874400 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x04977d90) thrown at [C:\jenkins\workspace\8-2-build-windows-i586-cygwin-sans-NAS\jdk8u431\1359\hotspot\src\share\vm\prims\methodHandles.cpp, line 1188]
Event: 0.102 Thread 0x00874400 Exception <a 'java/lang/NoSuchFieldError': method resolution failed> (0x04984328) thrown at [C:\jenkins\workspace\8-2-build-windows-i586-cygwin-sans-NAS\jdk8u431\1359\hotspot\src\share\vm\prims\methodHandles.cpp, line 1188]
Event: 0.123 Thread 0x00874400 Exception <a 'java/io/FileNotFoundException'> (0x04a3e740) thrown at [C:\jenkins\workspace\8-2-build-windows-i586-cygwin-sans-NAS\jdk8u431\1359\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 0.132 Thread 0x00874400 Exception <a 'sun/nio/fs/WindowsException'> (0x046168c8) thrown at [C:\jenkins\workspace\8-2-build-windows-i586-cygwin-sans-NAS\jdk8u431\1359\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 1.091 Thread 0x00874400 Exception <a 'java/io/IOException'> (0x04c1b9a8) thrown at [C:\jenkins\workspace\8-2-build-windows-i586-cygwin-sans-NAS\jdk8u431\1359\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 1.091 Thread 0x00874400 Exception <a 'java/io/IOException'> (0x04c1bc80) thrown at [C:\jenkins\workspace\8-2-build-windows-i586-cygwin-sans-NAS\jdk8u431\1359\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 1.100 Thread 0x00874400 Exception <a 'java/io/IOException'> (0x04c34d88) thrown at [C:\jenkins\workspace\8-2-build-windows-i586-cygwin-sans-NAS\jdk8u431\1359\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 1.100 Thread 0x00874400 Exception <a 'java/io/IOException'> (0x04c34ff0) thrown at [C:\jenkins\workspace\8-2-build-windows-i586-cygwin-sans-NAS\jdk8u431\1359\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 1.103 Thread 0x00874400 Exception <a 'java/io/IOException'> (0x04c3bbd8) thrown at [C:\jenkins\workspace\8-2-build-windows-i586-cygwin-sans-NAS\jdk8u431\1359\hotspot\src\share\vm\prims\jni.cpp, line 710]
Event: 1.103 Thread 0x00874400 Exception <a 'java/io/IOException'> (0x04c3be40) thrown at [C:\jenkins\workspace\8-2-build-windows-i586-cygwin-sans-NAS\jdk8u431\1359\hotspot\src\share\vm\prims\jni.cpp, line 710]

Events (10 events):
Event: 1.090 loading class org/p2pvpn/tuntap/TunTapLinux
Event: 1.090 loading class org/p2pvpn/tuntap/TunTapLinux done
Event: 1.090 loading class com/dosse/upnp/UPnP$1
Event: 1.090 loading class com/dosse/upnp/UPnP$1 done
Event: 1.090 loading class java/util/logging/LogRecord
Event: 1.090 loading class java/util/logging/LogRecord done
Event: 1.091 loading class java/util/Formatter$DateTime
Event: 1.091 loading class java/util/Formatter$DateTime done
Event: 1.105 loading class sun/nio/fs/WindowsUriSupport
Event: 1.105 loading class sun/nio/fs/WindowsUriSupport done


Dynamic libraries:
0x00a80000 - 0x00ac3000 	C:\Program Files (x86)\Java\jre1.8.0_431\bin\javaw.exe
0x77dd0000 - 0x77f53000 	C:\Windows\SYSTEM32\ntdll.dll
0x74b00000 - 0x74be0000 	C:\Windows\System32\KERNEL32.DLL
0x75440000 - 0x755e1000 	C:\Windows\System32\KERNELBASE.dll
0x75600000 - 0x75677000 	C:\Windows\System32\ADVAPI32.dll
0x77580000 - 0x7763e000 	C:\Windows\System32\msvcrt.dll
0x771b0000 - 0x771f1000 	C:\Windows\System32\sechost.dll
0x75b70000 - 0x75c31000 	C:\Windows\System32\RPCRT4.dll
0x74890000 - 0x748af000 	C:\Windows\System32\SspiCli.dll
0x74880000 - 0x7488a000 	C:\Windows\System32\CRYPTBASE.dll
0x753e0000 - 0x7543a000 	C:\Windows\System32\bcryptPrimitives.dll
0x75280000 - 0x753df000 	C:\Windows\System32\USER32.dll
0x77020000 - 0x77035000 	C:\Windows\System32\win32u.dll
0x74c50000 - 0x74c7b000 	C:\Windows\System32\GDI32.dll
0x75a10000 - 0x75b6a000 	C:\Windows\System32\gdi32full.dll
0x74670000 - 0x7487a000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.2248_none_c58c050d97bf94ac\COMCTL32.dll
0x77640000 - 0x77851000 	C:\Windows\System32\combase.dll
0x748b0000 - 0x74990000 	C:\Windows\System32\ucrtbase.dll
0x75200000 - 0x75225000 	C:\Windows\System32\IMM32.DLL
0x74650000 - 0x74665000 	C:\Program Files (x86)\Java\jre1.8.0_431\bin\vcruntime140.dll
0x745e0000 - 0x7464d000 	C:\Program Files (x86)\Java\jre1.8.0_431\bin\msvcp140.dll
0x741d0000 - 0x745d1000 	C:\Program Files (x86)\Java\jre1.8.0_431\bin\client\jvm.dll
0x75680000 - 0x75686000 	C:\Windows\System32\PSAPI.DLL
0x741c0000 - 0x741c8000 	C:\Windows\SYSTEM32\WSOCK32.dll
0x741b0000 - 0x741b8000 	C:\Windows\SYSTEM32\VERSION.dll
0x74180000 - 0x741a4000 	C:\Windows\SYSTEM32\WINMM.dll
0x75690000 - 0x756f3000 	C:\Windows\System32\WS2_32.dll
0x74150000 - 0x74173000 	C:\Windows\SYSTEM32\WINMMBASE.dll
0x75240000 - 0x75276000 	C:\Windows\System32\cfgmgr32.dll
0x755f0000 - 0x755fd000 	C:\Windows\System32\kernel.appcore.dll
0x74140000 - 0x7414d000 	C:\Program Files (x86)\Java\jre1.8.0_431\bin\verify.dll
0x74110000 - 0x74134000 	C:\Program Files (x86)\Java\jre1.8.0_431\bin\java.dll
0x740f0000 - 0x74106000 	C:\Program Files (x86)\Java\jre1.8.0_431\bin\zip.dll
0x75c40000 - 0x77018000 	C:\Windows\System32\SHELL32.dll
0x77860000 - 0x77dce000 	C:\Windows\System32\windows.storage.dll
0x74c80000 - 0x74cc5000 	C:\Windows\System32\powrprof.dll
0x74c00000 - 0x74c46000 	C:\Windows\System32\shlwapi.dll
0x75840000 - 0x758c8000 	C:\Windows\System32\shcore.dll
0x74d80000 - 0x74d8f000 	C:\Windows\System32\profapi.dll
0x73fa0000 - 0x740ee000 	C:\Program Files (x86)\Java\jre1.8.0_431\bin\awt.dll
0x75970000 - 0x75a05000 	C:\Windows\System32\OLEAUT32.dll
0x74990000 - 0x74a0b000 	C:\Windows\System32\msvcp_win.dll
0x73f00000 - 0x73f92000 	C:\Windows\SYSTEM32\apphelp.dll
0x73e80000 - 0x73ef5000 	C:\Windows\system32\uxtheme.dll
0x75700000 - 0x75835000 	C:\Windows\System32\MSCTF.dll
0x73e60000 - 0x73e7f000 	C:\Windows\system32\dwmapi.dll
0x77490000 - 0x7757c000 	C:\Windows\System32\ole32.dll
0x73e50000 - 0x73e56000 	C:\Program Files (x86)\Java\jre1.8.0_431\bin\jawt.dll
0x73e30000 - 0x73e47000 	C:\Program Files (x86)\Java\jre1.8.0_431\bin\net.dll
0x73de0000 - 0x73e2e000 	C:\Windows\system32\mswsock.dll
0x73dd0000 - 0x73ddf000 	C:\Program Files (x86)\Java\jre1.8.0_431\bin\nio.dll
0x73dc0000 - 0x73dc6000 	C:\Users\monsterovich\AppData\Local\Temp\flatlaf.temp\flatlaf-windows-x86-12878566938660.dll
0x73d70000 - 0x73db3000 	C:\Program Files (x86)\Java\jre1.8.0_431\bin\fontmanager.dll
0x73c90000 - 0x73d70000 	C:\Windows\system32\opengl32.dll
0x73ba0000 - 0x73c8d000 	C:\Windows\SYSTEM32\DDRAW.dll
0x73b70000 - 0x73b95000 	C:\Windows\SYSTEM32\GLU32.dll
0x73b60000 - 0x73b67000 	C:\Windows\SYSTEM32\DCIMAN32.dll
0x73b20000 - 0x73b56000 	C:\Program Files (x86)\Java\jre1.8.0_431\bin\t2k.dll
0x773a0000 - 0x77424000 	C:\Windows\System32\clbcatq.dll
0x739b0000 - 0x73b1e000 	C:\Windows\SYSTEM32\WindowsCodecs.dll
0x73960000 - 0x739a4000 	C:\Windows\system32\dataexchange.dll
0x73730000 - 0x73960000 	C:\Windows\system32\d3d11.dll
0x73610000 - 0x73723000 	C:\Windows\system32\dcomp.dll
0x73580000 - 0x73603000 	C:\Windows\system32\dxgi.dll
0x73480000 - 0x73571000 	C:\Windows\system32\twinapi.appcore.dll
0x73460000 - 0x7347b000 	C:\Windows\system32\bcrypt.dll
0x733c0000 - 0x73454000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.14393.447_none_5507ded2cb4f7f4c\comctl32.dll
0x73270000 - 0x733bf000 	C:\Windows\system32\propsys.dll
0x73140000 - 0x73264000 	C:\Windows\system32\NetworkExplorer.dll
0x72fb0000 - 0x73136000 	C:\Windows\System32\ActXPrxy.dll
0x72f90000 - 0x72fa6000 	C:\Windows\SYSTEM32\MPR.dll
0x72f40000 - 0x72f90000 	C:\Windows\system32\VBoxMRXNP.dll
0x72f30000 - 0x72f39000 	C:\Windows\System32\drprov.dll
0x72ee0000 - 0x72f23000 	C:\Windows\System32\WINSTA.dll
0x72ec0000 - 0x72ed2000 	C:\Windows\System32\ntlanman.dll
0x72ea0000 - 0x72eba000 	C:\Windows\System32\davclnt.dll
0x72e90000 - 0x72e9b000 	C:\Windows\System32\DAVHLPR.dll
0x72e80000 - 0x72e90000 	C:\Windows\System32\wkscli.dll
0x72e70000 - 0x72e7f000 	C:\Windows\SYSTEM32\cscapi.dll
0x72e60000 - 0x72e6b000 	C:\Windows\System32\netutils.dll
0x72e10000 - 0x72e53000 	C:\Windows\System32\thumbcache.dll
0x72dd0000 - 0x72e10000 	C:\Windows\SYSTEM32\policymanager.dll
0x72d60000 - 0x72dc7000 	C:\Windows\SYSTEM32\msvcp110_win.dll
0x72d10000 - 0x72d52000 	C:\Windows\System32\dlnashext.dll
0x72cb0000 - 0x72d08000 	C:\Windows\System32\PlayToDevice.dll
0x72c90000 - 0x72cab000 	C:\Windows\System32\DevDispItemProvider.dll
0x72c30000 - 0x72c88000 	C:\Windows\System32\MMDevApi.dll
0x72c00000 - 0x72c22000 	C:\Windows\System32\DEVOBJ.dll
0x72a10000 - 0x72bff000 	C:\Windows\system32\wpdshext.dll
0x728a0000 - 0x72a09000 	C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.14393.2248_none_f676f7f2f2520e7a\gdiplus.dll
0x72810000 - 0x72893000 	C:\Windows\System32\PortableDeviceApi.dll
0x74d90000 - 0x7519b000 	C:\Windows\System32\SETUPAPI.dll
0x74cd0000 - 0x74d14000 	C:\Windows\System32\WINTRUST.dll
0x74be0000 - 0x74bee000 	C:\Windows\System32\MSASN1.dll
0x77220000 - 0x7739d000 	C:\Windows\System32\CRYPT32.dll
0x727c0000 - 0x72802000 	C:\Windows\system32\audiodev.dll
0x72590000 - 0x727b4000 	C:\Windows\system32\WMVCore.DLL
0x72540000 - 0x72584000 	C:\Windows\system32\WMASF.DLL
0x72430000 - 0x72539000 	C:\Windows\system32\mfperfhelper.dll
0x72310000 - 0x72424000 	C:\Windows\SYSTEM32\MFPlat.DLL
0x722e0000 - 0x7230a000 	C:\Windows\SYSTEM32\RTWorkQ.DLL
0x722d0000 - 0x722dd000 	C:\Windows\SYSTEM32\LINKINFO.dll
0x722c0000 - 0x722ca000 	C:\Windows\SYSTEM32\Secur32.dll
0x72230000 - 0x722b5000 	C:\Windows\SYSTEM32\mscms.dll
0x72210000 - 0x7222a000 	C:\Windows\SYSTEM32\USERENV.dll
0x721d0000 - 0x7220d000 	C:\Windows\SYSTEM32\icm32.dll
0x721a0000 - 0x721c3000 	C:\Program Files (x86)\Java\jre1.8.0_431\bin\sunec.dll
0x72190000 - 0x7219b000 	C:\Program Files (x86)\Java\jre1.8.0_431\bin\sunmscapi.dll
0x72170000 - 0x72190000 	C:\Windows\SYSTEM32\ncrypt.dll
0x72140000 - 0x7216b000 	C:\Windows\SYSTEM32\NTASN1.dll
0x72110000 - 0x7213f000 	C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x75230000 - 0x75237000 	C:\Windows\System32\NSI.dll
0x720f0000 - 0x72103000 	C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x720d0000 - 0x720e4000 	C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x72060000 - 0x720d0000 	C:\Users\monsterovich\Desktop\Lanemu\build\clib\libTunTapWindows.dll
0x71f10000 - 0x72055000 	C:\Windows\SYSTEM32\dbghelp.dll

VM Arguments:
java_command: C:\Users\monsterovich\Desktop\Lanemu\build\Lanemu.jar
java_class_path (initial): C:\Users\monsterovich\Desktop\Lanemu\build\Lanemu.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\java8path;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Users\monsterovich\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Java\jre1.8.0_431\bin
USERNAME=monsterovich
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 25 Model 33 Stepping 0, AuthenticAMD



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

OS: Windows 10 , 64 bit Build 14393 (10.0.14393.2214)

CPU:total 6 (initial active 6) (6 cores per cpu, 1 threads per core) family 25 model 33 stepping 0, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, mmxext, lzcnt, sse4a, tsc, tscinvbit, tscinv, bmi1

Memory: 4k page, physical 4193844k(3100892k free), swap 5242420k(4325532k free)

vm_info: Java HotSpot(TM) Client VM (25.431-b10) for windows-x86 JRE (1.8.0_431-b10), built on Sep 30 2024 08:11:15 by "java_re" with MS VC++ 17.6 (VS2022)

time: Fri Nov 29 22:55:10 2024
timezone: RTZ 1 (зима)
elapsed time: 1.118426 seconds (0d 0h 0m 1s)
Edited Jul 12, 2025 by Nikolay Borodin
Assignee Loading
Time tracking Loading