Amber Client

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

Re: Amber Client

Postby r21187 » Tue Apr 04, 2017 12:03 am

romovs wrote:
ctopolon3 wrote:
romovs wrote:No idea, sorry. Try updating the drivers and also verify that nvidia is actually being used instead of intel (at the nvidia control panel you can specify javaw process to use discrete graphics)



how you do that on windows 7? i have a ati i think
ven wrote:After reading this thread I'm considering playing again just to make some metal and buy 22 boats from this guy.

jorb wrote:Ok, will buff.
(Still waiting)
loftar: The inner chaos of the Jorbian mind is hard to conceal. :)
jorb: It's called creative license. You know, that thing you seem to want to apply to logic, grammar and coherence? :)
r21187
 
Posts: 414
Joined: Wed Apr 23, 2014 2:17 pm
Location: hidden in a cave

Re: Amber Client

Postby romovs » Tue Apr 04, 2017 3:10 pm

r21187 wrote:

how you do that on windows 7? i have a ati i think


It's only relevant for laptops where you have two graphics cards working simultaneously and usually it's nvidia+intel. Not relevant for desktop PCs.
User avatar
romovs
 
Posts: 1473
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby AlthalusEddings » Wed Apr 05, 2017 1:41 pm

is there some way I can find a direct link to dl the latest update? (the update button isn't working for me. tried with a fresh copy of client and it still isn't working so it must be my browser or windows defender stopping it)
User avatar
AlthalusEddings
 
Posts: 8
Joined: Mon Sep 30, 2013 4:11 pm

Re: Amber Client

Postby yakitori » Wed Apr 05, 2017 2:08 pm

bug

does not work range specification of stump
https://www.youtube.com/watch?v=VDS0B6N25bg
yakitori
 
Posts: 184
Joined: Tue Apr 19, 2016 2:48 pm
Location: Japan

Re: Amber Client

Postby romovs » Thu Apr 06, 2017 6:09 pm

AlthalusEddings wrote:is there some way I can find a direct link to dl the latest update? (the update button isn't working for me. tried with a fresh copy of client and it still isn't working so it must be my browser or windows defender stopping it)

Link in the OP should be fixed now.
User avatar
romovs
 
Posts: 1473
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby romovs » Thu Apr 06, 2017 6:10 pm

yakitori wrote:bug

does not work range specification of stump
https://www.youtube.com/watch?v=VDS0B6N25bg

Ah yes it's not supposed to work with stumps, just for mining.
User avatar
romovs
 
Posts: 1473
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby romovs » Thu Apr 06, 2017 6:14 pm

Pushed small update.

Fixed:
  • Issues with long running timers when offline.
  • Charter secrets list erroneously displayed in charter/portico build windows.
Misc:
  • Restored auto-logout option.
  • Added harvest wax and slice up to menu options.
  • Added rustroot to icons list.
  • Added takedown to attacks filter.
User avatar
romovs
 
Posts: 1473
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby SpawnOverlords » Thu Apr 06, 2017 6:41 pm

Heya uh I'm trying to get this thing working but it keeps throwing up this error message when I try to run it, any ideas?

1.55.3:fab4e5de6ce01b478d8079b49623c57046a74818

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)


Thanks in advance.
SpawnOverlords
 
Posts: 3
Joined: Sun Sep 25, 2011 12:28 pm

Re: Amber Client

Postby romovs » Thu Apr 06, 2017 7:42 pm

SpawnOverlords wrote:Heya uh I'm trying to get this thing working but it keeps throwing up this error message when I try to run it, any ideas?

1.55.3:fab4e5de6ce01b478d8079b49623c57046a74818

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)


Thanks in advance.

What graphics card?
User avatar
romovs
 
Posts: 1473
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby Nashlates » Thu Apr 06, 2017 8:17 pm

Hello, can you help me?
Image
Nashlates
 
Posts: 14
Joined: Sun Feb 08, 2015 9:24 pm

PreviousNext

Return to The Wizards' Tower

Who is online

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