The amount shown here for the United States I am referring to are the 6000 oil and 3900 resources.
These do not show up as part of production so the numbers look wrong.

Moderators: Joel Billings, wdolson, Don Bowen, mogami
ORIGINAL: Local Yokel
Tracker continues to be invaluable, particularly since I keep finding new nuggets that I'd not previously noticed. I do, however, have a couple of minor glitches. One is that I'm not seeing any grand totals (ID 250) in the Air Production Overview tab. The other is that one of the child windows opened by clicking a button on the main form correctly presents a drilled-down display of information a few times then ceases to so so. I think it's in LCU history, but will need to check. I assume that the code has to fetch data from the database afresh in order to generate these subordinate displays - could it be that the fetch doesn't working correctly after it is invoked a few times?
ORIGINAL: n01487477
I wonder Chris ... can you check and see whether it is a pilot from the Sqd that has assumed command or whether it is a "named" leader ... we are trying to get it right (and I doubt it is a fighter jock in command ... )
Maybe there is a switch that Floyd and I are missing here / the leaders expand like the pilots ? I'd have to do more testing ... which is all I seem to do these days... grumble grumble...[;)][:D][;)]
Thanks again
Damian
ORIGINAL: n01487477
Most of the errors associated with loading turns comes from having a non-static window open when you are loading, but please post the results.
Thanks again
Damian
ORIGINAL: floydg
ORIGINAL: Local Yokel
Tracker continues to be invaluable, particularly since I keep finding new nuggets that I'd not previously noticed. I do, however, have a couple of minor glitches. One is that I'm not seeing any grand totals (ID 250) in the Air Production Overview tab. The other is that one of the child windows opened by clicking a button on the main form correctly presents a drilled-down display of information a few times then ceases to so so. I think it's in LCU history, but will need to check. I assume that the code has to fetch data from the database afresh in order to generate these subordinate displays - could it be that the fetch doesn't working correctly after it is invoked a few times?
I've not seen that, but when (if) it stops working, are there any Java error messages in the console window?
And yes, each time you ask for history, we fetch information from the database, as keeping it all in memory is wasteful, time-consuming, and sure to cause the JVM to run out of memory...
ORIGINAL: Chris H
More about leader problems. Nether Farmer nor Finley are listed in the leader screen. I've checked another unit with 'unknown leader' and that one isn't in the list of leaders either.
ORIGINAL: Chris H
ORIGINAL: n01487477
Most of the errors associated with loading turns comes from having a non-static window open when you are loading, but please post the results.
Thanks again
Damian
Loading error. What do you mean by non-static window?
![]()
ORIGINAL: Local Yokel
ORIGINAL: floydg
ORIGINAL: Local Yokel
Tracker continues to be invaluable, particularly since I keep finding new nuggets that I'd not previously noticed. I do, however, have a couple of minor glitches. One is that I'm not seeing any grand totals (ID 250) in the Air Production Overview tab. The other is that one of the child windows opened by clicking a button on the main form correctly presents a drilled-down display of information a few times then ceases to so so. I think it's in LCU history, but will need to check. I assume that the code has to fetch data from the database afresh in order to generate these subordinate displays - could it be that the fetch doesn't working correctly after it is invoked a few times?
I've not seen that, but when (if) it stops working, are there any Java error messages in the console window?
And yes, each time you ask for history, we fetch information from the database, as keeping it all in memory is wasteful, time-consuming, and sure to cause the JVM to run out of memory...
OK, managed to trigger this in Airgroups and Pilots, Airgroups tab when clicking the 'History' button:
"C:\Games\WitP-CHS\NewTracker>java -jar "WitPTracker.jar"
Exception occurred during event dispatching:
java.lang.OutOfMemoryError: Java heap space
at java.awt.image.DataBufferInt.<init>(Unknown Source)
at java.awt.image.Raster.createPackedRaster(Unknown Source)
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source)
at sun.awt.image.SunVolatileImage.getBackupImage(Unknown Source)
at sun.awt.image.VolatileSurfaceManager.getBackupSurface(Unknown Source)
at sun.awt.image.VolatileSurfaceManager.initialize(Unknown Source)
at sun.awt.image.SunVolatileImage.<init>(Unknown Source)
at sun.awt.image.SunVolatileImage.<init>(Unknown Source)
at sun.awt.image.SunVolatileImage.<init>(Unknown Source)
at sun.awt.image.SunVolatileImage.<init>(Unknown Source)
at sun.awt.windows.WComponentPeer.createVolatileImage(Unknown Source)
at java.awt.Component.createVolatileImage(Unknown Source)
at java.awt.Component$BltBufferStrategy.createBackBuffers(Unknown Source)
at java.awt.Component$BltBufferStrategy.<init>(Unknown Source)
at java.awt.Component$BltSubRegionBufferStrategy.<init>(Unknown Source)
at java.awt.Component.createBufferStrategy(Unknown Source)
at java.awt.Window.createBufferStrategy(Unknown Source)
at javax.swing.BufferStrategyPaintManager$BufferInfo.createBufferStrategy(Unknown Source)
at javax.swing.BufferStrategyPaintManager$BufferInfo.createBufferStrategy(Unknown Source)
at javax.swing.BufferStrategyPaintManager$BufferInfo.getBufferStrategy(Unknown Source)
at javax.swing.BufferStrategyPaintManager.prepare(Unknown Source)
at javax.swing.BufferStrategyPaintManager.paint(Unknown Source)
at javax.swing.RepaintManager.paint(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)
at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
at java.awt.Container.paint(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
at javax.swing.RepaintManager.seqPaintDirtyRegions(Unknown Source)
at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)"
The newly spawned window completely fails to paint its internal canvas: all you see is whatever happens to be next below it in the Z-order - though the new window's borders display correctly, including the 'close window' control in top r/h corner, which correctly functions to close the new window.
HTH.
ORIGINAL: Local Yokel
Floyd, looks like there's no shortage of physical memory on my machine. Will see what I can do get more memory allocated. Many thanks![&o]
<edit> Cool! Increased heap size to 64MB - not only has this cured the air unit history display problem, it's also cured the problem with the air production total not showing. Just gets better and better! [8D] </edit>
ORIGINAL: Local Yokel
Floyd, looks like there's no shortage of physical memory on my machine. Will see what I can do get more memory allocated. Many thanks![&o]
<edit> Cool! Increased heap size to 64MB - not only has this cured the air unit history display problem, it's also cured the problem with the air production total not showing. Just gets better and better! [8D] </edit>
ORIGINAL: Nomad
ORIGINAL: Local Yokel
Floyd, looks like there's no shortage of physical memory on my machine. Will see what I can do get more memory allocated. Many thanks![&o]
<edit> Cool! Increased heap size to 64MB - not only has this cured the air unit history display problem, it's also cured the problem with the air production total not showing. Just gets better and better! [8D] </edit>
How do you do that?
ORIGINAL: Nomad
ORIGINAL: Local Yokel
Floyd, looks like there's no shortage of physical memory on my machine. Will see what I can do get more memory allocated. Many thanks![&o]
<edit> Cool! Increased heap size to 64MB - not only has this cured the air unit history display problem, it's also cured the problem with the air production total not showing. Just gets better and better! [8D] </edit>
How do you do that?
ORIGINAL: floydg
ORIGINAL: Chris H
More about leader problems. Nether Farmer nor Finley are listed in the leader screen. I've checked another unit with 'unknown leader' and that one isn't in the list of leaders either.
Okay, it must be that we're not reading the leader in for some reason. Can you send me a save file and the witptracker.properties file and I'll try to find these guys and why they're not being read in.
Floyd