Game Client modified by Ender

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

Moderator: Phades

Re: Game Client modified by Ender

Postby Lumar » Tue Jun 21, 2011 11:09 pm

I am having a little problem. whenever I click any of my number keys while in chat, say to type "over 9000" or " my penis is 10 inches long" it activates those hotbar keys. I would like the freedom to brag about my penis size, make internet jokes and use numbers in speech without porting to idol or trying to build a barrel.
User avatar
Lumar
 
Posts: 161
Joined: Mon May 17, 2010 12:14 am

Re: Game Client modified by Ender

Postby cool10129 » Tue Jun 21, 2011 11:14 pm

i cant find the right -Djava.library.path= what is it suppose to be i thought it was my autohaven which runs the standard client but it says it cant find it after i put in the directory
cool10129
 
Posts: 24
Joined: Mon May 30, 2011 3:27 pm

Re: Game Client modified by Ender

Postby Ilaris » Wed Jun 22, 2011 12:05 am

Hey, i have a problem with the newest update as it seems. The Ender client worked well for some weeks, but lately i couldnt open the inventory anymore. i tried all my chars, even on another account, but the same bug on all chars. :(
i tried to delete the profile files on every char, but it didnt work. so anyone got another idea what to do?
Ilaris
 
Posts: 10
Joined: Sun May 29, 2011 9:33 pm

Re: Game Client modified by Ender

Postby Lithorn » Wed Jun 22, 2011 12:30 am

Any word on font color?
Image
User avatar
Lithorn
 
Posts: 186
Joined: Fri Jan 28, 2011 11:25 am

Re: Game Client modified by Ender

Postby cool10129 » Wed Jun 22, 2011 12:41 am

Lithorn wrote:Any word on font color?


which one of us were you talking to?
cool10129
 
Posts: 24
Joined: Mon May 30, 2011 3:27 pm

Re: Game Client modified by Ender

Postby MagicManICT » Wed Jun 22, 2011 3:13 am

Lumar wrote:I am having a little problem. whenever I click any of my number keys while in chat, say to type "over 9000" or " my penis is 10 inches long" it activates those hotbar keys. I would like the freedom to brag about my penis size, make internet jokes and use numbers in speech without porting to idol or trying to build a barrel.


You using the 10-key or the keyboard numbers? They have different key codes and are read differently by a computer. (Proper typing technique says you shouldn't be using the 10-key unless you're doing numeric-only data entry. ;) )
Opinions expressed in this statement are the authors alone and in no way reflect on the game development values of the actual developers.
User avatar
MagicManICT
 
Posts: 18436
Joined: Tue Aug 17, 2010 1:47 am

Re: Game Client modified by Ender

Postby DeadlyPencil » Wed Jun 22, 2011 6:05 am

soemtimes after i type something and press enter i get an attack icon on my mouse. Its almost like my shortcut bar became "focused" and by pressing enter it causes one of them to be selected. also have been crashing alot after the update. had my client completly close a couple times.
DeadlyPencil
 
Posts: 920
Joined: Sat Nov 21, 2009 12:17 am

Re: Game Client modified by Ender

Postby DatOneGuy » Wed Jun 22, 2011 6:08 am

DeadlyPencil wrote:soemtimes after i type something and press enter i get an attack icon on my mouse. Its almost like my shortcut bar became "focused" and by pressing enter it causes one of them to be selected. also have been crashing alot after the update. had my client completly close a couple times.

I've been getting the 'focused' problem for a while now, happens while eating food and waiting for the flowermenu to pop up too.

The crashing, I tend to crash when running sometimes, specifically to chairs, it's quite strange. I think it went away recently as it hasn't happened any time soon.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . .Hi. . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
User avatar
DatOneGuy
 
Posts: 5553
Joined: Sun Apr 18, 2010 7:50 am
Location: I'm in Miami, trick.

Re: Game Client modified by Ender

Postby novaalpha » Wed Jun 22, 2011 6:31 am

Ender, crash in latest haven.jar upon login, sometimes:

Code: Select all
)
        at javax.media.opengl.GLCanvas$DisplayAction.run(GLCanvas.java:435)
        at com.sun.opengl.impl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:194)
        at javax.media.opengl.GLCanvas$DisplayOnEventDispatchThreadAction.run(GLCanvas.java:452)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: haven.Resource$LoadException: Wrong res version (4 != 3)
        at haven.Resource.load(Resource.java:1017)
        at haven.Resource.access$300(Resource.java:39)
        at haven.Resource$Loader.handle(Resource.java:432)
        at haven.Resource$Loader.run(Resource.java:411)
        at java.lang.Thread.run(Thread.java:619)

        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: haven.Resource$LoadException: Wrong res version (4 != 3)
        at haven.Resource.load(Resource.java:1017)
        at haven.Resource.access$300(Resource.java:39)
        at haven.Resource$Loader.handle(Resource.java:432)
        at haven.Resource$Loader.run(Resource.java:411)
        at java.lang.Thread.run(Thread.java:619)
Exception in thread "Haven UI thread" javax.media.opengl.GLException: java.lang.RuntimeException: Delayed error in resource paginae/atk/valstr (v3), from forking source backed by HTTP res source (http://www.havenandhearth.com/res/)
        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(Thread.java:619)
Caused by: java.lang.RuntimeException: Delayed error in resource paginae/atk/valstr (v3), from forking source backed by HTTP res source (http://www.havenandhearth.com/res/) 
        at haven.Resource.checkerr(Resource.java:1094)
        at haven.Resource.layer(Resource.java:977)
        at haven.MenuGrid.cons(MenuGrid.java:78)
        at haven.MenuGrid.updlayout(MenuGrid.java:127)
        at haven.MenuGrid.draw(MenuGrid.java:168)
        at haven.Widget.draw(Widget.java:289)
        at haven.SlenHud.draw(SlenHud.java:264)
        at haven.Widget.draw(Widget.java:289)
        at haven.RootWidget.draw(RootWidget.java:97)
        at haven.UI.draw(UI.java:145)
        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:194)
        at javax.media.opengl.GLCanvas$DisplayOnEventDispatchThreadAction.run(GLCanvas.java:452)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: haven.Resource$LoadException: Wrong res version (4 != 3)
        at haven.Resource.load(Resource.java:1017)
        at haven.Resource.access$300(Resource.java:39)
        at haven.Resource$Loader.handle(Resource.java:432)
        at haven.Resource$Loader.run(Resource.java:411)
        at java.lang.Thread.run(Thread.java:619)

User avatar
novaalpha
 
Posts: 1490
Joined: Sun Dec 26, 2010 11:42 pm
Location: Sparta

Re: Game Client modified by Ender

Postby EnderWiggin » Wed Jun 22, 2011 6:49 am

Lumar wrote:I am having a little problem. whenever I click any of my number keys while in chat, say to type "over 9000" or " my penis is 10 inches long" it activates those hotbar keys. I would like the freedom to brag about my penis size, make internet jokes and use numbers in speech without porting to idol or trying to build a barrel.
My bad. Not enough testing one one feature. Disabled it for now, because can't think of a way to fix this atm. Now chat as before will intercept all key presses when focused.
DeadlyPencil wrote:soemtimes after i type something and press enter i get an attack icon on my mouse. Its almost like my shortcut bar became "focused" and by pressing enter it causes one of them to be selected. also have been crashing alot after the update. had my client completly close a couple times.
Could you post error messages?
novaalpha wrote:Ender, crash in latest haven.jar upon login, sometimes:
It looks like similar problem some time ago - server requested resource version 4, but you loaded it from server as version 3. Looks from log it happened to valorous strike icon. If it crashes again like that check resource name it complains about. Oh, and did you log into alt who does not have this skill just after logout main who does without closing client?
User avatar
EnderWiggin
 
Posts: 1154
Joined: Sat Mar 20, 2010 8:23 pm

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: Claude [Bot] and 1 guest