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

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



Message


Nomad -> RE: WitPTracker AE Release 1.11 Available! (6/2/2021 2:43:04 AM)

As I expected, the error messages show up when a new turn is loaded. Even after dumping 490+ turns of alerts, the error messages still appeared when I loaded the next turn.
So, it would seem that when you approach a database size of 2GB, it is time to restart.




Nomad -> RE: WitPTracker AE Release 1.11 Available! (6/2/2021 7:11:58 PM)

A little issue here. The history screen shows the unit with 3000 less needed supply than it show in the game screen. This is not the only unit doing this. I can find no clue as to why or what triggers it.

[image]local://upfiles/4176/FF251AC776C344149648A2366B4A4FC5.jpg[/image]




Nomad -> RE: WitPTracker AE Release 1.11 Available! (6/2/2021 7:16:52 PM)

On the LCU screen the Infantry units show no required supply number.

[image]local://upfiles/4176/4E8D716EBD8B40FCBEC8AB5D8910B61D.jpg[/image]




USSAmerica -> RE: WitPTracker AE Release 1.0 (6/4/2021 9:04:05 PM)

quote:

Everything was working fine until this turn it would not load the turn and I gat this error:
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: D:\Matrix Games\WitPTracker AE Release 1.10\pwsdll7.dll: Not enough memory resources are available to process this command

Can someone tell me how to fix this?

Thanks


quote:

ORIGINAL: BaitBoy

Thanks. Turns out Dropbox was the problem.


I just hit this same error message after 131 days of turns, but at 2 day turns, so really only 66 turns. I exited my Dropbox and then opened up Tracker. After it opened, I was able to load the next turn just fine. After the turn loaded, I restarted Dropbox and away I go. I'll just have to kill it for a minute to load turns going forward. [8D]




floydg -> RE: WitPTracker AE Release 1.11 Available! (6/6/2021 6:22:28 PM)


quote:

ORIGINAL: Nomad

On the LCU screen the Infantry units show no required supply number.

[image]local://upfiles/4176/4E8D716EBD8B40FCBEC8AB5D8910B61D.jpg[/image]


The column is too narrow. Widen the column width a little and the value will be shown. I guess I should make the default column width a little wider...




Nomad -> RE: WitPTracker AE Release 1.11 Available! (6/6/2021 6:29:13 PM)

quote:

ORIGINAL: floydg


quote:

ORIGINAL: Nomad

On the LCU screen the Infantry units show no required supply number.

[image]local://upfiles/4176/4E8D716EBD8B40FCBEC8AB5D8910B61D.jpg[/image]


The column is too narrow. Widen the column width a little and the value will be shown. I guess I should make the default column width a little wider...


That probably is the problem there, what about the post above that one? The column width is not the issue.




floydg -> RE: WitPTracker AE Release 1.11 Available! (6/6/2021 6:44:51 PM)


quote:

ORIGINAL: Nomad

A little issue here. The history screen shows the unit with 3000 less needed supply than it show in the game screen. This is not the only unit doing this. I can find no clue as to why or what triggers it.

[image]local://upfiles/4176/FF251AC776C344149648A2366B4A4FC5.jpg[/image]

quote:

That probably is the problem there, what about the post above that one? The column width is not the issue.


I see where in the code that it adjusts down by 3000 needed supply greater than 3000 (and down by 6000 for needed supply greater than 6000). I really have no recollection why I specifically put that in the code, but there had to be a reason.





Nomad -> RE: WitPTracker AE Release 1.11 Available! (6/6/2021 7:19:34 PM)

Interesting. I understand that after so many years no recalling why you did something. I am sure it made sense to you when you did it.




floydg -> RE: WitPTracker AE Release 1.11 Available! (6/6/2021 11:07:09 PM)


quote:

ORIGINAL: Nomad

Interesting. I understand that after so many years no recalling why you did something. I am sure it made sense to you when you did it.


Figured it out: bad design.
I was using the 3000 and 6000 values to determine up vs. down arrows. So I'd need to do some major work to fix that and I'm not sure it's worth it...




Nomad -> RE: WitPTracker AE Release 1.11 Available! (6/7/2021 4:36:49 AM)

I am sure it is not worth it. Maybe sometime in the far future you guys will do a version 2. You can fix and/or add a number of things at that time.




RevRick -> RE: WitPTracker AE Release 1.11 Available! (7/5/2021 1:33:18 AM)

Do you have a hidden, built-in Black Market?




schwartzkie -> RE: WitPTracker AE Release 1.11 Available! (7/14/2021 6:36:42 AM)

Did a bit of searching and couldn't find anything on the issue I'm having.

Thanks in advance.

E:\Matrix Games\War in the Pacific Admiral's Edition\witpae Tracker>"C:\jre6 - Tracker\bin\java" -Xms768m -Xmx768m -jar "WitPTracker.jar"
Exception in thread "main" java.lang.UnsupportedClassVersionError: witptracker/Main : Unsupported major.minor version 52.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: witptracker.Main. Program will exit.

E:\Matrix Games\War in the Pacific Admiral's Edition\witpae Tracker>pause
Press any key to continue . . .




Nomad -> RE: WitPTracker AE Release 1.11 Available! (7/14/2021 12:22:41 PM)

I think you need a newer version of java. What version are you using?




Voltreffer -> RE: WitPTracker AE Release 1.11 Available! (7/14/2021 2:01:49 PM)


quote:

ORIGINAL: schwartzkie

E:\Matrix Games\War in the Pacific Admiral's Edition\witpae Tracker>"C:\jre6 - Tracker\bin\java.exe" -Xms768m -Xmx768m -jar "WitPTracker.jar"


Assuming Java is installed in the 'jre6 - Tracker' folder (this is not a default installation location), add '.exe' to the end of the path as shown above.




schwartzkie -> RE: WitPTracker AE Release 1.11 Available! (7/14/2021 4:28:25 PM)

That was it - updating to Java version 8 fixed the issue. Thank you for your assistance.




789456281 -> RE: WitPTracker AE Release 1.11 Available! (8/20/2021 4:13:43 AM)

If it only was that easy for me I'm tempetd to try this again but I wonder if I'm up to the headache.




GuyTipton -> RE: WitPTracker AE Release 1.10 Available! (9/5/2021 3:51:11 PM)

Hi Folks, My googlefu is failing me again. I had to reboot my computer with Tracker open (newest version) and now it appears the database is corrupted. Was there a way to repair the database? I was about 700 turns into a pbem game (stock quiet China).

D:\Games\War in the Pacific Admiral's Edition\witptracker>java -Xms512m -Xmx640m -jar "WitPTracker.jar"
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1662 >= 1662
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)

Also tried "java -Xms768m -Xmx1024m -jar "WitPTracker.jar""

Cheers,
Guy




floydg -> RE: WitPTracker AE Release 1.10 Available! (9/6/2021 2:52:33 PM)


quote:

ORIGINAL: GuyTipton

Hi Folks, My googlefu is failing me again. I had to reboot my computer with Tracker open (newest version) and now it appears the database is corrupted. Was there a way to repair the database? I was about 700 turns into a pbem game (stock quiet China).

D:\Games\War in the Pacific Admiral's Edition\witptracker>java -Xms512m -Xmx640m -jar "WitPTracker.jar"
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1662 >= 1662
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)

Also tried "java -Xms768m -Xmx1024m -jar "WitPTracker.jar""

Cheers,
Guy

Looking at that code section, I think the DB is corrupted (some missing airgroup upgrade, it appears). I don't think it's recoverable, unfortunately.




Tanaka -> RE: WitPTracker AE Release 1.10 Available! (9/6/2021 8:23:29 PM)

Coming back to set up Tracker for my first PBEM. Seems everything loads up fine but there are no alerts for my Japanese turn 2. Is this normal or is something not working right?




floydg -> RE: WitPTracker AE Release 1.10 Available! (9/6/2021 9:37:03 PM)


quote:

ORIGINAL: Tanaka

Coming back to set up Tracker for my first PBEM. Seems everything loads up fine but there are no alerts for my Japanese turn 2. Is this normal or is something not working right?


Alerts show up when you load your second turn, since they're made by comparing old data with new data.




Tanaka -> RE: WitPTracker AE Release 1.10 Available! (9/6/2021 9:59:47 PM)


quote:

ORIGINAL: floydg


quote:

ORIGINAL: Tanaka

Coming back to set up Tracker for my first PBEM. Seems everything loads up fine but there are no alerts for my Japanese turn 2. Is this normal or is something not working right?


Alerts show up when you load your second turn, since they're made by comparing old data with new data.


I thought so ugh how to fix...




Nomad -> RE: WitPTracker AE Release 1.10 Available! (9/6/2021 11:32:07 PM)

Did you load turn 1?




floydg -> RE: WitPTracker AE Release 1.10 Available! (9/6/2021 11:36:17 PM)


quote:

ORIGINAL: Tanaka


quote:

ORIGINAL: floydg


quote:

ORIGINAL: Tanaka

Coming back to set up Tracker for my first PBEM. Seems everything loads up fine but there are no alerts for my Japanese turn 2. Is this normal or is something not working right?


Alerts show up when you load your second turn, since they're made by comparing old data with new data.


I thought so ugh how to fix...


I don't think there is anything to fix. Maybe my terminology was off.
The first turn you load, whatever the turn number, will produce no Alerts.
The second turn you load, whatever the turn number, will produce Alerts based on what changed since the first loaded turn.




Tanaka -> RE: WitPTracker AE Release 1.10 Available! (9/7/2021 12:22:38 AM)


quote:

ORIGINAL: floydg


quote:

ORIGINAL: Tanaka


quote:

ORIGINAL: floydg


quote:

ORIGINAL: Tanaka

Coming back to set up Tracker for my first PBEM. Seems everything loads up fine but there are no alerts for my Japanese turn 2. Is this normal or is something not working right?


Alerts show up when you load your second turn, since they're made by comparing old data with new data.


I thought so ugh how to fix...


I don't think there is anything to fix. Maybe my terminology was off.
The first turn you load, whatever the turn number, will produce no Alerts.
The second turn you load, whatever the turn number, will produce Alerts based on what changed since the first loaded turn.



Yep thanks got it to work again just reinstalled everything fresh...




Tanaka -> RE: WitPTracker AE Release 1.10 Available! (9/7/2021 12:29:23 AM)

So the trick for me was deleting java in all locations. Reinstalling Java 32 and 64 in my location of choice. And then putting the Jave 32 exe in the Tracker folder. Same for Combat Reporter. Both work great now.




GuyTipton -> RE: WitPTracker AE Release 1.10 Available! (9/8/2021 11:21:04 AM)


quote:

ORIGINAL: floydg


quote:

ORIGINAL: GuyTipton

Hi Folks, My googlefu is failing me again. I had to reboot my computer with Tracker open (newest version) and now it appears the database is corrupted. Was there a way to repair the database? I was about 700 turns into a pbem game (stock quiet China).

D:\Games\War in the Pacific Admiral's Edition\witptracker>java -Xms512m -Xmx640m -jar "WitPTracker.jar"
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1662 >= 1662
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)

Also tried "java -Xms768m -Xmx1024m -jar "WitPTracker.jar""

Cheers,
Guy

Looking at that code section, I think the DB is corrupted (some missing airgroup upgrade, it appears). I don't think it's recoverable, unfortunately.



Hi Floyd,

Thanx for looking.

Cheers,
Guy




pbiggar -> RE: WitPTracker AE Release 1.11 Available! (9/20/2021 5:37:11 PM)

What do the "sy=" messages mean on industry screen? Is there a table with the codes

Here is an example:




[image]local://upfiles/7523/29D004E01CCC4E278740A63CAC404817.jpg[/image]




Nomad -> RE: WitPTracker AE Release 1.11 Available! (9/20/2021 5:52:02 PM)

It is warning the you only have 6175 supply and you need 10,000+ to do the repair on the Vehicle Assembly factory.




pbiggar -> RE: WitPTracker AE Release 1.11 Available! (9/20/2021 8:43:35 PM)

Great! Many thanks.




pbiggar -> RE: WitPTracker AE Release 1.11 Available! (9/20/2021 9:13:59 PM)

Sorry, one more question as I try to understand the warnings. For Tokyo are there not have enough supplies here too?

There are 743,200 supplies present.





[image]local://upfiles/7523/711FA16BC67E4B429B341DE59CB2645B.jpg[/image]




Page: <<   < prev  201 202 [203] 204 205   next >   >>

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.921875