Amber Client

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

Re: Amber Client

Postby ErdTod » Thu Jan 26, 2017 11:12 pm

Hello! My minimap entirely disappeared, making navigation a real pain. I didn't find any option or hotkey that otggles it, so... How do I turn on my minimap back again? (It disappeared after switching monitors or any other probable reason)
User avatar
ErdTod
 
Posts: 553
Joined: Wed Sep 21, 2011 7:53 pm

Re: Amber Client

Postby romovs » Thu Jan 26, 2017 11:14 pm

ErdTod wrote:Hello! My minimap entirely disappeared, making navigation a real pain. I didn't find any option or hotkey that otggles it, so... How do I turn on my minimap back again? (It disappeared after switching monitors or any other probable reason)

Options > UI settings > Reset windows button
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby ErdTod » Thu Jan 26, 2017 11:16 pm

Yay! It's back again! Thanks a lot!
User avatar
ErdTod
 
Posts: 553
Joined: Wed Sep 21, 2011 7:53 pm

Re: Amber Client

Postby tomaty » Fri Jan 27, 2017 4:28 am

My client is not working anymore, can someone help me?

Error log:
1.50.1:2a5b084b42bc31874d93d4e2fc443da26c74ea59

java.lang.RuntimeException: java.lang.RuntimeException: Exception occurred during init but was somehow discarded
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:206)
at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:172)
at javax.media.opengl.Threading.invoke(Threading.java:191)
at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:528)
at haven.HavenPanel$6.uglyjoglhack(HavenPanel.java:505)
at haven.HavenPanel$6.run(HavenPanel.java:517)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Exception occurred during init but was somehow discarded
at haven.HavenPanel.redraw(HavenPanel.java:436)
at haven.HavenPanel$1.display(HavenPanel.java:129)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:649)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:633)
at javax.media.opengl.awt.GLCanvas$9.run(GLCanvas.java:1271)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1103)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
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.GLConfig$HardwareException: Graphics context does not support programmable shading.
at haven.GLConfig.assertcaps(GLConfig.java:83)
at haven.GLConfig.fromgl(GLConfig.java:117)
at haven.HavenPanel$1.init(HavenPanel.java:135)
at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:601)
at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:623)
at javax.media.opengl.awt.GLCanvas$8.run(GLCanvas.java:1254)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1101)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
at javax.media.opengl.Threading.invoke(Threading.java:193)
at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:528)
at javax.media.opengl.awt.GLCanvas.paint(GLCanvas.java:582)
at sun.awt.RepaintArea.paintComponent(Unknown Source)
at sun.awt.RepaintArea.paint(Unknown Source)
at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(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.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
... 9 more
tomaty
 
Posts: 16
Joined: Tue May 26, 2015 7:32 pm

Re: Amber Client

Postby Astarisk » Fri Jan 27, 2017 5:02 am

tomaty wrote:My client is not working anymore, can someone help me?

Error log:
1.50.1:2a5b084b42bc31874d93d4e2fc443da26c74ea59

java.lang.RuntimeException: java.lang.RuntimeException: Exception occurred during init but was somehow discarded
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:206)
at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:172)
at javax.media.opengl.Threading.invoke(Threading.java:191)
at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:528)
at haven.HavenPanel$6.uglyjoglhack(HavenPanel.java:505)
at haven.HavenPanel$6.run(HavenPanel.java:517)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Exception occurred during init but was somehow discarded
at haven.HavenPanel.redraw(HavenPanel.java:436)
at haven.HavenPanel$1.display(HavenPanel.java:129)
at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:649)
at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:633)
at javax.media.opengl.awt.GLCanvas$9.run(GLCanvas.java:1271)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1103)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
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.GLConfig$HardwareException: Graphics context does not support programmable shading.
at haven.GLConfig.assertcaps(GLConfig.java:83)
at haven.GLConfig.fromgl(GLConfig.java:117)
at haven.HavenPanel$1.init(HavenPanel.java:135)
at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:601)
at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:623)
at javax.media.opengl.awt.GLCanvas$8.run(GLCanvas.java:1254)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1101)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
at javax.media.opengl.Threading.invoke(Threading.java:193)
at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:528)
at javax.media.opengl.awt.GLCanvas.paint(GLCanvas.java:582)
at sun.awt.RepaintArea.paintComponent(Unknown Source)
at sun.awt.RepaintArea.paint(Unknown Source)
at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(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.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
... 9 more

Usually when I see this error, its someone on a laptop that has dual gpu's and the game is trying to load using your intel one, make it load using your main gpu (Add java to custom graphics profile if its nvidia, or try resetting your pc).
Also read the last few posts regarding the nvidia drivers update if you are a victim to that, in case you havent read that and looked at whether thats your problem or not.
Last edited by Astarisk on Fri Jan 27, 2017 12:22 pm, edited 2 times in total.
IRC/IGN: Rawrz

Join the (HedgeHugs) Haven & Hearth Discord if you need help.
https://discord.com/invite/Uy8yzm4
User avatar
Astarisk
 
Posts: 881
Joined: Fri Aug 13, 2010 7:08 am

Re: Amber Client

Postby Asgaroth22 » Fri Jan 27, 2017 11:40 am

romovs wrote:Bugfix update.

Fixed:
  • Auto-miner issues due to server-side drinking.
  • Barterstand crash.
Misc:
  • Added an icon for nidbanes.
  • Increase Q key distance to 20 tiles.
  • Removed auto-hearth since auto-logout is more practical (and having both options is confusing).

I still sometimes get stuck in auto miner loop, i.e my character tries to mine, runs out of stamina, sips from the bucket, tries to mine and runs out of stamina and so on
“The story so far:
In the beginning the Universe was created.
This has made a lot of people very angry and been widely regarded as a bad move.”

Douglas Adams

W3-W13 - mostly hermit, with a few brief periods as a crafter/farmer to various villages
User avatar
Asgaroth22
 
Posts: 624
Joined: Mon Jan 09, 2012 8:08 pm

Re: Amber Client

Postby Damon_Cooper » Fri Jan 27, 2017 1:03 pm

Hey, romovs!
I have another idea about wild animals interaction.
First of all, thx for clover auto-feeding. But if you could add "auto-GidgyUp" and "auto-SheerWool" to menu section (auto milk auroches with equipped bucket is a dream), the life of wild rancher could be even more beautiful. What do you think?
Enjoyment's alternative account
Damon_Cooper
 
Posts: 200
Joined: Sun Sep 25, 2016 10:37 am

Re: Amber Client

Postby grandexandao1 » Fri Jan 27, 2017 3:05 pm

after java update 8 i am getting this

it seems this amber version isnt compatible with java, idk, can someone help me fix this, or revert java to last update

1.50.1:2a5b084b42bc31874a26c74ea59

java.lang.RuntimeException: haven.GLConfig$HardwareException: Graphics context does not support programmable shading.
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:206)
at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:172)
at javax.media.opengl.Threading.invoke(Threading.java:191)
at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:528)
at haven.HavenPanel$6.uglyjoglhack(HavenPanel.java:505)
at haven.HavenPanel$6.run(HavenPanel.java:517)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.GLConfig$HardwareException: Graphics context does not support programmable shading.
at haven.GLConfig.assertcaps(GLConfig.java:83)
at haven.GLConfig.fromgl(GLConfig.java:117)
at haven.HavenPanel$1.init(HavenPanel.java:135)
at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:601)
at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:623)
at javax.media.opengl.awt.GLCanvas$8.run(GLCanvas.java:1254)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1101)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
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)
W7 - Esteldín Chieftan
W8 - New Thotoshire Mayor and cheesemaker.
W9 - Wulf's Retreat enthusiast(but havent played)
W10 - Aurora's Digger

(i am kinda going down in life =P)
grandexandao1
 
Posts: 31
Joined: Mon Jan 16, 2012 12:04 am

Re: Amber Client

Postby Kathaelle » Fri Jan 27, 2017 7:16 pm

grandexandao1 wrote:after java update 8 i am getting this

it seems this amber version isnt compatible with java, idk, can someone help me fix this, or revert java to last update

1.50.1:2a5b084b42bc31874a26c74ea59

java.lang.RuntimeException: haven.GLConfig$HardwareException: Graphics context does not support programmable shading.
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:206)
at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:172)
at javax.media.opengl.Threading.invoke(Threading.java:191)
at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:528)
at haven.HavenPanel$6.uglyjoglhack(HavenPanel.java:505)
at haven.HavenPanel$6.run(HavenPanel.java:517)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.GLConfig$HardwareException: Graphics context does not support programmable shading.
at haven.GLConfig.assertcaps(GLConfig.java:83)
at haven.GLConfig.fromgl(GLConfig.java:117)
at haven.HavenPanel$1.init(HavenPanel.java:135)
at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:601)
at jogamp.opengl.GLDrawableHelper.init(GLDrawableHelper.java:623)
at javax.media.opengl.awt.GLCanvas$8.run(GLCanvas.java:1254)
at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1101)
at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
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)

Did you also update your video driver from geforce if so that breaks haven.
what
User avatar
Kathaelle
 
Posts: 100
Joined: Sat Jan 14, 2017 7:02 pm
Location: Hearthlands

3D Vision Driver

Postby Ramki » Fri Jan 27, 2017 8:13 pm

romovs wrote:Regarding the latest NVIDIA driver update - either rollback to previous version or re-install the driver without the 3D Vision driver.


Are you working on a fix for the new Nivida 3D driver?

The normal game runs fine with it.
Last edited by Ramki on Fri Jan 27, 2017 8:16 pm, edited 2 times in total.
User avatar
Ramki
 
Posts: 81
Joined: Thu Jan 14, 2016 9:57 pm
Location: Drowning in a Boat

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Bytespider [Bot], Claude [Bot] and 88 guests