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

User avatar
topeverest
Posts: 3380
Joined: Wed Oct 17, 2007 1:47 am
Location: Houston, TX - USA

RE: Loading speed

Post by topeverest »

Floyd,

All this time, I have been doing this aetracker thing backwards.

Now that I load the turn replay and then load AEtracker, I alwasy get the turns's signal intel in with the load. That qualifies as a big DOOOOOHHHH, but lesson learned.

Thanks,
Andy M
Xargun
Posts: 4396
Joined: Fri Feb 13, 2004 11:34 pm
Location: Near Columbus, Ohio
Contact:

RE: Loading speed

Post by Xargun »

ORIGINAL: floydg
As more turns are loaded, more memory is needed. I'm guessing that you've reached a threshold where the program has to start paging to disk, significantly slowing things down. Can you try an experiment and reboot your PC and run just WitPTracker (nothing else) and see if the speed increases?

Yes this worked - if I load Tracker before AE it loads in about 3 minutes - very reasonable I think for 220 turns or so of data. Thanks

Xargun
User avatar
rjopel
Posts: 619
Joined: Tue Dec 18, 2007 11:32 pm
Location: Charlottesville, VA, USA

RE: Loading speed

Post by rjopel »

Request for column in the devices tab.

Can we get a production end date for devices?
Ryan Opel
floydg
Posts: 2060
Joined: Sat Jun 26, 2004 10:08 pm
Location: Middletown, NJ

RE: Loading speed

Post by floydg »

ORIGINAL: rjopel

Request for column in the devices tab.

Can we get a production end date for devices?

Currently this isn't read in... It shouldn't be too hard to add, though...
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: Loading speed

Post by floydg »

ORIGINAL: Xargun

ORIGINAL: floydg
As more turns are loaded, more memory is needed. I'm guessing that you've reached a threshold where the program has to start paging to disk, significantly slowing things down. Can you try an experiment and reboot your PC and run just WitPTracker (nothing else) and see if the speed increases?

Yes this worked - if I load Tracker before AE it loads in about 3 minutes - very reasonable I think for 220 turns or so of data. Thanks

Xargun

Good data point. I guess we need to find a way to reduce the memory usage somehow.
Delete the trackerdb.* files.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
fcharton
Posts: 1112
Joined: Mon Oct 04, 2010 5:51 pm
Location: France

RE: Loading speed

Post by fcharton »

In case it might help, I noticed that even with many applications open not doing anything while Tracker loads does wonder (from 15 to 2 minutes for 170 turns in my case). So it seems to be less about running tracker with no other apps, than just leaving the computer while it launches.

@Floyd, a reason why this happens might be the way Tracker (or Java, or the DB engine) handles multithreading. In other word, lots of time might be lost everytime the CPU switches into or out of the Tracker threads. Understanding where this happens (possible offenders could be locks on the database, which are unneeded since Tracker DB is only used by Tracker, some config parameter for Java or the DB engine, like opening in readwrite while all you need is write or something), a good profiling utility might help narrow down on the actual cause.

Francos
schwartzkie
Posts: 43
Joined: Wed Jun 01, 2005 6:29 pm

RE: WitPTracker AE Release 1.8 Available!

Post by schwartzkie »

quote fail....disregard
schwartzkie
Posts: 43
Joined: Wed Jun 01, 2005 6:29 pm

RE: WitPTracker AE Release 1.8 Available!

Post by schwartzkie »

ORIGINAL: asdicus

ORIGINAL: n01487477

ORIGINAL: asdicus

For some reason tracker has stopped working properly in my babes mod pbm game. I am the allies and tracker has worked fine up to april 1943. For the last 2 daily turns I am getting this error when I try to load the file.


C:\Matrix Games\witp AE tracker>java -Xms384m -Xmx512m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 10 seconds
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
0 >= 0
at java.util.Vector.elementAt(Unknown Source)
at witptracker.AircraftPanel$1.getValueAt(AircraftPanel.java:127)
at witptracker.AircraftPanel$1.getColumnClass(AircraftPanel.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.AircraftPanel.actionPerformed(AircraftPanel.java:595)
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.AircraftPanel.PopulateCombos(AircraftPanel.java:828)
at witptracker.AircraftPanel.<init>(AircraftPanel.java:280)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:752)
at witptracker.GUIMain$5.run(GUIMain.java:1018)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.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:\Matrix Games\witp AE tracker>pause
Press any key to continue . . .

I am using Win XP pro and I am sure java is loaded ok etc - tracker has worked fine for over 400 turns. Using 1.8 tracker. Any thoughts ? I can post a save game file if it would help the tracker developers.
Thanks - posting a save before and after this occurred would be good. witptracker@gmail.com

In the mean time maybe you could make a new install of tracker and see if you can load one of those new turns.

Cheers
Sorry this problem was my mistake. I am using the 1108p6 beta which has a new pwsdll. When I reinstalled ae tracker I forgot to replace the original pwsdll with the beta pwsdll. Problem is now solved.

Thanks for your reply to my query.


Im having a similar issue except I already pasted the new pwsdll to the tracker folder. Just upgraded from 1106i to 1108q2 as well as Tracker 1.6 to Tracker 1.8. Any tips?

Thanks in advance

fcharton
Posts: 1112
Joined: Mon Oct 04, 2010 5:51 pm
Location: France

RE: WitPTracker AE Release 1.8 Available!

Post by fcharton »

ORIGINAL: schwartzkie
Im having a similar issue except I already pasted the new pwsdll to the tracker folder. Just upgraded from 1106i to 1108q2 as well as Tracker 1.6 to Tracker 1.8. Any tips?

If you are under XP, try having a Windows update of your system. One update is needed for the recent DLL to work.

Francois
User avatar
n01487477
Posts: 4759
Joined: Tue Feb 21, 2006 12:00 am

RE: WitPTracker AE Release 1.8 Available!

Post by n01487477 »

ORIGINAL: fcharton

ORIGINAL: schwartzkie
Im having a similar issue except I already pasted the new pwsdll to the tracker folder. Just upgraded from 1106i to 1108q2 as well as Tracker 1.6 to Tracker 1.8. Any tips?

If you are under XP, try having a Windows update of your system. One update is needed for the recent DLL to work.

Francois
Correct and XP's update is a bit fickle so make sure that the C++ update is one of the updates.
schwartzkie
Posts: 43
Joined: Wed Jun 01, 2005 6:29 pm

RE: WitPTracker AE Release 1.8 Available!

Post by schwartzkie »

I am running on Windows 7
Chris21wen
Posts: 7459
Joined: Thu Jan 17, 2002 10:00 am
Location: Cottesmore, Rutland

RE: WitPTracker AE Release 1.8 Available!

Post by Chris21wen »

Request

I know that when some groups arrive in play their leader can also a pilot but did not realised that pilots assigned to a sqn could also be air group leaders. All you need to do is transer them to the reserve and they will then appear in the lest of group leaders. This may not be new to some of you but it was to me.

Problem is there is no way within game that I can see that will allow you to work this out. Only reason I found this out was I wanted to assign a good training leader (high leadership) to a NZ group and used tracker to list available leaders. The top three had leadership over 70 and very high inpiration 85+ but I could not see them in game. I decided to look at the list of top pilots in game and found them assigned to one unit, but as pilots. I stuck them into reserve and they became available as group leaders.

In tracker it would help if the leader 'Assign to' field also indicated when they are assigned as pilots and for that matter, when they are assigned to tracom.
User avatar
n01487477
Posts: 4759
Joined: Tue Feb 21, 2006 12:00 am

RE: WitPTracker AE Release 1.8 Available!

Post by n01487477 »

ORIGINAL: Chris H

Request

I know that when some groups arrive in play their leader can also a pilot but did not realised that pilots assigned to a sqn could also be air group leaders. All you need to do is transer them to the reserve and they will then appear in the lest of group leaders. This may not be new to some of you but it was to me.

Problem is there is no way within game that I can see that will allow you to work this out. Only reason I found this out was I wanted to assign a good training leader (high leadership) to a NZ group and used tracker to list available leaders. The top three had leadership over 70 and very high inpiration 85+ but I could not see them in game. I decided to look at the list of top pilots in game and found them assigned to one unit, but as pilots. I stuck them into reserve and they became available as group leaders.

In tracker it would help if the leader 'Assign to' field also indicated when they are assigned as pilots and for that matter, when they are assigned to tracom.
Interesting ... I'll have a look and see if it is possible, Thanks for the suggestion.
User avatar
n01487477
Posts: 4759
Joined: Tue Feb 21, 2006 12:00 am

RE: WitPTracker AE Release 1.8 Available!

Post by n01487477 »

ORIGINAL: schwartzkie

I am running on Windows 7
What C++ redistributables do you have installed?
These?
fb.asp?m=2892766
User avatar
Dan Nichols
Posts: 863
Joined: Mon Aug 29, 2011 11:32 pm

RE: WitPTracker AE Release 1.8 Available!

Post by Dan Nichols »

I just downloaded the q3 beta patch. It has a exe file that supports 70,000 pilots but I guess it doesn't work with the current Tracker version. What are your plans for this?
I think that the two obligations you have are to be good at what you do and then to pass on your knowledge to a younger person
schwartzkie
Posts: 43
Joined: Wed Jun 01, 2005 6:29 pm

RE: WitPTracker AE Release 1.8 Available!

Post by schwartzkie »

I uninstalled and reinstalled what I could find.....looks like this now and still doesnt work. I cant seem to find the specific version you have listed there.....



Image
Attachments
Untitled.jpg
Untitled.jpg (228.18 KiB) Viewed 257 times
floydg
Posts: 2060
Joined: Sat Jun 26, 2004 10:08 pm
Location: Middletown, NJ

RE: WitPTracker AE Release 1.8 Available!

Post by floydg »

ORIGINAL: Dan Nichols

I just downloaded the q3 beta patch. It has a exe file that supports 70,000 pilots but I guess it doesn't work with the current Tracker version. What are your plans for this?

Next version will support it.
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
Dan Nichols
Posts: 863
Joined: Mon Aug 29, 2011 11:32 pm

RE: WitPTracker AE Release 1.8 Available!

Post by Dan Nichols »

Thank you.
I think that the two obligations you have are to be good at what you do and then to pass on your knowledge to a younger person
User avatar
n01487477
Posts: 4759
Joined: Tue Feb 21, 2006 12:00 am

RE: WitPTracker AE Release 1.8 Available!

Post by n01487477 »

ORIGINAL: schwartzkie

I uninstalled and reinstalled what I could find.....looks like this now and still doesnt work. I cant seem to find the specific version you have listed there.....
Yeah - curious that our versions of the C++ software are different. Looks like you didn't reinstall the 2005 recently though ... Also what about doing a manual check for updates ?

Also I'd like to the see the exact error message and you say win7- 32 or 64 bit ? Java 32 bit installed (not Ver 7) ?

User avatar
michaelm75au
Posts: 12457
Joined: Sat May 05, 2001 8:00 am
Location: Melbourne, Australia

RE: WitPTracker AE Release 1.8 Available!

Post by michaelm75au »

For reference, the AE code being generated uses the C++ 2005 Redist.
Michael
Post Reply

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