Amber Client

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

Re: Amber Client

Postby mvgulik » Sat Dec 21, 2019 7:36 am

Amber 1.75.0 - Snow in big-map tiles.

Image

:?:

(Default and Ender client do not show snow in big-map tiles. ie: Amber specific)
mvgulik
 
Posts: 3742
Joined: Fri May 21, 2010 2:29 am

Re: Amber Client

Postby Qollkalom » Sat Dec 21, 2019 12:57 pm

borka wrote:Sometimes the download of needed res files (dogrose bush image) stucks but normally they'll get downloaded later anyways and stored in the cache ... so just try again ...

"Try again..." what? what to try again?
Download once more client? launch game again? or what?
Qollkalom
 
Posts: 11
Joined: Wed Jan 30, 2019 2:55 pm

Re: Amber Client

Postby romovs » Sat Dec 21, 2019 3:56 pm

The issue you having is that the certifcate used by the client is not considered valid by Java.
The easiest way to solve this is to install Oracle JRE instead of OpenJDK which you probably have.
Otherwise google for how to solve "unable to find valid certification path to requested target" error.

Qollkalom wrote:
Code: Select all
1.75.0.9f4626ea
Linux 4.15.0-20-generic, 1.8.0_232 amd64
Intel Open Source Technology Center (Mesa DRI Intel(R) HD Graphics 405 (Braswell) ) - 3.0 Mesa 19.0.8

java.lang.RuntimeException: Delayed error in resource gfx/terobjs/bushes/dogrose (v10), from forking source backed by HTTP res source (https://game.havenandhearth.com/hres/)
   at haven.Resource$Pool$Queued.get(Resource.java:405)
   at haven.Resource$Pool$Queued.get(Resource.java:374)
   at haven.Session$CachedRes$Ref.get(Session.java:122)
   at haven.Session$CachedRes$Ref.get(Session.java:115)
   at haven.ResDrawable.getres(ResDrawable.java:100)
   at haven.Gob.getres(Gob.java:702)
   at haven.LocalMiniMap.drawicons(LocalMiniMap.java:197)
   at haven.LocalMiniMap.draw(LocalMiniMap.java:465)
   at haven.Widget.draw(Widget.java:726)
   at haven.Widget.draw(Widget.java:731)
   at haven.MinimapWnd.draw(MinimapWnd.java:220)
   at haven.Widget.draw(Widget.java:726)
   at haven.Widget.draw(Widget.java:731)
   at haven.GameUI.draw(GameUI.java:770)
   at haven.Widget.draw(Widget.java:726)
   at haven.Widget.draw(Widget.java:731)
   at haven.RootWidget.draw(RootWidget.java:67)
   at haven.UI.draw(UI.java:144)
   at haven.HavenPanel.rootdraw(HavenPanel.java:345)
   at haven.HavenPanel.run(HavenPanel.java:641)
   at java.lang.Thread.run(Thread.java:748)
Caused by: haven.Resource$LoadException: Load error in resource gfx/terobjs/bushes/dogrose(v10), from forking source backed by HTTP res source (https://game.havenandhearth.com/hres/)
   at haven.Resource$Pool.handle(Resource.java:466)
   at haven.Resource$Pool.access$1100(Resource.java:351)
   at haven.Resource$Pool$Loader.run(Resource.java:607)
   ... 1 more
   Suppressed: haven.Resource$LoadException: Load error in resource gfx/terobjs/bushes/dogrose(v10), from cache source backed by FileCache(https://game.havenandhearth.com/hres/)
      ... 4 more
      Suppressed: haven.Resource$LoadException: Load error in resource gfx/terobjs/bushes/dogrose(v10), from local res source
         ... 4 more
         Suppressed: haven.Resource$LoadException: Load error in resource gfx/terobjs/bushes/dogrose(v10), from filesystem res source (res)
            ... 4 more
         Caused by: java.io.FileNotFoundException: res/gfx/terobjs/bushes/dogrose.res (No such file or directory)
            at java.io.FileInputStream.open0(Native Method)
            at java.io.FileInputStream.open(FileInputStream.java:195)
            at java.io.FileInputStream.<init>(FileInputStream.java:138)
            at haven.Resource$FileSource.get(Resource.java:243)
            at haven.Resource$Pool.handle(Resource.java:450)
            ... 3 more
      Caused by: java.io.FileNotFoundException: Could not find resource locally: gfx/terobjs/bushes/dogrose
         at haven.Resource$JarSource.get(Resource.java:255)
         at haven.Resource$Pool.handle(Resource.java:450)
         ... 3 more
   Caused by: java.io.FileNotFoundException: res/gfx/terobjs/bushes/dogrose
      at haven.HashDirCache.fetch(HashDirCache.java:289)
      at haven.Resource$CacheSource.get(Resource.java:222)
      at haven.Resource$Pool.handle(Resource.java:450)
      ... 3 more
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
   at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
   at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1946)
   at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:316)
   at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:310)
   at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1639)
   at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:223)
   at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1037)
   at sun.security.ssl.Handshaker.process_record(Handshaker.java:965)
   at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1064)
   at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
   at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
   at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
   at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
   at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1570)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
   at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
   at haven.Resource$HttpSource.get(Resource.java:309)
   at haven.Resource$TeeSource.get(Resource.java:201)
   at haven.Resource$Pool.handle(Resource.java:450)
   ... 3 more
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
   at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:397)
   at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:302)
   at sun.security.validator.Validator.validate(Validator.java:262)
   at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:330)
   at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:237)
   at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:132)
   at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1621)
   ... 18 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
   at sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
   at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
   at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:280)
   at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:392)
   ... 24 more

Im unable to launch game, again.
Now it is caused because I entered into speedbust.
Last edited by romovs on Sat Dec 21, 2019 4:25 pm, edited 1 time in total.
User avatar
romovs
 
Posts: 1473
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby romovs » Sat Dec 21, 2019 4:02 pm

mvgulik wrote:Amber 1.75.0 - Snow in big-map tiles.

Image

:?:

(Default and Ender client do not show snow in big-map tiles. ie: Amber specific)

Hmm the default client shows snow as well for me.
However it seems to show snow only for tiles that you haven't seen before, or the 3x3 grid at your login point (I haven't tested this thoroughly but seems to work this way...). Amber behaves the same way.
This is probably better to be taken with loftar, unless I am missing something here.
User avatar
romovs
 
Posts: 1473
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby mvgulik » Sat Dec 21, 2019 9:20 pm

romovs wrote:However it seems to show snow only for tiles that you haven't seen before

Yea, saw that also with Ender client.

romovs wrote:or the 3x3 grid at your login point

Almost. Land was snow-free for those tiles (Default and Ender, had cached tiles for both), only water was updated to being frozen.

romovs wrote:Amber behaves the same way.

Roger. Just did a login without checking behavior of other than those initial 3x3 tiles. Will recheck.
mvgulik
 
Posts: 3742
Joined: Fri May 21, 2010 2:29 am

Re: Amber Client

Postby mvgulik » Mon Dec 23, 2019 7:40 pm

Recheck:

image row's:
* Default client.
* Ender client.
* Amber client.

Image columns:
* Direct result in client. (A)
* Result after client restart. (B)

Actions:
* Login - at same location (HF).
* Walked into other map-tile. (A) ... (just in case: Walked UP in Default & Ender, Down in Amber)
* Back to HF
* Restart client
* Login again. (B)

Image


Hope this makes sens to you.

I'm not sure what might potentially be triggered by local stuff, or what might be default (any) client behavior (mainly related to delayed map updating).
mvgulik
 
Posts: 3742
Joined: Fri May 21, 2010 2:29 am

Re: Amber Client

Postby borka » Mon Dec 23, 2019 11:18 pm

FYI - clearing (deleting) the cache(data) doesn't help with Amber
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Amber Client

Postby mvgulik » Tue Dec 24, 2019 11:57 am

Mmm ... Yea, there's a thought. I should probably clear my hafen cache (never did so far). With 14000+ files is probably a bit bloated. Still ... it should not really affect the client's behavior I think.
mvgulik
 
Posts: 3742
Joined: Fri May 21, 2010 2:29 am

Re: Amber Client

Postby Windershins » Wed Dec 25, 2019 3:36 am

Hello, hearthlings,

I'm having a problem with Amber client and have tried several fixes unsuccessfully. The client crashes fairly often (every 10-30 minutes, approximately), with seemingly no connection to what I'm doing at the time in-game. Here's the error report:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_INT_DIVIDE_BY_ZERO (0xc0000094) at pc=0x67a96588, pid=24024, tid=0x000062c8
#
# JRE version: Java(TM) SE Runtime Environment (8.0_231-b11) (build 1.8.0_231-b11)
# Java VM: Java HotSpot(TM) Client VM (25.231-b11 mixed mode windows-x86 )
# Problematic frame:
# C [ig9icd32.dll+0x436588]
#
# 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 (0x45be7400): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=25288, stack(0x47420000,0x47520000)]

siginfo: ExceptionCode=0xc0000094

Registers:
EAX=0x00000004, EBX=0x4751d5a0, ECX=0x00000003, EDX=0x00000000
ESP=0x4751cbcc, EBP=0x4751d590, ESI=0x48de4ec0, EDI=0x51798dc0
EIP=0x67a96588, EFLAGS=0x00010246

Top of Stack: (sp=0x4751cbcc)
0x4751cbcc: 6bf2a71f 51798dc0 517bc830 51798dc0
0x4751cbdc: 00000003 00000000 48de4ec0 51798dc0
0x4751cbec: 6776331c 00000000 00000001 00000003
0x4751cbfc: 00000002 00000001 00000000 00000004
0x4751cc0c: 6bf2be9f 4751d5e0 67a966ee 00000010
0x4751cc1c: 6bf2a76f ffffffff 67a9a309 00200000
0x4751cc2c: 0151d600 51874010 48de4ec0 ffffffff
0x4751cc3c: 7dff36b0 51798dc0 00000001 00fed920

Instructions: (pc=0x67a96588)
0x67a96568: 10 8b 52 04 81 e2 ff 0f 00 00 03 c8 89 95 dc f6
0x67a96578: ff ff 8b 95 ec f6 ff ff 11 95 fc f6 ff ff 33 d2
0x67a96588: f7 b5 dc f6 ff ff 83 bd dc f6 ff ff 01 89 8d 70
0x67a96598: f6 ff ff 8b 8d 0c f7 ff ff 89 95 ac f6 ff ff 89


Register to memory mapping:

EAX=0x00000004 is an unknown value
EBX=0x4751d5a0 is pointing into the stack for thread: 0x45be7400
ECX=0x00000003 is an unknown value
EDX=0x00000000 is an unknown value
ESP=0x4751cbcc is pointing into the stack for thread: 0x45be7400
EBP=0x4751d590 is pointing into the stack for thread: 0x45be7400
ESI=0x48de4ec0 is an unknown value
EDI=0x51798dc0 is an unknown value


Stack: [0x47420000,0x47520000], sp=0x4751cbcc, free space=1010k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ig9icd32.dll+0x436588]
C [ig9icd32.dll+0x48b88d]
C [ig9icd32.dll+0x12a38a]
C [ig9icd32.dll+0x119dae]
C [ig9icd32.dll+0x43e969]
C [ig9icd32.dll+0x43e62b]
C [ig9icd32.dll+0x43b128]
C [ig9icd32.dll+0x30ef34]
C [ig9icd32.dll+0x1b6515]
C [ig9icd32.dll+0x7b02be]
C [ig9icd32.dll+0x3488a6]
C [jogl_desktop.dll+0x146d2]
J 2704 jogamp.opengl.gl4.GL4bcImpl.dispatch_glDrawRangeElements1(IIIIIJJ)V (0 bytes) @ 0x0290090f [0x02900850+0xbf]
J 2703 C1 jogamp.opengl.gl4.GL4bcImpl.glDrawRangeElements(IIIIIJ)V (55 bytes) @ 0x02901288 [0x029011b0+0xd8]
J 2702 C1 haven.BGL$51.run(Ljavax/media/opengl/GL2;)V (31 bytes) @ 0x02900fbc [0x02900f50+0x6c]
J 3458 C1 haven.HavenPanel.redraw(Ljavax/media/opengl/GL2;)V (276 bytes) @ 0x02a366b4 [0x02a36360+0x354]
J 3498 C1 haven.HavenPanel$1.display(Ljavax/media/opengl/GLAutoDrawable;)V (57 bytes) @ 0x02a42740 [0x02a42690+0xb0]
J 2962 C1 jogamp.opengl.GLDrawableHelper.displayImpl(Ljavax/media/opengl/GLAutoDrawable;)V (105 bytes) @ 0x02964ef8 [0x02964c60+0x298]
J 3454 C1 javax.media.opengl.awt.GLCanvas$9.run()V (122 bytes) @ 0x02a3551c [0x02a35480+0x9c]
J 3450 C1 jogamp.opengl.GLDrawableHelper.invokeGLImpl(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V (481 bytes) @ 0x02a24c24 [0x02a24980+0x2a4]
J 3449 C1 jogamp.opengl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V (84 bytes) @ 0x02a245dc [0x02a24590+0x4c]
J 3444 C1 javax.media.opengl.awt.GLCanvas$10.run()V (95 bytes) @ 0x02a232e4 [0x02a23220+0xc4]
J 3469 C1 java.awt.event.InvocationEvent.dispatch()V (69 bytes) @ 0x02a3af2c [0x02a3aef0+0x3c]
J 3243 C1 java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V (149 bytes) @ 0x029d4f50 [0x029d4a90+0x4c0]
J 3232 C1 java.awt.EventQueue$3.run()Ljava/lang/Void; (60 bytes) @ 0x029cd4dc [0x029cd480+0x5c]
J 3231 C1 java.awt.EventQueue$3.run()Ljava/lang/Object; (5 bytes) @ 0x029cd260 [0x029cd240+0x20]
v ~StubRoutines::call_stub
V [jvm.dll+0x15c3d5]
V [jvm.dll+0x2260ae]
V [jvm.dll+0x15c46e]
V [jvm.dll+0x10c35f]
C [java.dll+0x102f]
J 3241 C1 java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V (80 bytes) @ 0x029d3988 [0x029d3780+0x208]
J 3149 C1 java.awt.EventDispatchThread.pumpOneEventForFilters(I)V (190 bytes) @ 0x029b55d8 [0x029b51e0+0x3f8]
J 5764% C1 java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V (47 bytes) @ 0x0259a840 [0x0259a780+0xc0]
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
V [jvm.dll+0x15c3d5]
V [jvm.dll+0x2260ae]
V [jvm.dll+0x15c46e]
V [jvm.dll+0x15c5f6]
V [jvm.dll+0x15c667]
V [jvm.dll+0x1002bf]
V [jvm.dll+0x17f7e0]
V [jvm.dll+0x18005a]
V [jvm.dll+0x1c6c56]
C [msvcr100.dll+0x5c556]
C [msvcr100.dll+0x5c600]
C [KERNEL32.DLL+0x16359]
C [ntdll.dll+0x67b74]
C [ntdll.dll+0x67b44]
C 0x00000000

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 2704 jogamp.opengl.gl4.GL4bcImpl.dispatch_glDrawRangeElements1(IIIIIJJ)V (0 bytes) @ 0x029008cb [0x02900850+0x7b]
J 2703 C1 jogamp.opengl.gl4.GL4bcImpl.glDrawRangeElements(IIIIIJ)V (55 bytes) @ 0x02901288 [0x029011b0+0xd8]
J 2702 C1 haven.BGL$51.run(Ljavax/media/opengl/GL2;)V (31 bytes) @ 0x02900fbc [0x02900f50+0x6c]
J 3458 C1 haven.HavenPanel.redraw(Ljavax/media/opengl/GL2;)V (276 bytes) @ 0x02a366b4 [0x02a36360+0x354]
J 3498 C1 haven.HavenPanel$1.display(Ljavax/media/opengl/GLAutoDrawable;)V (57 bytes) @ 0x02a42740 [0x02a42690+0xb0]
J 2962 C1 jogamp.opengl.GLDrawableHelper.displayImpl(Ljavax/media/opengl/GLAutoDrawable;)V (105 bytes) @ 0x02964ef8 [0x02964c60+0x298]
J 3454 C1 javax.media.opengl.awt.GLCanvas$9.run()V (122 bytes) @ 0x02a3551c [0x02a35480+0x9c]
J 3450 C1 jogamp.opengl.GLDrawableHelper.invokeGLImpl(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V (481 bytes) @ 0x02a24c24 [0x02a24980+0x2a4]
J 3449 C1 jogamp.opengl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V (84 bytes) @ 0x02a245dc [0x02a24590+0x4c]
J 3444 C1 javax.media.opengl.awt.GLCanvas$10.run()V (95 bytes) @ 0x02a232e4 [0x02a23220+0xc4]
J 3469 C1 java.awt.event.InvocationEvent.dispatch()V (69 bytes) @ 0x02a3af2c [0x02a3aef0+0x3c]
J 3243 C1 java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V (149 bytes) @ 0x029d4f50 [0x029d4a90+0x4c0]
J 3232 C1 java.awt.EventQueue$3.run()Ljava/lang/Void; (60 bytes) @ 0x029cd4dc [0x029cd480+0x5c]
J 3231 C1 java.awt.EventQueue$3.run()Ljava/lang/Object; (5 bytes) @ 0x029cd260 [0x029cd240+0x20]
v ~StubRoutines::call_stub
J 1514 java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object; (0 bytes) @ 0x0251ad47 [0x0251ace0+0x67]
J 3241 C1 java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V (80 bytes) @ 0x029d3988 [0x029d3780+0x208]
J 3149 C1 java.awt.EventDispatchThread.pumpOneEventForFilters(I)V (190 bytes) @ 0x029b55d8 [0x029b51e0+0x3f8]
J 5764% C1 java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V (47 bytes) @ 0x0259a840 [0x0259a780+0xc0]
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 )
0x556cc400 JavaThread "Worker thread" daemon [_thread_blocked, id=6416, stack(0x469f0000,0x46af0000)]
0x556c8400 JavaThread "Worker thread" daemon [_thread_blocked, id=26824, stack(0x468f0000,0x469f0000)]
0x47f52c00 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=24680, stack(0x545a0000,0x546a0000)]
0x47f50000 JavaThread "Haven audio player" daemon [_thread_blocked, id=13668, stack(0x54230000,0x54330000)]
0x47a96400 JavaThread "Server time ticker" daemon [_thread_blocked, id=27612, stack(0x53d30000,0x53e30000)]
0x47a95c00 JavaThread "Session writer" daemon [_thread_blocked, id=5664, stack(0x53bf0000,0x53cf0000)]
0x47a95400 JavaThread "Session reader" daemon [_thread_in_native, id=26260, stack(0x53af0000,0x53bf0000)]
0x47a95000 JavaThread "Timers Thread" [_thread_blocked, id=7400, stack(0x531f0000,0x532f0000)]
0x47a97000 JavaThread "Render thread" [_thread_blocked, id=24828, stack(0x52150000,0x52250000)]
0x47a97c00 JavaThread "Haven UI thread" [_thread_in_Java, id=18140, stack(0x51af0000,0x51bf0000)]
0x47a96800 JavaThread "Haven main thread" [_thread_blocked, id=27484, stack(0x519b0000,0x51ab0000)]
0x47a94800 JavaThread "Haven main thread-SharedResourceRunner" daemon [_thread_blocked, id=20608, stack(0x48c80000,0x48d80000)]
0x0232c800 JavaThread "DestroyJavaVM" [_thread_blocked, id=20460, stack(0x02190000,0x02290000)]
0x45c20400 JavaThread "Haven main thread" [_thread_blocked, id=17388, stack(0x47970000,0x47a70000)]
=>0x45be7400 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=25288, stack(0x47420000,0x47520000)]
0x45b90800 JavaThread "Error reporter" daemon [_thread_blocked, id=3412, stack(0x471e0000,0x472e0000)]
0x4590d000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=21388, stack(0x465a0000,0x466a0000)]
0x45906400 JavaThread "AWT-Shutdown" [_thread_blocked, id=27076, stack(0x46460000,0x46560000)]
0x458d5400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=27568, stack(0x46220000,0x46320000)]
0x44cec000 JavaThread "Service Thread" daemon [_thread_blocked, id=14812, stack(0x45590000,0x45690000)]
0x44ce3000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=24432, stack(0x45500000,0x45550000)]
0x44cf0000 JavaThread "Attach Listener" daemon [_thread_blocked, id=6164, stack(0x453c0000,0x454c0000)]
0x44cee000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=12884, stack(0x45280000,0x45380000)]
0x44cda800 JavaThread "Finalizer" daemon [_thread_blocked, id=24788, stack(0x45040000,0x45140000)]
0x44cc4c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=19164, stack(0x44f00000,0x45000000)]

Other Threads:
0x0242d400 VMThread [stack: 0x44c70000,0x44cc0000] [id=9608]
0x44ced000 WatcherThread [stack: 0x456d0000,0x45720000] [id=24408]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
def new generation total 157376K, used 20441K [0x04600000, 0x0f0c0000, 0x19b50000)
eden space 139904K, 7% used [0x04600000, 0x04fcdaf0, 0x0cea0000)
from space 17472K, 59% used [0x0dfb0000, 0x0e9d8c78, 0x0f0c0000)
to space 17472K, 0% used [0x0cea0000, 0x0cea0000, 0x0dfb0000)
tenured generation total 349568K, used 314715K [0x19b50000, 0x2f0b0000, 0x44600000)
the space 349568K, 90% used [0x19b50000, 0x2cea6c30, 0x2cea6e00, 0x2f0b0000)
Metaspace used 19438K, capacity 20147K, committed 20224K, reserved 20864K

Card table byte_map: [0x44600000,0x44810000] byte_map_base: 0x445dd000

Polling page: 0x001f0000

CodeCache: size=32768Kb used=5202Kb max_used=6638Kb free=27565Kb
bounds [0x02430000, 0x02ac0000, 0x04430000]
total_blobs=2871 nmethods=2412 adapters=389
compilation: enabled

Compilation events (10 events):
Event: 489.318 Thread 0x44ce3000 11394 sun.misc.FDBigInteger::multAndCarryBy10 (50 bytes)
Event: 489.319 Thread 0x44ce3000 nmethod 11394 0x02a93408 code [0x02a93500, 0x02a93660]
Event: 489.319 Thread 0x44ce3000 11395 haven.glsl.Block::walk (40 bytes)
Event: 489.319 Thread 0x44ce3000 nmethod 11395 0x02878cc8 code [0x02878e00, 0x02878f30]
Event: 489.319 Thread 0x44ce3000 11396 haven.glsl.PostProc::el (39 bytes)
Event: 489.319 Thread 0x44ce3000 nmethod 11396 0x028788c8 code [0x02878a00, 0x02878be4]
Event: 489.324 Thread 0x44ce3000 11397 java.util.IdentityHashMap::clear (39 bytes)
Event: 489.325 Thread 0x44ce3000 nmethod 11397 0x02a13548 code [0x02a13640, 0x02a13700]
Event: 489.326 Thread 0x44ce3000 11398 java.util.LinkedList::toArray (39 bytes)
Event: 489.326 Thread 0x44ce3000 nmethod 11398 0x027b7288 code [0x027b7390, 0x027b7540]

GC Heap History (10 events):
Event: 447.257 GC heap before
{Heap before GC invocations=289 (full 2):
def new generation total 157376K, used 150665K [0x04600000, 0x0f0c0000, 0x19b50000)
eden space 139904K, 100% used [0x04600000, 0x0cea0000, 0x0cea0000)
from space 17472K, 61% used [0x0cea0000, 0x0d9226d8, 0x0dfb0000)
to space 17472K, 0% used [0x0dfb0000, 0x0dfb0000, 0x0f0c0000)
tenured generation total 349568K, used 267717K [0x19b50000, 0x2f0b0000, 0x44600000)
the space 349568K, 76% used [0x19b50000, 0x2a0c17f0, 0x2a0c1800, 0x2f0b0000)
Metaspace used 19438K, capacity 20147K, committed 20224K, reserved 20864K
Event: 447.273 GC heap after
Heap after GC invocations=290 (full 2):
def new generation total 157376K, used 7026K [0x04600000, 0x0f0c0000, 0x19b50000)
eden space 139904K, 0% used [0x04600000, 0x04600000, 0x0cea0000)
from space 17472K, 40% used [0x0dfb0000, 0x0e68cbc0, 0x0f0c0000)
to space 17472K, 0% used [0x0cea0000, 0x0cea0000, 0x0dfb0000)
tenured generation total 349568K, used 270340K [0x19b50000, 0x2f0b0000, 0x44600000)
the space 349568K, 77% used [0x19b50000, 0x2a351128, 0x2a351200, 0x2f0b0000)
Metaspace used 19438K, capacity 20147K, committed 20224K, reserved 20864K
}
Event: 448.602 GC heap before
{Heap before GC invocations=290 (full 2):
def new generation total 157376K, used 146930K [0x04600000, 0x0f0c0000, 0x19b50000)
eden space 139904K, 100% used [0x04600000, 0x0cea0000, 0x0cea0000)
from space 17472K, 40% used [0x0dfb0000, 0x0e68cbc0, 0x0f0c0000)
to space 17472K, 0% used [0x0cea0000, 0x0cea0000, 0x0dfb0000)
tenured generation total 349568K, used 270340K [0x19b50000, 0x2f0b0000, 0x44600000)
the space 349568K, 77% used [0x19b50000, 0x2a351128, 0x2a351200, 0x2f0b0000)
Metaspace used 19438K, capacity 20147K, committed 20224K, reserved 20864K
Event: 448.616 GC heap after
Heap after GC invocations=291 (full 2):
def new generation total 157376K, used 7445K [0x04600000, 0x0f0c0000, 0x19b50000)
eden space 139904K, 0% used [0x04600000, 0x04600000, 0x0cea0000)
from space 17472K, 42% used [0x0cea0000, 0x0d5e5760, 0x0dfb0000)
to space 17472K, 0% used [0x0dfb0000, 0x0dfb0000, 0x0f0c0000)
tenured generation total 349568K, used 270340K [0x19b50000, 0x2f0b0000, 0x44600000)
the space 349568K, 77% used [0x19b50000, 0x2a351128, 0x2a351200, 0x2f0b0000)
Metaspace used 19438K, capacity 20147K, committed 20224K, reserved 20864K
}
Event: 449.901 GC heap before
{Heap before GC invocations=291 (full 2):
def new generation total 157376K, used 147349K [0x04600000, 0x0f0c0000, 0x19b50000)
eden space 139904K, 100% used [0x04600000, 0x0cea0000, 0x0cea0000)
from space 17472K, 42% used [0x0cea0000, 0x0d5e5760, 0x0dfb0000)
to space 17472K, 0% used [0x0dfb0000, 0x0dfb0000, 0x0f0c0000)
tenured generation total 349568K, used 270340K [0x19b50000, 0x2f0b0000, 0x44600000)
the space 349568K, 77% used [0x19b50000, 0x2a351128, 0x2a351200, 0x2f0b0000)
Metaspace used 19438K, capacity 20147K, committed 20224K, reserved 20864K
Event: 449.916 GC heap after
Heap after GC invocations=292 (full 2):
def new generation total 157376K, used 8489K [0x04600000, 0x0f0c0000, 0x19b50000)
eden space 139904K, 0% used [0x04600000, 0x04600000, 0x0cea0000)
from space 17472K, 48% used [0x0dfb0000, 0x0e7fa6e0, 0x0f0c0000)
to space 17472K, 0% used [0x0cea0000, 0x0cea0000, 0x0dfb0000)
tenured generation total 349568K, used 270340K [0x19b50000, 0x2f0b0000, 0x44600000)
the space 349568K, 77% used [0x19b50000, 0x2a351128, 0x2a351200, 0x2f0b0000)
Metaspace used 19438K, capacity 20147K, committed 20224K, reserved 20864K
}
Event: 451.275 GC heap before
{Heap before GC invocations=292 (full 2):
def new generation total 157376K, used 148393K [0x04600000, 0x0f0c0000, 0x19b50000)
eden space 139904K, 100% used [0x04600000, 0x0cea0000, 0x0cea0000)
from space 17472K, 48% used [0x0dfb0000, 0x0e7fa6e0, 0x0f0c0000)
to space 17472K, 0% used [0x0cea0000, 0x0cea0000, 0x0dfb0000)
tenured generation total 349568K, used 270340K [0x19b50000, 0x2f0b0000, 0x44600000)
the space 349568K, 77% used [0x19b50000, 0x2a351128, 0x2a351200, 0x2f0b0000)
Metaspace used 19438K, capacity 20147K, committed 20224K, reserved 20864K
Event: 451.291 GC heap after
Heap after GC invocations=293 (full 2):
def new generation total 157376K, used 9471K [0x04600000, 0x0f0c0000, 0x19b50000)
eden space 139904K, 0% used [0x04600000, 0x04600000, 0x0cea0000)
from space 17472K, 54% used [0x0cea0000, 0x0d7dff88, 0x0dfb0000)
to space 17472K, 0% used [0x0dfb0000, 0x0dfb0000, 0x0f0c0000)
tenured generation total 349568K, used 270340K [0x19b50000, 0x2f0b0000, 0x44600000)
the space 349568K, 77% used [0x19b50000, 0x2a351128, 0x2a351200, 0x2f0b0000)
Metaspace used 19438K, capacity 20147K, committed 20224K, reserved 20864K
}
Event: 489.161 GC heap before
{Heap before GC invocations=293 (full 2):
def new generation total 157376K, used 157376K [0x04600000, 0x0f0c0000, 0x19b50000)
eden space 139904K, 100% used [0x04600000, 0x0cea0000, 0x0cea0000)
from space 17472K, 100% used [0x0cea0000, 0x0dfb0000, 0x0dfb0000)
to space 17472K, 0% used [0x0dfb0000, 0x0dfb0000, 0x0f0c0000)
tenured generation total 349568K, used 313374K [0x19b50000, 0x2f0b0000, 0x44600000)
the space 349568K, 89% used [0x19b50000, 0x2cd57a48, 0x2cd57c00, 0x2f0b0000)
Metaspace used 19438K, capacity 20147K, committed 20224K, reserved 20864K
Event: 489.193 GC heap after
Heap after GC invocations=294 (full 2):
def new generation total 157376K, used 10403K [0x04600000, 0x0f0c0000, 0x19b50000)
eden space 139904K, 0% used [0x04600000, 0x04600000, 0x0cea0000)
from space 17472K, 59% used [0x0dfb0000, 0x0e9d8c78, 0x0f0c0000)
to space 17472K, 0% used [0x0cea0000, 0x0cea0000, 0x0dfb0000)
tenured generation total 349568K, used 314715K [0x19b50000, 0x2f0b0000, 0x44600000)
the space 349568K, 90% used [0x19b50000, 0x2cea6c30, 0x2cea6e00, 0x2f0b0000)
Metaspace used 19438K, capacity 20147K, committed 20224K, reserved 20864K
}

Deoptimization events (0 events):
No events

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 489.321 Thread 0x556c8400 Exception <a 'haven/MCache$LoadingMap'> (0x04f49568) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u231\13620\hotspot\src\share\vm\prims\jvm.cpp, line 1506]
Event: 489.321 Thread 0x556cc400 Exception <a 'haven/MCache$LoadingMap'> (0x04c10de8) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u231\13620\hotspot\src\share\vm\prims\jvm.cpp, line 1506]
Event: 489.321 Thread 0x556c8400 Exception <a 'haven/MCache$LoadingMap'> (0x04f4a978) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u231\13620\hotspot\src\share\vm\prims\jvm.cpp, line 1506]
Event: 489.321 Thread 0x556cc400 Exception <a 'haven/MCache$LoadingMap'> (0x04c12ca0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u231\13620\hotspot\src\share\vm\prims\jvm.cpp, line 1506]
Event: 489.321 Thread 0x556c8400 Exception <a 'haven/MCache$LoadingMap'> (0x04f4c7f0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u231\13620\hotspot\src\share\vm\prims\jvm.cpp, line 1506]
Event: 489.321 Thread 0x556cc400 Exception <a 'haven/MCache$LoadingMap'> (0x04c14b50) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u231\13620\hotspot\src\share\vm\prims\jvm.cpp, line 1506]
Event: 489.321 Thread 0x556c8400 Exception <a 'haven/MCache$LoadingMap'> (0x04f4e668) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u231\13620\hotspot\src\share\vm\prims\jvm.cpp, line 1506]
Event: 489.321 Thread 0x556cc400 Exception <a 'haven/MCache$LoadingMap'> (0x04c16c08) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u231\13620\hotspot\src\share\vm\prims\jvm.cpp, line 1506]
Event: 489.321 Thread 0x556c8400 Exception <a 'haven/MCache$LoadingMap'> (0x04f504e0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u231\13620\hotspot\src\share\vm\prims\jvm.cpp, line 1506]
Event: 489.324 Thread 0x556cc400 Exception <a 'haven/MCache$LoadingMap'> (0x04c211c0) thrown at [C:\re\workspace\8-2-build-windows-i586-cygwin\jdk8u231\13620\hotspot\src\share\vm\prims\jvm.cpp, line 1506]

Events (10 events):
Event: 489.307 Thread 0x44ce3000 flushing nmethod 0x02878788
Event: 489.307 Thread 0x556cc400 Thread added: 0x556cc400
Event: 489.309 Thread 0x44ce3000 flushing nmethod 0x028b4e88
Event: 489.309 Thread 0x44ce3000 flushing nmethod 0x028dbfc8
Event: 489.310 Thread 0x44ce3000 flushing nmethod 0x029669c8
Event: 489.310 Thread 0x44ce3000 flushing nmethod 0x02996548
Event: 489.310 Thread 0x44ce3000 flushing nmethod 0x029abb08
Event: 489.310 Thread 0x44ce3000 flushing nmethod 0x029b4a88
Event: 489.310 Thread 0x44ce3000 flushing nmethod 0x02a4a548
Event: 489.310 Thread 0x44ce3000 flushing nmethod 0x02a4aa48


Dynamic libraries:
0x00720000 - 0x00753000 C:\Program Files (x86)\Common Files\Oracle\Java\javapath\javaw.exe
0x77990000 - 0x77b2a000 C:\WINDOWS\SYSTEM32\ntdll.dll
0x75f90000 - 0x76070000 C:\WINDOWS\System32\KERNEL32.DLL
0x76db0000 - 0x76fac000 C:\WINDOWS\System32\KERNELBASE.dll
0x75280000 - 0x752f9000 C:\WINDOWS\System32\ADVAPI32.dll
0x75440000 - 0x754ff000 C:\WINDOWS\System32\msvcrt.dll
0x76610000 - 0x76686000 C:\WINDOWS\System32\sechost.dll
0x76690000 - 0x7674b000 C:\WINDOWS\System32\RPCRT4.dll
0x75160000 - 0x75180000 C:\WINDOWS\System32\SspiCli.dll
0x75150000 - 0x7515a000 C:\WINDOWS\System32\CRYPTBASE.dll
0x76760000 - 0x767bf000 C:\WINDOWS\System32\bcryptPrimitives.dll
0x75760000 - 0x758f7000 C:\WINDOWS\System32\USER32.dll
0x76070000 - 0x76087000 C:\WINDOWS\System32\win32u.dll
0x75670000 - 0x75691000 C:\WINDOWS\System32\GDI32.dll
0x75be0000 - 0x75d3a000 C:\WINDOWS\System32\gdi32full.dll
0x77350000 - 0x773cc000 C:\WINDOWS\System32\msvcp_win.dll
0x77210000 - 0x7732f000 C:\WINDOWS\System32\ucrtbase.dll
0x712b0000 - 0x714bf000 C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.535_none_2e70ea1e278c3127\COMCTL32.dll
0x75910000 - 0x75b86000 C:\WINDOWS\System32\combase.dll
0x76090000 - 0x760b5000 C:\WINDOWS\System32\IMM32.DLL
0x71e70000 - 0x71f2f000 C:\Program Files (x86)\Java\jre1.8.0_231\bin\msvcr100.dll
0x681a0000 - 0x68576000 C:\Program Files (x86)\Java\jre1.8.0_231\bin\client\jvm.dll
0x76150000 - 0x76156000 C:\WINDOWS\System32\PSAPI.DLL
0x742b0000 - 0x742b8000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
0x74150000 - 0x74174000 C:\WINDOWS\SYSTEM32\WINMM.dll
0x74f10000 - 0x74f18000 C:\WINDOWS\SYSTEM32\VERSION.dll
0x75d40000 - 0x75d9e000 C:\WINDOWS\System32\WS2_32.dll
0x73f60000 - 0x73f83000 C:\WINDOWS\SYSTEM32\winmmbase.dll
0x756a0000 - 0x756db000 C:\WINDOWS\System32\cfgmgr32.dll
0x722d0000 - 0x722dc000 C:\Program Files (x86)\Java\jre1.8.0_231\bin\verify.dll
0x71e40000 - 0x71e61000 C:\Program Files (x86)\Java\jre1.8.0_231\bin\java.dll
0x71e20000 - 0x71e34000 C:\Program Files (x86)\Java\jre1.8.0_231\bin\zip.dll
0x773d0000 - 0x7794a000 C:\WINDOWS\System32\SHELL32.dll
0x760c0000 - 0x76144000 C:\WINDOWS\System32\shcore.dll
0x767e0000 - 0x76da5000 C:\WINDOWS\System32\windows.storage.dll
0x75f00000 - 0x75f17000 C:\WINDOWS\System32\profapi.dll
0x75b90000 - 0x75bd3000 C:\WINDOWS\System32\powrprof.dll
0x75f80000 - 0x75f8d000 C:\WINDOWS\System32\UMPDC.dll
0x76fb0000 - 0x76ff4000 C:\WINDOWS\System32\shlwapi.dll
0x77950000 - 0x7795f000 C:\WINDOWS\System32\kernel.appcore.dll
0x77330000 - 0x77343000 C:\WINDOWS\System32\cryptsp.dll
0x70ab0000 - 0x70bf7000 C:\Program Files (x86)\Java\jre1.8.0_231\bin\awt.dll
0x75300000 - 0x75392000 C:\WINDOWS\System32\OLEAUT32.dll
0x75050000 - 0x750ef000 C:\WINDOWS\SYSTEM32\apphelp.dll
0x745d0000 - 0x745ff000 C:\WINDOWS\system32\rsaenh.dll
0x767c0000 - 0x767d9000 C:\WINDOWS\System32\bcrypt.dll
0x74f90000 - 0x74fae000 C:\WINDOWS\SYSTEM32\USERENV.dll
0x71d40000 - 0x71d56000 C:\Program Files (x86)\Java\jre1.8.0_231\bin\net.dll
0x74480000 - 0x744d2000 C:\WINDOWS\system32\mswsock.dll
0x74f50000 - 0x74f82000 C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
0x76750000 - 0x76757000 C:\WINDOWS\System32\NSI.dll
0x74510000 - 0x74523000 C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL
0x744f0000 - 0x74505000 C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL
0x74530000 - 0x745c1000 C:\WINDOWS\SYSTEM32\DNSAPI.dll
0x722c0000 - 0x722cf000 C:\Program Files (x86)\Java\jre1.8.0_231\bin\nio.dll
0x73850000 - 0x738ca000 C:\WINDOWS\system32\uxtheme.dll
0x77100000 - 0x77203000 C:\WINDOWS\System32\MSCTF.dll
0x75da0000 - 0x75e97000 C:\WINDOWS\System32\ole32.dll
0x70c00000 - 0x70c25000 C:\WINDOWS\system32\DWMAPI.DLL
0x70c30000 - 0x70d2f000 C:\WINDOWS\system32\opengl32.dll
0x6cd00000 - 0x6cd3f000 C:\WINDOWS\SYSTEM32\GLU32.dll
0x74130000 - 0x74149000 C:\WINDOWS\SYSTEM32\dxcore.dll
0x71270000 - 0x712aa000 C:\Program Files (x86)\Java\jre1.8.0_231\bin\fontmanager.dll
0x756e0000 - 0x75760000 C:\WINDOWS\System32\clbcatq.dll
0x6d420000 - 0x6d589000 C:\WINDOWS\SYSTEM32\WindowsCodecs.dll
0x6b620000 - 0x6b651000 C:\WINDOWS\system32\dataexchange.dll
0x6b2d0000 - 0x6b4ae000 C:\WINDOWS\system32\d3d11.dll
0x6b4b0000 - 0x6b619000 C:\WINDOWS\system32\dcomp.dll
0x6b200000 - 0x6b2c1000 C:\WINDOWS\system32\dxgi.dll
0x71960000 - 0x71b44000 C:\WINDOWS\system32\twinapi.appcore.dll
0x71940000 - 0x7195f000 C:\WINDOWS\system32\RMCLIENT.dll
0x71230000 - 0x71262000 C:\Program Files (x86)\Java\jre1.8.0_231\bin\t2k.dll
0x637c0000 - 0x637cb000 C:\Users\17038\AppData\Local\Temp\jogamp_0000\file_cache\jln2166990187981096783\jln6560330049650448267\gluegen-rt.dll
0x71200000 - 0x71226000 C:\Program Files (x86)\Java\jre1.8.0_231\bin\jpeg.dll
0x71e10000 - 0x71e16000 C:\Program Files (x86)\Java\jre1.8.0_231\bin\jawt.dll
0x6a440000 - 0x6a44b000 C:\Users\17038\AppData\Local\Temp\jogamp_0000\file_cache\jln2166990187981096783\jln6560330049650448267\nativewindow_awt.dll
0x6c100000 - 0x6c10c000 C:\Users\17038\AppData\Local\Temp\jogamp_0000\file_cache\jln2166990187981096783\jln6560330049650448267\nativewindow_win32.dll
0x64500000 - 0x64592000 C:\Users\17038\AppData\Local\Temp\jogamp_0000\file_cache\jln2166990187981096783\jln6560330049650448267\jogl_desktop.dll
0x71d20000 - 0x71d3f000 C:\WINDOWS\SYSTEM32\libGLESv1_CM.dll
0x67660000 - 0x6819f000 C:\WINDOWS\System32\DriverStore\FileRepository\igdlh64.inf_amd64_7be3d75c5adc8917\ig9icd32.dll
0x711d0000 - 0x711f3000 C:\WINDOWS\SYSTEM32\libEGL.dll
0x64340000 - 0x6438a000 C:\Users\17038\AppData\Local\Temp\jogamp_0000\file_cache\jln2166990187981096783\jln6560330049650448267\jogl_mobile.dll
0x71170000 - 0x71198000 C:\WINDOWS\SYSTEM32\libGLESv2.dll
0x709f0000 - 0x70ab0000 C:\WINDOWS\System32\DriverStore\FileRepository\igdlh64.inf_amd64_7be3d75c5adc8917\igdgmm32.dll
0x618c0000 - 0x6347d000 C:\WINDOWS\System32\DriverStore\FileRepository\igdlh64.inf_amd64_7be3d75c5adc8917\igc32.dll
0x706f0000 - 0x70743000 C:\WINDOWS\system32\Oleacc.dll
0x71150000 - 0x71170000 C:\Program Files (x86)\Java\jre1.8.0_231\bin\sunec.dll
0x71140000 - 0x71149000 C:\Program Files (x86)\Java\jre1.8.0_231\bin\sunmscapi.dll
0x75180000 - 0x7527b000 C:\WINDOWS\System32\CRYPT32.dll
0x75900000 - 0x7590e000 C:\WINDOWS\System32\MSASN1.dll
0x72370000 - 0x72378000 C:\Windows\System32\rasadhlp.dll
0x72310000 - 0x72361000 C:\WINDOWS\System32\fwpuclnt.dll
0x69ab0000 - 0x69b34000 C:\WINDOWS\System32\TextInputFramework.dll
0x6b850000 - 0x6baae000 C:\WINDOWS\System32\CoreUIComponents.dll
0x6bab0000 - 0x6bb39000 C:\WINDOWS\System32\CoreMessaging.dll
0x72290000 - 0x722b9000 C:\WINDOWS\SYSTEM32\ntmarta.dll
0x71860000 - 0x7193a000 C:\WINDOWS\SYSTEM32\wintypes.dll
0x72a30000 - 0x72c59000 C:\WINDOWS\System32\iertutil.dll
0x709e0000 - 0x709ea000 C:\Program Files (x86)\Java\jre1.8.0_231\bin\jsound.dll
0x709d0000 - 0x709d9000 C:\Program Files (x86)\Java\jre1.8.0_231\bin\jsoundds.dll
0x69c40000 - 0x69cbe000 C:\WINDOWS\SYSTEM32\DSOUND.dll
0x6c890000 - 0x6c8f2000 C:\WINDOWS\SYSTEM32\MMDevAPI.DLL
0x74450000 - 0x74473000 C:\WINDOWS\SYSTEM32\DEVOBJ.dll
0x69cf0000 - 0x69d2a000 C:\WINDOWS\SYSTEM32\wdmaud.drv
0x6fd30000 - 0x6fd37000 C:\WINDOWS\SYSTEM32\ksuser.dll
0x6c900000 - 0x6c908000 C:\WINDOWS\SYSTEM32\AVRT.dll
0x6c770000 - 0x6c88e000 C:\WINDOWS\SYSTEM32\AUDIOSES.DLL
0x6c6c0000 - 0x6c6ca000 C:\WINDOWS\SYSTEM32\msacm32.drv
0x69cd0000 - 0x69ce9000 C:\WINDOWS\SYSTEM32\MSACM32.dll
0x69cc0000 - 0x69cc8000 C:\WINDOWS\SYSTEM32\midimap.dll
0x709c0000 - 0x709cf000 C:\WINDOWS\SYSTEM32\resourcepolicyclient.dll
0x69b40000 - 0x69c40000 C:\Windows\System32\Windows.UI.dll
0x6cbf0000 - 0x6ccb2000 C:\Windows\System32\InputHost.dll
0x72960000 - 0x72a25000 C:\Windows\System32\PROPSYS.dll
0x46af0000 - 0x46c7f000 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:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Users\17038\AppData\Local\Microsoft\WindowsApps;
USERNAME=Kat
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 142 Stepping 10, GenuineIntel



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

OS: Windows 10.0 , 64 bit Build 18362 (10.0.18362.329)

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

Memory: 4k page, physical 8200076k(2942244k free), swap 9510796k(2286072k free)

vm_info: Java HotSpot(TM) Client VM (25.231-b11) for windows-x86 JRE (1.8.0_231-b11), built on Oct 5 2019 03:23:31 by "java_re" with MS VC++ 10.0 (VS2010)

time: Tue Dec 24 21:28:49 2019
timezone: Eastern Standard Time
elapsed time: 489 seconds (0d 0h 8m 9s)


I am running the most recent version of the client and the most recent version of Java on Windows 10. I have tried the following: inserting a map folder and checking the "save map tiles to disk" option, inserting a pause in the batch file.

I am not savvy enough to figure out what my next move should be and would appreciate advice.
Windershins
 
Posts: 7
Joined: Sat Mar 17, 2018 2:24 am

Re: Amber Client

Postby borka » Wed Dec 25, 2019 5:15 am

this is the culprit
Code: Select all
# Problematic frame:
# C [ig9icd32.dll+0x436588]


namely the Intel 32Bit OpenGL driver - a known problem
viewtopic.php?f=47&t=44629

solution:
deinstall 32Bit Java8 (X86) - install 64Bit Java 8 (x64)

get new drivers from Intel - either by detecting
https://www.intel.com/content/www/us/en ... etect.html

or direct (scroll down)
https://www.intel.com/content/www/us/en ... s-640.html

(Intel® Graphics - Windows® 10 DCH Drivers Date: 12/18/2019 Version: 26.20.100.7584 (Latest) OS: Windows 10, 64-bit*)
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: No registered users and 12 guests