Client crash hostname can't be null

Forum for alternative clients, mods & discussions on the same.

Client crash hostname can't be null

Postby Lalaxx » Thu Aug 20, 2020 12:48 pm

Code: Select all
Java 1.8.0_181-b13
OS Windows 10 10.0 amd64
GPU Intel (Intel(R) HD Graphics 630) - 4.4.0 - Build 23.20.16.4973
java.lang.IllegalArgumentException: hostname can't be null
    at java.net.InetSocketAddress.checkHost(Unknown Source)
    at java.net.InetSocketAddress.<init>(Unknown Source)
    at haven.SslHelper.connect(SslHelper.java:172)
    at haven.AuthClient.<init>(AuthClient.java:53)
    at haven.Bootstrap.run(Bootstrap.java:151)
    at haven.MainFrame.run(MainFrame.java:337)
    at java.lang.Thread.run(Unknown Source)
User avatar
Lalaxx
 
Posts: 424
Joined: Sun May 12, 2013 12:15 pm
Location: Norsca

Re: Client crash hostname can't be null

Postby MagicManICT » Thu Aug 20, 2020 12:50 pm

I saw your other post in the Amber thread. Are you getting this with Amber only, or with both clients?
Opinions expressed in this statement are the authors alone and in no way reflect on the game development values of the actual developers.
User avatar
MagicManICT
 
Posts: 18437
Joined: Tue Aug 17, 2010 1:47 am

Re: Client crash hostname can't be null

Postby Lalaxx » Thu Aug 20, 2020 1:02 pm

MagicManICT wrote:I saw your other post in the Amber thread. Are you getting this with Amber only, or with both clients?

with all custom clients. Java crashes when launch default client.
This is ardennes bootleg crashlog
Code: Select all
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fffabaa7fa0, pid=10424, tid=0x0000000000002b14
#
# JRE version: Java(TM) SE Runtime Environment (8.0_181-b13) (build 1.8.0_181-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.181-b13 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [nvwgf2umx.dll+0xb57fa0]
#
# 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 (0x000000001755c000):  JavaThread "AWT-EventQueue-0" [_thread_in_native, id=11028, stack(0x0000000019090000,0x0000000019190000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000000

Registers:
RAX=0x0000000021e540a0, RBX=0x0000000021bc9060, RCX=0x000000001dc4b0e0, RDX=0x0000000000000000
RSP=0x000000001918ad10, RBP=0x0000000000000000, RSI=0x000000000000000f, RDI=0x0000000021bbbd00
R8 =0x0000000000880304, R9 =0x0000000000000003, R10=0x00007fffec2525e0, R11=0x000000001918ac30
R12=0x0000000000000000, R13=0x0000000000000004, R14=0x0000000021bc9050, R15=0x0000000021bc9050
RIP=0x00007fffabaa7fa0, EFLAGS=0x0000000000010246

Top of Stack: (sp=0x000000001918ad10)
0x000000001918ad10:   0000000021ae6d70 0000000000000000
0x000000001918ad20:   0000000021ae6d70 0000000000000000
0x000000001918ad30:   0000000000000000 00007fffaafa8bf4
0x000000001918ad40:   0000000021bc9060 000000001918adc9
0x000000001918ad50:   000000000000000f 0000000021c31d00
0x000000001918ad60:   0000000021cb1720 00007fffac1d0ac4
0x000000001918ad70:   fffffffffffffffe 0000000000000000
0x000000001918ad80:   fffffffffffffffe 00007fffe62a3aaa
0x000000001918ad90:   0000000021bdfc20 00007fffe62a3aaa
0x000000001918ada0:   0000000000000000 0000000000000000
0x000000001918adb0:   0000000000000004 0000000000002000
0x000000001918adc0:   0000000021c26080 00000000000f0000
0x000000001918add0:   0000000000880000 00007fffec1576af
0x000000001918ade0:   0000000021e51f40 0000000000000001
0x000000001918adf0:   0000000000000000 000000001dbd5b40
0x000000001918ae00:   0000000000000000 0000000021cb0618

Instructions: (pc=0x00007fffabaa7fa0)
0x00007fffabaa7f80:   8b 4a 60 48 8b fa 48 85 c9 74 62 0f 1f 44 00 00
0x00007fffabaa7f90:   48 8b c1 48 39 39 75 4d 48 8b 41 10 48 8b 50 18
0x00007fffabaa7fa0:   48 8b 02 ff 48 2c 48 8b 51 18 48 3b d1 75 06 48
0x00007fffabaa7fb0:   89 6f 60 eb 22 48 8b 41 20 48 89 50 18 48 8b 51


Register to memory mapping:

RAX=0x0000000021e540a0 is an unknown value
RBX=0x0000000021bc9060 is an unknown value
RCX=0x000000001dc4b0e0 is an unknown value
RDX=0x0000000000000000 is an unknown value
RSP=0x000000001918ad10 is pointing into the stack for thread: 0x000000001755c000
RBP=0x0000000000000000 is an unknown value
RSI=0x000000000000000f is an unknown value
RDI=0x0000000021bbbd00 is an unknown value
R8 =0x0000000000880304 is an unknown value
R9 =0x0000000000000003 is an unknown value
R10=0x00007fffec2525e0 is an unknown value
R11=0x000000001918ac30 is pointing into the stack for thread: 0x000000001755c000
R12=0x0000000000000000 is an unknown value
R13=0x0000000000000004 is an unknown value
R14=0x0000000021bc9050 is an unknown value
R15=0x0000000021bc9050 is an unknown value


Stack: [0x0000000019090000,0x0000000019190000],  sp=0x000000001918ad10,  free space=1003k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  jogamp.nativewindow.windows.GDI.SwapBuffers(J)Z+0
j  jogamp.opengl.windows.wgl.WGLUtil.SwapBuffers(J)Z+12
j  jogamp.opengl.windows.wgl.WindowsWGLDrawable.swapBuffersImpl(Z)V+23
j  jogamp.opengl.GLDrawableImpl.swapBuffers()V+67
j  jogamp.opengl.GLDrawableHelper.invokeGLImpl(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+219
j  jogamp.opengl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+80
j  javax.media.opengl.awt.GLCanvas$10.run()V+73
j  java.awt.event.InvocationEvent.dispatch()V+11
j  java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+21
j  java.awt.EventQueue.access$500(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
j  java.awt.EventQueue$3.run()Ljava/lang/Void;+32
j  java.awt.EventQueue$3.run()Ljava/lang/Object;+1
v  ~StubRoutines::call_stub
J 1374  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; (0 bytes) @ 0x0000000002c58b26 [0x0000000002c58ac0+0x66]
j  java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+18
j  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
j  java.awt.EventDispatchThread.pumpOneEventForFilters(I)V+140
j  java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j  java.awt.EventDispatchThread.run()V+9
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x000000001a08d000 JavaThread "Render thread" [_thread_blocked, id=9124, stack(0x00000000217b0000,0x00000000218b0000)]
  0x000000001a08b800 JavaThread "Haven UI thread" [_thread_blocked, id=5928, stack(0x00000000216b0000,0x00000000217b0000)]
  0x000000001a08c800 JavaThread "Haven main thread" [_thread_blocked, id=3288, stack(0x00000000215b0000,0x00000000216b0000)]
  0x000000001a08e000 JavaThread "pool-5-thread-3" [_thread_blocked, id=10524, stack(0x00000000212b0000,0x00000000213b0000)]
  0x000000001a08a000 JavaThread "pool-5-thread-2" [_thread_blocked, id=2508, stack(0x00000000211b0000,0x00000000212b0000)]
  0x000000001a089800 JavaThread "pool-5-thread-1" [_thread_blocked, id=10952, stack(0x00000000210b0000,0x00000000211b0000)]
  0x000000001a087000 JavaThread "Haven main thread-SharedResourceRunner" daemon [_thread_blocked, id=5416, stack(0x000000001b540000,0x000000001b640000)]
  0x000000001a08b000 JavaThread "Haven resource loader" daemon [_thread_blocked, id=4536, stack(0x000000001b240000,0x000000001b340000)]
  0x000000001a06f000 JavaThread "Haven resource loader" daemon [_thread_blocked, id=10564, stack(0x000000001b040000,0x000000001b140000)]
  0x0000000019e44000 JavaThread "Haven resource loader" daemon [_thread_blocked, id=4452, stack(0x000000001ad40000,0x000000001ae40000)]
  0x00000000026fd800 JavaThread "DestroyJavaVM" [_thread_blocked, id=6952, stack(0x00000000025e0000,0x00000000026e0000)]
  0x000000001722e000 JavaThread "Haven main thread" [_thread_blocked, id=5688, stack(0x0000000019a70000,0x0000000019b70000)]
=>0x000000001755c000 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=11028, stack(0x0000000019090000,0x0000000019190000)]
  0x00000000172d2800 JavaThread "pool-2-thread-1" [_thread_blocked, id=10964, stack(0x0000000018d90000,0x0000000018e90000)]
  0x00000000171f3800 JavaThread "Haven resource loader" daemon [_thread_blocked, id=9136, stack(0x0000000018750000,0x0000000018850000)]
  0x0000000017136800 JavaThread "Error reporter" daemon [_thread_blocked, id=11056, stack(0x0000000018650000,0x0000000018750000)]
  0x000000001709a800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=10324, stack(0x0000000017c40000,0x0000000017d40000)]
  0x0000000017099800 JavaThread "AWT-Shutdown" [_thread_blocked, id=844, stack(0x0000000017b40000,0x0000000017c40000)]
  0x0000000017099000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=10384, stack(0x0000000017a40000,0x0000000017b40000)]
  0x0000000016860800 JavaThread "Service Thread" daemon [_thread_blocked, id=9116, stack(0x0000000016c40000,0x0000000016d40000)]
  0x0000000014f19800 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=3656, stack(0x0000000016740000,0x0000000016840000)]
  0x0000000014f16800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=11052, stack(0x0000000016640000,0x0000000016740000)]
  0x0000000014ece800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=5632, stack(0x0000000016540000,0x0000000016640000)]
  0x0000000014ecc000 JavaThread "Attach Listener" daemon [_thread_blocked, id=10216, stack(0x0000000016440000,0x0000000016540000)]
  0x0000000014ecb000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4908, stack(0x0000000016340000,0x0000000016440000)]
  0x00000000027fa800 JavaThread "Finalizer" daemon [_thread_blocked, id=10864, stack(0x0000000016130000,0x0000000016230000)]
  0x00000000027f0000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5396, stack(0x0000000016030000,0x0000000016130000)]

Other Threads:
  0x0000000014e97800 VMThread [stack: 0x0000000015f30000,0x0000000016030000] [id=4480]
  0x0000000016889000 WatcherThread [stack: 0x0000000016d40000,0x0000000016e40000] [id=7060]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
 PSYoungGen      total 304640K, used 239440K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 259584K, 80% used [0x00000000eab00000,0x00000000f76796b0,0x00000000fa880000)
  from space 45056K, 68% used [0x00000000fd400000,0x00000000ff25aa18,0x0000000100000000)
  to   space 44544K, 0% used [0x00000000fa880000,0x00000000fa880000,0x00000000fd400000)
 ParOldGen       total 349696K, used 52438K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000)
  object space 349696K, 14% used [0x00000000c0000000,0x00000000c3335aa8,0x00000000d5580000)
 Metaspace       used 24462K, capacity 24828K, committed 25088K, reserved 1071104K
  class space    used 2927K, capacity 3042K, committed 3072K, reserved 1048576K

Card table byte_map: [0x0000000011bc0000,0x0000000011dd0000] byte_map_base: 0x00000000115c0000

Marking Bits: (ParMarkBitMap*) 0x0000000052d42d00
 Begin Bits: [0x0000000012330000, 0x0000000013330000)
 End Bits:   [0x0000000013330000, 0x0000000014330000)

Polling page: 0x0000000000e50000

CodeCache: size=245760Kb used=9657Kb max_used=9657Kb free=236102Kb
 bounds [0x0000000002800000, 0x0000000003180000, 0x0000000011800000]
 total_blobs=3518 nmethods=2674 adapters=756
 compilation: enabled

Compilation events (10 events):
Event: 5.403 Thread 0x0000000014f19800 2674       3       java.util.ArrayList$SubList$1::checkForComodification (26 bytes)
Event: 5.403 Thread 0x0000000014f19800 nmethod 2674 0x0000000003173390 code [0x0000000003173500, 0x0000000003173728]
Event: 5.407 Thread 0x0000000014f19800 2675       3       java.util.prefs.Base64::base64toInt (37 bytes)
Event: 5.408 Thread 0x0000000014f19800 nmethod 2675 0x0000000003174190 code [0x00000000031743c0, 0x0000000003174fe8]
Event: 5.408 Thread 0x0000000014f19800 2676       3       java.lang.invoke.CallSite::maybeReBox (28 bytes)
Event: 5.408 Thread 0x0000000014f19800 nmethod 2676 0x00000000031757d0 code [0x0000000003175960, 0x0000000003175ff0]
Event: 5.409 Thread 0x0000000014f19800 2677       3       java.lang.reflect.AccessibleObject::setAccessible (21 bytes)
Event: 5.410 Thread 0x0000000014f19800 nmethod 2677 0x0000000003172e10 code [0x0000000003172fa0, 0x0000000003173298]
Event: 5.416 Thread 0x0000000014f19800 2678       1       java.lang.reflect.Constructor::getModifiers (5 bytes)
Event: 5.416 Thread 0x0000000014f19800 nmethod 2678 0x0000000003172b50 code [0x0000000003172ca0, 0x0000000003172db0]

GC Heap History (10 events):
Event: 1.845 GC heap before
{Heap before GC invocations=3 (full 1):
 PSYoungGen      total 153088K, used 21476K [0x00000000eab00000, 0x00000000fd600000, 0x0000000100000000)
  eden space 131584K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f2b80000)
  from space 21504K, 99% used [0x00000000f4080000,0x00000000f55791a8,0x00000000f5580000)
  to   space 21504K, 0% used [0x00000000f2b80000,0x00000000f2b80000,0x00000000f4080000)
 ParOldGen       total 349696K, used 7445K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000)
  object space 349696K, 2% used [0x00000000c0000000,0x00000000c0745410,0x00000000d5580000)
 Metaspace       used 20810K, capacity 21045K, committed 21296K, reserved 1069056K
  class space    used 2523K, capacity 2624K, committed 2688K, reserved 1048576K
Event: 1.884 GC heap after
Heap after GC invocations=3 (full 1):
 PSYoungGen      total 153088K, used 0K [0x00000000eab00000, 0x00000000fd600000, 0x0000000100000000)
  eden space 131584K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f2b80000)
  from space 21504K, 0% used [0x00000000f4080000,0x00000000f4080000,0x00000000f5580000)
  to   space 21504K, 0% used [0x00000000f2b80000,0x00000000f2b80000,0x00000000f4080000)
 ParOldGen       total 349696K, used 23180K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000)
  object space 349696K, 6% used [0x00000000c0000000,0x00000000c16a3000,0x00000000d5580000)
 Metaspace       used 20810K, capacity 21045K, committed 21296K, reserved 1069056K
  class space    used 2523K, capacity 2624K, committed 2688K, reserved 1048576K
}
Event: 2.060 GC heap before
{Heap before GC invocations=4 (full 1):
 PSYoungGen      total 153088K, used 131584K [0x00000000eab00000, 0x00000000fd600000, 0x0000000100000000)
  eden space 131584K, 100% used [0x00000000eab00000,0x00000000f2b80000,0x00000000f2b80000)
  from space 21504K, 0% used [0x00000000f4080000,0x00000000f4080000,0x00000000f5580000)
  to   space 21504K, 0% used [0x00000000f2b80000,0x00000000f2b80000,0x00000000f4080000)
 ParOldGen       total 349696K, used 23184K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000)
  object space 349696K, 6% used [0x00000000c0000000,0x00000000c16a41b8,0x00000000d5580000)
 Metaspace       used 21779K, capacity 22116K, committed 22448K, reserved 1069056K
  class space    used 2608K, capacity 2724K, committed 2816K, reserved 1048576K
Event: 2.064 GC heap after
Heap after GC invocations=4 (full 1):
 PSYoungGen      total 153088K, used 10726K [0x00000000eab00000, 0x00000000f9000000, 0x0000000100000000)
  eden space 131584K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f2b80000)
  from space 21504K, 49% used [0x00000000f2b80000,0x00000000f35f9b48,0x00000000f4080000)
  to   space 21504K, 0% used [0x00000000f7b00000,0x00000000f7b00000,0x00000000f9000000)
 ParOldGen       total 349696K, used 23184K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000)
  object space 349696K, 6% used [0x00000000c0000000,0x00000000c16a41b8,0x00000000d5580000)
 Metaspace       used 21779K, capacity 22116K, committed 22448K, reserved 1069056K
  class space    used 2608K, capacity 2724K, committed 2816K, reserved 1048576K
}
Event: 2.641 GC heap before
{Heap before GC invocations=5 (full 1):
 PSYoungGen      total 153088K, used 142176K [0x00000000eab00000, 0x00000000f9000000, 0x0000000100000000)
  eden space 131584K, 99% used [0x00000000eab00000,0x00000000f2b5e5d0,0x00000000f2b80000)
  from space 21504K, 49% used [0x00000000f2b80000,0x00000000f35f9b48,0x00000000f4080000)
  to   space 21504K, 0% used [0x00000000f7b00000,0x00000000f7b00000,0x00000000f9000000)
 ParOldGen       total 349696K, used 23357K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000)
  object space 349696K, 6% used [0x00000000c0000000,0x00000000c16cf490,0x00000000d5580000)
 Metaspace       used 21946K, capacity 22268K, committed 22704K, reserved 1069056K
  class space    used 2620K, capacity 2728K, committed 2816K, reserved 1048576K
Event: 2.669 GC heap after
Heap after GC invocations=5 (full 1):
 PSYoungGen      total 212992K, used 21497K [0x00000000eab00000, 0x00000000f9b00000, 0x0000000100000000)
  eden space 191488K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f6600000)
  from space 21504K, 99% used [0x00000000f7b00000,0x00000000f8ffe738,0x00000000f9000000)
  to   space 21504K, 0% used [0x00000000f6600000,0x00000000f6600000,0x00000000f7b00000)
 ParOldGen       total 349696K, used 44226K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000)
  object space 349696K, 12% used [0x00000000c0000000,0x00000000c2b30a18,0x00000000d5580000)
 Metaspace       used 21946K, capacity 22268K, committed 22704K, reserved 1069056K
  class space    used 2620K, capacity 2728K, committed 2816K, reserved 1048576K
}
Event: 2.856 GC heap before
{Heap before GC invocations=6 (full 1):
 PSYoungGen      total 212992K, used 212985K [0x00000000eab00000, 0x00000000f9b00000, 0x0000000100000000)
  eden space 191488K, 100% used [0x00000000eab00000,0x00000000f6600000,0x00000000f6600000)
  from space 21504K, 99% used [0x00000000f7b00000,0x00000000f8ffe738,0x00000000f9000000)
  to   space 21504K, 0% used [0x00000000f6600000,0x00000000f6600000,0x00000000f7b00000)
 ParOldGen       total 349696K, used 44415K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000)
  object space 349696K, 12% used [0x00000000c0000000,0x00000000c2b5ff50,0x00000000d5580000)
 Metaspace       used 22046K, capacity 22332K, committed 22704K, reserved 1069056K
  class space    used 2626K, capacity 2728K, committed 2816K, reserved 1048576K
Event: 2.874 GC heap after
Heap after GC invocations=6 (full 1):
 PSYoungGen      total 212992K, used 21502K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 191488K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000f6600000)
  from space 21504K, 99% used [0x00000000f6600000,0x00000000f7affb28,0x00000000f7b00000)
  to   space 45056K, 0% used [0x00000000fd400000,0x00000000fd400000,0x0000000100000000)
 ParOldGen       total 349696K, used 52438K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000)
  object space 349696K, 14% used [0x00000000c0000000,0x00000000c3335aa8,0x00000000d5580000)
 Metaspace       used 22046K, capacity 22332K, committed 22704K, reserved 1069056K
  class space    used 2626K, capacity 2728K, committed 2816K, reserved 1048576K
}
Event: 3.077 GC heap before
{Heap before GC invocations=7 (full 1):
 PSYoungGen      total 212992K, used 212837K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 191488K, 99% used [0x00000000eab00000,0x00000000f65d98e8,0x00000000f6600000)
  from space 21504K, 99% used [0x00000000f6600000,0x00000000f7affb28,0x00000000f7b00000)
  to   space 45056K, 0% used [0x00000000fd400000,0x00000000fd400000,0x0000000100000000)
 ParOldGen       total 349696K, used 52438K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000)
  object space 349696K, 14% used [0x00000000c0000000,0x00000000c3335aa8,0x00000000d5580000)
 Metaspace       used 22078K, capacity 22338K, committed 22704K, reserved 1069056K
  class space    used 2629K, capacity 2729K, committed 2816K, reserved 1048576K
Event: 3.096 GC heap after
Heap after GC invocations=7 (full 1):
 PSYoungGen      total 304640K, used 31082K [0x00000000eab00000, 0x0000000100000000, 0x0000000100000000)
  eden space 259584K, 0% used [0x00000000eab00000,0x00000000eab00000,0x00000000fa880000)
  from space 45056K, 68% used [0x00000000fd400000,0x00000000ff25aa18,0x0000000100000000)
  to   space 44544K, 0% used [0x00000000fa880000,0x00000000fa880000,0x00000000fd400000)
 ParOldGen       total 349696K, used 52438K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eab00000)
  object space 349696K, 14% used [0x00000000c0000000,0x00000000c3335aa8,0x00000000d5580000)
 Metaspace       used 22078K, capacity 22338K, committed 22704K, reserved 1069056K
  class space    used 2629K, capacity 2729K, committed 2816K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 5.278 Thread 0x000000001722e000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003087394 method=javax.imageio.stream.FileCacheImageInputStream.readUntil(J)J @ 64
Event: 5.278 Thread 0x000000001722e000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002e5429c method=javax.imageio.stream.FileCacheImageInputStream.readUntil(J)J @ 64
Event: 5.278 Thread 0x000000001722e000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002e31724 method=javax.imageio.stream.FileCacheImageInputStream.readUntil(J)J @ 64
Event: 5.278 Thread 0x000000001722e000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003087394 method=javax.imageio.stream.FileCacheImageInputStream.readUntil(J)J @ 64
Event: 5.291 Thread 0x000000001722e000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002ffb194 method=java.util.TreeMap.getEntry(Ljava/lang/Object;)Ljava/util/TreeMap$Entry; @ 26
Event: 5.310 Thread 0x000000001a08c800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002ffb194 method=java.util.TreeMap.getEntry(Ljava/lang/Object;)Ljava/util/TreeMap$Entry; @ 26
Event: 5.323 Thread 0x000000001a08c800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000002f01ef0 method=java.util.concurrent.ConcurrentHashMap.get(Ljava/lang/Object;)Ljava/lang/Object; @ 76
Event: 5.337 Thread 0x000000001a08c800 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000000313a398 method=sun.nio.ch.Util$BufferCache.get(I)Ljava/nio/ByteBuffer; @ 25
Event: 5.375 Thread 0x000000001a08c800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000002ffd5dc method=java.util.TreeMap.getEntry(Ljava/lang/Object;)Ljava/util/TreeMap$Entry; @ 26
Event: 5.414 Thread 0x000000001755c000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000030d6c74 method=java.util.concurrent.ConcurrentHashMap.putVal(Ljava/lang/Object;Ljava/lang/Object;Z)Ljava/lang/Object; @ 181

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 1.738 Thread 0x00000000171f3800 Exception <a 'java/lang/NullPointerException'> (0x00000000ecdb8d48) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 1.991 Thread 0x000000001a08b800 Exception <a 'java/lang/NullPointerException'> (0x00000000eb39b610) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 1.991 Thread 0x000000001a08b800 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x00000000eb39b818) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\runtime\reflection.cpp, line 1092]
Event: 3.356 Thread 0x0000000019e44000 Implicit null exception at 0x0000000002d2d994 to 0x0000000002d2ed35
Event: 3.356 Thread 0x0000000019e44000 Exception <a 'java/lang/NullPointerException'> (0x00000000efbad9d0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 4.707 Thread 0x000000001722e000 Exception <a 'java/lang/InterruptedException'> (0x00000000f466c4d8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\runtime\objectMonitor.cpp, line 1684]
Event: 5.234 Thread 0x000000001a089800 Exception <a 'java/io/IOException'> (0x00000000f6b55c68) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 5.234 Thread 0x000000001a089800 Exception <a 'java/io/IOException'> (0x00000000f6b55f20) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 5.234 Thread 0x000000001a089800 Exception <a 'java/io/IOException'> (0x00000000f6b561a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\prims\jni.cpp, line 709]
Event: 5.266 Thread 0x000000001722e000 Exception <a 'java/lang/reflect/InvocationTargetException'> (0x00000000f6aadf98) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u181\11358\hotspot\src\share\vm\runtime\reflection.cpp, line 1092]

Events (10 events):
Event: 5.420 loading class haven/CurrentGL
Event: 5.420 loading class haven/CurrentGL done
Event: 5.420 loading class haven/Matrix4f
Event: 5.420 loading class haven/Matrix4f done
Event: 5.420 loading class haven/GLState$TexUnit
Event: 5.420 loading class haven/GLState$TexUnit done
Event: 5.421 loading class haven/GLState$Applier$SavedProg
Event: 5.421 loading class haven/GLState$Applier$SavedProg done
Event: 5.421 loading class haven/GLState$Buffer
Event: 5.421 loading class haven/GLState$Buffer done


Dynamic libraries:
0x00007ff7216c0000 - 0x00007ff7216f7000    C:\Program Files (x86)\Common Files\Oracle\Java\javapath\javaw.exe
0x00007fffec140000 - 0x00007fffec312000    C:\Windows\SYSTEM32\ntdll.dll
0x00007fffe9ad0000 - 0x00007fffe9b7c000    C:\Windows\System32\KERNEL32.DLL
0x00007fffe8e80000 - 0x00007fffe909d000    C:\Windows\System32\KERNELBASE.dll
0x00007fffec090000 - 0x00007fffec132000    C:\Windows\System32\ADVAPI32.dll
0x00007fffebfb0000 - 0x00007fffec04e000    C:\Windows\System32\msvcrt.dll
0x00007fffe98d0000 - 0x00007fffe9929000    C:\Windows\System32\sechost.dll
0x00007fffeb820000 - 0x00007fffeb941000    C:\Windows\System32\RPCRT4.dll
0x00007fffeba50000 - 0x00007fffebbb5000    C:\Windows\System32\USER32.dll
0x00007fffe9270000 - 0x00007fffe928e000    C:\Windows\System32\win32u.dll
0x00007fffec050000 - 0x00007fffec084000    C:\Windows\System32\GDI32.dll
0x00007fffe90a0000 - 0x00007fffe9220000    C:\Windows\System32\gdi32full.dll
0x00007fffd8610000 - 0x00007fffd888a000    C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.953_none_42151e83c686086b\COMCTL32.dll
0x00007fffebce0000 - 0x00007fffebfa8000    C:\Windows\System32\combase.dll
0x00007fffe9560000 - 0x00007fffe9655000    C:\Windows\System32\ucrtbase.dll
0x00007fffe9660000 - 0x00007fffe96ca000    C:\Windows\System32\bcryptPrimitives.dll
0x00007fffe9c10000 - 0x00007fffe9c3e000    C:\Windows\System32\IMM32.DLL
0x0000000052dd0000 - 0x0000000052ea2000    C:\Program Files\Java\jre1.8.0_181\bin\msvcr100.dll
0x0000000052520000 - 0x0000000052dc2000    C:\Program Files\Java\jre1.8.0_181\bin\server\jvm.dll
0x00007fffe96e0000 - 0x00007fffe96e8000    C:\Windows\System32\PSAPI.DLL
0x00007fffe3e30000 - 0x00007fffe3e3a000    C:\Windows\SYSTEM32\VERSION.dll
0x00007fffe6640000 - 0x00007fffe6663000    C:\Windows\SYSTEM32\WINMM.dll
0x00007fffe5810000 - 0x00007fffe5819000    C:\Windows\SYSTEM32\WSOCK32.dll
0x00007fffe9b80000 - 0x00007fffe9bea000    C:\Windows\System32\WS2_32.dll
0x0000000000830000 - 0x000000000085b000    C:\Windows\SYSTEM32\WINMMBASE.dll
0x00007fffe9220000 - 0x00007fffe9262000    C:\Windows\System32\cfgmgr32.dll
0x0000000052510000 - 0x000000005251f000    C:\Program Files\Java\jre1.8.0_181\bin\verify.dll
0x00000000524e0000 - 0x0000000052509000    C:\Program Files\Java\jre1.8.0_181\bin\java.dll
0x00000000524c0000 - 0x00000000524d6000    C:\Program Files\Java\jre1.8.0_181\bin\zip.dll
0x00007fffea150000 - 0x00007fffeb658000    C:\Windows\System32\SHELL32.dll
0x00007fffe87a0000 - 0x00007fffe8e78000    C:\Windows\System32\windows.storage.dll
0x00007fffe85b0000 - 0x00007fffe85fc000    C:\Windows\System32\powrprof.dll
0x00007fffe9c40000 - 0x00007fffe9c92000    C:\Windows\System32\shlwapi.dll
0x00007fffe8630000 - 0x00007fffe863f000    C:\Windows\System32\kernel.appcore.dll
0x00007fffe8640000 - 0x00007fffe86e9000    C:\Windows\System32\shcore.dll
0x00007fffe8610000 - 0x00007fffe8624000    C:\Windows\System32\profapi.dll
0x0000000052320000 - 0x00000000524b9000    C:\Program Files\Java\jre1.8.0_181\bin\awt.dll
0x00007fffebbc0000 - 0x00007fffebc7f000    C:\Windows\System32\OLEAUT32.dll
0x00007fffe9290000 - 0x00007fffe932c000    C:\Windows\System32\msvcp_win.dll
0x00007fffe6a40000 - 0x00007fffe6aba000    C:\Windows\SYSTEM32\apphelp.dll
0x00007fffe6e10000 - 0x00007fffe6ea5000    C:\Windows\system32\uxtheme.dll
0x00007fffeb660000 - 0x00007fffeb7ba000    C:\Windows\System32\MSCTF.dll
0x00007fffe57d0000 - 0x00007fffe57f6000    C:\Windows\system32\dwmapi.dll
0x00007fffe96f0000 - 0x00007fffe9828000    C:\Windows\System32\ole32.dll
0x00007fffe8080000 - 0x00007fffe8097000    C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007fffe7a80000 - 0x00007fffe7ab3000    C:\Windows\system32\rsaenh.dll
0x00007fffe84f0000 - 0x00007fffe851b000    C:\Windows\SYSTEM32\bcrypt.dll
0x00007fffe7d00000 - 0x00007fffe7d1f000    C:\Windows\SYSTEM32\USERENV.dll
0x00007fffe80a0000 - 0x00007fffe80ab000    C:\Windows\SYSTEM32\CRYPTBASE.dll
0x0000000052300000 - 0x000000005231a000    C:\Program Files\Java\jre1.8.0_181\bin\net.dll
0x00007fffe7ee0000 - 0x00007fffe7f3c000    C:\Windows\system32\mswsock.dll
0x00007fffe7c00000 - 0x00007fffe7c38000    C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007fffe9ca0000 - 0x00007fffe9ca8000    C:\Windows\System32\NSI.dll
0x00007fffe28f0000 - 0x00007fffe2906000    C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007fffe28d0000 - 0x00007fffe28ea000    C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00000000522e0000 - 0x00000000522f1000    C:\Program Files\Java\jre1.8.0_181\bin\nio.dll
0x00007fffc61a0000 - 0x00007fffc62c3000    C:\Windows\system32\opengl32.dll
0x00007fffc6130000 - 0x00007fffc615d000    C:\Windows\SYSTEM32\GLU32.dll
0x00007fffc5f50000 - 0x00007fffc6047000    C:\Windows\SYSTEM32\DDRAW.dll
0x00007fffce590000 - 0x00007fffce598000    C:\Windows\SYSTEM32\DCIMAN32.dll
0x0000000052290000 - 0x00000000522d7000    C:\Program Files\Java\jre1.8.0_181\bin\fontmanager.dll
0x00007fffe9830000 - 0x00007fffe98cf000    C:\Windows\System32\clbcatq.dll
0x00007fffe38d0000 - 0x00007fffe3a78000    C:\Windows\SYSTEM32\WindowsCodecs.dll
0x00007fffc8000000 - 0x00007fffc8049000    C:\Windows\system32\dataexchange.dll
0x00007fffe6240000 - 0x00007fffe64f6000    C:\Windows\system32\d3d11.dll
0x00007fffe5a30000 - 0x00007fffe5b81000    C:\Windows\system32\dcomp.dll
0x00007fffe7650000 - 0x00007fffe76ef000    C:\Windows\system32\dxgi.dll
0x00007fffe70b0000 - 0x00007fffe71cc000    C:\Windows\system32\twinapi.appcore.dll
0x0000000052240000 - 0x0000000052282000    C:\Program Files\Java\jre1.8.0_181\bin\t2k.dll
0x0000000052200000 - 0x0000000052231000    C:\Program Files\Java\jre1.8.0_181\bin\jpeg.dll
0x000000006ea40000 - 0x000000006eb68000    C:\Users\User\AppData\Local\Temp\sqlite-3.26.0-d12f3f39-2ff9-491b-b0a2-787e9cec50b8-sqlitejdbc.dll
0x00000000637c0000 - 0x00000000637cd000    C:\Users\User\AppData\Local\Temp\jogamp_0000\file_cache\jln4758084138057982708\jln8311350233432530699\gluegen-rt.dll
0x00000000521f0000 - 0x00000000521f7000    C:\Program Files\Java\jre1.8.0_181\bin\jawt.dll
0x000000006a440000 - 0x000000006a44d000    C:\Users\User\AppData\Local\Temp\jogamp_0000\file_cache\jln4758084138057982708\jln8311350233432530699\nativewindow_awt.dll
0x000000006c100000 - 0x000000006c10e000    C:\Users\User\AppData\Local\Temp\jogamp_0000\file_cache\jln4758084138057982708\jln8311350233432530699\nativewindow_win32.dll
0x0000000064500000 - 0x00000000645a0000    C:\Users\User\AppData\Local\Temp\jogamp_0000\file_cache\jln4758084138057982708\jln8311350233432530699\jogl_desktop.dll
0x00007fffa1350000 - 0x00007fffa3b95000    C:\Windows\System32\DriverStore\FileRepository\nvami.inf_amd64_72390dc4652f28fa\nvoglv64.dll
0x00007fffe9d20000 - 0x00007fffea149000    C:\Windows\System32\SETUPAPI.dll
0x00007fffe5780000 - 0x00007fffe5793000    C:\Windows\SYSTEM32\WTSAPI32.dll
0x00007fffe72c0000 - 0x00007fffe72e8000    C:\Windows\SYSTEM32\DEVOBJ.dll
0x00007fffe9330000 - 0x00007fffe9385000    C:\Windows\System32\WINTRUST.dll
0x00007fffe8600000 - 0x00007fffe8610000    C:\Windows\System32\MSASN1.dll
0x00007fffe9390000 - 0x00007fffe9559000    C:\Windows\System32\CRYPT32.dll
0x00007fffe72f0000 - 0x00007fffe7322000    C:\Windows\SYSTEM32\ntmarta.dll
0x00007fffb67d0000 - 0x00007fffb6a7e000    C:\Windows\system32\nvspcap64.dll
0x00007fffe7e80000 - 0x00007fffe7ed6000    C:\Windows\SYSTEM32\WINSTA.dll
0x00007fffb6a80000 - 0x00007fffb6b82000    C:\Windows\System32\DriverStore\FileRepository\nvami.inf_amd64_72390dc4652f28fa\nvldumdx.dll
0x00007fffe3e00000 - 0x00007fffe3e2f000    C:\Windows\SYSTEM32\cryptnet.dll
0x00007fffe9bf0000 - 0x00007fffe9c0c000    C:\Windows\System32\imagehlp.dll
0x00007fffaaf50000 - 0x00007fffad92b000    C:\Windows\System32\DriverStore\FileRepository\nvami.inf_amd64_72390dc4652f28fa\nvwgf2umx.dll
0x00007fffe1df0000 - 0x00007fffe2344000    C:\Windows\SYSTEM32\nvapi64.dll
0x00007fffe36e0000 - 0x00007fffe3872000    C:\Windows\SYSTEM32\dbghelp.dll

VM Arguments:
jvm_args: -Xss1024k -Xms512m -Xmx1024M
java_command: hafen.jar -U https://game.havenandhearth.com/hres/ game.havenandhearth.com
java_class_path (initial): hafen.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=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:\Program Files\Git\cmd;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Users\User\AppData\Local\Microsoft\WindowsApps;C:\Users\User\AppData\Local\GitHubDesktop\bin
USERNAME=AgRevol
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 158 Stepping 9, GenuineIntel



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

OS: Windows 10.0 , 64 bit Build 14393 (10.0.14393.1198)

CPU:total 4 (initial active 4) (4 cores per cpu, 1 threads per core) family 6 model 158 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, 3dnowpref, lzcnt, tsc, tscinvbit, bmi1, bmi2, adx

Memory: 4k page, physical 16655636k(8378216k free), swap 19146004k(7186164k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.181-b13) for windows-amd64 JRE (1.8.0_181-b13), built on Jul  7 2018 04:01:33 by "java_re" with MS VC++ 10.0 (VS2010)

time: Tue Aug 18 16:13:47 2020
elapsed time: 5 seconds (0d 0h 0m 5s)

User avatar
Lalaxx
 
Posts: 424
Joined: Sun May 12, 2013 12:15 pm
Location: Norsca

Re: Client crash hostname can't be null

Postby Ardennesss » Thu Aug 20, 2020 2:17 pm

ImageImage
ImageImageImageImage
User avatar
Ardennesss
 
Posts: 1127
Joined: Sun Oct 06, 2013 4:22 pm

Re: Client crash hostname can't be null

Postby vatas » Thu Aug 20, 2020 2:53 pm

The most actively maintained Haven and Hearth Wiki (Not guaranteed to be up-to-date with all w14 changes.)

Basic Claim Safety (And what you’re doing wrong) (I recommend you read it in it's entirety, but TL:;DR: Build a Palisade.)

Combat Guide (Overview, PVE, PVP) (Tells you how to try and escape, and make it less likely to die when caught.)
User avatar
vatas
 
Posts: 4511
Joined: Fri Apr 05, 2013 8:34 am
Location: Suomi Finland Perkele

Re: Client crash hostname can't be null

Postby MagicManICT » Thu Aug 20, 2020 9:43 pm

Lalaxx wrote:
MagicManICT wrote:I saw your other post in the Amber thread. Are you getting this with Amber only, or with both clients?

with all custom clients. Java crashes when launch default client.

Using Ardennesss helpful link, it looks like the client is trying to call the Nvidia DX10 drivers and failing. You may simply need to uninstall and then reinstall drivers. It would be a good first thing to check, especially if there's been an update recently. However, it may not be as simple as this.

I tend to avoid posting advice on the client mods as they all can be a bit different in the way they crash.
Opinions expressed in this statement are the authors alone and in no way reflect on the game development values of the actual developers.
User avatar
MagicManICT
 
Posts: 18437
Joined: Tue Aug 17, 2010 1:47 am

Re: Client crash hostname can't be null

Postby vatas » Fri Aug 21, 2020 7:54 am

Yes what I meant to imply with my link was also that the missing .dll is merely a symptom of the core problem which might be missing or improperly installed Nvidia driver.
The most actively maintained Haven and Hearth Wiki (Not guaranteed to be up-to-date with all w14 changes.)

Basic Claim Safety (And what you’re doing wrong) (I recommend you read it in it's entirety, but TL:;DR: Build a Palisade.)

Combat Guide (Overview, PVE, PVP) (Tells you how to try and escape, and make it less likely to die when caught.)
User avatar
vatas
 
Posts: 4511
Joined: Fri Apr 05, 2013 8:34 am
Location: Suomi Finland Perkele

Re: Client crash hostname can't be null

Postby Lalaxx » Fri Aug 21, 2020 9:20 am

MagicManICT wrote:You may simply need to uninstall and then reinstall drivers.

that helped. closed.
User avatar
Lalaxx
 
Posts: 424
Joined: Sun May 12, 2013 12:15 pm
Location: Norsca


Return to The Wizards' Tower

Who is online

Users browsing this forum: No registered users and 2 guests