Matrix Games Forums

Forums  Register  Login  Photo Gallery  Member List  Search  Calendars  FAQ 

My Profile  Inbox  Address Book  My Subscription  My Forums  Log Out

RE: WitpStaff questions and suggestions here please

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [New Releases from Matrix Games] >> War in the Pacific: Admiral's Edition >> Tech Support >> RE: WitpStaff questions and suggestions here please Page: <<   < prev  8 9 10 11 [12]
Login
Message << Older Topic   Newer Topic >>
RE: WitpStaff questions and suggestions here please - 11/23/2010 7:44:26 PM   
MAARTENR


Posts: 808
Joined: 5/1/2004
Status: offline
quote:

ORIGINAL: MAARTENR

quote:

ORIGINAL: MAARTENR



Wich one must i first download at the java folder. it doesnt work yet, i do something wrong.
I get the same error.


Attachment (1)

< Message edited by MAARTENR -- 11/23/2010 7:45:41 PM >


_____________________________


(in reply to MAARTENR)
Post #: 331
RE: WitpStaff questions and suggestions here please - 11/24/2010 1:59:05 AM   
n01487477


Posts: 4779
Joined: 2/21/2006
Status: offline

quote:

ORIGINAL: MAARTENR


quote:

ORIGINAL: michaelm

For those with a bit of PC savvy, you can download the JAVA JRE for u17 (jre-6u17-windows-i586.exe from SUN Java) and install it as a separate installation by selecting "Change Destination Folder" in the lower left of the Java install screen.
Click 'Install' and continue with the installation and it will install this version of JAVA in C:\Program Files\Java\jre1.6.0_17 on your PC.

Then go to the Witpstaff directory in AE and edit the file 'witpStaff.bat' and change the java line to:
C:\"Program Files"\Java\jre1.6.0_17\bin\java -Djava.library.path=. -jar witpdecoder2.jar
and save it. The ""s are needed because of the space between Program and Files.

Clicking on this will now run with java version 17 and you wont get the 'DATE' error.

Any programs that use JAVA will still work with the latest version (18).



Must i do the witpstaff.bat to run the programm?

Yes you must ... follow MichaelM's instructions... I doubt it will work with Babes Mod (you should test using the stock scenario first)

Have you installed Java 1.6.0_17 ?
Where is it located ? Here ? C:\"Program Files"\Java\jre1.6.0_17\bin\
Change the batch file to this and run ...
good luck ...

_____________________________


(in reply to MAARTENR)
Post #: 332
RE: WitpStaff questions and suggestions here please - 11/24/2010 10:10:19 AM   
MAARTENR


Posts: 808
Joined: 5/1/2004
Status: offline
Ok Damian i will let it becausse i've done mine best and i've the Babes mod.
Thanx for solving.

Cheers,
ps how can i update the Java to the latest update? And can i get trouble if i do a game with this other java program, becausse i've changed the java for this tool?
How can i get the latest version wich was installed?

< Message edited by MAARTENR -- 11/24/2010 2:04:19 PM >


_____________________________


(in reply to n01487477)
Post #: 333
It has been a while... - 11/30/2010 11:04:20 AM   
herwin

 

Posts: 6059
Joined: 5/28/2004
From: Sunderland, UK
Status: offline
I hadn't been using witpstaff, but I launched it a couple of days ago to create a new database. The error message follows:

config.directory is .
You didn't correctly closed the DB last time. LeaderPrefs exists.
You didn't correctly closed the DB last time. ACFactors exists.
Now trying plugin UPGTestPlugin
java.lang.ClassNotFoundException: de.retsiemuab.witpDecoder.gui.mapviewPlugins.UPGTestPlugin
   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.Class.forName0(Native Method)
   at java.lang.Class.forName(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.bs.<init>(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.aR.a(Unknown Source)
   at de.retsiemuab.witpDecoder.Main.main(Unknown Source)
Not loading one/all plugins.
Could not create or initialize the databasejava.sql.SQLException: Wrong data type: java.lang.IllegalArgumentException in statement [CREATE MEMORY TABLE "Turn2Date" ( "date" DATE default '0000-00-00']
java.sql.SQLException: Wrong data type: java.lang.IllegalArgumentException in statement [CREATE MEMORY TABLE "Turn2Date" ( "date" DATE default '0000-00-00']
   at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
   at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
   at org.hsqldb.jdbc.jdbcStatement.executeUpdate(Unknown Source)
   at de.retsiemuab.witpDecoder.a.b(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.c.run(Unknown Source)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.V.widgetSelected(Unknown Source)
   at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
   at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
   at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.aR.a(Unknown Source)
   at de.retsiemuab.witpDecoder.Main.main(Unknown Source)
Couldn't set up a working DB template. Bad, Bad.
Couldn't execute the following command:
DROP TABLE "LeaderPrefs";
DROP TABLE "ACFactors";
Couldn't shutdown DB.
java.sql.SQLException: Table not found: LeaderPrefs in statement [DROP TABLE "LeaderPrefs"]
   at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
   at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
   at org.hsqldb.jdbc.jdbcStatement.executeUpdate(Unknown Source)
   at de.retsiemuab.witpDecoder.a.b(Unknown Source)
   at de.retsiemuab.witpDecoder.a.g(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.bt.c(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.ao.run(Unknown Source)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.bt.d(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.Z.widgetSelected(Unknown Source)
   at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
   at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
   at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.aR.a(Unknown Source)
   at de.retsiemuab.witpDecoder.Main.main(Unknown Source)


_____________________________

Harry Erwin
"For a number to make sense in the game, someone has to calibrate it and program code. There are too many significant numbers that behave non-linearly to expect that. It's just a game. Enjoy it." herwin@btinternet.com

(in reply to MAARTENR)
Post #: 334
RE: It has been a while... - 11/30/2010 1:30:23 PM   
n01487477


Posts: 4779
Joined: 2/21/2006
Status: offline
quote:

ORIGINAL: herwin

I hadn't been using witpstaff, but I launched it a couple of days ago to create a new database. The error message follows:

config.directory is .
You didn't correctly closed the DB last time. LeaderPrefs exists.
You didn't correctly closed the DB last time. ACFactors exists.
Now trying plugin UPGTestPlugin
java.lang.ClassNotFoundException: de.retsiemuab.witpDecoder.gui.mapviewPlugins.UPGTestPlugin
   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.Class.forName0(Native Method)
   at java.lang.Class.forName(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.bs.<init>(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.aR.a(Unknown Source)
   at de.retsiemuab.witpDecoder.Main.main(Unknown Source)
Not loading one/all plugins.
Could not create or initialize the databasejava.sql.SQLException: Wrong data type: java.lang.IllegalArgumentException in statement [CREATE MEMORY TABLE "Turn2Date" ( "date" DATE default '0000-00-00']
java.sql.SQLException: Wrong data type: java.lang.IllegalArgumentException in statement [CREATE MEMORY TABLE "Turn2Date" ( "date" DATE default '0000-00-00']
   at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
   at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
   at org.hsqldb.jdbc.jdbcStatement.executeUpdate(Unknown Source)
   at de.retsiemuab.witpDecoder.a.b(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.c.run(Unknown Source)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.V.widgetSelected(Unknown Source)
   at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
   at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
   at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.aR.a(Unknown Source)
   at de.retsiemuab.witpDecoder.Main.main(Unknown Source)
Couldn't set up a working DB template. Bad, Bad.
Couldn't execute the following command:
DROP TABLE "LeaderPrefs";
DROP TABLE "ACFactors";
Couldn't shutdown DB.
java.sql.SQLException: Table not found: LeaderPrefs in statement [DROP TABLE "LeaderPrefs"]
   at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
   at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
   at org.hsqldb.jdbc.jdbcStatement.executeUpdate(Unknown Source)
   at de.retsiemuab.witpDecoder.a.b(Unknown Source)
   at de.retsiemuab.witpDecoder.a.g(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.bt.c(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.ao.run(Unknown Source)
   at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.bt.d(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.Z.widgetSelected(Unknown Source)
   at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
   at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
   at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
   at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
   at de.retsiemuab.witpDecoder.gui.aR.a(Unknown Source)
   at de.retsiemuab.witpDecoder.Main.main(Unknown Source)


See these messages in this thread ... Staff stopped working with Java 6.18 iirc
http://www.matrixgames.com/forums/fb.asp?m=2380414
http://www.matrixgames.com/forums/fb.asp?m=2363701
http://www.matrixgames.com/forums/fb.asp?m=2377518


< Message edited by n01487477 -- 11/30/2010 1:31:16 PM >


_____________________________


(in reply to herwin)
Post #: 335
RE: It has been a while... - 11/30/2010 1:50:47 PM   
herwin

 

Posts: 6059
Joined: 5/28/2004
From: Sunderland, UK
Status: offline
Yeah, I downloaded and installed _17, and I was able to initialise.

_____________________________

Harry Erwin
"For a number to make sense in the game, someone has to calibrate it and program code. There are too many significant numbers that behave non-linearly to expect that. It's just a game. Enjoy it." herwin@btinternet.com

(in reply to n01487477)
Post #: 336
RE: WitpStaff questions and suggestions here please (re... - 12/28/2010 9:35:12 PM   
Lesbaker


Posts: 170
Joined: 3/6/2007
From: Southampton, UK
Status: offline
Hi Woos
Have a problem initializing the database for a Grand Campaign, I'm running Vista 64 (I Know its S..t but got no choice), i've downloaded and installed vcredist_x86.exe in 32bit and 64bit, I have also placed the full path name to java(32) as I have both 32bit and 64bit Java installed and up todate version 6.23 for both.
I'm running from a clean install of WitP AE fully updated to 1106i, ran turn 1 and saved game in 003.pws then ran witpstaff to be confronted with this :-

config.directory is .
You didn't correctly closed the DB last time. LeaderPrefs exists.
You didn't correctly closed the DB last time. ACFactors exists.
Now trying plugin UPGTestPlugin
java.lang.ClassNotFoundException: de.retsiemuab.witpDecoder.gui.mapviewPlugins.UPGTestPlugin
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.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at de.retsiemuab.witpDecoder.gui.bs.<init>(Unknown Source)
at de.retsiemuab.witpDecoder.gui.aR.a(Unknown Source)
at de.retsiemuab.witpDecoder.Main.main(Unknown Source)
Not loading one/all plugins.
Could not create or initialize the databasejava.sql.SQLException: Wrong data type: java.lang.IllegalArgumentException in statement [CREATE MEMORY TABLE "Turn2Date" ( "date" DATE default '0000-00-00']
java.sql.SQLException: Wrong data type: java.lang.IllegalArgumentException in statement [CREATE MEMORY TABLE "Turn2Date" ( "date" DATE default '0000-00-00']
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.executeUpdate(Unknown Source)
at de.retsiemuab.witpDecoder.a.b(Unknown Source)
at de.retsiemuab.witpDecoder.gui.c.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at de.retsiemuab.witpDecoder.gui.V.widgetSelected(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at de.retsiemuab.witpDecoder.gui.aR.a(Unknown Source)
at de.retsiemuab.witpDecoder.Main.main(Unknown Source)
Couldn't set up a working DB template. Bad, Bad.
Couldn't execute the following command:
DROP TABLE "LeaderPrefs";
DROP TABLE "ACFactors";
Couldn't shutdown DB.
java.sql.SQLException: Table not found: LeaderPrefs in statement [DROP TABLE "LeaderPrefs"]
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.executeUpdate(Unknown Source)
at de.retsiemuab.witpDecoder.a.b(Unknown Source)
at de.retsiemuab.witpDecoder.a.g(Unknown Source)
at de.retsiemuab.witpDecoder.gui.bt.c(Unknown Source)
at de.retsiemuab.witpDecoder.gui.ao.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at de.retsiemuab.witpDecoder.gui.bt.d(Unknown Source)
at de.retsiemuab.witpDecoder.gui.Z.widgetSelected(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at de.retsiemuab.witpDecoder.gui.aR.a(Unknown Source)
at de.retsiemuab.witpDecoder.Main.main(Unknown Source)

Any ideas as to what's going on.

Les



EDIT searched through the tread and found that I needed to revert to JAVA 6.17, downloaded and reset path in witpStaff.bat too point to JAVA 6.17!! WORKS FINE NOW.

< Message edited by Lesbaker -- 12/28/2010 10:10:57 PM >

(in reply to Woos)
Post #: 337
RE: WitpStaff questions and suggestions here please (re... - 12/28/2010 10:04:51 PM   
n01487477


Posts: 4779
Joined: 2/21/2006
Status: offline
Les read the post 2 up ...

_____________________________


(in reply to Lesbaker)
Post #: 338
RE: WitpStaff questions and suggestions here please - 1/22/2012 7:41:23 PM   
wg335910


Posts: 86
Joined: 1/14/2008
Status: offline
I can't get my witstaff to run. I keep getting this error. I'm on windows 7 & java 7.

config.directory is .
Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.C.<clinit>(Unknown Source)
at org.eclipse.swt.widgets.Widget.<clinit>(Unknown Source)
at de.retsiemuab.witpDecoder.gui.aR.a(Unknown Source)
at de.retsiemuab.witpDecoder.Main.main(Unknown Source)

(in reply to jcjordan)
Post #: 339
RE: WitpStaff questions and suggestions here please - 1/23/2012 9:56:13 AM   
michaelm75au


Posts: 13500
Joined: 5/5/2001
From: Melbourne, Australia
Status: offline
You need to use Java 6 and version 17.

_____________________________

Michael

(in reply to wg335910)
Post #: 340
RE: WitpStaff questions and suggestions here please - 2/9/2012 2:50:34 AM   
nico71


Posts: 121
Joined: 9/2/2003
Status: offline
Still can't get WitpTracker to work. It did work in this system in the past, but not any more after a reinstall. It's Win7 x64, btw.

I have installed Java 6 v17 into a separate folder.

My bat:

quote:

"C:\Java\jre1.6.0_17\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar"
REM java -Xms384m -Xmx512m -jar "WitPTracker.jar"
pause


And this is what happens when I start the program:

quote:

D:\Matrix Games\War in the Pacific Admiral's Edition\WITP Tracker>"C:\Java\jre1.
6.0_17\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 3 seconds
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
0 >= 0
at java.util.Vector.elementAt(Unknown Source)
at witptracker.ShipClassPanel$1.getValueAt(ShipClassPanel.java:109)
at witptracker.ShipClassPanel$1.getColumnClass(ShipClassPanel.java:137)
at javax.swing.table.TableRowSorter.useToString(Unknown Source)
at javax.swing.DefaultRowSorter.updateUseToString(Unknown Source)
at javax.swing.DefaultRowSorter.sort(Unknown Source)
at javax.swing.DefaultRowSorter.setRowFilter(Unknown Source)
at witptracker.ShipClassPanel.actionPerformed(ShipClassPanel.java:690)
at javax.swing.JComboBox.fireActionEvent(Unknown Source)
at javax.swing.JComboBox.contentsChanged(Unknown Source)
at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
at javax.swing.DefaultComboBoxModel.setSelectedItem(Unknown Source)
at javax.swing.DefaultComboBoxModel.addElement(Unknown Source)
at javax.swing.JComboBox.addItem(Unknown Source)
at witptracker.ShipClassPanel.PopulateCombos(ShipClassPanel.java:672)
at witptracker.ShipClassPanel.<init>(ShipClassPanel.java:571)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:736)
at witptracker.GUIMain$5.run(GUIMain.java:1018)
at java.awt.event.InvocationEvent.dispatch(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)

D:\Matrix Games\War in the Pacific Admiral's Edition\WITP Tracker>REM java -Xms3
84m -Xmx512m -jar "WitPTracker.jar"



Any ideas?

< Message edited by nico71 -- 2/9/2012 2:55:08 AM >

(in reply to michaelm75au)
Post #: 341
RE: WitpStaff questions and suggestions here please - 2/9/2012 3:02:57 AM   
n01487477


Posts: 4779
Joined: 2/21/2006
Status: offline

quote:

ORIGINAL: nico71

Still can't get WitpTracker to work. It did work in this system in the past, but not any more after a reinstall. It's Win7 x64, btw.

I have installed Java 6 v17 into a separate folder.

My bat:

quote:

"C:\Java\jre1.6.0_17\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar"
REM java -Xms384m -Xmx512m -jar "WitPTracker.jar"
pause


And this is what happens when I start the program:

quote:

D:\Matrix Games\War in the Pacific Admiral's Edition\WITP Tracker>"C:\Java\jre1.
6.0_17\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 3 seconds
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
0 >= 0
at java.util.Vector.elementAt(Unknown Source)
at witptracker.ShipClassPanel$1.getValueAt(ShipClassPanel.java:109)
at witptracker.ShipClassPanel$1.getColumnClass(ShipClassPanel.java:137)
at javax.swing.table.TableRowSorter.useToString(Unknown Source)
at javax.swing.DefaultRowSorter.updateUseToString(Unknown Source)
at javax.swing.DefaultRowSorter.sort(Unknown Source)
at javax.swing.DefaultRowSorter.setRowFilter(Unknown Source)
at witptracker.ShipClassPanel.actionPerformed(ShipClassPanel.java:690)
at javax.swing.JComboBox.fireActionEvent(Unknown Source)
at javax.swing.JComboBox.contentsChanged(Unknown Source)
at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
at javax.swing.DefaultComboBoxModel.setSelectedItem(Unknown Source)
at javax.swing.DefaultComboBoxModel.addElement(Unknown Source)
at javax.swing.JComboBox.addItem(Unknown Source)
at witptracker.ShipClassPanel.PopulateCombos(ShipClassPanel.java:672)
at witptracker.ShipClassPanel.<init>(ShipClassPanel.java:571)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:736)
at witptracker.GUIMain$5.run(GUIMain.java:1018)
at java.awt.event.InvocationEvent.dispatch(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)

D:\Matrix Games\War in the Pacific Admiral's Edition\WITP Tracker>REM java -Xms3
84m -Xmx512m -jar "WitPTracker.jar"



Any ideas?

I guess you are now on the newest version of AE. The Dll is now very different from when AE was first released..Therefore you'll need to copy the pwsdll.dll from the main folder into the staff folder.
Staff is no longer being developed by Marcus for AE.

_____________________________


(in reply to nico71)
Post #: 342
RE: WitpStaff questions and suggestions here please - 2/9/2012 3:12:00 AM   
nico71


Posts: 121
Joined: 9/2/2003
Status: offline
Well, actually I got Staff to work with the separate Java install already (and default DLL), but still not Tracker.

(in reply to n01487477)
Post #: 343
RE: WitpStaff questions and suggestions here please - 2/9/2012 3:24:43 AM   
n01487477


Posts: 4779
Joined: 2/21/2006
Status: offline

quote:

ORIGINAL: nico71

Well, actually I got Staff to work with the separate Java install already (and default DLL), but still not Tracker.

Sorry - misread as you've posted in the staff thread and not the Tracker thread. I can assure you as one of the Tracker dev's that this looks directly like a dll issue.

Copy the dll into the tracker folder, delete all the trackerdb.* files and try again

_____________________________


(in reply to nico71)
Post #: 344
RE: WitpStaff questions and suggestions here please - 2/9/2012 4:06:55 AM   
nico71


Posts: 121
Joined: 9/2/2003
Status: offline
Okay, copying the dll AND deleting the db-files did the trick! Awesome! Thanks!

(in reply to n01487477)
Post #: 345
Error Installing WITP Staff - 4/8/2012 2:01:48 PM   
dereck


Posts: 2800
Joined: 9/7/2004
From: Romulus, MI
Status: offline
Windows XP SP3,
Java 6 Update 30

I am attempting to install WITP Staff and get the error listed below. Could someone possibly assist me and help me find what I'm doing wrong?

Thanks very much.






Attachment (1)

_____________________________

PO2 US Navy (1980-1986);
USS Midway CV-41 (1981-1984)
Whidbey Island, WA (1984-1986)
Naval Reserve (1986-1992)

(in reply to Woos)
Post #: 346
Error tring to load scenario - 4/8/2012 4:23:16 PM   
dereck


Posts: 2800
Joined: 9/7/2004
From: Romulus, MI
Status: offline
I'm getting the following errors when trying to load my game into WITP Staff. I am confused because 2568 and 2675 are TOE slots and 955 is a base slot (Sydney).

Thanks






Attachment (1)

_____________________________

PO2 US Navy (1980-1986);
USS Midway CV-41 (1981-1984)
Whidbey Island, WA (1984-1986)
Naval Reserve (1986-1992)

(in reply to n01487477)
Post #: 347
RE: Error tring to load scenario - 5/19/2012 2:12:31 PM   
michaelm75au


Posts: 13500
Joined: 5/5/2001
From: Melbourne, Australia
Status: offline
WitpStaff is not supported anymore

_____________________________

Michael

(in reply to dereck)
Post #: 348
RE: WitpStaff questions and suggestions here please - 9/4/2012 2:08:22 PM   
jgsIII

 

Posts: 67
Joined: 8/25/2009
From: Annapolis, Maryland, U.S.A.
Status: offline
I am trying to get WitPStaff working on Win 7 Home but it's fighting me all the way. Not being a Java programmer, what info / files / logs do I need to collect to display here (or is there another section to put errors?) to help folks zoom in on the issue? I would really like to get WitPStaff running! Thanks for your time.

James

(in reply to jcjordan)
Post #: 349
RE: WitpStaff questions and suggestions here please - 9/8/2012 2:11:40 AM   
michaelm75au


Posts: 13500
Joined: 5/5/2001
From: Melbourne, Australia
Status: offline
quote:

ORIGINAL: jgs

I am trying to get WitPStaff working on Win 7 Home but it's fighting me all the way. Not being a Java programmer, what info / files / logs do I need to collect to display here (or is there another section to put errors?) to help folks zoom in on the issue? I would really like to get WitPStaff running! Thanks for your time.

James

Witpstaff is not supported. It is better to use 'Tracker'
http://www.matrixgames.com/forums/tm.asp?m=2236936

< Message edited by michaelm -- 9/8/2012 2:12:12 AM >


_____________________________

Michael

(in reply to jgsIII)
Post #: 350
RE: WitpStaff questions and suggestions here please - 6/20/2018 3:55:05 AM   
gunny3013

 

Posts: 206
Joined: 3/24/2008
Status: offline
My game is incredibly slow to go from one action to the next with long pauses in between actions no mater how minor. Is there a solution?

(in reply to jcjordan)
Post #: 351
RE: WitpStaff questions and suggestions here please (re... - 8/5/2018 6:11:30 AM   
PizzaMan


Posts: 200
Joined: 7/14/2007
Status: offline
LVT(A)-4 production should be 40 not 4.

(in reply to Woos)
Post #: 352
RE: WitpStaff questions and suggestions here please (re... - 9/24/2018 7:55:49 PM   
MarcyM

 

Posts: 1
Joined: 9/24/2018
Status: offline
For all the fixes this game has seen the real problem for the game is the basic programming which results in both the allies and Japanese computer doing things the real Commanders would NEVER have done. ie. the Japanese computer in early January is moving not 1 but 2 divisions to Guadalcanal from the Kwatung army in Manchuria, A Japanese Carrie task force is making a wide patrol over ocean. And 4 cruiser and 6 destroyers abandoned 2 CVL to bee destroyed by some allied cruisers. ie. in one game I played under computer control the carriers Saratoga and Yorktown sat in San Diego for months doing nothing. And transports carrying cargo and troops regularly travel closely past japanese held islands in the mid pacific without protection. Another example no matter what I do I can't load troops (the 4th marines for example) on transports to get them out of the philipines. Planes and ships will not react, not attack - just sit. This is an extremely detailed game but is hardly a realistic simuation.

(in reply to PizzaMan)
Post #: 353
RE: WitpStaff questions and suggestions here please (re... - 9/25/2018 2:12:02 AM   
Bullwinkle58


Posts: 11302
Joined: 2/24/2009
Status: offline
You're posting in a sub-forum devoted to a dead game utility.

Post in the main forum below.

_____________________________

The Moose

(in reply to MarcyM)
Post #: 354
RE: WitpStaff questions and suggestions here please (re... - 11/4/2018 8:48:14 AM   
Olorin


Posts: 1019
Joined: 4/22/2008
From: Greece
Status: offline
Question:
Can a lost pbem password be retrieved by a dev?
It's from an abandoned game years ago and I have the consent of my former opponent.

_____________________________


(in reply to Bullwinkle58)
Post #: 355
RE: WitpStaff questions and suggestions here please (re... - 11/4/2018 9:44:39 AM   
Alfred

 

Posts: 6685
Joined: 9/28/2006
Status: offline

quote:

ORIGINAL: Olorin

Question:
Can a lost pbem password be retrieved by a dev?
It's from an abandoned game years ago and I have the consent of my former opponent.


No dev will assist. Read this recent thread.

http://www.matrixgames.com/forums/tm.asp?m=4531214

Alfred

(in reply to Olorin)
Post #: 356
RE: WitpStaff questions and suggestions here please (re... - 11/5/2018 7:14:52 PM   
Olorin


Posts: 1019
Joined: 4/22/2008
From: Greece
Status: offline
Thanks, Alfred. It's time to delete that pbem file then.

_____________________________


(in reply to Alfred)
Post #: 357
Page:   <<   < prev  8 9 10 11 [12]
All Forums >> [New Releases from Matrix Games] >> War in the Pacific: Admiral's Edition >> Tech Support >> RE: WitpStaff questions and suggestions here please Page: <<   < prev  8 9 10 11 [12]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.734