Ender Client

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

Re: Ender Client

Postby arakell » Mon Aug 21, 2017 9:41 pm

delsus wrote:Since the new patch, I can't see the percentage progress of my curios anymore.

It would seem it happens with any progress, not only curios.
User avatar
arakell
 
Posts: 49
Joined: Fri Apr 16, 2010 9:58 am

Re: Ender Client

Postby delsus » Thu Aug 24, 2017 9:19 am

Mister Ender, can you please help? Thank you 8-)
User avatar
delsus
 
Posts: 164
Joined: Sat Nov 17, 2012 10:37 am

Re: Ender Client

Postby arakell » Thu Aug 24, 2017 12:14 pm

I'd love to take a look at it as I did before, but I don't know if I'll find the time...
User avatar
arakell
 
Posts: 49
Joined: Fri Apr 16, 2010 9:58 am

Re: Ender Client

Postby Redlaw » Thu Aug 24, 2017 5:11 pm

Hopeing he merges the new stuff and all to fix the current problems with the client.
User avatar
Redlaw
 
Posts: 1611
Joined: Sun Oct 02, 2011 10:58 pm

Re: Ender Client

Postby EnderWiggin » Fri Aug 25, 2017 8:48 am

Client updated with changes from loftar and also fixed progress numbers.
User avatar
EnderWiggin
 
Posts: 1071
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby Redlaw » Wed Aug 30, 2017 11:41 pm

Now to wait for this to be updated lol.
User avatar
Redlaw
 
Posts: 1611
Joined: Sun Oct 02, 2011 10:58 pm

Re: Ender Client

Postby EnderWiggin » Mon Sep 04, 2017 8:28 am

Client updated. Sorry for the delay.
User avatar
EnderWiggin
 
Posts: 1071
Joined: Sat Mar 20, 2010 8:23 pm

Re: Ender Client

Postby Schro » Thu Sep 21, 2017 9:51 am

I get this when I select my character:
Code: Select all
java.lang.RuntimeException: Delayed error in resource gfx/terobjs/subst/sprucebough (v2), from forking source backed by HTTP res source (http://game.havenandhearth.com/hres/)
   at haven.Resource$Pool$Queued.get(Resource.java:338)
   at haven.Resource$Pool$Queued.get(Resource.java:307)
   at haven.Session$CachedRes$Ref.get(Session.java:148)
   at haven.Session$CachedRes$Ref.get(Session.java:141)
   at haven.res.lib.vmat.Materials.decode(vmat.cjava:47)
   at haven.res.lib.vmat.Materials.<init>(vmat.cjava:78)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
   at java.lang.reflect.Constructor.newInstance(Unknown Source)
   at haven.Utils.construct(Utils.java:1214)
   at haven.Gob$ResAttr$FactMaker$1.mkattr(Gob.java:156)
   at haven.Gob.loadrattr(Gob.java:338)
   at haven.Gob.tick(Gob.java:224)
   at haven.OCache.tick(OCache.java:84)
   at haven.Session$Ticker.run(Session.java:268)
Caused by: haven.Resource$LoadException: Load error in resource gfx/terobjs/subst/sprucebough(v2), from forking source backed by HTTP res source (http://game.havenandhearth.com/hres/)
   at haven.Resource$Pool.handle(Resource.java:395)
   at haven.Resource$Pool.access$1100(Resource.java:284)
   at haven.Resource$Pool$Loader.run(Resource.java:531)
   at java.lang.Thread.run(Unknown Source)
   Suppressed: haven.Resource$LoadException: Load error in resource gfx/terobjs/subst/sprucebough(v2), from cache source backed by FileCache(http://game.havenandhearth.com/hres/)
      ... 4 more
      Suppressed: haven.Resource$LoadException: Load error in resource gfx/terobjs/subst/sprucebough(v2), from local res source
         ... 4 more
         Suppressed: haven.Resource$LoadException: Load error in resource gfx/terobjs/subst/sprucebough(v2), from filesystem res source (C:\Users\fmaczek\h&h\Ender\res)
            ... 4 more
         Caused by: java.io.FileNotFoundException: C:\Users\fmaczek\h&h\Ender\res\gfx\terobjs\subst\sprucebough.res
            at haven.Resource$FileSource.get(Resource.java:178)
            at haven.Resource$Pool.handle(Resource.java:379)
            ... 3 more
      Caused by: java.io.FileNotFoundException: Could not find resource locally: gfx/terobjs/subst/sprucebough
         at haven.Resource$JarSource.get(Resource.java:191)
         at haven.Resource$Pool.handle(Resource.java:379)
         ... 3 more
   Caused by: java.io.FileNotFoundException: res/gfx/terobjs/subst/sprucebough
      at haven.HashDirCache.fetch(HashDirCache.java:285)
      at haven.Resource$CacheSource.get(Resource.java:154)
      at haven.Resource$Pool.handle(Resource.java:379)
      ... 3 more
Caused by: haven.Message$EOF: Required 16 bytes, got only 0
   at haven.Message.rensure(Message.java:90)
   at haven.Message.bytes(Message.java:162)
   at haven.Resource.load(Resource.java:1595)
   at haven.Resource.access$600(Resource.java:39)
   at haven.Resource$Pool.handle(Resource.java:383)
   ... 3 more
Behold the power of ADHD and autism combined.(fml)
Schro
 
Posts: 35
Joined: Sat Jun 04, 2011 3:50 pm

Re: Ender Client

Postby yuukki » Sun Sep 24, 2017 4:29 am

Getting this error whenever I try to load,

Code: Select all
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:474)
   at haven.HavenPanel$6.run(HavenPanel.java:486)
   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:112)
   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)
User avatar
yuukki
 
Posts: 9
Joined: Sun Sep 24, 2017 4:19 am

Re: Ender Client

Postby Schro » Sun Oct 01, 2017 8:07 am

For me the entire top bar has gone. Health and so on just not there. I've deleted all files and started up a new ender folder but its still kaputt.
is there a hotkey to bring it back or something?
Behold the power of ADHD and autism combined.(fml)
Schro
 
Posts: 35
Joined: Sat Jun 04, 2011 3:50 pm

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: No registered users and 1 guest