Amber Client

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

Re: Amber Client

Postby coleguy87 » Fri Feb 10, 2017 10:11 pm

I can't play using amber's client! Though I can play using the default client.
If I use the run.bat i get this error:
1.53.0:8d30080f69b02d25ba11dcae9458c0efbd9214d1

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)

If I just launch the hafen.jar directly, i can get to the login screen, but when attempting to log in i get this error:
1.53.0:8d30080f69b02d25ba11dcae9458c0efbd9214d1

java.lang.IllegalArgumentException: hostname can't be null
at java.net.InetSocketAddress.checkHost(Unknown Source)
at java.net.InetSocketAddress.<init>(Unknown Source)
at haven.SslHelper.connect(SslHelper.java:155)
at haven.AuthClient.<init>(AuthClient.java:49)
at haven.Bootstrap.run(Bootstrap.java:149)
at haven.MainFrame.run(MainFrame.java:268)
at java.lang.Thread.run(Unknown Source)

I have tried uninstalling everything (the client and the files from my appdata folder) and reinstalling but that doesn't seem to fix it.
Oh, a signature.
User avatar
coleguy87
 
Posts: 16
Joined: Fri Aug 23, 2013 7:48 pm

Re: Amber Client

Postby Whisper » Fri Feb 10, 2017 11:42 pm

coleguy87 wrote:I can't play using amber's client! Though I can play using the default client.
If I use the run.bat i get this error:
1.53.0:8d30080f69b02d25ba11dcae9458c0efbd9214d1

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)

If I just launch the hafen.jar directly, i can get to the login screen, but when attempting to log in i get this error:
1.53.0:8d30080f69b02d25ba11dcae9458c0efbd9214d1

java.lang.IllegalArgumentException: hostname can't be null
at java.net.InetSocketAddress.checkHost(Unknown Source)
at java.net.InetSocketAddress.<init>(Unknown Source)
at haven.SslHelper.connect(SslHelper.java:155)
at haven.AuthClient.<init>(AuthClient.java:49)
at haven.Bootstrap.run(Bootstrap.java:149)
at haven.MainFrame.run(MainFrame.java:268)
at java.lang.Thread.run(Unknown Source)

I have tried uninstalling everything (the client and the files from my appdata folder) and reinstalling but that doesn't seem to fix it.


You recently updated your nvidia drivers, didn't you? Rollback from the device manager
Whisper
 
Posts: 92
Joined: Sun Jun 20, 2010 3:57 pm

Re: Amber Client

Postby xiaok » Sat Feb 11, 2017 6:13 am

Yeah, I'm getting an error stating "Cannot find the name of Intel ICD OpenGL Driver"

Having trouble locating in device manager

Edit: I've found an Intel(R) HD Graphics 520 under device manager. Just received a pretty long update. Under event history it shows device migrating and driver service added, but does not give me the option to roll back. I went and updated the driver, tried it, rolled back and tried again. No avail.

I've noticed it seems to happen regardless if I use the original client or Amber client.
Hey there. I'm Al Gore.
xiaok
 
Posts: 32
Joined: Mon Jul 28, 2014 5:38 pm

Re: Amber Client

Postby DeadHazard » Sat Feb 11, 2017 6:05 pm

I have 66 507 map files on 15911 folders.(1GB in space!!!). How can i delet all and save my world map and my bookmarks?
You do not have the required permissions to view the files attached to this post.
DeadHazard
 
Posts: 68
Joined: Mon Sep 14, 2015 12:15 pm
Location: Dead Region

Re: Amber Client

Postby shubla » Sat Feb 11, 2017 9:05 pm

DeadHazard wrote:I have 66 507 map files on 15911 folders.(1GB in space!!!). How can i delet all and save my world map and my bookmarks?

Delete them.
Does not matter with your in game map thingy.
Image
I'm not sure that I have a strong argument against sketch colors - Jorb, November 2019
http://i.imgur.com/CRrirds.png?1
Join the moderated unofficial discord for the game! https://discord.gg/2TAbGj2
Purus Pasta, The Best Client
User avatar
shubla
 
Posts: 13043
Joined: Sun Nov 03, 2013 11:26 am
Location: Finland

Re: Amber Client

Postby Kathaelle » Sat Feb 11, 2017 10:48 pm

DeadHazard wrote:I have 66 507 map files on 15911 folders.(1GB in space!!!). How can i delet all and save my world map and my bookmarks?

In the map folder where you put your game files into.
what
User avatar
Kathaelle
 
Posts: 100
Joined: Sat Jan 14, 2017 7:02 pm
Location: Hearthlands

Re: Amber Client

Postby DeadHazard » Sat Feb 11, 2017 10:57 pm

Kathaelle wrote:
DeadHazard wrote:I have 66 507 map files on 15911 folders.(1GB in space!!!). How can i delet all and save my world map and my bookmarks?

In the map folder where you put your game files into.

You don't understood me. I want delet map files and want save world map. But if i delet map folder, i lose all content(world map, bookmarks).
DeadHazard
 
Posts: 68
Joined: Mon Sep 14, 2015 12:15 pm
Location: Dead Region

Re: Amber Client

Postby romovs » Sat Feb 11, 2017 11:27 pm

Aethyr wrote:
Aethyr wrote:Great, thanks!

Is there a way to hide player name from heartfires but not from heartlings?


up

Will add soon™.

DeadHazard wrote:Hello, romovs!
Can you add FEP with considering Food Satiation in brackets in front of each stat?
And can you tell, how i can create custom folder on the map bookmarks?
And can you change blue color on kin list? My eye bleed...

I haven't decided yet about custom folders. But yeah either custom folders or just more predefined filters will be added eventually.
Not sure I understand about the FEP satiations...

xiaok wrote:Yeah, I'm getting an error stating "Cannot find the name of Intel ICD OpenGL Driver"

Having trouble locating in device manager

Edit: I've found an Intel(R) HD Graphics 520 under device manager. Just received a pretty long update. Under event history it shows device migrating and driver service added, but does not give me the option to roll back. I went and updated the driver, tried it, rolled back and tried again. No avail.

I've noticed it seems to happen regardless if I use the original client or Amber client.

Try updating the driver from Intel's website.

DeadHazard wrote:
Kathaelle wrote:
DeadHazard wrote:I have 66 507 map files on 15911 folders.(1GB in space!!!). How can i delet all and save my world map and my bookmarks?

In the map folder where you put your game files into.

You don't understood me. I want delet map files and want save world map. But if i delet map folder, i lose all content(world map, bookmarks).

You could remove files with creation date prior to W10 start. It will remove cached object resources as well though. Just backup the folder first. I don't remember what will happen when you click on a marker with missing map data, but worth a try.
User avatar
romovs
 
Posts: 1473
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby romovs » Sat Feb 11, 2017 11:33 pm

Update.

New:
  • Allow removing resource markers. This is mainly for removing markers from previous worlds.
  • Console command :savemap for dumping world map tiles. It will dump the currently displayed map into map folder. Old automatic tile dumper has been removed.
  • Highlight intermediate harvestable stages for carrots (seeds stage) and hemp (buds stage).
  • Add option to disable dropping tubers in auto-leveler.
Fixed:
  • Raven's Bite not being listed in Attacks filter.
  • Map highlight settings (trees, icons. etc) not being cleared when switching chars.
  • Black eye wound didn't list available cures.
  • Water vortex missing from world map filters.
  • Auto-leveler for people having high ping. Probably won't fix it completely but should fail less.
Misc:
  • Added grub to icons list and thus it can be picked using the Q key.
  • Tweaked blue kin color.
User avatar
romovs
 
Posts: 1473
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Amber Client

Postby Ophaq » Sat Feb 11, 2017 11:36 pm

Hey romovs, would it be possible to add a separate icon for ruby dragonflies if that's even possible? I would love to just harvest only those in swamps if I could distinguish between them. Instead of playing a guessing game...
Beep beep I'm a Jeep.
User avatar
Ophaq
 
Posts: 114
Joined: Fri Aug 28, 2015 10:54 pm

PreviousNext

Return to The Wizards' Tower

Who is online

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