RE: WitPTracker AE Release 1.10 Available! (Full Version)

All Forums >> [New Releases from Matrix Games] >> War in the Pacific: Admiral's Edition



Message


floydg -> RE: WitPTracker AE Release 1.10 Available! (8/2/2016 10:43:19 PM)


quote:

ORIGINAL: bommerrang

Had a power failure so the PC was cut off. Once the power came back on I simply ran it and that was the error message.
I purposely had the program running for 5 days because I had exited the program once before and I could not get it to run again
until I deleted the whole folder and created a new one losing all history. Is there some sort of shut down procedure to avoid error messages?
What is the error message trying to tell me? Can I get it back?

quote:

ORIGINAL: floydg


quote:

ORIGINAL: bommerrang

I was using tracker for a few days and about 10 turns. Had a power glitch that turned off my PC. restarted to play again but when I started Tracker I receive the message below. Can you not ever turn tracker off or you lose the ability to continue the game?

C:\WitpAE Tracker>java -Xms384m -Xmx512m -jar "WitPTracker.jar"
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 177 >= 177
at java.util.Vector.elementAt(Unknown Source)
at witptracker.AirGroup.GetAirGroups(AirGroup.java:232)
at witptracker.InMemoryDB.LoadStartupTables(InMemoryDB.java:150)
at witptracker.Main.main(Main.java:163)

C:\WitpAE Tracker>pause
Press any key to continue . . .


No it's supposed to work. Did you quit the program or did the PC terminate it on reboot?




I'm not positive, but it looks like the database may be corrupted. I've messed up quite a few DB during testing...

The proper procedure to exit is the "X" box or Exit menu item.




gw15 -> RE: WitPTracker AE Release 1.10 Available! (8/3/2016 12:13:58 AM)

Okay, thanks for replying. I'll delete the folder and start fresh with my recent turn.





Yaab -> RE: WitPTracker AE Release 1.10 Available! (8/3/2016 12:01:17 PM)

quote:

ORIGINAL: floydg


quote:

ORIGINAL: Yaab

What is this? Tried to load a game file from March 2016 and failed.

[image]https://s32.postimg.org/htdn29pn9/trace.jpg[/image]


Make sure the lib folder is unpacked in the same place as the jar and bat file.


Floyd, that didn't help, but I have solved this issue myself.

The Tracker folder sat in the following directory:

E:\0_Jacek\! WITP AEs\Allied_stock_scen33i100_beta_instal na C

The tree looked like this:

E:\0_Jacek\! WITP AEs\Allied_stock_scen33i100_beta_instal na C\! WitPTracker 1.9.2

Lately I changed the directory's name to this:

E:\0_Jacek\! WITP AEs\Allied_stock_scen33i100_beta_instal na C!

The bug Tracker appeared.

I reverted the directory to its original name:

E:\0_Jacek\! WITP AEs\Allied_stock_scen33i100_beta_instal na C

The bug disappeared.

Seems the exclamation mark "!" confused the Tracker.

Can you repeat this bug beahvior on your machine?




floydg -> RE: WitPTracker AE Release 1.10 Available! (8/3/2016 12:58:31 PM)


quote:

ORIGINAL: Yaab

quote:

ORIGINAL: floydg


quote:

ORIGINAL: Yaab

What is this? Tried to load a game file from March 2016 and failed.

[image]https://s32.postimg.org/htdn29pn9/trace.jpg[/image]


Make sure the lib folder is unpacked in the same place as the jar and bat file.


Floyd, that didn't help, but I have solved this issue myself.

The Tracker folder sat in the following directory:

E:\0_Jacek\! WITP AEs\Allied_stock_scen33i100_beta_instal na C

The tree looked like this:

E:\0_Jacek\! WITP AEs\Allied_stock_scen33i100_beta_instal na C\! WitPTracker 1.9.2

Lately I changed the directory's name to this:

E:\0_Jacek\! WITP AEs\Allied_stock_scen33i100_beta_instal na C!

The bug Tracker appeared.

I reverted the directory to its original name:

E:\0_Jacek\! WITP AEs\Allied_stock_scen33i100_beta_instal na C

The bug disappeared.

Seems the exclamation mark "!" confused the Tracker.

Can you repeat this bug beahvior on your machine?


I believe you. It's probably the HSQLDB library we use that can't handle that path. Nothing I can do there, so please keep using your workaround.




sanderz -> RE: WitPTracker AE Release 1.10 Available! (8/4/2016 9:47:15 PM)



Just trying tracker with BigBs mod - its loaded but i get the following error messages - anyone know if these are anything to worry about or can i just ignore them?

G:\Games\WITPAE_BigB12072016\WitPTracker_Japan>"G:\jre1.8.0_101\bin\java.exe" -Xms512m -Xmx768m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
java.sql.SQLException: Numeric value out of range
        at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
        at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
        at org.hsqldb.jdbc.jdbcStatement.executeUpdate(Unknown Source)
        at witptracker.Database.InsertRow(Database.java:54)
        at witptracker.Device.InsertInTable(Device.java:242)
        at witptracker.SaveFileReader.ReadDeviceInfo(SaveFileReader.java:1276)
        at witptracker.SaveFileReader.<init>(SaveFileReader.java:170)
        at witptracker.Main.main(Main.java:141)
Insert Error code = -65
 Table=Devices Values=(213,'Atomic Bomb',3,20000,0,65500,65500,150,0,0,0,65500,65500,213,2,45,6,1,99,99)
WitP Tracker AE tables loaded in 4 seconds
WARNING: Could not initialize SigInt information for first turn.
WARNING: Could not initialize Operations report for first turn.


Thanks




floydg -> RE: WitPTracker AE Release 1.10 Available! (8/4/2016 10:47:25 PM)


quote:

ORIGINAL: sanderz



Just trying tracker with BigBs mod - its loaded but i get the following error messages - anyone know if these are anything to worry about or can i just ignore them?

G:\Games\WITPAE_BigB12072016\WitPTracker_Japan>"G:\jre1.8.0_101\bin\java.exe" -Xms512m -Xmx768m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
java.sql.SQLException: Numeric value out of range
        at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
        at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
        at org.hsqldb.jdbc.jdbcStatement.executeUpdate(Unknown Source)
        at witptracker.Database.InsertRow(Database.java:54)
        at witptracker.Device.InsertInTable(Device.java:242)
        at witptracker.SaveFileReader.ReadDeviceInfo(SaveFileReader.java:1276)
        at witptracker.SaveFileReader.<init>(SaveFileReader.java:170)
        at witptracker.Main.main(Main.java:141)
Insert Error code = -65
 Table=Devices Values=(213,'Atomic Bomb',3,20000,0,65500,65500,150,0,0,0,65500,65500,213,2,45,6,1,99,99)
WitP Tracker AE tables loaded in 4 seconds
WARNING: Could not initialize SigInt information for first turn.
WARNING: Could not initialize Operations report for first turn.


Thanks


You can ignore it. The 65500 values blow past the database value limits (32768 is the limit). The atomic bomb won't show in the device list.




sanderz -> RE: WitPTracker AE Release 1.10 Available! (8/4/2016 10:49:35 PM)

thankyou [:)]




Gandalf -> RE: WitPTracker AE Release 1.10 Available! (8/18/2016 3:21:49 AM)

I'm giving up messing with this WitP AE Tracker program. First I get it to work, then I have to reinstall (same AE version and setup (i.e.1124) and now it refuses to work. Wasted several hours trying to work with this thing today. Rather spend my time with the game then racking my head against this. Did I say I totally dislike Java... Not the first time I've had problems with Java based programs. Java sucks!!!

edit: and yes Java is still installed along with the Microsoft Visual C++ SP1 update.

edit: for now the .bat file with the nomap option works (what's the difference?) other than the fact that the bat file specifies "nomap", why would this quit working?




Yaab -> RE: WitPTracker AE Release 1.10 Available! (8/18/2016 6:20:42 AM)

Nomap start means there is no big strategic map visible in Tracker. I have been using nomap file for Tracker for the last four years. With the map file start my RAM memory was not enough to run Tracker.




Gandalf -> RE: WitPTracker AE Release 1.10 Available! (8/18/2016 6:48:04 AM)


quote:

ORIGINAL: Yaab

Nomap start means there is no big strategic map visible in Tracker. I have been using nomap file for Tracker for the last four years. With the map file start my RAM memory was not enough to run Tracker.


So how does the big strategic map become visible. (I have 12 GBytes of installed memory)
Is this something extra to download? I'm trying to recall whether I saw a map in my previous usage of WitP AE Tracker or not. I'm betting I didn't, else it would be showing now.




Korvar -> RE: WitPTracker AE Release 1.10 Available! (8/18/2016 1:48:25 PM)


quote:

ORIGINAL: Gandalf

So how does the big strategic map become visible. (I have 12 GBytes of installed memory)
Is this something extra to download? I'm trying to recall whether I saw a map in my previous usage of WitP AE Tracker or not. I'm betting I didn't, else it would be showing now.


The map only shows under the 'Map' option for the 'Data set' drop-down menu. I use it to keep track of sub sightings and occasionally for a big picture view of search arcs.

Tracker doesn't automatically utilize all your system RAM. You've probably already done this, but make sure to edit the WitPTracker.bat file (or WitPTrackerNoMap.bat if that's what you're using) in the Tracker directory to maximize its use of RAM.

I use the following (these seem to be the highest amounts that work in my tests) for WitPTracker:
java -Xms512m -Xmx768m -jar "WitPTracker.jar"
pause


Copy/paste the xms values into the appropriate .bat file using Notepad (or my personal favorite, Notepad++).

It's a bit slow to start and load turns, but otherwise I've had good luck with Tracker; its usefulness makes any work to set it up / slight loading delays well worthwhile.




Gandalf -> RE: WitPTracker AE Release 1.10 Available! (8/18/2016 2:58:13 PM)

Increasing the memory allowed me to use the "map" .bat. So now I can see the map in the menu dropdown, what is the use other than a quick visual map reference to base locations?




Korvar -> RE: WitPTracker AE Release 1.10 Available! (8/18/2016 7:56:28 PM)


quote:

ORIGINAL: Gandalf

what is the use other than a quick visual map reference to base locations?


quote:

ORIGINAL: Korvar

I use it to keep track of sub sightings and occasionally for a big picture view of search arcs.


It's also possible to track ship movement, but I don't use it for that.




Will_L_OLD -> RE: WitPTracker AE Release 1.10 Available! (8/25/2016 9:36:22 PM)

Just installed this on my win10 laptop and all went smooth as silk, thanks for such a useful addition.




RogerJNeilson -> RE: WitPTracker AE Release 1.10 Available! (8/28/2016 9:43:45 PM)

Ok here's a puzzler. Recent action, Japanese bombers attack a TF of mine.

Intel report for the day in game is as shown - 16 bombers taken down by flak or damaged and lost
Detailed report in Tracker Victory Points - Air losses Tab 14 bombers taken down
Totals for Japanese losses that move - at the bottom of the Victory Points screen 3 bombers....

This was the only enemy action this turn in the air. If the three reports are form the same raw data, how come the difference? This is not Combat Reports where FOW would mess up the data.

Puzzling.

Roger

[image]local://upfiles/41758/43ECC16AA70A4494813B583D7E2847DD.jpg[/image]




floydg -> RE: WitPTracker AE Release 1.10 Available! (8/29/2016 12:30:12 AM)


quote:

ORIGINAL: Roger Neilson 3

Ok here's a puzzler. Recent action, Japanese bombers attack a TF of mine.

Intel report for the day in game is as shown - 16 bombers taken down by flak or damaged and lost
Detailed report in Tracker Victory Points - Air losses Tab 14 bombers taken down
Totals for Japanese losses that move - at the bottom of the Victory Points screen 3 bombers....

This was the only enemy action this turn in the air. If the three reports are form the same raw data, how come the difference? This is not Combat Reports where FOW would mess up the data.

Puzzling.

Roger

[image]local://upfiles/41758/43ECC16AA70A4494813B583D7E2847DD.jpg[/image]


Roger -

I may be reading the information from the wrong tables in the save file. The per-plane stuff comes from one place and the totals from another.

Floyd




Yaab -> RE: WitPTracker AE Release 1.10 Available! (9/16/2016 5:36:23 AM)

Floydg, how about adding "Ship Comparison" feature in Tracker? We already can compare aircraft and it is great, but ship classes are so many and varied in the game as are the aircraft. Just a thought.




Korvar -> RE: WitPTracker AE Release 1.10 Available! (9/18/2016 10:53:08 PM)

I created an icon for my copy of Tracker and thought I'd share. Since I can't attach anything other than image files to this thread, I've attached a JPEG file instead.

Preview:

[image]http://i.imgur.com/YMwRpeo.png[/image]


Edit: I was able to attach a .zip file with the .ico file in the Combat Reporter thread.




floydg -> RE: WitPTracker AE Release 1.10 Available! (9/20/2016 11:53:53 PM)


quote:

ORIGINAL: Yaab

Floydg, how about adding "Ship Comparison" feature in Tracker? We already can compare aircraft and it is great, but ship classes are so many and varied in the game as are the aircraft. Just a thought.


Hmmm.... I suppose that's possible.




larryfulkerson -> RE: WitPTracker AE Release 1.10 Available! (9/30/2016 5:09:57 AM)

I'd like to make a small request if that's okay with you guys. I've posted below a recent post in my AAR but I've added to it some
verbage to explain what I've done with the last turn loaded phrase that usually appears at the bottom of the page. I'm wondering
how hard it would be to move it to the top like I've depicted. I've been doing a cut & paste of it in the pictures I post and it's becoming
tedious. If it can't be moved for whatever reason, I can live with it. Just thinking out loud.

[image]local://upfiles/16287/7BCA9FEB00084FF0BC2FD1353BB0242D.jpg[/image]




n01487477 -> RE: WitPTracker AE Release 1.10 Available! (10/8/2016 9:25:42 AM)

Hi Floyd - it's been a while and I just wanted to give you a shout out for continuing to work on Tracker. I bet you wished that we programmed it in C# now ...[:D]

Your coding side-kick in absentia.




azura987 -> RE: WitPTracker AE Release 1.10 Available! (10/23/2016 1:44:07 PM)

Hi! I manage to run witracker-nomap but not the regular one.... why?




aciddrinker -> RE: WitPTracker AE Release 1.10 Available! (10/23/2016 2:27:10 PM)

Is there any region file for RHS?




Schorsch -> RE: WitPTracker AE Release 1.10 Available! (10/23/2016 9:38:20 PM)

quote:

ORIGINAL: azura987

Hi! I manage to run witracker-nomap but not the regular one.... why?


the regular one is with the whole map. propably not enough memory given to run it with map.
to run it with map try one of the following (solutions colored in red)


Java Memory Issues

Case 1 will show up as either a message:
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space

or as something like:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d901afd, pid=110780, tid=111248
#
# JRE version: 6.0_17-b04
# Java VM: Java HotSpot(TM) Client VM (14.3-b01 mixed mode, sharing windows-x86 )
# Problematic frame:
# V [jvm.dll+0x101afd]
#
# If you would like to submit a bug report, please visit:
#
http://java.sun.com/webapps/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x054e6800): JavaThread "SwingWorker-pool-2-thread-1" [_thread_in_vm, id=111248, stack(0x0a720000,0x0a770000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

This is probably because you are running WitPTracker AE from the witptracker.jar file and not the witptracker.bat file and the program has ran out of Java heap space ("memory"). There are a few ways to fix this:
Run from the witptracker.bat file
If you can't for some reason (e.g., 64-bit system), try one of these methods:
Use the C:\Windows\SysWOW64\cmd.exe command to start the witptracker.bat file. You can make a short-cut for this by making a copy of the witptracker.bat file and change the extension to something unused (e.g., witptracker.witp) and then associate the file (using the "Open With..." dialog) to open using SysWOW64\cmd.exe.
Failing that, contact us for any other methods.


Case 2 will show up as an error message like:
pwsdll.dll: Not enough storage space available to process this command
The pwsdll.dll is a 32-bit Java library, 32-bit Java has to be used and it has a limit of 2GB of addressable memory.

Solutions:
1. Since Release 1.6 allows you to turn off the map, try that first.
2. Increase the heap memory in the batch file:
The witptracker.bat file contains a line:
java -Xms384m -Xmx512m -jar "WitPTracker.jar"
Change the numbers to bigger values. Increase by 128, for example, until it starts working.
But... if these original memory settings aren't working, it could be that your PC doesn't have enough memory to allocate. The biggest you can go and still have it work has been found to be -Xms512m -Xmx768m.
3. There are some other things you can try, which are much more complicated. Contact us directly if you have the stomach for them (or look at post 1698 here: http://www.matrixgames.com/forums/tm.asp?m=2236936&mpage=57&key=).

If you can't get the Java to run the 64-bit OS, try using the attachment below. Instead of running from the WitPTracker.bat file, use the WitPTracker.exe file in the ZIP archive.





n01487477 -> RE: WitPTracker AE Release 1.10 Available! (10/24/2016 3:15:06 AM)


quote:

ORIGINAL: aciddrinker

Is there any region file for RHS?


This is one from a long time ago, 2013 to be exact so I can't guarantee it's still relevant.




larryfulkerson -> RE: WitPTracker AE Release 1.10 Available! (10/25/2016 7:58:02 PM)

I've received some error messages from Tracker that seem to indicate that there are at least four bases that have mis-spelled names.
This is the Focus Pacific scenario #75 and I'm thinking that the bases just need to be spelled like Tracker thinks they should be spelled
and there's no database error or something sympomatic about Tracker. Right?

[image]local://upfiles/16287/D5638FDF70FC4C208711D53CAE05378A.jpg[/image]




n01487477 -> RE: WitPTracker AE Release 1.10 Available! (10/26/2016 1:20:52 AM)


quote:

ORIGINAL: larryfulkerson

I've received some error messages from Tracker that seem to indicate that there are at least four bases that have mis-spelled names.
This is the Focus Pacific scenario #75 and I'm thinking that the bases just need to be spelled like Tracker thinks they should be spelled
and there's no database error or something sympomatic about Tracker. Right?


Right - It's just the region file not name matching. You could edit the file and reload it.




larryfulkerson -> RE: WitPTracker AE Release 1.10 Available! (10/26/2016 1:23:40 AM)

quote:

You could edit the file and reload it.

The region file you say.........I'll try it. Thanks.




n01487477 -> RE: WitPTracker AE Release 1.10 Available! (10/26/2016 2:18:55 AM)


quote:

ORIGINAL: larryfulkerson

quote:

You could edit the file and reload it.

The region file you say.........I'll try it. Thanks.

What does concern me though is that the save file names have "strange" characters at the end. How do these 4 base names display in Tracker, do they have the characters at the end?




larryfulkerson -> RE: WitPTracker AE Release 1.10 Available! (10/26/2016 3:39:05 AM)

Of the four that were "errors" I edited the region file ( Kull ) I'm using and this image is AFTER I have applied the
edited region file and I see that Ahmedabad is still spelled wrong so I think the errors are coming from the scenario
save file instead of the region file. Also, when I edited the region file there didn't appear to be the need for any
changes at all. And Tracker is showing garbage at the ends of two of the cities and I know for a fact that the region
file is clean. These errors are in the scenario save file.

EDIT: I would edit the save game file myself if I knew how. I'm not sure how to turn a *.pws file into a scenario that
can be edited. I'm not sure it can be done. The save game file is too large to post here probably.

EDIT2: I looked at the scenario in the editor and it turns out that the three names that have garbage following their
names are too long for the name field in the editor. It's not getting the newline character or the '0' end of input
character that's needed for the end of the line to be designated.



[image]local://upfiles/16287/564813E0E61C4DF6A315648A36918430.jpg[/image]




Page: <<   < prev  179 180 [181] 182 183   next >   >>

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
4.09375