Amber Client

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

Re: Amber Client

Postby Kathaelle » Thu Jul 20, 2017 11:47 pm

Granger wrote:Feature request: could you make RMB on the animal manager list simulate the right-click on the animal? Would make it easier as we could work from the list...

Kathaelle wrote:• And possible to add items to your equip list so say I add a bind for a item from my inventory it will replace my item that I have equipped on my character.

You can do that by putting the items on a hotkey bar.

Yea your right thank you for letting me know.
what
User avatar
Kathaelle
 
Posts: 100
Joined: Sat Jan 14, 2017 7:02 pm
Location: Hearthlands

Re: Amber Client

Postby Kathaelle » Fri Jul 21, 2017 9:45 pm

Kathaelle wrote:Some things that you could possibly add.
• Hide rocks
• Instant flower menu
• Hide custom objects
• Possible to add custom binds for equipment, inventory, skills,studys,etc instead of shift+ key like I would love to set my q key or left capslock for equipment.
• More map options I would love to see.
• Fep Meter and Hunger Meter for hud option.
• And possible to add items to your equip list so say I add a bind for a item from my inventory it will replace my item that I have equipped on my character.

Also some other thing I want to ask about what doesTerrain evaluation do?

One more thing I like to add is can you make it so you can put objects as close to each other like shift click boat onto object and it will place it as close as it can with.that object?
Also possible to make q quick pickup more useful give it a menu of what stuff you want to collect and also add how far distance you would want to pick it up.
what
User avatar
Kathaelle
 
Posts: 100
Joined: Sat Jan 14, 2017 7:02 pm
Location: Hearthlands

Re: Amber Client

Postby FictionRyu » Sat Jul 22, 2017 5:17 pm

Kathaelle wrote:can you make it so you can put objects as close to each other like shift click boat onto object and it will place it as close as it can with.that object?

Hold shift+ctrl.
Scooby Doo taught us that the real monsters are humans.
User avatar
FictionRyu
 
Posts: 1655
Joined: Wed Jun 01, 2011 5:12 am

Re: Amber Client

Postby BrenKat » Sat Jul 29, 2017 1:23 am

I'm having issues, the Run.bat gives me an error before it loads anything. It will throw up a blank window labeled Haven and Hearth (amber v1.60.0) and throw the error below.

Code: Select all
1.60.0.e5f9bf0b
Windows 8.1 6.3 x64, 1.8.0_144 amd64
Microsoft Corporation (GDI Generic) - 1.1.0

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:516)
   at haven.HavenPanel$6.run(HavenPanel.java:528)
   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:447)
   at haven.HavenPanel$1.display(HavenPanel.java:132)
   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:149)
   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


I've seen people talking that it has issues with the NVIDIA graphics cards, but primarily on laptops, while I'm on a Desktop. I run the default client just fine, but...
BrenKat
 
Posts: 2
Joined: Thu Sep 24, 2015 10:29 pm

Re: Amber Client

Postby Granger » Sat Jul 29, 2017 6:19 pm

BrenKat wrote:I'm having issues, the Run.bat gives me an error before it loads anything. It will throw up a blank window labeled Haven and Hearth (amber v1.60.0) and throw the error below.

Code: Select all
Caused by: haven.GLConfig$HardwareException: Graphics context does not support programmable shading.


I've seen people talking that it has issues with the NVIDIA graphics cards, but primarily on laptops, while I'm on a Desktop. I run the default client just fine, but...

Most likely you only have a driver for your add-on GPU and none (or one that dosn't support OpenGL in the way the client needs) installed for a CPU integrated GPU, which is then selected when starting amber.
Take a look in your control panel regarding graphics to disable the integrated GPU or default to the add-on one for java, post more information about your system if you need additional help.
⁎ Mon Mar 22, 2010 ✝ Thu Jan 23, 2020
User avatar
Granger
 
Posts: 9264
Joined: Mon Mar 22, 2010 2:00 pm

Re: Amber Client

Postby romovs » Tue Aug 01, 2017 3:38 pm

BrenKat wrote:I'm having issues, the Run.bat gives me an error before it loads anything. It will throw up a blank window labeled Haven and Hearth (amber v1.60.0) and throw the error below.

Code: Select all
1.60.0.e5f9bf0b
Windows 8.1 6.3 x64, 1.8.0_144 amd64
Microsoft Corporation (GDI Generic) - 1.1.0

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:516)
   at haven.HavenPanel$6.run(HavenPanel.java:528)
   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:447)
   at haven.HavenPanel$1.display(HavenPanel.java:132)
   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:149)
   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


I've seen people talking that it has issues with the NVIDIA graphics cards, but primarily on laptops, while I'm on a Desktop. I run the default client just fine, but...

Install Java 8u25 (jre-8u25-windows-x64.exe) from here http://www.oracle.com/technetwork/java/ ... 77648.html
And disable automatic updates in Java control panel afterwards.
Newer versions of Java application used to launch this client which is different from the one used by vanilla client has deprecated old Intel drivers and won't load them.
User avatar
romovs
 
Posts: 1473
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby romovs » Tue Aug 01, 2017 10:15 pm

Update needed for today's patch is up.
Also,
Fixed:
  • Alternative belt window not working with Exquisite Belts.
Misc:
  • Added clover and lady's mantles to icons list.
  • Right-clicking entry in the livestock manager will simulate right-click on the animal.
User avatar
romovs
 
Posts: 1473
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby Kathaelle » Tue Aug 01, 2017 10:29 pm

Thanks for update.
what
User avatar
Kathaelle
 
Posts: 100
Joined: Sat Jan 14, 2017 7:02 pm
Location: Hearthlands

Re: Amber Client

Postby Granger » Tue Aug 01, 2017 10:30 pm

Thanks!

Also, when following this:
romovs wrote:And disable automatic updates in Java control panel afterwards.

Also disable the java plugin in your browser(s) to not suffer from exploits that got fixed in later versions.
⁎ Mon Mar 22, 2010 ✝ Thu Jan 23, 2020
User avatar
Granger
 
Posts: 9264
Joined: Mon Mar 22, 2010 2:00 pm

Re: Amber Client

Postby Enjoyment » Wed Aug 02, 2017 11:09 am

hi, I have 2 humble requests:
1. Could u make so knarr's cargo window will remember its position?
2. Could u add an option to "log exp events" so once u get one - u have an entry in some txt file with time and charname (could be useful to investigate some dependencies and triggers inside the system).
And as always, thx for ur great work!
English is neither my native lang, nor my best side...
Enjoyment
Under curfew
 
Posts: 932
Joined: Mon Oct 12, 2015 6:32 pm
Location: Kyiv, Ukraine

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Claude [Bot] and 335 guests