"Haven Error"

The worst monsters in the Hearthlands warp the fabric of space and time..

Re: "Haven Error"

Postby y1yr » Thu Apr 19, 2012 1:30 pm

Now more error :cry:

Code: Select all
javax.media.opengl.GLException: java.lang.RuntimeException: Delayed error in resource gfx/terobjs/trees/willow/02 (v1), from forking source backed by HTTP res source (https://www.havenandhearth.com/res/)
   at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:271)
   at javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(GLCanvas.java:410)
   at javax.media.opengl.GLCanvas.display(GLCanvas.java:244)
   at haven.HavenPanel.uglyjoglhack(HavenPanel.java:349)
   at haven.HavenPanel.run(HavenPanel.java:378)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/terobjs/trees/willow/02 (v1), from forking source backed by HTTP res source (https://www.havenandhearth.com/res/)
   at haven.Resource.checkerr(Resource.java:1058)
   at haven.Resource.layer(Resource.java:941)
   at haven.Sprite.create(Sprite.java:199)
   at haven.ResDrawable.init(ResDrawable.java:51)
   at haven.ResDrawable.setup(ResDrawable.java:62)
   at haven.Gob.drawsetup(Gob.java:167)
   at haven.MapView.drawmap(MapView.java:841)
   at haven.MapView.draw(MapView.java:1047)
   at haven.Widget.draw(Widget.java:283)
   at haven.RootWidget.draw(RootWidget.java:61)
   at haven.UI.draw(UI.java:136)
   at haven.HavenPanel.redraw(HavenPanel.java:254)
   at haven.HavenPanel$1.display(HavenPanel.java:77)
   at com.sun.opengl.impl.GLDrawableHelper.display(GLDrawableHelper.java:78)
   at javax.media.opengl.GLCanvas$DisplayAction.run(GLCanvas.java:435)
   at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:194)
   at javax.media.opengl.GLCanvas$DisplayOnEventDispatchThreadAction.run(GLCanvas.java:452)
   at java.awt.event.InvocationEvent.dispatch(Unknown Source)
   at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
   at java.awt.EventQueue.access$000(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.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.Resource$LoadException: Load error in resource gfx/terobjs/trees/willow/02(v1), from forking source backed by HTTP res source (https://www.havenandhearth.com/res/)
   at haven.Resource$Loader.handle(Resource.java:401)
   at haven.Resource$Loader.run(Resource.java:375)
   at java.lang.Thread.run(Unknown Source)
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed
   at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(Unknown Source)
   at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Unknown Source)
   at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Unknown Source)
   at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(Unknown Source)
   at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(Unknown Source)
   at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Unknown Source)
   at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Unknown Source)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(Unknown Source)
   at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(Unknown Source)
   at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
   at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
   at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
   at haven.Resource$HttpSource.get(Resource.java:330)
   at haven.Resource$TeeSource.get(Resource.java:225)
   at haven.Resource$Loader.handle(Resource.java:395)
   ... 2 more
Caused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed
   at sun.security.validator.PKIXValidator.doValidate(Unknown Source)
   at sun.security.validator.PKIXValidator.doValidate(Unknown Source)
   at sun.security.validator.PKIXValidator.engineValidate(Unknown Source)
   at sun.security.validator.Validator.validate(Unknown Source)
   at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(Unknown Source)
   at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
   at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown Source)
   ... 17 more
Caused by: java.security.cert.CertPathValidatorException: timestamp check failed
   at sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(Unknown Source)
   at sun.security.provider.certpath.PKIXCertPathValidator.doValidate(Unknown Source)
   at sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(Unknown Source)
   at java.security.cert.CertPathValidator.validate(Unknown Source)
   ... 24 more
Caused by: java.security.cert.CertificateNotYetValidException: NotBefore: Thu Apr 19 03:51:52 EEST 2012
   at sun.security.x509.CertificateValidity.valid(Unknown Source)
   at sun.security.x509.X509CertImpl.checkValidity(Unknown Source)
   at sun.security.provider.certpath.BasicChecker.verifyTimestamp(Unknown Source)
   at sun.security.provider.certpath.BasicChecker.check(Unknown Source)
   ... 28 more
User avatar
y1yr
 
Posts: 39
Joined: Wed May 11, 2011 1:51 pm
Location: East Europe

Re: "Haven Error"

Postby akyko » Thu Apr 19, 2012 4:55 pm

Image

Might be the problem?
akyko
 
Posts: 60
Joined: Fri Mar 09, 2012 4:47 pm

Re: "Haven Error"

Postby MagicManICT » Thu Apr 19, 2012 5:43 pm

There's a post around here from jorb or loftar one about security certificates and the validity and security of them. (You can probably dig the discussion up on the web somewhere, too.) Browsers tend to throw hissy fits when a site's certificate isn't issued by one of a half dozen or so authorities and will give you security warnings. However, anyone can issue their own certificate, and as long as you trust the person that issued the certificate, you're fine. Feel free to add it to your browser's security exception list.
Opinions expressed in this statement are the authors alone and in no way reflect on the game development values of the actual developers.
User avatar
MagicManICT
 
Posts: 18436
Joined: Tue Aug 17, 2010 1:47 am

Re: "Haven Error"

Postby Rhonan » Thu May 03, 2012 9:11 pm

Any news on this?
I keep crashing everytime I try to log in.
Vanilla client kicks me back to login or shows me "loading.." and does nothing
Ender client crashes or shows me the map without groundtextures and freezes.

I've tried all suggestions in the forums.
-nvidia multithread thingy disabled..
-java updated and reinstalled
-every other driver is up to date
-ports enabled
-router preferences checked
-enabled that certificate

Maybe I should mention that this crash depends on the char I try to log. The crash only happens with my main char (living in a small town with houses, fields and lot of stuff). The second is a fresh char out in the wilderness.

OS is Win7 64
Java is 64bit
4gig of ram

not sure what to do else.. please help! :)
Rhonan
 
Posts: 11
Joined: Wed May 05, 2010 12:04 pm

Re: "Haven Error"

Postby borka » Thu May 03, 2012 9:38 pm

@Rhonan

What graphic card? Does it have it's own memory or is it shared (taken from main Ram?)
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: "Haven Error"

Postby Rhonan » Thu May 03, 2012 9:41 pm

Nvidia 460GTX

hm not sure if it has its own RAM.. but i think so
Rhonan
 
Posts: 11
Joined: Wed May 05, 2010 12:04 pm

Re: "Haven Error"

Postby borka » Thu May 03, 2012 10:11 pm

yep should have 768 or 1024 MB - so it's not a case of "not enough video memory" ... but somehow there seems to be a bottleneck when it comes to render many stuff...

Another suggestion - look for your "Java Control Panel" - at "General Tab" there is a "Network Settings" button - mark the "Direct connection" if it isn't already - try ...

Also you may set the "Temporary Internet Files" Settings -> Hardiskcache to max and set "compress Jar" to none...

! I don't know how this is named exactly in english as i got a german language system ;)
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: "Haven Error"

Postby Rhonan » Thu May 03, 2012 10:23 pm

mh thanks but sadly it didnt work, same issues.

btw I have a german system too ;)
Rhonan
 
Posts: 11
Joined: Wed May 05, 2010 12:04 pm

Re: "Haven Error"

Postby Rhonan » Thu May 03, 2012 10:35 pm

some bug thats also happening:
vanilla client has disabled music but when I start it the opening theme is played

not sure if this has something to do with my crash issue..?
Rhonan
 
Posts: 11
Joined: Wed May 05, 2010 12:04 pm

Re: "Haven Error"

Postby borka » Thu May 03, 2012 10:37 pm

:lol: Wir "Kartoffeln" ...

What happens when you make a new char and let it spawn at your mains location? - It's only working if your main chars HF is outside of house...

vanilla client has disabled music but when I start it the opening theme is played

not sure if this has something to do with my crash issue..?


i don't think so
Avatar by SacreDoom
Java 8 - manually downloads - good to check for actual versions url here:
viewtopic.php?f=42&t=40331
Remember what the dormouse said: Feed your head Feed your head
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

PreviousNext

Return to Bugs

Who is online

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