Game Client modified by Ender

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

Moderator: Phades

Re: Game Client modified by Ender

Postby borka » Mon Jul 21, 2014 10:38 pm

no need to be worried - that wall helps solving

Go into your Start Menu and type regedit into the search field. Navigate to the following path
Code: Select all
HKEY_LOCAL_MACHINE\Software\JavaSoft

Right click on JavaSoft folder and click on New -> Key (Right click the icon, to change the permission to full if needed)
Name the new Key Prefs
Code: Select all
HKEY_LOCAL_MACHINE\Software\JavaSoft\Prefs


This for 64 Bit Java on 64 Bit Windows - so it should work for you

32 Bit Java on 64 Bit Windows
Code: Select all
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Prefs
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 McJager » Tue Jul 22, 2014 4:29 am

Forgive my inexperience Borka, but the last part am I supposed to go under the path specified and create another prefs folder? I created the first already i'll wait on you for confirmation on the second.
User avatar
McJager
 
Posts: 114
Joined: Mon Jul 21, 2014 5:41 pm
Location: Oregon

Re: Game Client modified by Ender

Postby McJager » Tue Jul 22, 2014 4:54 am

Alright incoming wall of Text here's the latest

C:\Users\Comp\Desktop\Ender>"C:\Program Files\Java\jre7\bin\java.exe" -Xms256m
-Xmx512m -jar haven.jar moltke.seatribe.se-r
Exception in thread "AWT-EventQueue-0" haven.GOut$GLException: GL Error: 1280 (i
nvalid enumerant)
at haven.GOut.checkerr(GOut.java:81)
at haven.TexGL.create(TexGL.java:64)
at haven.TexGL.render(TexGL.java:89)
at haven.Tex.crender(Tex.java:85)
at haven.Tex.crender(Tex.java:89)
at haven.GOut.image(GOut.java:116)
at haven.Img.draw(Img.java:54)
at haven.Widget.draw(Widget.java:290)
at haven.LoginScreen.draw(LoginScreen.java:240)
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.maybeDoSingleThreadedWorkaround(GLCanvas.
java:412)
at javax.media.opengl.GLCanvas.display(GLCanvas.java:244)
at javax.media.opengl.GLCanvas.paint(GLCanvas.java:277)
at sun.awt.RepaintArea.paintComponent(Unknown Source)
at sun.awt.RepaintArea.paint(Unknown Source)
at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(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.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.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)
javax.media.opengl.GLException: haven.GOut$GLException: GL Error: 1281 (invalid
value)
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: haven.GOut$GLException: GL Error: 1281 (invalid value)
at haven.GOut.checkerr(GOut.java:81)
at haven.TexGL.render(TexGL.java:93)
at haven.Tex.crender(Tex.java:85)
at haven.Tex.crender(Tex.java:89)
at haven.GOut.image(GOut.java:116)
at haven.Img.draw(Img.java:54)
at haven.Widget.draw(Widget.java:290)
at haven.LoginScreen.draw(LoginScreen.java:240)
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: haven.GOut
$GLException: GL Error: 1281 (invalid value)
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: haven.GOut$GLException: GL Error: 1281 (invalid value)
at haven.GOut.checkerr(GOut.java:81)
at haven.TexGL.render(TexGL.java:93)
at haven.Tex.crender(Tex.java:85)
at haven.Tex.crender(Tex.java:89)
at haven.GOut.image(GOut.java:116)
at haven.Img.draw(Img.java:54)
at haven.Widget.draw(Widget.java:290)
at haven.LoginScreen.draw(LoginScreen.java:240)
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)

C:\Users\Comp\Desktop\Ender>pause
Press any key to continue . . .
User avatar
McJager
 
Posts: 114
Joined: Mon Jul 21, 2014 5:41 pm
Location: Oregon

Re: Game Client modified by Ender

Postby _sarah_ » Tue Jul 22, 2014 7:13 am

Either you have registry problem(s) or your video card has some issues.
1-Registry problem hard to be solved.
2-You can try to update your video card software.
Btw which Windows version do you have?


McJager wrote:Alright incoming wall of Text here's the latest


C:\Users\Comp\Desktop\Ender>"C:\Program Files\Java\jre7\bin\java.exe" -Xms256m
-Xmx512m -jar haven.jar moltke.seatribe.se-r
Exception in thread "AWT-EventQueue-0" haven.GOut$GLException: GL Error: 1280 (i
nvalid enumerant)
at haven.GOut.checkerr(GOut.java:81)
at haven.TexGL.create(TexGL.java:64)
at haven.TexGL.render(TexGL.java:89)
at haven.Tex.crender(Tex.java:85)
at haven.Tex.crender(Tex.java:89)
at haven.GOut.image(GOut.java:116)
at haven.Img.draw(Img.java:54)
at haven.Widget.draw(Widget.java:290)
at haven.LoginScreen.draw(LoginScreen.java:240)
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.maybeDoSingleThreadedWorkaround(GLCanvas.
java:412)
at javax.media.opengl.GLCanvas.display(GLCanvas.java:244)
at javax.media.opengl.GLCanvas.paint(GLCanvas.java:277)
at sun.awt.RepaintArea.paintComponent(Unknown Source)
at sun.awt.RepaintArea.paint(Unknown Source)
at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(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.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.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)
javax.media.opengl.GLException: haven.GOut$GLException: GL Error: 1281 (invalid
value)
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: haven.GOut$GLException: GL Error: 1281 (invalid value)
at haven.GOut.checkerr(GOut.java:81)
at haven.TexGL.render(TexGL.java:93)
at haven.Tex.crender(Tex.java:85)
at haven.Tex.crender(Tex.java:89)
at haven.GOut.image(GOut.java:116)
at haven.Img.draw(Img.java:54)
at haven.Widget.draw(Widget.java:290)
at haven.LoginScreen.draw(LoginScreen.java:240)
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: haven.GOut
$GLException: GL Error: 1281 (invalid value)
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: haven.GOut$GLException: GL Error: 1281 (invalid value)
at haven.GOut.checkerr(GOut.java:81)
at haven.TexGL.render(TexGL.java:93)
at haven.Tex.crender(Tex.java:85)
at haven.Tex.crender(Tex.java:89)
at haven.GOut.image(GOut.java:116)
at haven.Img.draw(Img.java:54)
at haven.Widget.draw(Widget.java:290)
at haven.LoginScreen.draw(LoginScreen.java:240)
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)

C:\Users\Comp\Desktop\Ender>pause
Press any key to continue . . .
User avatar
_sarah_
 
Posts: 182
Joined: Fri Jun 01, 2012 3:16 pm
Top

Re: Game Client modified by Ender

Postby McJager » Tue Jul 22, 2014 1:53 pm

Windows 7, Going to see about updating the Video card.
User avatar
McJager
 
Posts: 114
Joined: Mon Jul 21, 2014 5:41 pm
Location: Oregon

Re: Game Client modified by Ender

Postby McJager » Tue Jul 22, 2014 1:57 pm

What's so odd about it is that I tried to play the normal client like... Two days ago? And it worked at first, Made it to character creation thing, And decided to log out first and read up about the game more. Now it doesn't want to work. I'm getting a laugh out of this though so not like It's frustrating me trying
User avatar
McJager
 
Posts: 114
Joined: Mon Jul 21, 2014 5:41 pm
Location: Oregon

Re: Game Client modified by Ender

Postby _sarah_ » Tue Jul 22, 2014 2:00 pm

I'm also very curious about the reason. So lets keep up trying.
McJager wrote:What's so odd about it is that I tried to play the normal client like... Two days ago? And it worked at first, Made it to character creation thing, And decided to log out first and read up about the game more. Now it doesn't want to work. I'm getting a laugh out of this though so not like It's frustrating me trying
User avatar
_sarah_
 
Posts: 182
Joined: Fri Jun 01, 2012 3:16 pm

Re: Game Client modified by Ender

Postby McJager » Tue Jul 22, 2014 2:34 pm

Lol right, It's fascinating me atm. Alright going to try booting it after updating etc.
User avatar
McJager
 
Posts: 114
Joined: Mon Jul 21, 2014 5:41 pm
Location: Oregon

Re: Game Client modified by Ender

Postby McJager » Tue Jul 22, 2014 2:38 pm

Alright! Once more you were successful, Sadly it's saying it could not locate the server. I believe there was another topic on this somewhere. We're making progress! I am going to owe you quite a bit after this I believe. You and Borka both.
User avatar
McJager
 
Posts: 114
Joined: Mon Jul 21, 2014 5:41 pm
Location: Oregon

Re: Game Client modified by Ender

Postby _sarah_ » Tue Jul 22, 2014 2:50 pm

Might be your virus software blocking it or if you use/have Proxy thing.
McJager wrote:Alright! Once more you were successful, Sadly it's saying it could not locate the server. I believe there was another topic on this somewhere. We're making progress! I am going to owe you quite a bit after this I believe. You and Borka both.
User avatar
_sarah_
 
Posts: 182
Joined: Fri Jun 01, 2012 3:16 pm

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: No registered users and 1 guest