Client startup error

Ask, answer and discuss any and all topics about the hows, whys, wheres and whens of playing Haven & Hearth.

Client startup error

Postby virgegood » Tue Mar 07, 2023 5:50 pm

When starting the Amber client
Gives an error message:

1.80.0.5fe4c30a
Windows 8.1 6.3 x64, 1.8.0_361 x86
null

java.lang.UnsatisfiedLinkError: Can't load library: D:\`Games\Haven and Hearth\gluegen-rt.dll
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at com.jogamp.common.jvm.JNILibLoaderBase.loadLibraryInternal(JNILibLoaderBase.java:551)
at com.jogamp.common.jvm.JNILibLoaderBase.access$000(JNILibLoaderBase.java:64)
at com.jogamp.common.jvm.JNILibLoaderBase$DefaultAction.loadLibrary(JNILibLoaderBase.java:96)
at com.jogamp.common.jvm.JNILibLoaderBase.loadLibrary(JNILibLoaderBase.java:414)
at com.jogamp.common.os.DynamicLibraryBundle$GlueJNILibLoader.loadLibrary(DynamicLibraryBundle.java:388)
at com.jogamp.common.os.Platform$1.run(Platform.java:203)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.common.os.Platform.<clinit>(Platform.java:173)
at javax.media.opengl.GLProfile.<clinit>(GLProfile.java:82)
at haven.HavenPanel.stdcaps(HavenPanel.java:76)
at haven.HavenPanel.<init>(HavenPanel.java:89)
at haven.HavenPanel.<init>(HavenPanel.java:102)
at haven.MainFrame.<init>(MainFrame.java:194)
at haven.MainFrame.main2(MainFrame.java:337)
at haven.MainFrame.access$100(MainFrame.java:36)
at haven.MainFrame$7.run(MainFrame.java:375)
at java.lang.Thread.run(Unknown Source)
virgegood
 
Posts: 2
Joined: Tue Mar 07, 2023 4:35 pm

Re: Client startup error

Postby badula » Tue Mar 07, 2023 10:55 pm

i know is down stil months..but i can wrong
badula
 
Posts: 11
Joined: Sun Nov 22, 2020 2:24 pm

Re: Client startup error

Postby vatas » Tue Mar 07, 2023 11:04 pm

Amber has been discontinued for almost a year now?
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: 4507
Joined: Fri Apr 05, 2013 8:34 am
Location: Suomi Finland Perkele

Re: Client startup error

Postby virgegood » Sat Mar 11, 2023 7:13 pm

I have the same error with the launch of the game itself not through the client
virgegood
 
Posts: 2
Joined: Tue Mar 07, 2023 4:35 pm

Re: Client startup error

Postby kiricowell » Fri Mar 17, 2023 9:58 am

I really want to learn new things. I can read on age of war
kiricowell
 
Posts: 1
Joined: Fri Mar 17, 2023 9:58 am

Re: Client startup error

Postby orabelle » Wed Dec 27, 2023 8:49 am

You have to slide and combine tiles that have the same album cover in order to build new ones in the game 2048 taylor swift
orabelle
 
Posts: 3
Joined: Mon Oct 09, 2023 3:53 am

Re: Client startup error

Postby R1senFromTheDead » Fri Dec 29, 2023 3:32 pm

Возникает такая ошибка при запуске клиента.Что делать


java.lang.RuntimeException: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36061 on thread AWT-EventQueue-0
at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)
at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:103)
at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:201)
at com.jogamp.opengl.Threading.invokeOnOpenGLThread(Threading.java:202)
at com.jogamp.opengl.Threading.invoke(Threading.java:221)
at com.jogamp.opengl.awt.GLCanvas.display(GLCanvas.java:503)
at haven.JOGLPanel.uglyjoglhack(JOGLPanel.java:210)
at haven.JOGLPanel.renderloop(JOGLPanel.java:231)
at java.lang.Thread.run(Unknown Source)
Caused by: com.jogamp.opengl.GLException: Caught BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36061 on thread AWT-EventQueue-0
at com.jogamp.opengl.GLException.newGLException(GLException.java:76)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1327)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
at com.jogamp.opengl.awt.GLCanvas$12.run(GLCanvas.java:1442)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$500(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: haven.render.gl.BGL$BGLException: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36061
at haven.render.gl.BufferBGL.run(BufferBGL.java:62)
at haven.render.gl.GLEnvironment.process(GLEnvironment.java:339)
at haven.JOGLPanel.redraw(JOGLPanel.java:174)
at haven.JOGLPanel.access$000(JOGLPanel.java:41)
at haven.JOGLPanel$1.display(JOGLPanel.java:93)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:692)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:674)
at com.jogamp.opengl.awt.GLCanvas$11.run(GLCanvas.java:1428)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1293)
... 16 more
Caused by: haven.render.gl.GLFrameBuffer$FormatException: FBO failed completeness test: 36061
at haven.render.gl.GLFrameBuffer.lambda$new$0(GLFrameBuffer.java:67)
at haven.render.gl.BGL$4.run(BGL.java:217)
at haven.render.gl.BufferBGL.run(BufferBGL.java:56)
... 24 more
R1senFromTheDead
 
Posts: 1
Joined: Sun Dec 24, 2023 4:52 pm


Return to How do I?

Who is online

Users browsing this forum: No registered users and 12 guests