Amber Client

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

Re: Amber Client

Postby iamahh » Sat Nov 12, 2016 12:44 pm

suggestion: static Village Idol, removing animated fire and chains
iamahh
 
Posts: 1806
Joined: Sat Dec 12, 2015 8:23 pm

Re: Amber Client

Postby FictionRyu » Sun Nov 13, 2016 8:49 pm

Code: Select all
1.42.1:cce0bd4203b76dbe80f30fa1f149bd4f25481591

haven.StreamMessage$IOError: java.io.FileNotFoundException: C:\Users\wizza_000\AppData\Roaming\Haven and Hearth\data\b1811987801237a7.0 (The process cannot access the file because it is being used by another process)
   at haven.MapFile$Grid.save(MapFile.java:433)
   at haven.MapFile.update(MapFile.java:737)
   at haven.MapFile$Processor.lambda$run$0(MapFile.java:198)
   at haven.MapFile$Processor.run(MapFile.java:214)
Caused by: java.io.FileNotFoundException: C:\Users\wizza_000\AppData\Roaming\Haven and Hearth\data\b1811987801237a7.0 (The process cannot access the file because it is being used by another process)
   at java.io.RandomAccessFile.open0(Native Method)
   at java.io.RandomAccessFile.open(Unknown Source)
   at java.io.RandomAccessFile.<init>(Unknown Source)
   at haven.HashDirCache.lookup(HashDirCache.java:137)
   at haven.HashDirCache.store(HashDirCache.java:216)
   at haven.MapFile$Grid.save(MapFile.java:431)
   ... 3 more

Uhhh..huh?
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 ricky » Mon Nov 14, 2016 10:11 pm

hey romovs, just a couple things:

Could we get an auto pick option for gray clay, similar to river mussels?

also, I recently discovered you can place bat wings on a herbalist table. I believe they take 24 hours to dry, but they use the 4 hour from studying them instead. it's really strange because this 4 hour timer takes a full 24 hours to hit 0.

thought i'd let you know
Have a question? Need help? Tired of people asking questions? Haven and Hearth Wiki.
jorb wrote:Ideally the game should play itself.

The only thing necessary for the triumph of evil is that good men do nothing.
User avatar
ricky
 
Posts: 1470
Joined: Fri Apr 02, 2010 5:00 am

Re: Amber Client

Postby jordancoles » Tue Nov 15, 2016 4:30 pm

Hey Romovs could you add an Xtention for cutting down trees? Alternates chopping and drinking until the tree falls?
Duhhrail wrote:No matter how fast you think you can beat your meat, Jordancoles lies in the shadows and waits to attack his defenseless prey. (tl;dr) Don't afk and jack off. :lol:

Check out my pro-tips thread
Image Image Image
User avatar
jordancoles
 
Posts: 14076
Joined: Sun May 29, 2011 6:50 pm
Location: British Columbia, Canada

Re: Amber Client

Postby wafflecat » Tue Nov 15, 2016 5:44 pm

Heya. For some reason a 40-60 minute session of boating around in areas I haven't been to before didn't get saved.
The session before it, in my village, did get saved, same as the part after I ported back.
Is this a known issue? I have no idea how to reproduce it and it's never happened before.
User avatar
wafflecat
 
Posts: 260
Joined: Thu Dec 15, 2011 7:46 pm

Re: Amber Client

Postby Aranmor » Wed Nov 16, 2016 7:20 pm

Hello.
Great client you have.

Small request:
Could you please fix pathfinding when using a boat?
I suppose you can check that player hitbox is in the center of boat hitbox and then use boat's hitbox size instead of players.

I've read that you are waiting for floating point coords, but IMO this hitbox replacement would be needed anyway.
Aranmor
 
Posts: 2
Joined: Wed Dec 21, 2011 1:54 pm

Re: Amber Client

Postby ctopolon3 » Fri Nov 18, 2016 11:33 am

is there some hotkey to hide crops?
ctopolon3
 
Posts: 488
Joined: Mon Nov 23, 2015 10:22 am

Re: Amber Client

Postby FictionRyu » Sat Nov 19, 2016 1:41 am

ctopolon3 wrote:is there some hotkey to hide crops?

Yes and no. There's an option in the video menu to hide crops.
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 justsomeguy122 » Sat Nov 19, 2016 3:13 pm

hello, this is a great client! is there any way you could add to the auto select options in the menu option and add auto select for pluck, clean, and butcher for chickens? that would make alot more convenience in that stuff! thanks! :D

EDIT: actually not for just chickens of course, make it for in general maybe? that would cut down on all that kind of tediousness, thank you very much!
justsomeguy122
 
Posts: 7
Joined: Sat May 28, 2016 4:22 pm

Re: Amber Client

Postby zodd141 » Sun Nov 20, 2016 7:17 pm

zodd141

1.42.1:cce0bd4203b76dbe80f30fa1f149bd4f25481591

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

Whats wrong? Help me, please.
zodd141
 
Posts: 1
Joined: Sun Nov 20, 2016 7:15 pm

PreviousNext

Return to The Wizards' Tower

Who is online

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