Game Client modified by Ender

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

Moderator: Phades

Re: Game Client modified by Ender

Postby nicedudesmoke » Sat Sep 13, 2014 7:06 pm

Why does my client freeze up just about every other time I enter or leave a house? It's started doing this within the past week and I have no idea why it suddenly screws up.
"don't steal my memes" - nubl0rd
[CENTER]Image[/CENTER]
nicedudesmoke
 
Posts: 29
Joined: Fri Aug 15, 2014 3:45 pm

Re: Game Client modified by Ender

Postby borka » Sat Sep 13, 2014 7:14 pm

pause argument in run.bat ? CMD windows stays open so you can look for possible error message and post ...

Crystal Ball is on vacation
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 fundex » Sun Sep 14, 2014 6:10 am

this is my run.bat:

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


pause


this is what I'm getting when i run it:

Code: Select all
C:\Program Files (x86)\Haven>.\updater.jar

C:\Program Files (x86)\Haven>"C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xm
s256m -Xmx512m -jar haven.jar moltke.seatribe.se -r
Exception in thread "main" java.lang.NoClassDefFoundError: javax/media/opengl/GL
Canvas
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$100(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
        at java.lang.Class.getMethod0(Unknown Source)
        at java.lang.Class.getMethod(Unknown Source)
        at sun.launcher.LauncherHelper.getMainMethod(Unknown Source)
        at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
Caused by: java.lang.ClassNotFoundException: javax.media.opengl.GLCanvas
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 18 more

C:\Program Files (x86)\Haven>pause
Press any key to continue . . .


may i please have some advice on getting it to work?
fundex
 
Posts: 8
Joined: Tue Jun 19, 2012 5:14 am

Re: Game Client modified by Ender

Postby borka » Sun Sep 14, 2014 7:18 am

javaw.exe instead of java.exe suits 32 Bit better
Code: Select all
"C:\Program Files (x86)\Java\jre7\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r
pause

if you're still running into errors try this
Code: Select all
"C:\Program Files (x86)\Java\jre7\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
pause


Also run updater.jar again

For running the updater.jar just use an own up.bat (so it doesn't run every time)
Code: Select all
"C:\Program Files (x86)\Java\jre7\bin\javaw.exe" -Xms256m -Xmx512m -jar updater.jar


Why are you using 32 Bit Java on a 64 Bit OS?
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 nicedudesmoke » Sun Sep 14, 2014 5:00 pm

My run.bat

"C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
pause


This is the prompt whenever I freeze

C:\Users\Page\Documents\HnH>"C:\Program Files (x86)\Java\jre7\bin\java.exe"
-Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
Sep 14, 2014 10:54:50 AM 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.
javax.media.opengl.GLException: java.lang.NullPointerException
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:363)
at haven.HavenPanel.run(HavenPanel.java:392)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at haven.GOut.vertex(GOut.java:144)
at haven.GOut.line(GOut.java:167)
at haven.MapView.drawPlayerPath(MapView.java:1478)
at haven.MapView.draw(MapView.java:1434)
at haven.Widget.draw(Widget.java:290)
at haven.RootWidget.draw(RootWidget.java:116)
at haven.UI.draw(UI.java:150)
at haven.HavenPanel.redraw(HavenPanel.java:268)
at haven.HavenPanel$1.display(HavenPanel.java:91)
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.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
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)
Exception in thread "Haven UI thread" javax.media.opengl.GLException: java.lang.
NullPointerException
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:363)
at haven.HavenPanel.run(HavenPanel.java:392)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at haven.GOut.vertex(GOut.java:144)
at haven.GOut.line(GOut.java:167)
at haven.MapView.drawPlayerPath(MapView.java:1478)
at haven.MapView.draw(MapView.java:1434)
at haven.Widget.draw(Widget.java:290)
at haven.RootWidget.draw(RootWidget.java:116)
at haven.UI.draw(UI.java:150)
at haven.HavenPanel.redraw(HavenPanel.java:268)
at haven.HavenPanel$1.display(HavenPanel.java:91)
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.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
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)
"don't steal my memes" - nubl0rd
[CENTER]Image[/CENTER]
nicedudesmoke
 
Posts: 29
Joined: Fri Aug 15, 2014 3:45 pm

Re: Game Client modified by Ender

Postby borka » Sun Sep 14, 2014 5:24 pm

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 nicedudesmoke » Sun Sep 14, 2014 6:03 pm

This thread is quite a labyrinth, ain't it? :cry:
Thank you!
"don't steal my memes" - nubl0rd
[CENTER]Image[/CENTER]
nicedudesmoke
 
Posts: 29
Joined: Fri Aug 15, 2014 3:45 pm

Re: Game Client modified by Ender

Postby borka » Sun Sep 14, 2014 7:53 pm

yep but there are still people guiding ;)
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 fundex » Sun Sep 14, 2014 9:17 pm

borka wrote:javaw.exe instead of java.exe suits 32 Bit better
Code: Select all
"C:\Program Files (x86)\Java\jre7\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r
pause

if you're still running into errors try this
Code: Select all
"C:\Program Files (x86)\Java\jre7\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
pause


Also run updater.jar again

For running the updater.jar just use an own up.bat (so it doesn't run every time)
Code: Select all
"C:\Program Files (x86)\Java\jre7\bin\javaw.exe" -Xms256m -Xmx512m -jar updater.jar


ok thanks i'll try this out.

Why are you using 32 Bit Java on a 64 Bit OS?


it defaulted to it...?
fundex
 
Posts: 8
Joined: Tue Jun 19, 2012 5:14 am

Re: Game Client modified by Ender

Postby fundex » Sun Sep 14, 2014 9:22 pm

i'm still getting an exception...?
fundex
 
Posts: 8
Joined: Tue Jun 19, 2012 5:14 am

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: No registered users and 8 guests