Anemone Client

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

Moderator: Phades

Re: Anemone Client

Postby mvgulik » Thu Mar 12, 2015 12:43 pm

Resolved: Fixed (12.03.15).
Thanks
--- --- --- --- --- --- --- --- ---
Terminal error(OGL) with Real/shaded lighting(CTRL-N)
- Switching from Fake-lighting to Real/shaded, at fullscreen(1024x768), started with "-Xms512m -Xmx512m"
- Switching from Fake-lighting to Real/shaded, default(800*600), started with "-Xms512m -Xmx1024m"
- Switching from (800*600) to (1024x768), with active Real/shaded-lighting, started with "-Xms512m -Xmx512m"

HnH Client: Anemone, v17.01.15
OpenGL Vendor: Intel
OpenGL Renderer: Intel 915G
OpenGL Version: 1.4.0 - Build 7.14.10.4764
OS Version: Windows XP Service Pack 3 (5.1) build 2600 (32bit)
Java: build 1.7.0_76-b13
Code: Select all
Exception in thread "Haven UI thread" java.lang.RuntimeException: haven.GOut$GLException: GL Error: 1281 (invalid value)
        at com.jogamp.common.util.awt.AWTEDTExecutor.invoke(AWTEDTExecutor.java:58)
        at jogamp.opengl.awt.AWTThreadingPlugin.invokeOnOpenGLThread(AWTThreadingPlugin.java:103)
        at jogamp.opengl.ThreadingImpl.invokeOnOpenGLThread(ThreadingImpl.java:206)
        at javax.media.opengl.Threading.invokeOnOpenGLThread(Threading.java:172)

        at javax.media.opengl.Threading.invoke(Threading.java:191)
        at javax.media.opengl.awt.GLCanvas.display(GLCanvas.java:528)
        at haven.HavenPanel.uglyjoglhack(HavenPanel.java:373)
        at haven.HavenPanel.run(HavenPanel.java:402)
        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.TexRT.subrend2(TexRT.java:126)
        at haven.TexRT.renderall(TexRT.java:145)
        at haven.HavenPanel.redraw(HavenPanel.java:266)
        at haven.HavenPanel$1.display(HavenPanel.java:91)
        at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:649)

        at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:633)
        at javax.media.opengl.awt.GLCanvas$9.run(GLCanvas.java:1271)
        at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1103)
        at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:978)
        at javax.media.opengl.awt.GLCanvas$10.run(GLCanvas.java:1282)
        at java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.awt.EventQueue.access$300(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 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)
Last edited by mvgulik on Thu Mar 12, 2015 5:28 pm, edited 1 time in total.
mvgulik
 
Posts: 3753
Joined: Fri May 21, 2010 2:29 am

Re: Anemone Client

Postby romovs » Thu Mar 12, 2015 3:02 pm

Client updated. Changes:

- fix for the above issue
- cleaned up some old deprecated code
User avatar
romovs
 
Posts: 1473
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Anemone Client

Postby subie » Mon Mar 23, 2015 9:37 pm

Is there any way to change the key combo to open a new session? alt+insert does not work on my laptop. (running ubuntu 14.10)
subie
 
Posts: 63
Joined: Mon Apr 01, 2013 2:37 am

Re: Anemone Client

Postby romovs » Tue Mar 24, 2015 8:14 am

You might have Alt defined for grabbing/moving application windows. Not sure where it is in Ubuntu, but there should be an option somewhere in the control center for changing it.

But in any case I'll add another key combo for this later today.
User avatar
romovs
 
Posts: 1473
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Anemone Client

Postby romovs » Tue Mar 24, 2015 8:23 pm

Update:

- Ctrl+S (Alt+Insert also still works) for starting new sessions
User avatar
romovs
 
Posts: 1473
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Anemone Client

Postby subie » Wed Mar 25, 2015 2:08 am

Much appreciated!!
subie
 
Posts: 63
Joined: Mon Apr 01, 2013 2:37 am

Re: Anemone Client

Postby yalnajja » Fri Apr 03, 2015 8:01 pm

my first script doesn't work :D

import java.util.*;
import haven.*;
maid.doSayAreaChat("hello")

it doesn't say anything :/

And i'd like to know if there is a way to get my coord (something else than saying something on the area chat ^^) to make a bot that follow a predefined path

Could someone please help?
yalnajja
 
Posts: 19
Joined: Sun Jun 09, 2013 3:27 pm

Re: Anemone Client

Postby mvgulik » Sat Apr 04, 2015 7:58 am

romovs wrote:There is a method for printing to area chat:

Code: Select all
maid.doSayAreaChat("hello");


It only works if "use new chat" is enabled in the settings and doesn't work with the vanilla chat. Or maybe it's vice versa, can't recall...
(Needs vanilla chat to be of use.)
mvgulik
 
Posts: 3753
Joined: Fri May 21, 2010 2:29 am

Re: Anemone Client

Postby yalnajja » Fri Apr 10, 2015 7:24 am

thank you
yalnajja
 
Posts: 19
Joined: Sun Jun 09, 2013 3:27 pm

Re: Anemone Client

Postby komputar » Sat Apr 11, 2015 12:09 pm

how to run a script?
komputar
 
Posts: 6
Joined: Thu Sep 26, 2013 11:07 pm

PreviousNext

Return to The Wizards' Tower

Who is online

Users browsing this forum: No registered users and 2 guests