WitPTracker AE Release 1.11 Available!
Moderators: wdolson, MOD_War-in-the-Pacific-Admirals-Edition
- topeverest
- Posts: 3380
- Joined: Wed Oct 17, 2007 1:47 am
- Location: Houston, TX - USA
RE: Loading speed
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,
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
RE: Loading speed
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
RE: Loading speed
Request for column in the devices tab.
Can we get a production end date for devices?
Can we get a production end date for devices?
Ryan Opel
RE: Loading speed
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.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
RE: Loading speed
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.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
RE: Loading speed
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
@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
-
- Posts: 43
- Joined: Wed Jun 01, 2005 6:29 pm
RE: WitPTracker AE Release 1.8 Available!
quote fail....disregard
-
- Posts: 43
- Joined: Wed Jun 01, 2005 6:29 pm
RE: WitPTracker AE Release 1.8 Available!
ORIGINAL: asdicus
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.ORIGINAL: n01487477
Thanks - posting a save before and after this occurred would be good. witptracker@gmail.comORIGINAL: 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.
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
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
RE: WitPTracker AE Release 1.8 Available!
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
RE: WitPTracker AE Release 1.8 Available!
Correct and XP's update is a bit fickle so make sure that the C++ update is one of the updates.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
-
- Posts: 43
- Joined: Wed Jun 01, 2005 6:29 pm
RE: WitPTracker AE Release 1.8 Available!
I am running on Windows 7
-
- Posts: 7459
- Joined: Thu Jan 17, 2002 10:00 am
- Location: Cottesmore, Rutland
RE: WitPTracker AE Release 1.8 Available!
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.
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.
RE: WitPTracker AE Release 1.8 Available!
Interesting ... I'll have a look and see if it is possible, Thanks for the suggestion.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.
RE: WitPTracker AE Release 1.8 Available!
What C++ redistributables do you have installed?ORIGINAL: schwartzkie
I am running on Windows 7
These?
fb.asp?m=2892766
- Dan Nichols
- Posts: 863
- Joined: Mon Aug 29, 2011 11:32 pm
RE: WitPTracker AE Release 1.8 Available!
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
-
- Posts: 43
- Joined: Wed Jun 01, 2005 6:29 pm
RE: WitPTracker AE Release 1.8 Available!
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.....


- Attachments
-
- Untitled.jpg (228.18 KiB) Viewed 258 times
RE: WitPTracker AE Release 1.8 Available!
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.
Copy the pwsdll.dll file from the game folder to the WitPTracker folder.
Try running the WitPTracker.bat again.
- Dan Nichols
- Posts: 863
- Joined: Mon Aug 29, 2011 11:32 pm
RE: WitPTracker AE Release 1.8 Available!
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
RE: WitPTracker AE Release 1.8 Available!
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 ?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.....
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) ?
- michaelm75au
- Posts: 12457
- Joined: Sat May 05, 2001 8:00 am
- Location: Melbourne, Australia
RE: WitPTracker AE Release 1.8 Available!
For reference, the AE code being generated uses the C++ 2005 Redist.
Michael