Can't login

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

Re: Can't login

Postby loftar » Wed Nov 11, 2009 4:50 am

Do you have any idea when this started happening? Hopefully, I can narrow down the regression with that.
"Object-oriented design is the roman numerals of computing." -- Rob Pike
User avatar
loftar
 
Posts: 9056
Joined: Fri Apr 03, 2009 7:05 am

Re: Can't login

Postby Blaze » Wed Nov 11, 2009 4:59 am

It's been like this for a month, it started about two weeks after the map reset, when the game started becoming stupidly slow and resource hungry.

I switched to Pacho's client for a while, then switched back when the ancestor worship update was implemented. The lag was gone, but loading the AW screen caused haven errors, so I switched to Pacho's client again. I've stayed with Pacho's client until now, when the rustroot bug came on.
You see a masterful engraving by Blaze. On it is Blaze, bears, boars, and foxes. Blaze is striking down the bears. The boars are screaming. The foxes are in a fetal position. The image relates to the return of Blaze in the late winter of 2009.
User avatar
Blaze
 
Posts: 1072
Joined: Sun May 31, 2009 3:59 am
Location: Hearth

Re: Can't login

Postby loftar » Wed Nov 11, 2009 5:13 am

I see. A better question, then, is probably, which version of Pacho's client you're using that is capable of at least logging in. Do you know what date you downloaded it? Failing that, you can probably open the haven.jar file with any Zip program and look at the "buildinfo" file therein, which should contain a line that says "git-rev = " followed by a 40-digit hexadecimal SHA1 checksum, which can hopefully pinpoint the source revision it was built from.
"Object-oriented design is the roman numerals of computing." -- Rob Pike
User avatar
loftar
 
Posts: 9056
Joined: Fri Apr 03, 2009 7:05 am

Re: Can't login

Postby Blaze » Wed Nov 11, 2009 5:40 am

I'm using IRC-Extended-win-i586.09.10.20.

That's the version before Ancestor Worship was implemented. I used that one specifically because it doesn't load the AW screen.
You see a masterful engraving by Blaze. On it is Blaze, bears, boars, and foxes. Blaze is striking down the bears. The boars are screaming. The foxes are in a fetal position. The image relates to the return of Blaze in the late winter of 2009.
User avatar
Blaze
 
Posts: 1072
Joined: Sun May 31, 2009 3:59 am
Location: Hearth

Re: Can't login

Postby Loopoo » Wed Nov 11, 2009 1:41 pm

Sorry for not replying sooner, been busy!

I press login at hearth, and it looks depressed. Then it just hangs. I can close the window easily without having to "End it now". If I click then leave it for a LONG time (roughly 20 minutes) it will EVENTUALLY log in, but it's extremely laggy and none of my controls get executed straight away. It's really annoying. I can login and play on my laptop fine.

This started about 3 weeks ago.
Loopoo
 
Posts: 342
Joined: Sun Aug 09, 2009 12:30 am

Re: Can't login

Postby loftar » Sun Nov 15, 2009 10:40 pm

Well, I've just checked the Java 1.5, and that wasn't a problem in itself, at least. Is there any chance that the problem with transferring map data has somehow reared its ugly head again? When the client say "Loading...", can you see the minimap with your player's cross on it and, if so, does the cross move around if you click somewhere on the screen?
"Object-oriented design is the roman numerals of computing." -- Rob Pike
User avatar
loftar
 
Posts: 9056
Joined: Fri Apr 03, 2009 7:05 am

Re: Can't login

Postby Blaze » Fri Nov 20, 2009 11:05 am

I just get one big black loading screen. Not even the status bar loads.
You see a masterful engraving by Blaze. On it is Blaze, bears, boars, and foxes. Blaze is striking down the bears. The boars are screaming. The foxes are in a fetal position. The image relates to the return of Blaze in the late winter of 2009.
User avatar
Blaze
 
Posts: 1072
Joined: Sun May 31, 2009 3:59 am
Location: Hearth

Re: Can't login

Postby Pacho » Fri Nov 20, 2009 4:51 pm

The rustroot extract bug is usually fixed by downloading the haven-res.jar I uploaded. Though I believe that any textures it doesn't find there it just calls from the server, so I don't even know why that happens =[
Pacho
 
Posts: 712
Joined: Wed Jun 10, 2009 2:21 am

Re: Can't login

Postby theTrav » Sat Nov 21, 2009 8:37 am

I just got a rustroot extract crash in my own client by looking in a vending stand, here's the stack trace.

It's a bit munged by the narrow console window, but I'm sure you can fix it if you're interested
Code: Select all
javax.media.opengl.GLException: java.lang.RuntimeException: Delayed error in res
ource gfx/invobjs/jar-rustroot extract (v1), from HTTP res source (https://www.h
avenandhearth.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:351)
        at haven.HavenPanel.run(HavenPanel.java:380)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/invobjs/jar
-rustroot extract (v1), from HTTP res source (https://www.havenandhearth.com/res
/)
        at haven.Resource.checkerr(Resource.java:1058)
        at haven.Resource.layer(Resource.java:941)
        at Shopbox.draw(Shopbox.java:46)
        at haven.Widget.draw(Widget.java:284)
        at haven.Window.draw(Window.java:111)
        at haven.Widget.draw(Widget.java:284)
        at haven.RootWidget.draw(RootWidget.java:74)
        at haven.UI.draw(UI.java:94)
        at haven.HavenPanel.redraw(HavenPanel.java:255)
        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:1
94)
        at javax.media.opengl.GLCanvas$DisplayOnEventDispatchThreadAction.run(GL
Canvas.java:452)
        at java.awt.event.InvocationEvent.dispatch(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/invobjs/jar-
rustroot extract(v1), from HTTP res source (https://www.havenandhearth.com/res/)

        at haven.Resource$Loader.handle(Resource.java:410)
        at haven.Resource$Loader.run(Resource.java:381)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.io.FileNotFoundException: https://www.havenandhearth.com/res/gfx
/invobjs/jar-rustroot extract.res
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
urce)
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unkn
own Source)
        at haven.Resource$HttpSource.get(Resource.java:327)
        at haven.Resource$Loader.handle(Resource.java:401)
        ... 2 more
Exception in thread "Haven UI thread" javax.media.opengl.GLException: java.lang.
RuntimeException: Delayed error in resource gfx/invobjs/jar-rustroot extract (v1
), from 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:351)
        at haven.HavenPanel.run(HavenPanel.java:380)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/invobjs/jar
-rustroot extract (v1), from HTTP res source (https://www.havenandhearth.com/res
/)
        at haven.Resource.checkerr(Resource.java:1058)
        at haven.Resource.layer(Resource.java:941)
        at Shopbox.draw(Shopbox.java:46)
        at haven.Widget.draw(Widget.java:284)
        at haven.Window.draw(Window.java:111)
        at haven.Widget.draw(Widget.java:284)
        at haven.RootWidget.draw(RootWidget.java:74)
        at haven.UI.draw(UI.java:94)
        at haven.HavenPanel.redraw(HavenPanel.java:255)
        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:1
94)
        at javax.media.opengl.GLCanvas$DisplayOnEventDispatchThreadAction.run(GL
Canvas.java:452)
        at java.awt.event.InvocationEvent.dispatch(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/invobjs/jar-
rustroot extract(v1), from HTTP res source (https://www.havenandhearth.com/res/)

        at haven.Resource$Loader.handle(Resource.java:410)
        at haven.Resource$Loader.run(Resource.java:381)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.io.FileNotFoundException: https://www.havenandhearth.com/res/gfx
/invobjs/jar-rustroot extract.res
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
urce)
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unkn
own Source)
        at haven.Resource$HttpSource.get(Resource.java:327)
        at haven.Resource$Loader.handle(Resource.java:401)
        ... 2 more
User avatar
theTrav
 
Posts: 3464
Joined: Fri May 29, 2009 11:25 pm

Re: Can't login

Postby Pacho » Sat Nov 21, 2009 6:39 pm

yeah I've had that happen before on my client, only thing that stopped it was updating the haven-res.jar file
Pacho
 
Posts: 712
Joined: Wed Jun 10, 2009 2:21 am

Previous

Return to Bugs

Who is online

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