Game Client modified by Ender

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

Moderator: Phades

Re: Game Client modified by Ender

Postby borka » Thu Mar 19, 2015 11:42 am

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: Please Ask Simple Questions Here

Postby MicroRetro » Fri Mar 20, 2015 6:38 pm

Errrr.. well, I downloaded it, but now it only shows autohaven1. I click on it, but the only thing that does is open a "what would you like to open with" I open it, and then it basically just shows me the script or files inside it.. I can't extract, either.

Help? :|
MicroRetro
 
Posts: 1
Joined: Fri Mar 20, 2015 6:30 pm

Re: Game Client modified by Ender

Postby Xenanthropy » Sat Mar 21, 2015 12:52 am

I'm having an error a lot of people seem to be having :( I'll try to include as much information here:

Using Windows 7 64-bit, Have 32 bit and 64 bit java installed, both JRE7, and JRE8, i'm using JRE7 for the path though since most people seem to be using that.
When I run the updater.jar (by itself in its own folder named "Ender", if that matters) it finds the updates and whatnot and downloads all the files. It downloaded the"amd64" versions of gluegen and jogl, so I know I need to use the 64 bit version of java to run the game. This is my .bat file contents:
Code: Select all
"C:\Program Files\Java\jre7\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar -r moltke.seatribe.se
pause


Note how i'm using java.exe instead of javaw.exe since i'm using 64-bit. I have the -r added in there, but that was at the very end, it doesn't work with or without it. The client won't launch after updater is finished, and the .bat file crashes whenever I run it, error here:
Code: Select all
C:\Users\Conner\Documents\Ender>"C:\Program Files\Java\jre7\bin\java.
exe" -Xms256m -Xmx512m -jar haven.jar -r moltke.seatribe.se
Exception in thread "Haven main thread" java.lang.UnsatisfiedLinkError: no jogl
in java.library.path
        at java.lang.ClassLoader.loadLibrary(Unknown Source)
        at java.lang.Runtime.loadLibrary0(Unknown Source)
        at java.lang.System.loadLibrary(Unknown Source)
        at com.sun.opengl.impl.NativeLibLoader.loadLibraryInternal(NativeLibLoad
er.java:189)
        at com.sun.opengl.impl.NativeLibLoader.access$000(NativeLibLoader.java:4
9)
        at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeL
ibLoader.java:80)
        at com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:
103)
        at com.sun.opengl.impl.NativeLibLoader.access$200(NativeLibLoader.java:4
9)
        at com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:111)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java:109
)
        at com.sun.opengl.impl.windows.WindowsGLDrawableFactory.<clinit>(Windows
GLDrawableFactory.java:60)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.jav
a:106)
        at javax.media.opengl.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java
:520)
        at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:131)
        at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:90)
        at haven.HavenPanel.<init>(HavenPanel.java:77)
        at haven.MainFrame.<init>(MainFrame.java:159)
        at haven.MainFrame.main2(MainFrame.java:272)
        at haven.MainFrame.access$100(MainFrame.java:52)
        at haven.MainFrame$6.run(MainFrame.java:327)
        at java.lang.Thread.run(Unknown Source)

C:\Users\Conner\Documents\Haven and Hearth>pause
Press any key to continue . . .


From what I can tell, it seems like it can't find the path to the jogl libraries, which is odd since they're in the folder with the bat file. I've tried manually downloading the dlls and jar files for both gluegen and jogl from the website that created them, ive tried putting both of them inside the Ender folder, and also putting them inside their respective folders in my Java path, yet I still get the same error. Any help would be appreciated.
Xenanthropy
 
Posts: 2
Joined: Fri Mar 20, 2015 9:22 am

Re: Game Client modified by Ender

Postby borka » Sat Mar 21, 2015 9:26 am

Code: Select all
"C:\Program Files\Java\jre7\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r
pause


your -r was at wrong postion

Ender works well with Java 8u40 64 Bit on Windows7 64 Bit btw.
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: Game Client modified by Ender

Postby MollySurvivor » Sat Mar 21, 2015 1:22 pm

Hello.
Trouble here: i'm getting a DC everytime I enlarge minimap and mouse over it. Is there some solution for it?
Win7 on my laptop
User avatar
MollySurvivor
 
Posts: 12
Joined: Thu Oct 10, 2013 5:55 pm

Re: Game Client modified by Ender

Postby borka » Sat Mar 21, 2015 1:40 pm

Not enough 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: Game Client modified by Ender

Postby MollySurvivor » Sat Mar 21, 2015 3:39 pm

not sure if 3Gb is enough or not
User avatar
MollySurvivor
 
Posts: 12
Joined: Thu Oct 10, 2013 5:55 pm

Re: Game Client modified by Ender

Postby borka » Sat Mar 21, 2015 3:43 pm

should be good enough - what do you mean with "mouse over it" ?
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: Game Client modified by Ender

Postby MollySurvivor » Sat Mar 21, 2015 3:56 pm

sorry for my english)
so u have a little map-window u can transform. and a Map-picture itself u can drag around the window. and when i enlarge a window and try to set picture in a goot place to PrtScrn DC appears
User avatar
MollySurvivor
 
Posts: 12
Joined: Thu Oct 10, 2013 5:55 pm

Re: Game Client modified by Ender

Postby borka » Sat Mar 21, 2015 5:21 pm

ok i understand - have you tried with center button after enlarging ?
http://postimg.org/image/ht98rme05/
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 The Wizards' Tower

Who is online

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