Anemone Client

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

Moderator: Phades

Re: Anemone Client

Postby romovs » Thu Jan 15, 2015 3:10 pm

Pushed new update:

- Show boat hitboxes. Configurable under Misc. tab.
- Options to hide village idols and mine supports. Configurable under Hide Objects tab.
- Colorize female silkmoths (couldn't actually test this one since I don't have any silkmoths...)
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Anemone Client

Postby adyroty » Fri Jan 16, 2015 7:52 am

thanks you very much, 10+
User avatar
adyroty
 
Posts: 85
Joined: Fri May 07, 2010 6:39 pm

Re: Anemone Client

Postby mvgulik » Sat Jan 17, 2015 3:24 am

Code: Select all
Exception in thread "Haven UI thread" java.lang.RuntimeException: haven.GOut$GLException: GL Error: 1281 (invalid value)
Bummer. Seems my video(old) is not compatible with Anemone client. (First time trying this client)
:(

On request, additional local system Information ...
---------------------------
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 7.x)
mvgulik
 
Posts: 3762
Joined: Fri May 21, 2010 2:29 am

Re: Anemone Client

Postby romovs » Sat Jan 17, 2015 6:17 am

mvgulik,
Can you try this please https://dl.dropboxusercontent.com/u/37131061/maid.jar
and post all the lines starting with "============" from the console? e.g.

Code: Select all
============TEXTURE: 256x256(8192)
rcvmsg   id: 11   msg:activate
destroy   id: 5
============TEXTURE: 2048x1024(8192)
...
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Anemone Client

Postby mvgulik » Sat Jan 17, 2015 7:38 am

Sure, here you go.
(Passed initial login. Failing while going into "New Character" screen.)
(Used cmd: "java.exe -Xms512m -Xmx1024m -jar maid.jar moltke.seatribe.se -r ./res")

Code: Select all
newwidget       id: 5   type:ibtn       coord: (486, 514)       parent:1        args: gfx/hud/buttons/ncu gfx/hud/buttons/ncd
============TEXTURE: 256x256
============MAX_TEXTURE_SIZE 1024
rcvmsg  id: 5   msg:activate
newwidget       id: 6   type:mapview    coord: (0, 0)   parent:0        args: (800, 600) (-3589295, -8163095) 100187895
newwidget       id: 7   type:slen       coord: (0, 0)   parent:0        args:
rcvmsg  id: 7   msg:bud
rcvmsg  id: 7   msg:chr
newwidget       id: 8   type:cal        coord: (333, 10)        parent:0        args:
newwidget       id: 9   type:slenlog    coord: (0, 0)   parent:7        args: Messages
============TEXTURE: 2048x1024
============MAX_TEXTURE_SIZE 1024
newwidget       id: 10  type:slenchat   coord: (0, 0)   parent:7        args: Area ChatException in thread "Haven UI thread"  1
java.lang.RuntimeException: haven.GOut$GLException: GL Error: 1281 (invalid value)newwidget     id: 11  type:im coord: (95, 10) parent:0        args:
        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)
 gfx/hud/meter/hp
newwidget       id: 12  type:im coord: (160, 10)        parent:0        args:   at haven.HavenPanel.run(HavenPanel.java:402) gfx/hud/meter/nrj
        at java.lang.Thread.run(Unknown Source)
newwidget       id: 13  type:im coord: (225, 10)        parent:0        args:
 gfx/hud/meter/hngr
Caused by: haven.GOut$GLException: GL Error: 1281 (invalid value)
        at haven.GOut.checkerr(GOut.java:81)newwidget   id: 14  type:im coord: (95, 30) parent:0        args:
 gfx/hud/meter/happy    at haven.TexRT.fill(TexRT.java:112)

newwidget       id: 15  type:speedget   coord: (160, 30)        parent:0        args:   at haven.TexGL.create(TexGL.java:62)
 1      at haven.TexGL.render(TexGL.java:86) 1

        at haven.TexRT.render(TexRT.java:67)
newwidget       id: 16  type:buffs      coord: (95, 50) parent:0        args:   at haven.Tex.crender(Tex.java:85)

newwidget       id: 17  type:scm        coord: (670, 5) parent:7        args:   at haven.Tex.crender(Tex.java:89)

        at haven.GOut.image(GOut.java:114)
        at haven.MapView.drawmap(MapView.java:1486)
        at haven.MapView.draw(MapView.java:1645)
        at haven.Widget.draw(Widget.java:286)
        at haven.RootWidget.draw(RootWidget.java:145)
        at haven.UI.draw(UI.java:156)
        at haven.HavenPanel.redraw(HavenPanel.java:278)
        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$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 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)
rcvmsg  id: 0   msg:focus 6
uimsg   id: 0   msg:focus 6
newwidget       id: 18  type:av coord: (10, 10) parent:0        args: 100187895
newwidget       id: 19  type:pv coord: (10, 100)        parent:0        args: 100187895
uimsg   id: 11  msg:set java.awt.Color[r=255,g=192,b=0] 100 java.awt.Color[r=255,g=0,b=0] 100
uimsg   id: 11  msg:tt Health: 100/100/100
uimsg   id: 12  msg:set java.awt.Color[r=64,g=64,b=255] 100
uimsg   id: 12  msg:tt Stamina: 100%
uimsg   id: 13  msg:set java.awt.Color[r=0,g=255,b=0] 100 java.awt.Color[r=255,g=0,b=0] 0
uimsg   id: 13  msg:tt Overstuffed: 0% (100%)
uimsg   id: 14  msg:set java.awt.Color[r=0,g=0,b=0] 0
uimsg   id: 14  msg:tt Neutral (Towards 0%)
destroy id: 5
destroy id: 4
destroy id: 1
newwidget       id: 20  type:buddy      coord: (187, 50)        parent:0        args:
newwidget       id: 22  type:chr        coord: (300, 50)        parent:0        args: 21
newwidget       id: 23  type:inv        coord: (138, 75)        parent:21       args: (4, 4)
uimsg   id: 22  msg:studynum 0
uimsg   id: 22  msg:exp 0
uimsg   id: 22  msg:psk oral srv tools
uimsg   id: 22  msg:nsk bake 200 cartography 1000 cloth 200 fishing 100 forage 25 hearthmagic 200 hunting 60 lumber 150 pottery 125 swrk 200 wzm 200
uimsg   id: 22  msg:food 100
uimsg   id: 22  msg:btime 0
mvgulik
 
Posts: 3762
Joined: Fri May 21, 2010 2:29 am

Re: Anemone Client

Postby romovs » Sat Jan 17, 2015 7:52 am

yeah it tries to render a 2048 texture at some point while your drivers support only 1024 max.

This should fix it
https://dl.dropboxusercontent.com/u/37131061/maid.jar
User avatar
romovs
 
Posts: 1472
Joined: Sun Sep 29, 2013 9:26 am
Location: The Tabouret

Re: Anemone Client

Postby borka » Sat Jan 17, 2015 8:02 am

gj romovs! :D
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Anemone Client

Postby mvgulik » Sat Jan 17, 2015 8:21 am

romovs wrote:yeah it tries to render a 2048 texture at some point while your drivers support only 1024 max.

This should fix it
https://dl.dropboxusercontent.com/u/37131061/maid.jar


Yep, that one works.
Thank you. :D

...

Mmm, it seems that in my case the video-card is just not up to the task. It looks like it is just managing 1 FPS.

... NTS: Ditch old computer and get new one! ...
mvgulik
 
Posts: 3762
Joined: Fri May 21, 2010 2:29 am

Re: Anemone Client

Postby borka » Sat Jan 17, 2015 8:35 am

Check in Bios how much shared memory for graphics is set ...
User avatar
borka
 
Posts: 9965
Joined: Thu Feb 03, 2011 7:47 pm
Location: World of Sprucecap

Re: Anemone Client

Postby mvgulik » Sat Jan 17, 2015 8:42 am

mvgulik wrote:Mmm, it seems that in my case the video-card is just not up to the task. It looks like it is just managing 1 FPS.

After ditching all other programs, cleaning memory, and messing with the java startup setting a bit I got some result that seems playable.
Will mess around a bit more to see if I can keep it that way.

borka wrote:Check in Bios how much shared memory for graphics is set ...

Will do.
mvgulik
 
Posts: 3762
Joined: Fri May 21, 2010 2:29 am

PreviousNext

Return to The Wizards' Tower

Who is online

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