WitPTracker AE Release 1.11 Available!

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!

Moderators: wdolson, MOD_War-in-the-Pacific-Admirals-Edition

floydg
Posts: 2060
Joined: Sat Jun 26, 2004 10:08 pm
Location: Middletown, NJ

RE: WitPTracker AE Release 1.9.2 Available!

Post by floydg »

ORIGINAL: khyberbill

I have a new laptop and need to download Java 6. However, I do not seem to be able to find a way to download it from the Java site. Help. Please.

Did you try here:
http://www.oracle.com/technetwork/java/javase/downloads/jre6-downloads-1637595.html
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
User avatar
khyberbill
Posts: 1941
Joined: Tue Sep 11, 2007 6:29 pm
Location: new milford, ct

RE: WitPTracker AE Release 1.9.2 Available!

Post by khyberbill »

Yes, but which one?
"Its a dog eat dog world Sammy and I am wearing Milkbone underwear" -Norm.
User avatar
BigDuke66
Posts: 2035
Joined: Thu Feb 01, 2001 10:00 am
Location: Terra

RE: WitPTracker AE Release 1.9.2 Available!

Post by BigDuke66 »

I guess the latest Jav 6 Update 45.
Btw has anyone a source to get that without a damned Oracale account???
User avatar
n01487477
Posts: 4759
Joined: Tue Feb 21, 2006 12:00 am

RE: WitPTracker AE Release 1.9.2 Available!

Post by n01487477 »

ORIGINAL: BigDuke66

I guess the latest Jav 6 Update 45.
Btw has anyone a source to get that without a damned Oracale account???
You dont need an account ... its in the archive section.
User avatar
BigDuke66
Posts: 2035
Joined: Thu Feb 01, 2001 10:00 am
Location: Terra

RE: WitPTracker AE Release 1.9.2 Available!

Post by BigDuke66 »

Yea worked with IE not with Opera.
User avatar
PaxMondo
Posts: 10344
Joined: Fri Jun 06, 2008 3:23 pm

RE: WitPTracker AE Release 1.9.2 Available!

Post by PaxMondo »

Help please. Tracker is haning up loading my current turn at 'location info'.

Using 1.9.2, attempting to load my current turn. previous turns are just fine. here is last few lines of .log file:

Code: Select all

 
 INSERT INTO ARMAMENTPOOL VALUES(1706,3,1,0,0)
 INSERT INTO ARMAMENTPOOL VALUES(1710,3,219,0,0)
 INSERT INTO ARMAMENTPOOL VALUES(1711,3,206,0,0)
 INSERT INTO ARMAMENTPOOL VALUES(1712,3,491,0,0)
 INSERT INTO ARMAMENTPOOL VALUES(1932,3,171,7,0)
 INSERT INTO ARMAMENTPOOL VALUES(1935,3,252,2,0)
 
 

Here is image of dos cmd screen:



Image
Attachments
tracker error.jpg
tracker error.jpg (230.02 KiB) Viewed 174 times
Pax
User avatar
n01487477
Posts: 4759
Joined: Tue Feb 21, 2006 12:00 am

RE: WitPTracker AE Release 1.9.2 Available!

Post by n01487477 »

ORIGINAL: PaxMondo

Help please. Tracker is haning up loading my current turn at 'location info'.

Using 1.9.2, attempting to load my current turn. previous turns are just fine. here is last few lines of .log file:

Code: Select all

 
 INSERT INTO ARMAMENTPOOL VALUES(1706,3,1,0,0)
 INSERT INTO ARMAMENTPOOL VALUES(1710,3,219,0,0)
 INSERT INTO ARMAMENTPOOL VALUES(1711,3,206,0,0)
 INSERT INTO ARMAMENTPOOL VALUES(1712,3,491,0,0)
 INSERT INTO ARMAMENTPOOL VALUES(1932,3,171,7,0)
 INSERT INTO ARMAMENTPOOL VALUES(1935,3,252,2,0)
 
 

Here is image of dos cmd screen:
Pax -
The Dos stuff is just because you are loading while in a non-static panel (airProduction) in this case. The armament pool values look fine too.
ID | turn | pool | Used | 0

I think it is best if you send turn 2 and 3 to me or Floyd for checking.
User avatar
PaxMondo
Posts: 10344
Joined: Fri Jun 06, 2008 3:23 pm

RE: WitPTracker AE Release 1.9.2 Available!

Post by PaxMondo »

email sent with saves. thanks. prolly something stupid I'm doing, but since I'm stupid, I have no idea what it is. [:D]
Pax
User avatar
Justus2
Posts: 805
Joined: Fri Nov 11, 2011 11:56 pm

RE: WitPTracker AE Release 1.9.2 Available!

Post by Justus2 »

Ran into a strange problem, Tracker ran fine last night, but this morning won't load. Here's the DOS text error:
C:\Users\JoeS2\Documents\WITP\Tracker192>java -Xms384m -Xmx512m -jar "WitPTracke
r.jar"
WitP Tracker AE tables loaded in 19 seconds
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap spa
ce
at java.awt.image.DataBufferInt.<init>(Unknown Source)
at java.awt.image.Raster.createPackedRaster(Unknown Source)
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknow
n Source)
at java.awt.image.BufferedImage.<init>(Unknown Source)
at witptracker.MapPanel$Map.<init>(MapPanel.java:428)
at witptracker.MapPanel.<init>(MapPanel.java:222)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:898)
at witptracker.GUIMain$5.run(GUIMain.java:1020)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$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)

C:\Users\JoeS2\Documents\WITP\Tracker192>pause
Press any key to continue . . .

Nothing changed, I rebooted after I got it the first time and the same error. Any ideas?
(Running Windows 7, 64-bit)

Also, I am still not sure, is there any workaround for upgrading to Java 7? I am still running Java 6 update 38, but I get the reminder every time I reboot to upgrade to Java 7. Is it possible to upgrade, but still keep the Java 6 file in the Tracker directory (that's what I do now, 6.0.300.12)
Just when I get the hang of a game, I buy two more... :)
Cpt Sherwood
Posts: 837
Joined: Thu Dec 01, 2005 12:27 am
Location: A Very Nice Place in the USA

RE: WitPTracker AE Release 1.9.2 Available!

Post by Cpt Sherwood »

If you change the -Xmx512m to -Xmx764m you will have enough memory for some turns to load.
“Luck is what happens when preparation meets opportunity.” &#8213; Lucius Annaeus Seneca
floydg
Posts: 2060
Joined: Sat Jun 26, 2004 10:08 pm
Location: Middletown, NJ

RE: WitPTracker AE Release 1.9.2 Available!

Post by floydg »

or try the "-nomap" option
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
floydg
Posts: 2060
Joined: Sat Jun 26, 2004 10:08 pm
Location: Middletown, NJ

RE: WitPTracker AE Release 1.9.2 Available!

Post by floydg »

ORIGINAL: PaxMondo

email sent with saves. thanks. prolly something stupid I'm doing, but since I'm stupid, I have no idea what it is. [:D]

I think that these messages are harmless. It's likely because you were displaying the Air Production data set while loading a turn.
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
User avatar
PaxMondo
Posts: 10344
Joined: Fri Jun 06, 2008 3:23 pm

RE: WitPTracker AE Release 1.9.2 Available!

Post by PaxMondo »

ORIGINAL: floydg

ORIGINAL: PaxMondo

email sent with saves. thanks. prolly something stupid I'm doing, but since I'm stupid, I have no idea what it is. [:D]

I think that these messages are harmless. It's likely because you were displaying the Air Production data set while loading a turn.
Ahh, but the turn never loaded ... it stopped on "locations"
Pax
floydg
Posts: 2060
Joined: Sat Jun 26, 2004 10:08 pm
Location: Middletown, NJ

RE: WitPTracker AE Release 1.9.2 Available!

Post by floydg »

ORIGINAL: PaxMondo

ORIGINAL: floydg

ORIGINAL: PaxMondo

email sent with saves. thanks. prolly something stupid I'm doing, but since I'm stupid, I have no idea what it is. [:D]

I think that these messages are harmless. It's likely because you were displaying the Air Production data set while loading a turn.
Ahh, but the turn never loaded ... it stopped on "locations"

Well, then that would be different. Did you send files to Damian? If not, send to me at witptracker@gmail.com.
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
User avatar
PaxMondo
Posts: 10344
Joined: Fri Jun 06, 2008 3:23 pm

RE: WitPTracker AE Release 1.9.2 Available!

Post by PaxMondo »

already sent to that email address ... let me know if you need anything else ... THANKS!
Pax
User avatar
Yaab
Posts: 5445
Joined: Tue Nov 08, 2011 2:09 pm
Location: Poland

RE: WitPTracker AE Release 1.9.2 Available!

Post by Yaab »

Does Base 'Load' number in LCU screen represent the total load cost or the stacking cost of a given unit?

I have worked under an assumption that it is total load cost, until recently I noticed that the number corresponds to the stacking cost as seen in-game, and not the total load cost. I am now confused.

EDIT: English is not my native language. Does "Base" in this abovementioned column should be understood as "basic" or as " relating to base (location, city)"?
User avatar
n01487477
Posts: 4759
Joined: Tue Feb 21, 2006 12:00 am

RE: WitPTracker AE Release 1.9.2 Available!

Post by n01487477 »

ORIGINAL: Yaab

Does Base 'Load' number in LCU screen represent the total load cost or the stacking cost of a given unit?

I have worked under an assumption that it is total load cost, until recently I noticed that the number corresponds to the stacking cost as seen in-game, and not the total load cost. I am now confused.

EDIT: English is not my native language. Does "Base" in this abovementioned column should be understood as "basic" or as " relating to base (location, city)"?
Yeah - I hear you Yaab ... I think we have it named incorrectly. It should be called stacking cost. I am in the process of working out how to determine the troop load cost and the cargo load cost = total load cost.

[edit]A few hours work later

Image
Attachments
Untitled.jpg
Untitled.jpg (153.18 KiB) Viewed 174 times
User avatar
Justus2
Posts: 805
Joined: Fri Nov 11, 2011 11:56 pm

RE: WitPTracker AE Release 1.9.2 Available!

Post by Justus2 »

ORIGINAL: floydg

or try the "-nomap" option

That worked, thanks. How many turns is the max to load in a DB? I am only late JAN42, how do you keep historical records over a campaign if it will fill up this quickly?

Also, any workarounds for the Java7 issue, or should I still avoid upgrading to Java7?
Just when I get the hang of a game, I buy two more... :)
User avatar
BigDuke66
Posts: 2035
Joined: Thu Feb 01, 2001 10:00 am
Location: Terra

RE: WitPTracker AE Release 1.9.2 Available!

Post by BigDuke66 »

@n01487477
Can you tell us what the current status of development is?
floydg
Posts: 2060
Joined: Sat Jun 26, 2004 10:08 pm
Location: Middletown, NJ

RE: WitPTracker AE Release 1.9.2 Available!

Post by floydg »

ORIGINAL: Justus2

ORIGINAL: floydg

or try the "-nomap" option

That worked, thanks. How many turns is the max to load in a DB? I am only late JAN42, how do you keep historical records over a campaign if it will fill up this quickly?

Also, any workarounds for the Java7 issue, or should I still avoid upgrading to Java7?

It depends on how much data is there. Some people just restart with a fresh database every so often.

No workaround at this point with Java 7 -- stick with 6.
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
Post Reply

Return to “War in the Pacific: Admiral's Edition”