Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender

Postby ThePured » Thu Aug 16, 2012 10:36 am

After i connect to my account, I click the character i want to play with and the game gives me a crash report, And this is what i get;

java.lang.RuntimeException: Delayed error in resource paginae/help/gluttony (v4), from forking source backed by HTTP res source (http://plymouth.seatribe.se/res/)
at haven.Resource.checkerr(Resource.java:1293)
at haven.Resource.layer(Resource.java:1158)
at haven.Resource.layer(Resource.java:1167)
at haven.MenuGrid.cons(MenuGrid.java:80)
at haven.MenuGrid.updlayout(MenuGrid.java:124)
at haven.MenuGrid.tick(MenuGrid.java:316)
at haven.Widget.tick(Widget.java:437)
at haven.GameUI.tick(GameUI.java:395)
at haven.Widget.tick(Widget.java:437)
at haven.UI.tick(UI.java:134)
at haven.HavenPanel.run(HavenPanel.java:409)
at java.lang.Thread.run(Unknown Source)
Caused by: haven.Resource$LoadException: Invalid res signature
at haven.Resource.load(Resource.java:1207)
at haven.Resource.access$300(Resource.java:40)
at haven.Resource$Loader.handle(Resource.java:419)
at haven.Resource$Loader.run(Resource.java:398)
... 1 more

Help? :(
jorb wrote:Oh not this **** again. I'm going to make it so that animals turn into fire breathing ***** dragons every time they come into base contact with a ***** signpost. Graaaah!
ThePured
 
Posts: 70
Joined: Wed Aug 01, 2012 3:53 pm

Re: Salem Client by Ender

Postby EnderWiggin » Thu Aug 16, 2012 12:23 pm

Looks like error while downloading resource. Try clearing java cache.
User avatar
EnderWiggin
 
Posts: 339
Joined: Wed Aug 01, 2012 9:12 am
Location: Ukraine

Re: Salem Client by Ender

Postby Sevenless » Thu Aug 16, 2012 9:01 pm

<marker pattern="gfx/terobjs/tumbleweed" text="Tumbleweed" color="#885A06"/>

Adding this to the herbs section will make tumbleweeds appear on the radar.
It's been neat to see the evolution of a game. Salem has come so far, and still has far to go. Although frustrating, I think it's been an experience worth the effort.
User avatar
Sevenless
 
Posts: 1727
Joined: Wed Aug 01, 2012 1:57 am

Re: Salem Client by Ender

Postby itsjustrevenge » Sat Aug 18, 2012 2:18 am

I am getting this when I try and open the client:

java.lang.Error: java.lang.reflect.InvocationTargetException
at haven.MainFrame.javabughack(MainFrame.java:388)
at haven.MainFrame.main2(MainFrame.java:401)
at haven.MainFrame.access$1(MainFrame.java:398)
at haven.MainFrame$8.run(MainFrame.java:471)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
at haven.MainFrame.javabughack(MainFrame.java:379)
... 4 more
Caused by: java.lang.ExceptionInInitializerError
at haven.MainFrame$5.run(MainFrame.java:382)
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: java.lang.RuntimeException: Delayed error in resource gfx/loginscr (v-1), from local res source
at haven.Resource.checkerr(Resource.java:1320)
at haven.Resource.layer(Resource.java:1185)
at haven.Resource.layer(Resource.java:1194)
at haven.Resource.loadtex(Resource.java:1336)
at haven.LoginScreen.<clinit>(LoginScreen.java:48)
... 15 more
Caused by: haven.Resource$LoadException: Could not find resource locally: gfx/loginscr
at haven.Resource$JarSource.get(Resource.java:333)
at haven.Resource$Loader.handle(Resource.java:445)
at haven.Resource$Loader.run(Resource.java:425)
at java.lang.Thread.run(Unknown Source)

halp?

EDIT: err its working now :S. I dont knwo what I did, though
itsjustrevenge
 
Posts: 1
Joined: Fri Aug 17, 2012 8:46 pm

Re: Salem Client by Ender

Postby Potjeh » Sat Aug 18, 2012 10:58 am

Land level is all nice and well, but can we also have the selection size back? I had to manually count tiles the other day to centre a road, and it's PITA.
Potjeh
 
Posts: 2485
Joined: Wed Aug 01, 2012 12:26 pm

Re: Salem Client by Ender

Postby Nsuidara » Sat Aug 18, 2012 8:26 pm

Code: Select all
java.lang.Error: java.lang.reflect.InvocationTargetException
   at haven.MainFrame.javabughack(MainFrame.java:388)
   at haven.MainFrame.main2(MainFrame.java:401)
   at haven.MainFrame.access$1(MainFrame.java:398)
   at haven.MainFrame$8.run(MainFrame.java:471)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
   at java.awt.EventQueue.invokeAndWait(Unknown Source)
   at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
   at haven.MainFrame.javabughack(MainFrame.java:379)
   ... 4 more
Caused by: java.lang.ExceptionInInitializerError
   at haven.MainFrame$5.run(MainFrame.java:382)
   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$1.run(Unknown Source)
   at java.awt.EventQueue$1.run(Unknown Source)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$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: java.lang.RuntimeException: Delayed error in resource gfx/loginscr (v-1), from local res source
   at haven.Resource.checkerr(Resource.java:1320)
   at haven.Resource.layer(Resource.java:1185)
   at haven.Resource.layer(Resource.java:1194)
   at haven.Resource.loadtex(Resource.java:1336)
   at haven.LoginScreen.<clinit>(LoginScreen.java:48)
   ... 15 more
Caused by: haven.Resource$LoadException: Could not find resource locally: gfx/loginscr
   at haven.Resource$JarSource.get(Resource.java:333)
   at haven.Resource$Loader.handle(Resource.java:445)
   at haven.Resource$Loader.run(Resource.java:425)
   at java.lang.Thread.run(Unknown Source)

HELP?!:]
OK DONE, remove all files in JAva Cache and
when Question YES / NO click no :]
\(*o*)\ Praying in the Marp Church may reduce the time for update /(*o*)/
User avatar
Nsuidara
Customer
 
Posts: 1995
Joined: Fri Aug 17, 2012 11:50 pm
Location: Poland

Re: Salem Client by Ender

Postby Emina » Mon Aug 20, 2012 5:12 pm

just got this error wile logging in, i have no clue what it means.

Code: Select all
javax.media.opengl.GLException: java.lang.NullPointerException
   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:381)
   at haven.HavenPanel.run(HavenPanel.java:415)
   at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
   at java.util.Arrays$ArrayList.<init>(Unknown Source)
   at java.util.Arrays.asList(Unknown Source)
   at haven.GLState$Slot.makedeps(GLState.java:124)
   at haven.GLState$Slot.update(GLState.java:168)
   at haven.GLState.bufdiff(GLState.java:267)
   at haven.GLState$Applier.apply(GLState.java:381)
   at haven.GOut.apply(GOut.java:160)
   at haven.TexGL.render(TexGL.java:281)
   at haven.Tex.crender(Tex.java:89)
   at haven.Tex.crender(Tex.java:93)
   at haven.GOut.image(GOut.java:118)
   at haven.CheckBox.draw(CheckBox.java:69)
   at haven.Widget.draw(Widget.java:454)
   at haven.Widget.draw(Widget.java:459)
   at haven.Widget.draw(Widget.java:454)
   at haven.Widget.draw(Widget.java:459)
   at haven.LoginScreen.draw(LoginScreen.java:351)
   at haven.Widget.draw(Widget.java:454)
   at haven.Widget.draw(Widget.java:459)
   at haven.RootWidget.draw(RootWidget.java:63)
   at haven.UI.draw(UI.java:139)
   at haven.HavenPanel.redraw(HavenPanel.java:269)
   at haven.HavenPanel$1.display(HavenPanel.java:88)
   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(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)
User avatar
Emina
 
Posts: 53
Joined: Wed Aug 01, 2012 1:42 am

Re: Salem Client by Ender

Postby MecKILL » Tue Aug 21, 2012 9:53 am

Turkey eggs already have a timer. Can Turkey Chicks also get a timer?
MecKILL
 
Posts: 17
Joined: Thu Aug 02, 2012 5:54 am

Re: Salem Client by Ender

Postby Dogman » Tue Aug 21, 2012 2:37 pm

Hey! there might already be a solution to this, if so link it please. I accidentally pushed my map off the screen and cant find it! Is there a way to reset it! If so thanks!
Dogman
 
Posts: 1
Joined: Sat Aug 18, 2012 6:40 pm

Re: Salem Client by Ender

Postby EnderWiggin » Tue Aug 21, 2012 2:45 pm

Dogman wrote:Hey! there might already be a solution to this, if so link it please. I accidentally pushed my map off the screen and cant find it! Is there a way to reset it! If so thanks!

delete file named windows.conf or delete line starting with mmap_pos from that file.
User avatar
EnderWiggin
 
Posts: 339
Joined: Wed Aug 01, 2012 9:12 am
Location: Ukraine

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 65 guests