RE: WitpStaff questions and suggestions here please (Full Version)

All Forums >> [New Releases from Matrix Games] >> War in the Pacific: Admiral's Edition >> Tech Support



Message


MAARTENR -> RE: WitpStaff questions and suggestions here please (11/23/2010 7:44:26 PM)

quote:

ORIGINAL: MAARTENR

quote:

ORIGINAL: MAARTENR
[image]local://upfiles/11883/B116C63BB4A14E2EB3EE7CE74568F316.jpg[/image]

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




n01487477 -> RE: WitpStaff questions and suggestions here please (11/24/2010 1:59:05 AM)


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 ...




MAARTENR -> RE: WitpStaff questions and suggestions here please (11/24/2010 10:10:19 AM)

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?




herwin -> It has been a while... (11/30/2010 11:04:20 AM)

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)




n01487477 -> RE: It has been a while... (11/30/2010 1:30:23 PM)

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




herwin -> RE: It has been a while... (11/30/2010 1:50:47 PM)

Yeah, I downloaded and installed _17, and I was able to initialise.




Lesbaker -> RE: WitpStaff questions and suggestions here please (read the first post!) (12/28/2010 9:35:12 PM)

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.




n01487477 -> RE: WitpStaff questions and suggestions here please (read the first post!) (12/28/2010 10:04:51 PM)

Les read the post 2 up ...




wg335910 -> RE: WitpStaff questions and suggestions here please (1/22/2012 7:41:23 PM)

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)




michaelm75au -> RE: WitpStaff questions and suggestions here please (1/23/2012 9:56:13 AM)

You need to use Java 6 and version 17.




nico71 -> RE: WitpStaff questions and suggestions here please (2/9/2012 2:50:34 AM)

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? [&:]




n01487477 -> RE: WitpStaff questions and suggestions here please (2/9/2012 3:02:57 AM)


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.




nico71 -> RE: WitpStaff questions and suggestions here please (2/9/2012 3:12:00 AM)

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




n01487477 -> RE: WitpStaff questions and suggestions here please (2/9/2012 3:24:43 AM)


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




nico71 -> RE: WitpStaff questions and suggestions here please (2/9/2012 4:06:55 AM)

Okay, copying the dll AND deleting the db-files did the trick! Awesome! Thanks!




dereck -> Error Installing WITP Staff (4/8/2012 2:01:48 PM)

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.



[image]local://upfiles/13978/0DD61EE6D091414D9A9CEF11A9688965.jpg[/image]




dereck -> Error tring to load scenario (4/8/2012 4:23:16 PM)

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



[image]local://upfiles/13978/17272ECB20B24F03A30F58D4A45AA310.jpg[/image]




michaelm75au -> RE: Error tring to load scenario (5/19/2012 2:12:31 PM)

WitpStaff is not supported anymore




jgsIII -> RE: WitpStaff questions and suggestions here please (9/4/2012 2:08:22 PM)

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




michaelm75au -> RE: WitpStaff questions and suggestions here please (9/8/2012 2:11:40 AM)

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




gunny3013 -> RE: WitpStaff questions and suggestions here please (6/20/2018 3:55:05 AM)

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? [&:]




PizzaMan -> RE: WitpStaff questions and suggestions here please (read the first post!) (8/5/2018 6:11:30 AM)

LVT(A)-4 production should be 40 not 4.




MarcyM -> RE: WitpStaff questions and suggestions here please (read the first post!) (9/24/2018 7:55:49 PM)

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.




Bullwinkle58 -> RE: WitpStaff questions and suggestions here please (read the first post!) (9/25/2018 2:12:02 AM)

You're posting in a sub-forum devoted to a dead game utility.

Post in the main forum below.




Olorin -> RE: WitpStaff questions and suggestions here please (read the first post!) (11/4/2018 8:48:14 AM)

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.




Alfred -> RE: WitpStaff questions and suggestions here please (read the first post!) (11/4/2018 9:44:39 AM)


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




Olorin -> RE: WitpStaff questions and suggestions here please (read the first post!) (11/5/2018 7:14:52 PM)

Thanks, Alfred. It's time to delete that pbem file then.




Page: <<   < prev  8 9 10 11 [12]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
1