Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender

Postby psyfreak » Thu Jan 29, 2015 4:33 am

I'm Getting alot of this error. Any clue as to how to fix it? I tried deleting the salem-res, client-res and the cache in the salem. folder.

java.lang.RuntimeException: java.lang.RuntimeException: Out of memory when creating texture TileTex(gfx/tiles/redbrick)
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:418)
at haven.HavenPanel.run(HavenPanel.java:451)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Out of memory when creating texture TileTex(gfx/tiles/redbrick)
at haven.TexGL.create(TexGL.java:325)
at haven.TexGL.glid(TexGL.java:365)
at haven.TexGL$TexClip.applyfrom(TexGL.java:260)
at haven.GLState$Applier.apply(GLState.java:507)
at haven.GOut.apply(GOut.java:203)
at haven.FastMesh$Compiler.get(FastMesh.java:91)
at haven.FastMesh.draw(FastMesh.java:317)
at haven.MapMesh$Layer.draw(MapMesh.java:318)
at haven.RenderList.render(RenderList.java:232)
at haven.RenderList.render(RenderList.java:249)
at haven.FBView.render(FBView.java:86)
at haven.ShadowMap.prerender(ShadowMap.java:125)
at haven.RenderList.render(RenderList.java:243)
at haven.PView.draw(PView.java:253)
at haven.MapView.draw(MapView.java:932)
at haven.Widget.draw(Widget.java:514)
at haven.Widget.draw(Widget.java:519)
at haven.GameUI.draw(GameUI.java:574)
at haven.Widget.draw(Widget.java:514)
at haven.Widget.draw(Widget.java:519)
at haven.RootWidget.draw(RootWidget.java:84)
at haven.UI.draw(UI.java:162)
at haven.HavenPanel.redraw(HavenPanel.java:296)
at haven.HavenPanel$1.display(HavenPanel.java:92)
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$500(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)
Caused by: haven.GOut$GLOutOfMemoryException: GL Error: 1285 (out of memory)
at haven.GOut.glexcfor(GOut.java:99)
at haven.GOut.checkerr(GOut.java:107)
at haven.TexGL.create(TexGL.java:323)
... 43 more


thank you
"Like produces like."
User avatar
psyfreak
 
Posts: 35
Joined: Sun Feb 23, 2014 4:30 pm

Re: Salem Client by Ender

Postby EnderWiggin » Thu Jan 29, 2015 9:23 am

Wow, haven't seen OOM errors in a while. Does it happen after long play?
User avatar
EnderWiggin
 
Posts: 339
Joined: Wed Aug 01, 2012 9:12 am
Location: Ukraine

Re: Salem Client by Ender

Postby psyfreak » Thu Jan 29, 2015 3:19 pm

Not really. Can happen after 15 min. I do change chars often during my play session but its not like im running salem on a crappy laptop... i only get oom while running your client. Latikai and base client are ok.
"Like produces like."
User avatar
psyfreak
 
Posts: 35
Joined: Sun Feb 23, 2014 4:30 pm

Re: Salem Client by Ender

Postby uusmart » Fri Feb 06, 2015 11:29 pm

the client too old
uusmart
 
Posts: 3
Joined: Fri Feb 28, 2014 11:40 am

Re: Salem Client by Ender

Postby EnderWiggin » Sat Feb 07, 2015 1:15 am

uusmart wrote:the client too old

should work now. new build is based on latest beta build. But I didn't have time to update changelog properly
User avatar
EnderWiggin
 
Posts: 339
Joined: Wed Aug 01, 2012 9:12 am
Location: Ukraine

Re: Salem Client by Ender

Postby EnderWiggin » Sat Feb 07, 2015 1:41 pm

Properly update client and changelog. Changes from last 'stable' build (some of them where in beta builds):
  • merged with default client
  • fixed carry weight not updating when max carry weight changes (e.g. when you study Packrat)
  • fixed artifice bonuses not updating properly when last item with bonuses is removed
  • fixed invisible widgets blocking item drops
  • fixed interactions with dragged item (you can smash or pry faces all day long!)
  • added item search functionality - if you press ALT+F a small window with text field will popup. Any text entered there will highlight matching items in any open inventory. Query format explanation is on client wiki.
User avatar
EnderWiggin
 
Posts: 339
Joined: Wed Aug 01, 2012 9:12 am
Location: Ukraine

Re: Salem Client by Ender

Postby alloin » Sat Feb 07, 2015 1:42 pm

EnderWiggin wrote:fixed interactions with dragged item (you can smash or pry faces all day long!)

<3
jorb wrote:all I see is misplaced machismo and a lot of very cheap talk. ^^

Darwat confirmed scrub!
User avatar
alloin
Customer
 
Posts: 3031
Joined: Wed Aug 01, 2012 1:33 am

Re: Salem Client by Ender

Postby mrmay87 » Sat Feb 07, 2015 9:37 pm

I keep getting this error





java.lang.RuntimeException: java.lang.RuntimeException: Delayed error in resource gfx/kritter/cricket/cricket (v50864), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
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:418)
at haven.HavenPanel.run(HavenPanel.java:451)
at java.lang.Thread.run(Thread.java:695)
Caused by: java.lang.RuntimeException: Delayed error in resource gfx/kritter/cricket/cricket (v50864), from forking source backed by HTTP res source (http://game.salemthegame.com/res/)
at haven.Resource.checkerr(Resource.java:1507)
at haven.Resource.layer(Resource.java:1391)
at haven.Resource.layer(Resource.java:1400)
at haven.Composite.init(Composite.java:56)
at haven.Composite.setup(Composite.java:61)
at haven.Gob.setup(Gob.java:211)
at haven.RenderList.setup(RenderList.java:98)
at haven.RenderList.add(RenderList.java:135)
at haven.MapView.addgob(MapView.java:562)
at haven.MapView$3.setup(MapView.java:571)
at haven.RenderList.setup(RenderList.java:98)
at haven.RenderList.add(RenderList.java:135)
at haven.MapView.setup(MapView.java:633)
at haven.PView$1.setup(PView.java:198)
at haven.RenderList.setup(RenderList.java:98)
at haven.RenderList.setup(RenderList.java:123)
at haven.PView.draw(PView.java:222)
at haven.MapView.draw(MapView.java:932)
at haven.Widget.draw(Widget.java:514)
at haven.Widget.draw(Widget.java:519)
at haven.GameUI.draw(GameUI.java:601)
at haven.Widget.draw(Widget.java:514)
at haven.Widget.draw(Widget.java:519)
at haven.RootWidget.draw(RootWidget.java:86)
at haven.UI.draw(UI.java:162)
at haven.HavenPanel.redraw(HavenPanel.java:296)
at haven.HavenPanel$1.display(HavenPanel.java:92)
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(InvocationEvent.java:199)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:715)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:676)
at java.awt.EventQueue$2.run(EventQueue.java:674)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:685)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: haven.Resource$LoadException: Wrong res version (15 != 50864)
at haven.Resource.load(Resource.java:1450)
at haven.Resource.access$200(Resource.java:40)
at haven.Resource$Loader.handle(Resource.java:440)
at haven.Resource$Loader.run(Resource.java:420)
at java.lang.Thread.run(Thread.java:695)
Image
User avatar
mrmay87
 
Posts: 265
Joined: Tue Jan 27, 2015 1:50 am

Re: Salem Client by Ender

Postby EnderWiggin » Sun Feb 08, 2015 8:52 am

mrmay87 wrote:I keep getting this error

Try deleting resource cache filder: <user home>/.salem
User avatar
EnderWiggin
 
Posts: 339
Joined: Wed Aug 01, 2012 9:12 am
Location: Ukraine

Re: Salem Client by Ender

Postby Kandarim » Sun Feb 08, 2015 9:16 am

EnderWiggin wrote:
mrmay87 wrote:I keep getting this error

Try deleting resource cache filder: <user home>/.salem


It was part of a hiccup from the resource server, everyone had it. It was fixed it last night.
I have neither the crayons nor the time to explain it to you.
JC wrote:I'm not fully committed to being wrong on that yet.
User avatar
Kandarim
Customer
 
Posts: 5321
Joined: Mon Jan 21, 2013 4:18 pm

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 2 guests