Game Client modified by Ender

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

Moderator: Phades

Re: Game Client modified by Ender

Postby borka » Sat Nov 02, 2013 2:16 am

@Fiction
Do you have Java set in Windows environment ? If so try with java instead of javaw (without start)

if not you'd have to put in the full path to java(w).exe in run.bat

i.e. "C:\Program Files\Java\jre7\java.exe" ... (64 Bit)
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Game Client modified by Ender

Postby FictionRyu » Sat Nov 02, 2013 4:32 am

....I have no idea if I do or not lol. I'm still trying to figure outthis Windows 8 gig lol
Scooby Doo taught us that the real monsters are humans.
User avatar
FictionRyu
 
Posts: 1655
Joined: Wed Jun 01, 2011 5:12 am

Re: Game Client modified by Ender

Postby borka » Sat Nov 02, 2013 2:08 pm

Check where Java is located

c:\Program Files (x86)\Java\jre7\ which is 32 Bit
or c:\Program Files\Java\jre7\ which is 64 Bit

and put the right path into run.bat
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Game Client modified by Ender

Postby popfor » Sat Nov 02, 2013 7:51 pm

oops neither clients are working. Connection refused: Connect (Connection timed out: Connect behind OpenVPN)
Code: Select all
C:\Users\popfor\Desktop\Ender Client>"C:\Program Files (x86)\Java\jre7\bin\java.
exe" -Xms512m -Xmx512m -jar haven.jar moltke.seatribe.se
Nov 02, 2013 12:50:14 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0
x80000002. Windows RegCreateKeyEx(...) returned error code 5.

Edit: Just disabled VPN and tried again for initial error confirmation, suddenly worked. Still would be interested in knowing what the problem is, though ;)
Image Image
my avatar is stolen without permission
Image
#badboysclub
User avatar
popfor
 
Posts: 1406
Joined: Sat Dec 25, 2010 2:14 am
Location: E̹̙̺̬̖͈̘̭̙̘̔̈́̍͆͌̋̊̈́̀̎d̡̨̺̠̠̜̲̹͕̯̑̀͂͂̈̇̿̏͝͝g̨̙̻̼͎͖̱͔̗͙̐̅̇͗̈́̔͛̌̌͠ŷ͔̼͓̺̮̪̫̙̬̐͊̀́̊͆͝͝͝ͅ

Re: Game Client modified by Ender

Postby borka » Sat Nov 02, 2013 9:27 pm

It seems java.util.prefs.WindowsPreferences is trying to save information in HKEY_LOCAL_MACHINE\Software\JavaSoft\Prefs instead in HKEY_CURRENT_USER\Software\JavaSoft\Prefs (\haven)

Prolly you ran run.bat without admin rights - you might try with a shortcut to run.bat and right click and "run as administrator" (?!? depending on OS i guess)

If it works go Properties->Shortcut->Advanced configure it to always ask for elevation
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 popfor » Sat Nov 02, 2013 9:47 pm

Thanks :D
Image Image
my avatar is stolen without permission
Image
#badboysclub
User avatar
popfor
 
Posts: 1406
Joined: Sat Dec 25, 2010 2:14 am
Location: E̹̙̺̬̖͈̘̭̙̘̔̈́̍͆͌̋̊̈́̀̎d̡̨̺̠̠̜̲̹͕̯̑̀͂͂̈̇̿̏͝͝g̨̙̻̼͎͖̱͔̗͙̐̅̇͗̈́̔͛̌̌͠ŷ͔̼͓̺̮̪̫̙̬̐͊̀́̊͆͝͝͝ͅ

Re: Game Client modified by Ender

Postby Neon14 » Sun Nov 03, 2013 1:50 am

Code: Select all
C:\Program Files\HnH_Ender_x64>"C:\Program Files\Java\jre7\bin\java.exe" -Xms256
m -Xmx512m -jar haven.jar moltke.seatribe.se
Exception in thread "Haven main thread" java.lang.UnsatisfiedLinkError: C:\Progr
am Files\HnH_Ender_x64\jogl.dll: Can't load AMD 64-bit .dll on a IA 32-bit platf
orm
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary1(Unknown Source)
        at java.lang.ClassLoader.loadLibrary0(Unknown Source)
        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:141)
        at haven.MainFrame.main2(MainFrame.java:254)
        at haven.MainFrame.access$100(MainFrame.java:35)
        at haven.MainFrame$6.run(MainFrame.java:309)
        at java.lang.Thread.run(Unknown Source)

C:\Program Files\HnH_Ender_x64>pause
Press any key to continue . . .


This is what run.bat looks like -
Code: Select all
"C:\Program Files\Java\jre7\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
pause
BigStronk
User avatar
Neon14
 
Posts: 512
Joined: Wed Nov 09, 2011 6:49 am

Re: Game Client modified by Ender

Postby aghmed » Sun Nov 03, 2013 1:58 am

Code: Select all
Exception in thread "Haven main thread" java.lang.UnsatisfiedLinkError: C:\Progr
am Files\HnH_Ender_x64\jogl.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform


just read this line
just read this
read then read again...

small help:
Code: Select all
Can't load AMD 64-bit .dll on a IA 32-bit platform


this tells you whats wrong you just have to read it xd
public static class StupidJavaCodeContainer {
/* oh, i love swing. */
class checkOutMyPathfinder{
Image
}}
User avatar
aghmed
 
Posts: 238
Joined: Fri Sep 07, 2012 7:20 pm
Location: between London and third part of LSD

Re: Game Client modified by Ender

Postby NOOBY93 » Sun Nov 03, 2013 1:59 am

aghmed wrote:
Code: Select all
Exception in thread "Haven main thread" java.lang.UnsatisfiedLinkError: C:\Progr
am Files\HnH_Ender_x64\jogl.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform


just read this line
just read this
read then read again...

Yeah! I can't believe it, but sorry, OP. You're gonna have to upgrade to 64 bit platform. :/
Jalpha wrote:I believe in my interpretation of things.
User avatar
NOOBY93
 
Posts: 6529
Joined: Tue Aug 09, 2011 1:12 pm

Re: Game Client modified by Ender

Postby Neon14 » Sun Nov 03, 2013 2:50 am

well i read it multiple times

I have the 64 bit version, my comp is 64...

http://puu.sh/578BG.png
BigStronk
User avatar
Neon14
 
Posts: 512
Joined: Wed Nov 09, 2011 6:49 am

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: No registered users and 4 guests