This new stand alone release based on the legendary War in the Pacific from 2 by 3 Games adds significant improvements and changes to enhance game play, improve realism, and increase historical accuracy. With dozens of new features, new art, and engine improvements, War in the Pacific: Admiral's Edition brings you the most realistic and immersive WWII Pacific Theater wargame ever!
I don't know if this is the right place, but can somebody explain differences in stats of the Tracker compared to the editor/ingame stats to me?
For example the Sherman in game and editor has 45mm of armour, on the otherhand in the tracker the armour is 90mm
Another example is the range of several allied CD guns, which in the tracker have longer range than shown in the editor or the game.
Could somebody explain this to me, please?
Thank you.
Tracker reads the saved files. The data is the same as that provided ingame. Any differences you are seeing will be the result of different scenarios being read. Device data does vary between different scenarios.
Alfred
Weird, it's the same scenario I'm looking at and comparing the list in game of the save file, they are different.
Ah, found it. Different versions of the same scenario (2).
I give up looks like this suckers not going in.Well I did buy another hard drive and windows 10 maybe I can get it to work their one
things for sure its not gonna work in windows 7.KRIP!
I give up looks like this suckers not going in.Well I did buy another hard drive and windows 10 maybe I can get it to work their one
things for sure its not gonna work in windows 7.KRIP!
Good luck with that. Tracker was developed using eithere Vista or XP, Windows 7 was easier to get it to work than Windows 10.
I have had to repair my laptop which resulted in my having to reinstall WITPAE + TrackerAE over various configurations. Started
an IronBabes B game but now my Tracker programme refuses to run after installation ( I had it running ok previous to my laptop problem ).
where did you install witptracker desktop witp ae folder? just curious last night I tried getting rid of java 8 64 bit and installing
java 32 bit got missing DLL in 32 instead still wont run
Hi all! Getting back into the game after a long hiatus. I've got tracker up and running again (how I missed thee...) but seeing as this game is my first go with stacking limits, I thought I'd check tracker for an 'over stacked' base list. I check the Bases report, however, most of the bases still say unlimited, and the rest are the old standard 6,000, 30,000 and 60,000 limits. Is there somewhere else in tracker that reads the newer stacking limits for each base? Apologies if this has been answered many times - I tried Google and forum search before I asked!
Thanks!
Upper portion used with permission of www.subart.net, copyright John Meeks
Hi all! Getting back into the game after a long hiatus. I've got tracker up and running again (how I missed thee...) but seeing as this game is my first go with stacking limits, I thought I'd check tracker for an 'over stacked' base list. I check the Bases report, however, most of the bases still say unlimited, and the rest are the old standard 6,000, 30,000 and 60,000 limits. Is there somewhere else in tracker that reads the newer stacking limits for each base? Apologies if this has been answered many times - I tried Google and forum search before I asked!
Greetings, having an issue. Have had no trouble like this before and in fact it run fine on turn one. Does not run for turn two and get this. Any ideas are appreciated
C:\Matrix Games\WITP-AE for New Asia Road Map\BTS 5.7>java -Xms512m -Xmx768m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
WitP Tracker AE tables loaded in 3 seconds
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -55
at java.lang.String.substring(Unknown Source)
at witptracker.TextFileHandler.LoadOperationsFile(TextFileHandler.java:954)
at witptracker.Main.main(Main.java:259)
C:\Matrix Games\WITP-AE for New Asia Road Map\BTS 5.7>pause
Press any key to continue . . .
Sometimes things said in Nitwit sound very different in English.
Greetings, having an issue. Have had no trouble like this before and in fact it run fine on turn one. Does not run for turn two and get this. Any ideas are appreciated
C:\Matrix Games\WITP-AE for New Asia Road Map\BTS 5.7>java -Xms512m -Xmx768m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
WitP Tracker AE tables loaded in 3 seconds
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -55
at java.lang.String.substring(Unknown Source)
at witptracker.TextFileHandler.LoadOperationsFile(TextFileHandler.java:954)
at witptracker.Main.main(Main.java:259)
C:\Matrix Games\WITP-AE for New Asia Road Map\BTS 5.7>pause
Press any key to continue . . .
This is an error parsing something in the operations file. You can ignore it -- the rest of the turn should load fine.
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
Greetings, having an issue. Have had no trouble like this before and in fact it run fine on turn one. Does not run for turn two and get this. Any ideas are appreciated
C:\Matrix Games\WITP-AE for New Asia Road Map\BTS 5.7>java -Xms512m -Xmx768m -jar "WitPTracker.jar" Initializing WitP Tracker AE database.
WitP Tracker AE tables loaded in 3 seconds
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -55
at java.lang.String.substring(Unknown Source)
at witptracker.TextFileHandler.LoadOperationsFile(TextFileHandler.java:954)
at witptracker.Main.main(Main.java:259)
C:\Matrix Games\WITP-AE for New Asia Road Map\BTS 5.7>pause
Press any key to continue . . .
If this is turn 2 I don't understand the highlighted line in the output.
I'm getting the same message that Admiral Dadman got above:
D:\Tracker>java -Xms512m -Xmx1024m -jar "WitPTracker.jar" nomap
WitP Tracker AE tables loaded in 10 seconds
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: D:\Tracker\pwsdll7.dll: Not enough memory resources are available to process this command
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at JNIpws.JNIpws.<clinit>(JNIpws.java:20)
at witptracker.SaveFileReader.ReadScenarioTurnNumber(SaveFileReader.java:339)
at witptracker.GUIMain.ReadNewTurn(GUIMain.java:148)
at witptracker.GUIMain.actionPerformed(GUIMain.java:527)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(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$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.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)
I restarted, tried the trick with pulling the power cord and pressing the power button for 10 seconds, and still get this message when trying to run a new turn. I've had the same settings for Tracker and have been able to run about 220 turns without a problem. Any suggestions?
Desert War 1940-1942 Beta Tester
Agressors: Ancient Rome Beta Tester
Flashpoint Campaigns: Southern Storm Beta Tester
The Java settings are as large as you can set them, so all I can think of is other programs running on the computer and your free RAM. If that's not it, it could be the size of the database.
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
I don't think the size of the data base has anything to do with it. I have trackers with databases that are over 1TB in size and they load and get next turns
with no problem( the only problem is how long they take to load ). I think it has to do with what else is running. Make sure nothing else is running. And it may
be a process that is running that you do not see without going to Task Manager. The other thing is that I have had problems in the past with using -Xmx1024m.
Try changing it to -Xmx768m instead and see what happens.
This is my bat file for tracker.
"c:\32 bit java\java.exe" -Xms256m -Xmx768m -jar "WitPTracker.jar"
pause
And BTW, notice that I an not using the nomap option, as far as I can tell, it makes no difference in memory usage. It is interesting to watch the resources in task manager while you load tracker and then load a turn.
Thanks for the above suggestions. It was indeed a program running in the background, Dropbox, which had always been there but for some reason (maybe an update) was no absorbing much more memory. Once I shut it down, everything worked fine.
Desert War 1940-1942 Beta Tester
Agressors: Ancient Rome Beta Tester
Flashpoint Campaigns: Southern Storm Beta Tester