Error: delayed error--cricket affecting many

Forum for bugs and technical problems.

Re: Feb. Patch Bugs (that even the smartest people could mis

Postby jakhollin » Sat Feb 07, 2015 9:42 pm

Yes same was leaving the beach. Heard a Cricket and BAM!

Code: Select all
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:412)
   at haven.HavenPanel.run(HavenPanel.java:445)
   at java.lang.Thread.run(Unknown Source)
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:1503)
   at haven.Resource.layer(Resource.java:1387)
   at haven.Resource.layer(Resource.java:1396)
   at haven.Composite.init(Composite.java:56)
   at haven.Composite.setup(Composite.java:61)
   at haven.Gob.setup(Gob.java:204)
   at haven.RenderList.setup(RenderList.java:98)
   at haven.RenderList.add(RenderList.java:135)
   at haven.MapView.addgob(MapView.java:444)
   at haven.MapView$3.setup(MapView.java:453)
   at haven.RenderList.setup(RenderList.java:98)
   at haven.RenderList.add(RenderList.java:135)
   at haven.MapView.setup(MapView.java:515)
   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:814)
   at haven.Widget.draw(Widget.java:514)
   at haven.Widget.draw(Widget.java:519)
   at haven.GameUI.draw(GameUI.java:495)
   at haven.Widget.draw(Widget.java:514)
   at haven.Widget.draw(Widget.java:519)
   at haven.RootWidget.draw(RootWidget.java:61)
   at haven.UI.draw(UI.java:139)
   at haven.HavenPanel.redraw(HavenPanel.java:293)
   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$000(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.Resource$LoadException: Wrong res version (15 != 50864)
   at haven.Resource.load(Resource.java:1446)
   at haven.Resource.access$200(Resource.java:39)
   at haven.Resource$Loader.handle(Resource.java:436)
   at haven.Resource$Loader.run(Resource.java:416)
   at java.lang.Thread.run(Unknown Source)


God bless'it Forking Crickets...
User avatar
jakhollin
 
Posts: 1175
Joined: Mon Nov 12, 2012 4:11 am

Re: Feb. Patch Bugs (that even the smartest people could mis

Postby mgreg81 » Sat Feb 07, 2015 9:45 pm

Hi,
The client throws me out constantly. I can log in but as soon as the interface is loaded, the game crashes.
I receive the following error message:

Code: Select all
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:412)
   at haven.HavenPanel.run(HavenPanel.java:445)
   at java.lang.Thread.run(Unknown Source)
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:1503)
   at haven.Resource.layer(Resource.java:1387)
   at haven.Resource.layer(Resource.java:1396)
   at haven.Composite.init(Composite.java:56)
   at haven.Composite.setup(Composite.java:61)
   at haven.Gob.setup(Gob.java:204)
   at haven.RenderList.setup(RenderList.java:98)
   at haven.RenderList.add(RenderList.java:135)
   at haven.MapView.addgob(MapView.java:444)
   at haven.MapView$3.setup(MapView.java:453)
   at haven.RenderList.setup(RenderList.java:98)
   at haven.RenderList.add(RenderList.java:135)
   at haven.MapView.setup(MapView.java:515)
   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:814)
   at haven.Widget.draw(Widget.java:514)
   at haven.Widget.draw(Widget.java:519)
   at haven.GameUI.draw(GameUI.java:495)
   at haven.Widget.draw(Widget.java:514)
   at haven.Widget.draw(Widget.java:519)
   at haven.RootWidget.draw(RootWidget.java:61)
   at haven.UI.draw(UI.java:139)
   at haven.HavenPanel.redraw(HavenPanel.java:293)
   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$400(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.Resource$LoadException: Wrong res version (15 != 50864)
   at haven.Resource.load(Resource.java:1446)
   at haven.Resource.access$200(Resource.java:39)
   at haven.Resource$Loader.handle(Resource.java:436)
   at haven.Resource$Loader.run(Resource.java:416)
   at java.lang.Thread.run(Unknown Source)
Last edited by MagicManICT on Sat Feb 07, 2015 10:09 pm, edited 1 time in total.
Reason: mod note: put report in a scroll box for sake of readability
mgreg81
 
Posts: 1
Joined: Fri Jan 30, 2015 4:56 pm

Re: Feb. Patch Bugs (that even the smartest people could mis

Postby Kralith » Sat Feb 07, 2015 9:46 pm

jakhollin wrote:God bless'it Forking Crickets...


They are Monstercrickets!!! Eat our Clients! ;)
Salem Wiki (PM me if you need help with editing)
Report corrections and new things here.
-----------------------------------------------------------------------
User avatar
Kralith
Customer
 
Posts: 1033
Joined: Sun Dec 16, 2012 2:14 pm
Location: Germany

Haven error

Postby Losin » Sat Feb 07, 2015 9:48 pm

I used to play Salem without any problems and today in the middle of playing I got Haven error. Ever since I couldn´t play for more than 1second. It keeps crashing.

Here is detailed report:

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:412)
at haven.HavenPanel.run(HavenPanel.java:445)
at java.lang.Thread.run(Unknown Source)
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:1503)
at haven.Resource.layer(Resource.java:1387)
at haven.Resource.layer(Resource.java:1396)
at haven.Composite.init(Composite.java:56)
at haven.Composite.setup(Composite.java:61)
at haven.Gob.setup(Gob.java:204)
at haven.RenderList.setup(RenderList.java:98)
at haven.RenderList.add(RenderList.java:135)
at haven.MapView.addgob(MapView.java:444)
at haven.MapView$3.setup(MapView.java:453)
at haven.RenderList.setup(RenderList.java:98)
at haven.RenderList.add(RenderList.java:135)
at haven.MapView.setup(MapView.java:515)
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:814)
at haven.Widget.draw(Widget.java:514)
at haven.Widget.draw(Widget.java:519)
at haven.GameUI.draw(GameUI.java:495)
at haven.Widget.draw(Widget.java:514)
at haven.Widget.draw(Widget.java:519)
at haven.RootWidget.draw(RootWidget.java:61)
at haven.UI.draw(UI.java:139)
at haven.HavenPanel.redraw(HavenPanel.java:293)
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)
Caused by: haven.Resource$LoadException: Wrong res version (15 != 50864)
at haven.Resource.load(Resource.java:1446)
at haven.Resource.access$200(Resource.java:39)
at haven.Resource$Loader.handle(Resource.java:436)
at haven.Resource$Loader.run(Resource.java:416)
at java.lang.Thread.run(Unknown Source)


Thanks for your help and time

EDIT: My girlfriend just got the same error... so I guess it is a global problem, sorry for the spam
Losin
 
Posts: 6
Joined: Sun Jul 07, 2013 9:22 am

Re: Feb. Patch Bugs (that even the smartest people could mis

Postby anfros » Sat Feb 07, 2015 9:49 pm

Seems that the crash occurs when a cricket comes into view. So just walk around and hope no crickets spawn...
anfros
 
Posts: 205
Joined: Thu Aug 23, 2012 1:07 pm

Re: Feb. Patch Bugs (that even the smartest people could mis

Postby Necrobane » Sat Feb 07, 2015 9:50 pm

Crickets! crickets everywhere!

Rollback comfirmed, guys. started to create alts for mystery box ¦]
Loyal servant of Her Majesty Lallaith
User avatar
Necrobane
Customer
 
Posts: 1092
Joined: Tue May 07, 2013 9:34 am

Re: Feb. Patch Bugs (that even the smartest people could mis

Postby Heffernan » Sat Feb 07, 2015 9:51 pm

Necrobane wrote:Crickets! crickets everywhere!


we need a Darkness Cricket \o/
User avatar
Heffernan
 
Posts: 8564
Joined: Mon Sep 08, 2014 3:07 pm
Location: Marps Closet

Re: Feb. Patch Bugs (that even the smartest people could mis

Postby Kandarim » Sat Feb 07, 2015 9:51 pm

Heffernan wrote:
Necrobane wrote:Crickets! crickets everywhere!


we need a Darkness Cricket \o/


why do you think it suddenly started happening ? :)
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

Re: Feb. Patch Bugs (that even the smartest people could mis

Postby Necrobane » Sat Feb 07, 2015 9:52 pm

Darkness cricket is agropelter :lol:
Loyal servant of Her Majesty Lallaith
User avatar
Necrobane
Customer
 
Posts: 1092
Joined: Tue May 07, 2013 9:34 am

Re: Game crashes when a cricket enters my screen

Postby Cheena » Sat Feb 07, 2015 9:53 pm

Waiting the area to unload and get rid of crickets helps... until you run to the closer mine and cry silently.
Trust your enemies more than your friends. Your enemies will never betray you.
loftar wrote:***** the treaty.

(Note: Citation is severely out of context.)
User avatar
Cheena
 
Posts: 1264
Joined: Sat Mar 09, 2013 11:46 am
Location: Providence

PreviousNext

Return to Bugs & Technicalities

Who is online

Users browsing this forum: No registered users and 2 guests