Page 219 of 319
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Fri Jun 21, 2013 8:16 pm
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
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Fri Jun 21, 2013 9:04 pm
by khyberbill
Yes, but which one?
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Jun 23, 2013 1:21 am
by BigDuke66
I guess the latest Jav 6 Update 45.
Btw has anyone a source to get that without a damned Oracale account???
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Mon Jun 24, 2013 10:13 pm
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.
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Mon Jun 24, 2013 10:30 pm
by BigDuke66
Yea worked with IE not with Opera.
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Jun 30, 2013 11:16 am
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:

RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Jun 30, 2013 11:33 am
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.
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Jun 30, 2013 12:08 pm
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]
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Jun 30, 2013 1:38 pm
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)
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Jun 30, 2013 2:17 pm
by Cpt Sherwood
If you change the -Xmx512m to -Xmx764m you will have enough memory for some turns to load.
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Jun 30, 2013 5:40 pm
by floydg
or try the "-nomap" option
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Jun 30, 2013 5:42 pm
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.
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Jun 30, 2013 7:40 pm
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"
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Jun 30, 2013 8:48 pm
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.
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Sun Jun 30, 2013 9:48 pm
by PaxMondo
already sent to that email address ... let me know if you need anything else ... THANKS!
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Thu Jul 04, 2013 5:39 am
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)"?
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Thu Jul 04, 2013 9:19 am
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

RE: WitPTracker AE Release 1.9.2 Available!
Posted: Thu Jul 04, 2013 2:52 pm
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?
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Thu Jul 04, 2013 3:52 pm
by BigDuke66
@n01487477
Can you tell us what the current status of development is?
RE: WitPTracker AE Release 1.9.2 Available!
Posted: Thu Jul 04, 2013 6:54 pm
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.