Salem Client by Ender

Forum for game modifications and custom clients.

Re: Salem Client by Ender

Postby RonPaulFTW » Sun Apr 19, 2015 1:53 pm

java.lang.NullPointerException
at haven.WItemComparator.carats(WItemComparator.java:43)
at haven.WItemComparator.compare(WItemComparator.java:12)
at haven.WItemComparator.compare(WItemComparator.java:7)
at haven.Inventory$1.compare(Inventory.java:51)
at haven.Inventory$1.compare(Inventory.java:48)
at java.util.Arrays.mergeSort(Unknown Source)
at java.util.Arrays.sort(Unknown Source)
at java.util.Collections.sort(Unknown Source)
at haven.Inventory.getSame(Inventory.java:193)
at haven.Inventory.wdgmsg(Inventory.java:171)
at haven.Widget.wdgmsg(Widget.java:482)
at haven.Widget.wdgmsg(Widget.java:475)
at haven.WItem.checkXfer(WItem.java:446)
at haven.WItem.mousedown(WItem.java:429)
at haven.Widget.mousedown(Widget.java:528)
at haven.Widget.mousedown(Widget.java:528)
at haven.Window.mousedown(Window.java:223)
at haven.Widget.mousedown(Widget.java:528)
at haven.GameUI.mousedown(GameUI.java:1226)
at haven.Widget.mousedown(Widget.java:528)
at haven.UI.mousedown(UI.java:301)
at haven.HavenPanel.dispatch(HavenPanel.java:391)
at haven.HavenPanel.run(HavenPanel.java:444)
at java.lang.Thread.run(Unknown Source)

Was trying to shift click into a chest. I'm using Java 6. Can't recreate though next time around.
RonPaulFTW
 
Posts: 928
Joined: Sun May 05, 2013 8:30 pm

Re: Salem Client by Ender

Postby ShadowTani » Sat Apr 25, 2015 11:40 am

Thank you for your continued work on this client Ender!

Though due to how certain foraged items have gotten a rather high frequency in the latest update, forcing majority of us to filter out many items through the radar.xml file, I have come to feel certain radar management features is lacking, and I hope you may consider adding one or both of these features:

  1. An option to show all items on the radar regardless of them being declared hidden in radar.xml (felt I missed this while collecting grass for the hay stack; the current alternative is to quit client, swap/edit the XML file, start client, do your thing, quit client, swap/edit the XML file, and start client again)
  2. The possibility to declare an item as minor in the XML file, where it has the effect that all non-minor items are always shown on top of the minor items (suppose that means the minor items have to be drawn first) and the minor items have their radar icon drawn 50% smaller (this would be very useful for me in regards to items such as milkweed and flint)
User avatar
ShadowTani
 
Posts: 419
Joined: Wed Aug 01, 2012 6:05 pm
Location: Norway

Re: Salem Client by Ender

Postby Bosodrah » Mon May 04, 2015 5:31 pm

hi, i have trouble whith running Ender client, after update java show error and write this. sry if i say somthing wrong, i am bad in english.

java.lang.Error: java.lang.reflect.InvocationTargetException
at haven.MainFrame.javabughack(MainFrame.java:393)
at haven.MainFrame.main2(MainFrame.java:406)
at haven.MainFrame.access$100(MainFrame.java:63)
at haven.MainFrame$8.run(MainFrame.java:476)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
at haven.MainFrame.javabughack(MainFrame.java:384)
... 4 more
Caused by: java.lang.NoClassDefFoundError: com/jogamp/common/type/WriteCloneable
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at haven.TexGL$TexDraw.<clinit>(TexGL.java:83)
at haven.TexGL.<init>(TexGL.java:154)
at haven.TexGL.<init>(TexGL.java:282)
at haven.TexI.<init>(TexI.java:42)
at haven.Resource$Image$1.<init>(Resource.java:626)
at haven.Resource$Image.tex(Resource.java:626)
at haven.Resource.loadtex(Resource.java:1523)
at haven.LoginScreen.<clinit>(LoginScreen.java:47)
at haven.MainFrame$5.run(MainFrame.java:387)
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: java.lang.ClassNotFoundException: com.jogamp.common.type.WriteCloneable
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 47 more
Bosodrah
 
Posts: 6
Joined: Wed Mar 26, 2014 8:08 pm

Re: Salem Client by Ender

Postby Kandarim » Mon May 04, 2015 8:01 pm

ShadowTani wrote:Though due to how certain foraged items have gotten a rather high frequency in the latest update, forcing majority of us to filter out many items through the radar.xml file, I have come to feel certain radar management features is lacking, and I hope you may consider adding one or both of these features:


you can use
Code: Select all
:radar reload

to do what you want without quitting the client.

Bosodrah wrote:Caused by: java.lang.ClassNotFoundException: com.jogamp.common.type.WriteCloneable


Deleting ~/Salem/bin and try again.
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: Salem Client by Ender

Postby Bosodrah » Tue May 05, 2015 11:23 am

Kandarim wrote:
ShadowTani wrote:Though due to how certain foraged items have gotten a rather high frequency in the latest update, forcing majority of us to filter out many items through the radar.xml file, I have come to feel certain radar management features is lacking, and I hope you may consider adding one or both of these features:


you can use
Code: Select all
:radar reload

to do what you want without quitting the client.

Bosodrah wrote:Caused by: java.lang.ClassNotFoundException: com.jogamp.common.type.WriteCloneable


Deleting ~/Salem/bin and try again.


VERY BIG TNX, all work.
Bosodrah
 
Posts: 6
Joined: Wed Mar 26, 2014 8:08 pm

Re: Salem Client by Ender

Postby biskvito » Tue May 12, 2015 1:06 pm

question for modders and experts, is it doable an option that makes transparent the objects between the camera and the character?
Last edited by biskvito on Wed May 13, 2015 1:09 pm, edited 1 time in total.
biskvito
 
Posts: 100
Joined: Tue Apr 07, 2015 6:01 pm

Re: Salem Client by Ender

Postby Slyhand » Wed May 13, 2015 3:12 am

I just started out and haven't been following this post so sorry if its been asked before.

ender wont start application error.

Error: Bad main-class name

Launch File

<jnlp spec="1.0+" codebase="http://enderwiggin.github.io/Salem/" href="updater.jnlp">
<information>
<title>Custom Salem Updater</title>
<vendor>Ender</vendor>
<description>The Salem game</description>
<icon href="http://game.salemthegame.com/java/icon.gif"/>
<shortcut online="false">
<desktop/>
<menu submenu="Custom Salem Updater"/>
</shortcut>
</information>
<security>
<all-permissions/>
</security>
<resources>
<java version="1.6+" max-heap-size="1024M"/>
<j2se version="1.6+" max-heap-size="1024M"/>
<jar href="updater.jar"/>
<property name="haven.defserv" value="http://game.salemthegame.com"/>
<property name="haven.resurl" value="http://game.salemthegame.com/res/"/>
<property name="haven.storeurl" value="http://login.salemthegame.com/portal/tostore"/>
</resources>
<application-desc/>
</jnlp>


Exception

java.lang.SecurityException: Bad main-class name
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Slyhand
 
Posts: 1
Joined: Tue May 12, 2015 4:17 pm

Re: Salem Client by Ender

Postby EnderWiggin » Thu May 14, 2015 9:23 am

Try running updater directly, without JNLP
User avatar
EnderWiggin
 
Posts: 339
Joined: Wed Aug 01, 2012 9:12 am
Location: Ukraine

Re: Salem Client by Ender

Postby EnderWiggin » Sun May 17, 2015 8:29 pm

Client updated. Changes:
  • added small window with current carrying weight. Can be toggled in Options->General->Show weight widget
  • added ability to take custom amount of materials from stockpile
  • added option to make right-click menu to autochoose some options
  • added bars on item icons during gobbling to show food effectiveness
  • added option to auto remove bats
  • added camera zoom by + and - on numpad
  • added neck to quick access equipment slots
  • limited chat channel log to 200 messages
  • Kin ONLINE/OFFLINE messages are colored as kin
  • added server time displaying as tooltip on season widget
  • changed minimap border color
  • added content icons for potato seeds
  • fixed content icons for corn seeds
User avatar
EnderWiggin
 
Posts: 339
Joined: Wed Aug 01, 2012 9:12 am
Location: Ukraine

Re: Salem Client by Ender

Postby ShadowTani » Mon May 18, 2015 10:55 pm

These where very welcome additions! Thank you! Particularly being able to have "Pick" auto-selected is a godsent. And I bet those people complaining about the grind with Slicing Meat up into Meat Shreads are going to be very happy when they add "Slice" to that menu. xD I myself added "Skin" so far, since there's no good reason not to skin before butchering anyway. Either way, awesome. :3

Kandarim wrote:you can use
Code: Select all
:radar reload

to do what you want without quitting the client.

Is it supposed to work like that by typing it into the chat menu? I haven't been able to make this work so far though, unfortunately. :/
User avatar
ShadowTani
 
Posts: 419
Joined: Wed Aug 01, 2012 6:05 pm
Location: Norway

PreviousNext

Return to Artifice & Arcana

Who is online

Users browsing this forum: No registered users and 78 guests