Matrix Games Forums

Forums  Register  Login  Photo Gallery  Member List  Search  Calendars  FAQ 

My Profile  Inbox  Address Book  My Subscription  My Forums  Log Out

RE: Suddenly stopped working

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [New Releases from Matrix Games] >> War in the Pacific: Admiral's Edition >> RE: Suddenly stopped working Page: <<   < prev  54 55 [56] 57 58   next >   >>
Login
Message << Older Topic   Newer Topic >>
RE: Suddenly stopped working - 8/5/2010 1:35:07 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

quote:

ORIGINAL: Roger Neilson II

trying to find where to put the nomap command, can't see!

Have tried in separate line on the .bat file in various places, not doing anything.

Roger


java -Xms384m -Xmx512m -jar "WitPTracker.jar" nomap

Not to shame you or anything... this was in the release notes and a new batch file was provided that has this...

(in reply to Roger Neilson II)
Post #: 1651
RE: Suddenly stopped working - 8/5/2010 2:15:48 PM   
Roger Neilson II


Posts: 1517
Joined: 7/16/2006
From: Newcastle upon Tyne. England
Status: offline
no map cured it, was trying to put it in a separate line, looked at the bat file and saw it goes after the other commands.

Thanks

Roger

_____________________________


(in reply to Roger Neilson II)
Post #: 1652
RE: load times - 8/5/2010 10:05:45 PM   
vonTirpitz


Posts: 511
Joined: 3/1/2005
From: Wilmington, NC
Status: offline
Yep. I'm using the 32-bit version of java. Sorry about the confusion. I am running on a Q6600 Quad Core with 6GB RAM.

I am going to put 1.5.1 back on in another folder and run some tests. Will let you know if I figure out what is going on. Thanks!

Marc

quote:

ORIGINAL: n01487477

quote:

ORIGINAL: vonTirpitz

Hello folks.

After upgrading to 1.6 (and reloading all of my earlier turns - ~160 or so) I noticed that the load time had dramatically increased.

I am running Windows 7 (x64) and 64-bit Java ver.6 update 21 with the following command line: c:\Java\jre6\bin\java -Xms512m -Xmx768m -jar "WitPTracker.jar" nomap

Once loaded everything seems to run fine but the load time went from about ~100 seconds to over 1100 seconds. I haven't been successful running 32 bit java on my 64 bit OS and I have increased the memory allocation with no noticeable differences. Any thoughts? Thanks in advance.

Marc

Marc,
I think you are using Java 32 bit as V6.update 21 is a 32 bit build... 64 bit Java doesn't work with Tracker as far as I know.

So you are saying that with 1.5.1 with 160 turns loaded it is faster to start even with the map removed ? That is a mystery ... Floyd and I are looking into optimisation but it will probably take us a while to get it right. Java is not quite the "killer" app builder, but it has come a long way in 10 yrs.

So I guess you'll have to look at optimising your computer's programs on start up ... can I ask for your machine specs please.

To the spectators ... Has Java 6 update 21 slowed down Tracker or have you seen any differences from 20 ?

(in reply to n01487477)
Post #: 1653
RE: load times - 8/7/2010 1:19:43 AM   
jetjockey


Posts: 256
Joined: 11/23/2009
Status: offline
Bug report:

I've noticed some oddities WRT Tracker's (Excellent program BTW, thanks) "Ships sunk" tab on the Victory Points page.

1) I like to add notes to the page, but the notes will disappear when I read a new turn. If I close tracker and then restart, the notes will reappear.

2) Sinking reporting: I had a running battle with the HMS Royal Sovereign, first hitting her with two torpedoes on 7/9/42, generating the first sinking report. The 10th and 11th saw more air attacks on her and more sinking reports, but no false sinking report. I finally ran her down with a surface TF and sank her on the 13th. Now here is the really odd part, when I first load tracker the sinking date is listed as the 9th, but when I read a turn the date reverts to the 13th. I'm now to the 17th. BTW: AE lists the sinking date as the 13th.

(in reply to vonTirpitz)
Post #: 1654
RE: load times - 8/7/2010 9:19:31 AM   
Rainer79

 

Posts: 603
Joined: 10/31/2008
From: Austria
Status: offline
Hi,
I get a couple of error messages now everytime Tracker starts though I did not notice any oddities in the program itself (yet).

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.Pilots.InsertSmallDelta(Pilots.java:175)
at witptracker.Pilots.InsertInTable(Pilots.java:162)
at witptracker.InMemoryDB.ComparePilotLists(InMemoryDB.java:3003)
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 = -65
Table=PilotSmallDelta Values=(32969,520,1,0)
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.Pilots.InsertSmallDelta(Pilots.java:175)
at witptracker.Pilots.InsertInTable(Pilots.java:163)
at witptracker.InMemoryDB.ComparePilotLists(InMemoryDB.java:3003)
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 = -65
Table=PilotSmallDelta Values=(32969,520,3,0)
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.Pilots.InsertSmallDelta(Pilots.java:175)
at witptracker.Pilots.InsertInTable(Pilots.java:164)
at witptracker.InMemoryDB.ComparePilotLists(InMemoryDB.java:3003)
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 = -65
Table=PilotSmallDelta Values=(32969,520,4,1)
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.Pilots.InsertSmallDelta(Pilots.java:175)
at witptracker.Pilots.InsertInTable(Pilots.java:165)
at witptracker.InMemoryDB.ComparePilotLists(InMemoryDB.java:3003)
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 = -65
Table=PilotSmallDelta Values=(32969,520,6,12)
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.Pilots.InsertLargeDelta(Pilots.java:180)
at witptracker.Pilots.InsertInTable(Pilots.java:167)
at witptracker.InMemoryDB.ComparePilotLists(InMemoryDB.java:3003)
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 = -65
Table=PilotLargeDelta Values=(32969,520,5,115)
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.Pilots.InsertLargeDelta(Pilots.java:180)
at witptracker.Pilots.InsertInTable(Pilots.java:168)
at witptracker.InMemoryDB.ComparePilotLists(InMemoryDB.java:3003)
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 = -65
Table=PilotLargeDelta Values=(32969,520,7,0)
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.Pilots.InsertInTable(Pilots.java:157)
at witptracker.InMemoryDB.ComparePilotLists(InMemoryDB.java:3003)
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 = -65
Table=Pilots Values=(32970,'Okamoto L.',1,5)
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.Pilots.InsertSmallDelta(Pilots.java:175)
at witptracker.Pilots.InsertInTable(Pilots.java:160)
at witptracker.InMemoryDB.ComparePilotLists(InMemoryDB.java:3003)
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 = -65
Table=PilotSmallDelta Values=(32970,520,2,0)
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.Pilots.InsertSmallDelta(Pilots.java:175)
at witptracker.Pilots.InsertInTable(Pilots.java:161)
at witptracker.InMemoryDB.ComparePilotLists(InMemoryDB.java:3003)
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 = -65
Table=PilotSmallDelta Values=(32970,520,0,42)
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.Pilots.InsertSmallDelta(Pilots.java:175)
at witptracker.Pilots.InsertInTable(Pilots.java:162)
at witptracker.InMemoryDB.ComparePilotLists(InMemoryDB.java:3003)
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 = -65
Table=PilotSmallDelta Values=(32970,520,1,0)
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.Pilots.InsertSmallDelta(Pilots.java:175)
at witptracker.Pilots.InsertInTable(Pilots.java:163)
at witptracker.InMemoryDB.ComparePilotLists(InMemoryDB.java:3003)
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 = -65
Table=PilotSmallDelta Values=(32970,520,3,0)
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.Pilots.InsertSmallDelta(Pilots.java:175)
at witptracker.Pilots.InsertInTable(Pilots.java:164)
at witptracker.InMemoryDB.ComparePilotLists(InMemoryDB.java:3003)
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 = -65
Table=PilotSmallDelta Values=(32970,520,4,1)
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.Pilots.InsertSmallDelta(Pilots.java:175)
at witptracker.Pilots.InsertInTable(Pilots.java:165)
at witptracker.InMemoryDB.ComparePilotLists(InMemoryDB.java:3003)
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 = -65
Table=PilotSmallDelta Values=(32970,520,6,2)
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.Pilots.InsertLargeDelta(Pilots.java:180)
at witptracker.Pilots.InsertInTable(Pilots.java:167)
at witptracker.InMemoryDB.ComparePilotLists(InMemoryDB.java:3003)
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 = -65
Table=PilotLargeDelta Values=(32970,520,5,268)
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.Pilots.InsertLargeDelta(Pilots.java:180)
at witptracker.Pilots.InsertInTable(Pilots.java:168)
at witptracker.InMemoryDB.ComparePilotLists(InMemoryDB.java:3003)
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 = -65
Table=PilotLargeDelta Values=(32970,520,7,0)

(in reply to jetjockey)
Post #: 1655
RE: load times - 8/7/2010 5:26:40 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

quote:

ORIGINAL: jetjockey

Bug report:

I've noticed some oddities WRT Tracker's (Excellent program BTW, thanks) "Ships sunk" tab on the Victory Points page.

1) I like to add notes to the page, but the notes will disappear when I read a new turn. If I close tracker and then restart, the notes will reappear.


This I can easily fix.

quote:


2) Sinking reporting: I had a running battle with the HMS Royal Sovereign, first hitting her with two torpedoes on 7/9/42, generating the first sinking report. The 10th and 11th saw more air attacks on her and more sinking reports, but no false sinking report. I finally ran her down with a surface TF and sank her on the 13th. Now here is the really odd part, when I first load tracker the sinking date is listed as the 9th, but when I read a turn the date reverts to the 13th. I'm now to the 17th. BTW: AE lists the sinking date as the 13th.


I'd need saves from the 9th thru 13th to see what's happening.

(in reply to jetjockey)
Post #: 1656
RE: load times - 8/7/2010 5:30:55 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

quote:

ORIGINAL: Rainer79

Hi,
I get a couple of error messages now everytime Tracker starts though I did not notice any oddities in the program itself (yet).

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.Pilots.InsertSmallDelta(Pilots.java:175)
at witptracker.Pilots.InsertInTable(Pilots.java:162)
at witptracker.InMemoryDB.ComparePilotLists(InMemoryDB.java:3003)
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 = -65
Table=PilotSmallDelta Values=(32969,520,1,0)
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.Pilots.InsertSmallDelta(Pilots.java:175)
at witptracker.Pilots.InsertInTable(Pilots.java:163)
at witptracker.InMemoryDB.ComparePilotLists(InMemoryDB.java:3003)
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 = -65
Table=PilotSmallDelta Values=(32969,520,3,0)

[...]



Looks like we didn't fully handle more than 32768 pilots, so the index is out of range.

This will need some work...

Floyd

(in reply to Rainer79)
Post #: 1657
How do you export error messages from the load screen? - 8/7/2010 6:36:59 PM   
KMCCARTHY

 

Posts: 103
Joined: 11/28/2009
Status: offline
V1.6 stopped working after a few successful runs. How can I export the error messages so I can post them here?

(in reply to floydg)
Post #: 1658
RE: How do you export error messages from the load screen? - 8/7/2010 7:21:34 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline
quote:

ORIGINAL: KMCCARTHY

V1.6 stopped working after a few successful runs. How can I export the error messages so I can post them here?


In the command window, right-click the mouse and choose Select All. Then go to where you want to put it and choose Paste (or control-v).

(in reply to KMCCARTHY)
Post #: 1659
RE: How do you export error messages from the load screen? - 8/7/2010 9:34:20 PM   
Nomad


Posts: 5905
Joined: 9/5/2001
From: West Yellowstone, Montana
Status: offline
I have Java 6 level 20 and it seems to be taking a very long time to load the db. the turn loads fine. I had one where after about 6 minutes I just stopped it, I didn't think it would ever finish. I did notice that task manager was showing Java as using about 6-11% of the CPU, and idle using the rest.

_____________________________


(in reply to floydg)
Post #: 1660
RE: How do you export error messages from the load screen? - 8/7/2010 11:58:00 PM   
KMCCARTHY

 

Posts: 103
Joined: 11/28/2009
Status: offline

See below. I had 1.6 run a few times after the upgrade from 1.51 with no problem. Any ideas?



C:\Program Files\Matrix Games\War in the Pacific Admiral's Edition\WitPTracker A
E Release 1.6>java -Xms384m -Xmx512m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 62 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:354)
at witptracker.MapPanel.<init>(MapPanel.java:193)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:883)
at witptracker.GUIMain$5.run(GUIMain.java:997)
at java.awt.event.InvocationEvent.dispatch(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:\Program Files\Matrix Games\War in the Pacific Admiral's Edition\WitPTracker A
E Release 1.6>pause
Press any key to continue . . .

(in reply to Nomad)
Post #: 1661
RE: How do you export error messages from the load screen? - 8/8/2010 2:13:48 AM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

quote:

ORIGINAL: Nomad

I have Java 6 level 20 and it seems to be taking a very long time to load the db. the turn loads fine. I had one where after about 6 minutes I just stopped it, I didn't think it would ever finish. I did notice that task manager was showing Java as using about 6-11% of the CPU, and idle using the rest.


Seems odd. I don't know where it's hanging up...

(in reply to Nomad)
Post #: 1662
RE: How do you export error messages from the load screen? - 8/8/2010 2:16:18 AM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

quote:

ORIGINAL: KMCCARTHY


See below. I had 1.6 run a few times after the upgrade from 1.51 with no problem. Any ideas?



C:\Program Files\Matrix Games\War in the Pacific Admiral's Edition\WitPTracker A
E Release 1.6>java -Xms384m -Xmx512m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 62 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:354)
at witptracker.MapPanel.<init>(MapPanel.java:193)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:883)
at witptracker.GUIMain$5.run(GUIMain.java:997)
at java.awt.event.InvocationEvent.dispatch(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:\Program Files\Matrix Games\War in the Pacific Admiral's Edition\WitPTracker A
E Release 1.6>pause
Press any key to continue . . .


Ran out of memory. See http://sites.google.com/site/witptracker/support in the Java Memory Issues section.

(in reply to KMCCARTHY)
Post #: 1663
RE: How do you export error messages from the load screen? - 8/8/2010 2:19:54 AM   
seille

 

Posts: 2134
Joined: 6/19/2007
From: Germany
Status: offline
Just found a little "bug".

Industry screen:
When i try to sort for "oil produced" it doesn´t sort in the right order.
For other columns like "oil stored" or "oil use" it works.

(in reply to floydg)
Post #: 1664
RE: How do you export error messages from the load screen? - 8/8/2010 4:36:11 AM   
Nomad


Posts: 5905
Joined: 9/5/2001
From: West Yellowstone, Montana
Status: offline

quote:

ORIGINAL: floydg


quote:

ORIGINAL: Nomad

I have Java 6 level 20 and it seems to be taking a very long time to load the db. the turn loads fine. I had one where after about 6 minutes I just stopped it, I didn't think it would ever finish. I did notice that task manager was showing Java as using about 6-11% of the CPU, and idle using the rest.


Seems odd. I don't know where it's hanging up...


I don't either. I restarted it and it loaded, took a bit ( 106 seconds ? ), but it did load.

_____________________________


(in reply to floydg)
Post #: 1665
RE: How do you export error messages from the load screen? - 8/8/2010 8:18:04 AM   
KMCCARTHY

 

Posts: 103
Joined: 11/28/2009
Status: offline
Changing the BAT to "java -Xms384m -Xmx640m -jar "WitPTracker.jar"
pause" worked just fine.

I'm in April 1942. Maybe this should be a default setting?

(in reply to floydg)
Post #: 1666
RE: How do you export error messages from the load screen? - 8/8/2010 10:04:36 PM   
scalp

 

Posts: 41
Joined: 9/25/2009
Status: offline
All worked fine with Tracker, before yesterday when this mistake suddenly appeared:

Error: problem starting the database. Exiting.
java.sql.SQLExeption: error in script file line:49 S1000 General error...

It was ok fot 180 turns, with many different AE Tracker versions.

Any advice?

(in reply to KMCCARTHY)
Post #: 1667
RE: How do you export error messages from the load screen? - 8/8/2010 10:40:12 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

quote:

ORIGINAL: scalp

All worked fine with Tracker, before yesterday when this mistake suddenly appeared:

Error: problem starting the database. Exiting.
java.sql.SQLExeption: error in script file line:49 S1000 General error...

It was ok fot 180 turns, with many different AE Tracker versions.

Any advice?


Sounds like one of the trackerdb files were corrupted.

(in reply to scalp)
Post #: 1668
RE: How do you export error messages from the load screen? - 8/8/2010 11:59:05 PM   
scalp

 

Posts: 41
Joined: 9/25/2009
Status: offline
Is there any way to fix it?! I need all that data. I think the problem is about trackerdb.data file.
Actually everything works fine if its just installed,but i dont see my previous turns info.

(in reply to floydg)
Post #: 1669
RE: How do you export error messages from the load screen? - 8/9/2010 12:52:02 AM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

quote:

ORIGINAL: scalp

Is there any way to fix it?! I need all that data. I think the problem is about trackerdb.data file.
Actually everything works fine if its just installed,but i dont see my previous turns info.


I don't know how to fix that. Maybe you should wipe out the database (all trackerdb files) and then start over, reloading the old turns.

(in reply to scalp)
Post #: 1670
RE: How do you export error messages from the load screen? - 8/9/2010 12:37:56 PM   
n01487477


Posts: 4779
Joined: 2/21/2006
Status: offline

quote:

ORIGINAL: seille

Just found a little "bug".

Industry screen:
When i try to sort for "oil produced" it doesn´t sort in the right order.
For other columns like "oil stored" or "oil use" it works.

Yeah Seille ... I know some of the columns aren't sort optimised, see if I can get it right for the next major release.
Thanks for the report though


_____________________________


(in reply to seille)
Post #: 1671
RE: How do you export error messages from the load screen? - 8/9/2010 7:45:57 PM   
Gormadoc

 

Posts: 31
Joined: 3/18/2008
Status: offline
First of all, thx for a great tool, this really helps a lott. Especialy for a newcomer as myself.
Had i litte trouble to get it to work in 64 bit, but after closely reading the instructions i got it to work.

Deleted: Part where i ask a stupid question, deleted due to realisation of it being an error 40.

If you think of expanding it further, may i suggest you add a blank coloum to bases page, where players can enter their own notes.
I for one would like to compare list of garrison requirements, and note down which units i want to move to various bases, to get the most efficient distribution of garrison troops.
To maximise units that are free to go on offensive in China.

Now i do it in a spreadsheat, but would be nice to have it all together in same database.

Similar under Industry overview tab, add a blank coloum to all types, in bottom window, where i can add notes, I want to keep track of my upgrade plans for various industry types.

Just suggestions if you dont know what to do a rainy sunday.

thx again for this tool.

(in reply to n01487477)
Post #: 1672
RE: How do you export error messages from the load screen? - 8/10/2010 4:42:07 AM   
Judykator


Posts: 182
Joined: 7/28/2009
From: Poland
Status: offline
Suddenly I can not run ....




Attachment (1)

(in reply to Gormadoc)
Post #: 1673
RE: How do you export error messages from the load screen? - 8/10/2010 6:01:06 AM   
n01487477


Posts: 4779
Joined: 2/21/2006
Status: offline

quote:

ORIGINAL: Judykator

Suddenly I can not run ....




TO Quote Floyd
quote:

Ran out of memory. See http://sites.google.com/site/witptracker/support in the Java Memory Issues section.




_____________________________


(in reply to Judykator)
Post #: 1674
RE: How do you export error messages from the load screen? - 8/18/2010 1:31:19 AM   
witpqs


Posts: 26087
Joined: 10/4/2004
From: Argleton
Status: offline
Absolutely love the new version. The 'Base Load' calculation is priceless for figuring out island garrisons.

One little glitch. Twice now, a few turns apart, Tracker has erroneously reported that zillions of my ships upgraded. See screenshot below.

FYI, I started a new Tracker database with the new Tracker code release.






EDIT TO ADD: In case I am being unclear, the list went on for pages on end and might have included all of my ships!

Attachment (1)

(in reply to n01487477)
Post #: 1675
RE: How do you export error messages from the load screen? - 8/18/2010 1:42:11 AM   
n01487477


Posts: 4779
Joined: 2/21/2006
Status: offline

quote:

ORIGINAL: witpqs

Absolutely love the new version. The 'Base Load' calculation is priceless for figuring out island garrisons.

One little glitch. Twice now, a few turns apart, Tracker has erroneously reported that zillions of my ships upgraded. See screenshot below.

FYI, I started a new Tracker database with the new Tracker code release.

EDIT TO ADD: In case I am being unclear, the list went on for pages on end and might have included all of my ships!

Thanks witpqs,
we know about it and it will continue every 5 turns until we release an interim (soonish) ... a bit of an oversight by us ~ sorry;
The error comes from us trying to improve the start up times which we applied to the Ship set...

_____________________________


(in reply to witpqs)
Post #: 1676
RE: How do you export error messages from the load screen? - 8/23/2010 2:56:52 AM   
vonTirpitz


Posts: 511
Joined: 3/1/2005
From: Wilmington, NC
Status: offline
WitPTracker AE Release 1.6

I was wondering if you could help me figure what I am seeing here.

In the Engine/Aircraft Planning Screen I am seeing the Ki-46-II Dinah (ID 782) appear in both the Mitsubishi Ha-31 (correctly) and Ha-33 (incorrectly). The planning numbers appear to be okay but the Ueng column shows 242 and 243 respectively. There appears to be a couple of other planes that also list incorrectly on the Ha-33 screen such as the A6M5c Zero (616), A6M7 Zero (617), D4Y2 Judy (650) and Ki-61-II KAI Tony (813).

The Ha-31 screen shows the Ki45 KAIa Nick (775), Ki45 KAIb Nick (776) which use the Ha-35 engine and Ki-57-I Topsy (805) which uses the Ha-5.

The B6N1 Jill (630) and P1Y1 Frances (721) appear on the Ha-32 screen as well as their proper places under the Ha-44 and Ha-45 screens.

Does all this perhaps have something to do with the upgrade paths?

P.S. FYI the latest java patch seems to have reduced the load time problem I was having. I still notice an improved load time after the initial (i.e. closing the program and running it again) which I attribute to caching perhaps. It doesn't seem to be as bad as it was (10 minutes down to 2).

Thanks again for all the hard work and support!

(in reply to n01487477)
Post #: 1677
RE: How do you export error messages from the load screen? - 8/23/2010 4:02:06 AM   
Nomad


Posts: 5905
Joined: 9/5/2001
From: West Yellowstone, Montana
Status: offline
vonTirpitz, mine doesn't show the problem you have. Does it persist if you close Tracker and then reopen it? I sometimes have a problem with double entries, it seems to be a problem with memory or something. exiting Tracker and then reopening it has cured it for me. When it happens it is after I have loaded a new turn.

To be complete, I am playing Japan using Juans Enhanced CV variant.

_____________________________


(in reply to vonTirpitz)
Post #: 1678
RE: How do you export error messages from the load screen? - 8/23/2010 4:46:35 AM   
witpqs


Posts: 26087
Joined: 10/4/2004
From: Argleton
Status: offline

quote:

ORIGINAL: n01487477


quote:

ORIGINAL: witpqs

Absolutely love the new version. The 'Base Load' calculation is priceless for figuring out island garrisons.

One little glitch. Twice now, a few turns apart, Tracker has erroneously reported that zillions of my ships upgraded. See screenshot below.

FYI, I started a new Tracker database with the new Tracker code release.

EDIT TO ADD: In case I am being unclear, the list went on for pages on end and might have included all of my ships!

Thanks witpqs,
we know about it and it will continue every 5 turns until we release an interim (soonish) ... a bit of an oversight by us ~ sorry;
The error comes from us trying to improve the start up times which we applied to the Ship set...


Thanks! Wouldn't have cluttered the thread if I realized you already had it.

(in reply to n01487477)
Post #: 1679
RE: How do you export error messages from the load screen? - 8/23/2010 2:50:30 PM   
n01487477


Posts: 4779
Joined: 2/21/2006
Status: offline

quote:

ORIGINAL: vonTirpitz

WitPTracker AE Release 1.6

I was wondering if you could help me figure what I am seeing here.

In the Engine/Aircraft Planning Screen I am seeing the Ki-46-II Dinah (ID 782) appear in both the Mitsubishi Ha-31 (correctly) and Ha-33 (incorrectly). The planning numbers appear to be okay but the Ueng column shows 242 and 243 respectively. There appears to be a couple of other planes that also list incorrectly on the Ha-33 screen such as the A6M5c Zero (616), A6M7 Zero (617), D4Y2 Judy (650) and Ki-61-II KAI Tony (813).

The Ha-31 screen shows the Ki45 KAIa Nick (775), Ki45 KAIb Nick (776) which use the Ha-35 engine and Ki-57-I Topsy (805) which uses the Ha-5.

The B6N1 Jill (630) and P1Y1 Frances (721) appear on the Ha-32 screen as well as their proper places under the Ha-44 and Ha-45 screens.

Does all this perhaps have something to do with the upgrade paths?

P.S. FYI the latest java patch seems to have reduced the load time problem I was having. I still notice an improved load time after the initial (i.e. closing the program and running it again) which I attribute to caching perhaps. It doesn't seem to be as bad as it was (10 minutes down to 2).

Thanks again for all the hard work and support!

Let me know how this goes ... does re-starting Tracker make a difference ? Screen shot PM me if you are PBEM. thx

_____________________________


(in reply to vonTirpitz)
Post #: 1680
Page:   <<   < prev  54 55 [56] 57 58   next >   >>
All Forums >> [New Releases from Matrix Games] >> War in the Pacific: Admiral's Edition >> RE: Suddenly stopped working Page: <<   < prev  54 55 [56] 57 58   next >   >>
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

1.172