IRC Capable Client

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

Moderator: Phades

Re: IRC Capable Client (10.02.13)

Postby Haba » Sun Feb 14, 2010 7:44 pm

Code: Select all
F:\Games - Indie\Haven & Hearth>java  -Xms256m -Xmx512m -jar haven.jar sh.seatri
be.se
javax.media.opengl.GLException: java.lang.NoSuchMethodError: haven.Text$Foundry.
render(Ljava/lang/String;Ljava/awt/Color;)Lhaven/Text;
        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:352)
        at haven.HavenPanel.run(HavenPanel.java:381)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoSuchMethodError: haven.Text$Foundry.render(Ljava/lang/Str
ing;Ljava/awt/Color;)Lhaven/Text;
        at haven.KinInfo.rendered(KinInfo.java:50)
        at haven.MapView.drawmap(MapView.java:908)
        at haven.MapView.draw(MapView.java:1028)
        at haven.Widget.draw(Widget.java:282)
        at haven.RootWidget.draw(RootWidget.java:82)
        at haven.UI.draw(UI.java:137)
        at haven.HavenPanel.redraw(HavenPanel.java:255)
        at haven.HavenPanel$1.display(HavenPanel.java:77)
        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.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.
NoSuchMethodError: haven.Text$Foundry.render(Ljava/lang/String;Ljava/awt/Color;)
Lhaven/Text;
        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:352)
        at haven.HavenPanel.run(HavenPanel.java:381)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoSuchMethodError: haven.Text$Foundry.render(Ljava/lang/Str
ing;Ljava/awt/Color;)Lhaven/Text;
        at haven.KinInfo.rendered(KinInfo.java:50)
        at haven.MapView.drawmap(MapView.java:908)
        at haven.MapView.draw(MapView.java:1028)
        at haven.Widget.draw(Widget.java:282)
        at haven.RootWidget.draw(RootWidget.java:82)
        at haven.UI.draw(UI.java:137)
        at haven.HavenPanel.redraw(HavenPanel.java:255)
        at haven.HavenPanel$1.display(HavenPanel.java:77)
        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.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)


Another crash. If partied with someone, the game crashes once you get close enough for the portrait to load up on left side of the screen.

Edit: loaded and crashed again once the other person logged in. Person is on my kin list, so the name would've displayed. Maybe this is the root of it?
Last edited by Haba on Sun Feb 14, 2010 7:48 pm, edited 1 time in total.
User avatar
Haba
 
Posts: 666
Joined: Sun Nov 01, 2009 9:36 pm

Re: IRC Capable Client (10.02.13)

Postby Pacho » Sun Feb 14, 2010 9:44 pm

The problem for all these bugs is that for some idiotic reason java is refusing to recognize the inheritance between the Line class and the Text class, so I have to manually typecast each instance as I can find them. I'm basically just putting the word (Text) behind a single statement to fix these bugs.

To change the resolution in the jnlp: press ` and then type help to see the available commands.
Pacho
 
Posts: 712
Joined: Wed Jun 10, 2009 2:21 am

Re: IRC Capable Client (10.02.13)

Postby paladin » Sun Feb 14, 2010 10:21 pm

Thanks, Pacho for your client
paladin
 
Posts: 3
Joined: Tue Feb 02, 2010 6:55 pm
Location: native land of elephants, ukraine

Re: IRC Capable Client (10.02.13)

Postby kimya » Sun Feb 14, 2010 10:44 pm

java.lang.NoSuchMethodError: haven.Text.render(Ljava/lang/String;Ljava/awt/Color;)Lhaven/Text;
at haven.Speaking.<init>(Speaking.java:44)
at haven.OCache.speak(OCache.java:162)
at haven.Session$RWorker.getobjdata(Session.java:232)
at haven.Session$RWorker.run(Session.java:474)


happens when speaking in area chat.
kimya
 
Posts: 845
Joined: Mon Jun 01, 2009 1:35 am

Re: IRC Capable Client (10.02.13)

Postby Pacho » Sun Feb 14, 2010 10:47 pm

Fixed! =D
Pacho
 
Posts: 712
Joined: Wed Jun 10, 2009 2:21 am

Re: IRC Capable Client (10.02.13)

Postby fedorstrel » Mon Feb 15, 2010 10:20 am

Can't download neither update-patch nor full version. Meter stops near half and download halts. Any issues on this?
User avatar
fedorstrel
 
Posts: 79
Joined: Fri Jan 22, 2010 5:16 am

Re: IRC Capable Client (10.02.13)

Postby kimya » Mon Feb 15, 2010 6:15 pm

cheers
kimya
 
Posts: 845
Joined: Mon Jun 01, 2009 1:35 am

Re: IRC Capable Client (10.02.13)

Postby CrabMan » Tue Feb 16, 2010 2:50 pm

Pacho your game client is nice, but it eats too much of my processor. Your client eats 50-80% of my processor and 500MB Ram, when official eats only 2-6% of processor and around 200MB Ram.
CrabMan
 
Posts: 5
Joined: Sun Feb 14, 2010 10:06 am

Re: IRC Capable Client (10.02.13)

Postby minck1 » Tue Feb 16, 2010 3:12 pm

Larger screen size ads an exponential amount of data to be processed. If your running above 1280x1024 your probably at 10x the data of the standard client or more.
minck1
 
Posts: 100
Joined: Mon Feb 01, 2010 3:26 am

Re: IRC Capable Client (10.02.13)

Postby CrabMan » Tue Feb 16, 2010 3:27 pm

But it's a game with 2d graphics, no anisotropic filtering and other things. It mustn't eat so much.
CrabMan
 
Posts: 5
Joined: Sun Feb 14, 2010 10:06 am

PreviousNext

Return to The Wizards' Tower

Who is online

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