RE: tracking new game? (Full Version)

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



Message


n01487477 -> RE: tracking new game? (12/14/2009 5:50:36 PM)

This is probably related to a previous read error, it is trying to compare the airpool lists, but is finding one smaller than the other.

Now some Q's:
How many turns have you loaded without errors ? Are you sure you are loading the correct savefile (same scenario) ? Are you using the latest version of Tracker ? I only ask cause I think Floyd fixed this earlier.

Solution: Delete the DB and try for a fresh load or Floyd might ask for some files.




Przemcio231 -> RE: tracking new game? (12/14/2009 6:19:58 PM)

well i loaded turn 2 and now i try to load turn 4...




floydg -> RE: tracking new game? (12/14/2009 9:43:02 PM)


quote:

ORIGINAL: Przemcio231

well i loaded turn 2 and now i try to load turn 4...


I assume that turn 2 is the initial turn you initialized WitPTracker AE with, right?

Can you send me turn 2, turn 4 and your witptracker.properties file to witptracker@gmail.com?

Thanks.




Przemcio231 -> RE: tracking new game? (12/15/2009 7:49:35 PM)

files send




floydg -> RE: LCU HQ Filter (12/16/2009 1:54:35 PM)


quote:

ORIGINAL: USS America

Floyd, I checked the campaign, and SW Pac is a top level HQ there, so it's probably just a quirk with the Guad Scenario.  Now, if I were able to assign an Inf LCU to, say, I US Corps, which is subordinate to SW Pac, would the Inf LCU be displayed if filtering by HQ or not?  If not, then there is something to fix.  I suspect this is what you already addressed with the Air Group HQ filter. 

Great tool, getting better and better all the time.  [8D]



This will be fixed in the next release. I added all of the subordinate HQs, just like for the Air Groups HQ filter.

Floyd




floydg -> WitPTracker Map (12/16/2009 11:24:21 PM)

I have been toying with a map panel for WitPTracker.

So far what I have is really not very useful (IMO). It scrolls, shows flag icons for control of bases, scales (100%, 75%, 50%, 25%) and will tell you what base you clicked on the map. It also lets you select a base using the menus and it will scroll it into view and "select" it. The downside is that this functionality requires about double the memory to build the map image, but it builds and scrolls quickly. The map comes from the official ART folder, so it's the same map as you use in-game.

Here is an example.

So, I'm looking for suggestions on what useful data I can display and useful functions to perform on the map. Obviously I can't do it all initially, but I'll do what I can for the next release.

Floyd

[image]local://upfiles/12459/CBC1F33D769F47FF91165D75A9A58625.jpg[/image]




Smeulders -> RE: WitPTracker Map (12/16/2009 11:28:11 PM)

Search arcs. The in-game display is nice, but it has some problems displaying the bigger picture, as it can't zoom out.
SigInt and OpReports on the map. This is probably a great amount of work, I think I heard somewhere there was a tool for this alone in the original WITP.




Nomad -> RE: WitPTracker Map (12/16/2009 11:31:02 PM)

Floyd, if you could parse the text files for combat, sigint, and ops and display hits on the map. Much like Bodhis utility did.




floydg -> RE: WitPTracker Map (12/17/2009 1:50:18 AM)

Parsing the text files is a later feature, but certainly something we want to add in.

I'll look into the search arcs.




USSAmerica -> RE: WitPTracker Map (12/17/2009 2:01:06 AM)


quote:

ORIGINAL: Nomad

Floyd, if you could parse the text files for combat, sigint, and ops and display hits on the map. Much like Bodhis utility did.


I second this suggestion. Bodhi's Utility and it's ability to make intel reports actually useful is the only real functionality that is not yet available from any tool with AE.




n01487477 -> RE: WitPTracker Map (12/17/2009 4:34:58 AM)

quote:

ORIGINAL: USS America
quote:

ORIGINAL: Nomad
Floyd, if you could parse the text files for combat, sigint, and ops and display hits on the map. Much like Bodhis utility did.

I second this suggestion. Bodhi's Utility and it's ability to make intel reports actually useful is the only real functionality that is not yet available from any tool with AE.


Yeah, I'd think this is the main reason for a map, apart from quickly locating clickable tables location information...which I think will be a long way off, if ever and would probably take a bit of a GUI redesign.

[edit]Maybe there can be a filter for alert locations that turn too ?




Elladan -> RE: WitPTracker Map (12/17/2009 9:09:53 AM)

What about an ability to add comments to a hex on map? That would make planning easier.




Roger Neilson II -> RE: WitPTracker Map (12/17/2009 10:17:24 AM)

Bodhi's utility functionality within this would be AAAAAmazing


Roger




witpqs -> RE: WitPTracker Map (12/17/2009 4:40:37 PM)


quote:

ORIGINAL: Roger Neilson II

Bodhi's utility functionality within this would be AAAAAmazing


Roger


Massively useful and helpful!




PzB74 -> RE: WitPTracker Map (12/17/2009 9:27:53 PM)

I'm also getting the error message reported above (Error comparing AP loss)

Insert Error code = -104
Table=AirGroupSmallDelta Values=(5064,3,18,0)
java.sql.SQLException: Violation of unique constraint $$: duplicate value(s) for
column(s) $$: SYS_PK_91
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.AirGroup.InsertSmallDelta(AirGroup.java:284)
at witptracker.AirGroup.UpdateAirGroupInDB(AirGroup.java:340)
at witptracker.InMemoryDB.CompareAirGroupLists(InMemoryDB.java:2401)
at witptracker.ReadTurnTask.doInBackground(ReadTurnTask.java:194)
at witptracker.ReadTurnTask.doInBackground(ReadTurnTask.java:1)
at javax.swing.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at javax.swing.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Insert Error code = -104
Table=AirGroupSmallDelta Values=(5065,3,18,0)

Scen 2 PBEM game - turn 1 read ok, then turns 2 and 3 fails.




floydg -> RE: WitPTracker Map (12/17/2009 9:49:25 PM)

PzB -

If you're getting the error about APL comparison, then I'm guessing turn 1 didn't really read in okay. Can you send me turn 1 and turn 2 to witptracker@gmail.com (along with the witptracker.properties file) and I'll give it a try?

Thanks,

Floyd




PzB74 -> RE: WitPTracker Map (12/18/2009 1:31:00 AM)

Thx Floyd,

I reinstalled Tracker and after some fidling I managed to find and load turns 1-2-3!
Looks fine now :-)




floydg -> RE: WitPTracker Map (12/20/2009 3:46:13 AM)

While stuck inside as the snow piles up here, I finished off a first pass at search arc display.

You can choose to show naval search vs. ASW search (I tried showing both at the same time, but it was a mess). Then you can choose to show only defined search arcs (blue and green), random search (yellow) or both at the same time.

The sample shows the area around Pearl and southwest (zoomed out to 25%). The darker areas are where stuff overlaps.

Comments?



[image]local://upfiles/12459/B6B437EFE3E2477BB8005B9684B2E8C3.jpg[/image]




Nomad -> RE: WitPTracker Map (12/20/2009 4:02:37 AM)

Looks great, when can we have it? [:)]




witpqs -> RE: WitPTracker Map (12/20/2009 5:40:29 AM)

Looks fantastic!




scott64 -> RE: WitPTracker Map (12/20/2009 6:17:30 AM)


quote:

ORIGINAL: Nomad

Looks great, when can we have it? [:)]

Xmas Present? [:'(]




Nomad -> RE: WitPTracker Map (12/20/2009 7:01:30 AM)


quote:

ORIGINAL: scott1964


quote:

ORIGINAL: Nomad

Looks great, when can we have it? [:)]

Xmas Present? [:'(]


What year? [:D]




Roger Neilson II -> RE: WitPTracker Map (12/20/2009 8:45:34 AM)

Superb!

Roger




Zigurat666 -> RE: WitPTracker Map (12/20/2009 2:24:00 PM)

Have to say for something thats available for "free" this is an excellent proggy. I couldnt play without it. I never even shut it down,just minimized so I can always have a quick look at how I,m single handedly destroying the Japanese economy.




Andy Mac -> RE: WitPTracker Map (12/20/2009 8:47:05 PM)

Agree if you are looking to upgrade summit I would recommend on the LCU screen I would find it usefull to have a column statign how many spare devices are in the pool for each line of a units TOE




Smeulders -> RE: WitPTracker Map (12/20/2009 9:42:41 PM)

Looks great, how are overlapping morning/afternoon searches coloured ?




Jones944 -> RE: WitPTracker AE Release 1.2 Available (12/20/2009 10:28:47 PM)

quote:

ORIGINAL: Jones944

Any hope of getting a fix for this error? I doubt it, since I'm trying to run Tracker on Windows XP running within a VirtualBox OSE VM. WitPStaff works fine, though.

Edit: Looks like it's trying to force 32 bit colour? Is this really necessary?


[image]local://upfiles/28516/DD5A09F55D55429B9991E5198261BE59.jpg[/image]

Hurray! [8D]

Here's the fix:

Change the WitPTracker.bat file used to start Tracker as follows:

java -Xms128m -Xmx256m -Dsun.java2d.d3d=false -jar "WitPTracker.jar"
pause




floydg -> RE: WitPTracker Map (12/20/2009 11:08:35 PM)


quote:

ORIGINAL: Andy Mac

Agree if you are looking to upgrade summit I would recommend on the LCU screen I would find it usefull to have a column statign how many spare devices are in the pool for each line of a units TOE


Easy one. It'll be in the next release.



[image]local://upfiles/12459/FF164390AFB540B584A4A260EB66669E.jpg[/image]




n01487477 -> RE: WitPTracker AE Release 1.2 Available (12/21/2009 8:19:47 AM)


quote:

ORIGINAL: Jones944

quote:

ORIGINAL: Jones944

Any hope of getting a fix for this error? I doubt it, since I'm trying to run Tracker on Windows XP running within a VirtualBox OSE VM. WitPStaff works fine, though.

Edit: Looks like it's trying to force 32 bit colour? Is this really necessary?


[image]local://upfiles/28516/DD5A09F55D55429B9991E5198261BE59.jpg[/image]

Hurray! [8D]

Here's the fix:

Change the WitPTracker.bat file used to start Tracker as follows:

java -Xms128m -Xmx256m -Dsun.java2d.d3d=false -jar "WitPTracker.jar"
pause


Thanks for the solution Jones944, I had been thinking it was my fault with the 32bit colour chart ... glad you've found something workable though [;)]




floydg -> RE: WitPTracker AE Release 1.2 Available (12/21/2009 12:49:07 PM)


quote:

ORIGINAL: n01487477


quote:

ORIGINAL: Jones944

quote:

ORIGINAL: Jones944

Any hope of getting a fix for this error? I doubt it, since I'm trying to run Tracker on Windows XP running within a VirtualBox OSE VM. WitPStaff works fine, though.

Edit: Looks like it's trying to force 32 bit colour? Is this really necessary?


Hurray! [8D]

Here's the fix:

Change the WitPTracker.bat file used to start Tracker as follows:

java -Xms128m -Xmx256m -Dsun.java2d.d3d=false -jar "WitPTracker.jar"
pause


Thanks for the solution Jones944, I had been thinking it was my fault with the 32bit colour chart ... glad you've found something workable though [;)]


If it wasn't your chart, the new map may have triggered it as well.

It does seem like a good fix, though (http://java.sun.com/j2se/1.5.0/docs/guide/2d/flags.html)




Page: <<   < prev  20 21 [22] 23 24   next >   >>

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
1.4375