Need updated Vengine.jar

Would one of you Linux gurus be so kind as to build the 3.2.7 version of the Vengine.jar for me? I’d like to update the version in ASL-scr which is still 3.2.2.

Thanks, David

P.S. it would be cool if we could put the VASSAL version in the name of the jar file.

Thus spake djsullivan:

Would one of you Linux gurus be so kind as to build the 3.2.7 version of
the Vengine.jar for me? I’d like to update the version in ASL-scr which
is still 3.2.2.

Thanks, David

P.S. it would be cool if we could put the VASSAL version in the name of
the jar file.

Done.


J.

You da man!

Do other libraries need to change? I’m seeing this error:

2013-07-26 12:54:00,651 [0-main] INFO VASSAL.launch.StartUp - Starting
2013-07-26 12:54:00,657 [0-main] INFO VASSAL.launch.StartUp - OS Windows 7 6.1
2013-07-26 12:54:00,657 [0-main] INFO VASSAL.launch.StartUp - Java version 1.7.0_17
2013-07-26 12:54:00,657 [0-main] INFO VASSAL.launch.StartUp - VASSAL version 3.2.7
2013-07-26 12:54:00,657 [0-main] INFO VASSAL.launch.Launcher - Player
2013-07-26 12:54:01,441 [0-IconFactory-preload] INFO VASSAL.tools.icon.IconFactory - VASSAL images folder found at jar:file:/C:/Users/usulld2/IdeaProjects/VASL/lib/smackx-debug.jar!/images/
2013-07-26 12:54:01,451 [0-AWT-EventQueue-0] ERROR VASSAL.tools.ErrorDialog -
java.lang.IllegalStateException: Icon Family VASSAL not found
at VASSAL.tools.icon.IconFactory.getIcon(IconFactory.java:119) ~[Vengine-3.2.7.jar:na]
at VASSAL.chat.ServerAddressBook$AddressBookEntry.getIcon(ServerAddressBook.java:693) ~[Vengine-3.2.7.jar:na]
at VASSAL.chat.ServerAddressBook.getCurrentIcon(ServerAddressBook.java:432) ~[Vengine-3.2.7.jar:na]
at VASSAL.chat.AddressBookServerConfigurer.setValue(AddressBookServerConfigurer.java:99) ~[Vengine-3.2.7.jar:na]
at VASSAL.chat.AddressBookServerConfigurer$2.propertyChange(AddressBookServerConfigurer.java:77) ~[Vengine-3.2.7.jar:na]
at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335) ~[na:1.7.0_17]
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327) ~[na:1.7.0_17]
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263) ~[na:1.7.0_17]
at VASSAL.chat.ServerAddressBook.setCurrentServer(ServerAddressBook.java:385) ~[Vengine-3.2.7.jar:na]
at VASSAL.chat.ServerAddressBook.setCurrentServer(ServerAddressBook.java:345) ~[Vengine-3.2.7.jar:na]
at VASSAL.chat.AddressBookServerConfigurer.setValue(AddressBookServerConfigurer.java:95) ~[Vengine-3.2.7.jar:na]
at VASSAL.chat.AddressBookServerConfigurer.(AddressBookServerConfigurer.java:62) ~[Vengine-3.2.7.jar:na]
at VASSAL.launch.BasicModule.initServer(BasicModule.java:192) ~[Vengine-3.2.7.jar:na]
at VASSAL.launch.BasicModule.build(BasicModule.java:145) ~[Vengine-3.2.7.jar:na]
at VASSAL.launch.BasicModule.build(BasicModule.java:111) ~[Vengine-3.2.7.jar:na]
at VASSAL.build.GameModule.init(GameModule.java:855) ~[Vengine-3.2.7.jar:na]
at VASSAL.launch.Player.launch(Player.java:83) ~[Vengine-3.2.7.jar:na]
at VASSAL.launch.Launcher$1.run(Launcher.java:149) ~[Vengine-3.2.7.jar:na]
snip

Thus spake djsullivan:

You da man!

Do other libraries need to change? I’m seeing this error:

2013-07-26 12:54:00,651 [0-main] INFO VASSAL.launch.StartUp - Starting
2013-07-26 12:54:00,657 [0-main] INFO VASSAL.launch.StartUp - OS
Windows 7 6.1
2013-07-26 12:54:00,657 [0-main] INFO VASSAL.launch.StartUp - Java
version 1.7.0_17
2013-07-26 12:54:00,657 [0-main] INFO VASSAL.launch.StartUp - VASSAL
version 3.2.7
2013-07-26 12:54:00,657 [0-main] INFO VASSAL.launch.Launcher - Player
2013-07-26 12:54:01,441 [0-IconFactory-preload] INFO
VASSAL.tools.icon.IconFactory - VASSAL images folder found at
jar:file:/C:/Users/usulld2/IdeaProjects/VASL/lib/smackx-debug.jar!/images/
2013-07-26 12:54:01,451 [0-AWT-EventQueue-0] ERROR

The problem you’re seeing has the same stack trace as this one:

vassalengine.org/tracker/sho … gi?id=9670

But in your particular case, the first thing I’d check is whether
Vengine-3.2.7.jar on your classpath before the other JARs (it should
be).


J.