Crash to desktop on connect...

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

Crash to desktop on connect...

Postby klayzen » Fri Feb 11, 2011 5:21 pm

Can get to the login page, click connect and then the client crashes with no error message.

I've scoured the forum for ways to fix this, reinstalling java, using 32bit and 64bit java and using different clients (i've tried all up to date clients I could find) ... all yielded the same results.

I am using an nVidia card and disabled Threaded Optimization, also did not change anything.

Nothing seems to work at all. Help? :|

P.S. please do not suggest that I have a virus. I don't.

Windows 7 x64
4GB RAM
nVidia 8600GT
Intel Core 2 Duo e7400
klayzen
 
Posts: 7
Joined: Fri Feb 11, 2011 4:58 pm

Re: Crash to desktop on connect...

Postby sabinati » Fri Feb 11, 2011 5:33 pm

no error message? that's odd, does your run.bat have a pause on 2nd line?
User avatar
sabinati
 
Posts: 15513
Joined: Mon Jul 13, 2009 4:25 am
Location: View active topics

Re: Crash to desktop on connect...

Postby klayzen » Fri Feb 11, 2011 5:33 pm

Here's my run.bat

"C:\Program Files (x86)\Java\jre6\bin\java" -Djava.library.path="C:\Games\Haven" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
klayzen
 
Posts: 7
Joined: Fri Feb 11, 2011 4:58 pm

Re: Crash to desktop on connect...

Postby sabinati » Fri Feb 11, 2011 5:42 pm

make it this:

"C:\Program Files (x86)\Java\jre6\bin\java" -Djava.library.path="C:\Games\Haven" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
pause

should be some error message in the console window
User avatar
sabinati
 
Posts: 15513
Joined: Mon Jul 13, 2009 4:25 am
Location: View active topics

Re: Crash to desktop on connect...

Postby klayzen » Fri Feb 11, 2011 5:44 pm

C:\Games\Haven>"C:\Program Files (x86)\Java\jre6\bin\java" -Djava.library.path="
C:\Games\Haven" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
Exception in thread "Haven main thread" java.lang.ExceptionInInitializerError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at haven.Widget.initbardas(Widget.java:66)
at haven.RemoteUI.<init>(RemoteUI.java:35)
at haven.MainFrame.run(MainFrame.java:177)
at haven.MainFrame.main2(MainFrame.java:250)
at haven.MainFrame.access$100(MainFrame.java:34)
at haven.MainFrame$6.run(MainFrame.java:291)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/hud/fbtn (v
-1), from forking source backed by HTTP res source (http://www.havenandhearth.co
m/res/)
at haven.Resource.checkerr(Resource.java:1058)
at haven.Resource.layer(Resource.java:941)
at haven.Resource.loadimg(Resource.java:1068)
at haven.Window.<clinit>(Window.java:45)
... 9 more
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/fbtn(v-1
), from forking source backed by HTTP res source (http://www.havenandhearth.com/
res/)
at haven.Resource$Loader.handle(Resource.java:401)
at haven.Resource$Loader.run(Resource.java:375)
... 1 more
Caused by: java.io.FileNotFoundException: http://www.havenandhearth.com/res/gfx/
hud/fbtn.res
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown So
urce)
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

C:\Games\Haven>pause
Press any key to continue . . .
klayzen
 
Posts: 7
Joined: Fri Feb 11, 2011 4:58 pm

Re: Crash to desktop on connect...

Postby klayzen » Sat Feb 12, 2011 12:08 am

So no ideas on this?
klayzen
 
Posts: 7
Joined: Fri Feb 11, 2011 4:58 pm

Re: Crash to desktop on connect...

Postby Jackwolf » Sat Feb 12, 2011 7:31 am

My friend seems to be having the same problem...

He gets all the way to the screen where he can type in his account, and password. Once he hits "LOGIN" it goes to "Autheticating" and then immediately shuts down. No error message, nothing.

Any ideas?
Beezer12Washingbeard: If poo mechanics were implemented, mercury could cure constipation wounds
magisticus: Most of us avoid making jokes like this because there is always a risk Loftar might think it's a good idea and we all have to re-design our villages for sewerage. -6/29/17
Jackwolf
 
Posts: 914
Joined: Sat Feb 12, 2011 5:56 am

Re: Crash to desktop on connect...

Postby loftar » Sat Feb 12, 2011 8:07 am

klayzen wrote:
Code: Select all
        at haven.Window.<clinit>(Window.java:45)
        ... 9 more
Caused by: haven.Resource$LoadException: Load error in resource gfx/hud/fbtn(v-1
), from forking source backed by HTTP res source (http://www.havenandhearth.com/
res/)

You seem to be using a bugged 3rd party client, where someone has changed the name of a resource to a wrong one.
"Object-oriented design is the roman numerals of computing." -- Rob Pike
User avatar
loftar
 
Posts: 9045
Joined: Fri Apr 03, 2009 7:05 am

Re: Crash to desktop on connect...

Postby Detri » Sat Feb 12, 2011 2:09 pm

This is Ender's client from http://www.mediafire.com/?3zftd2rc4clc0tq directly. Nobody else is mentioning it on his thread... =| Redownload time!

Klayzen
Detri
 
Posts: 3
Joined: Mon Jun 08, 2009 2:45 am

Re: Crash to desktop on connect...

Postby Detri » Sat Feb 12, 2011 2:28 pm

Fixed the issue!

Here is the correct run.bat for Ender's client (for me anyways):

Code: Select all
PATH=%PATH%;%PROGRAMFILES(X86)%\Java\jre6\bin\
start java -Djava.library.path=. -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
Detri
 
Posts: 3
Joined: Mon Jun 08, 2009 2:45 am


Return to Bugs

Who is online

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