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

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



Message


khyberbill -> RE: WitPTracker AE Release 1.8 Available! (4/17/2012 10:13:15 AM)

yes




floydg -> RE: WitPTracker AE Release 1.8 Available! (4/17/2012 4:10:55 PM)


quote:

ORIGINAL: khyberbill

yes


Odd... can you attach a screenshot of that folder?

If the file is there, the only other idea I have is that it may be corrupted. Can you re-copy it?




treespider -> RE: WitPTracker AE Release 1.8 Available! (4/17/2012 4:50:33 PM)

What's the status of v1.9.... IIRC you were going to include the ability to read the altered production inputs and outputs present in some of the later mods?




khyberbill -> RE: WitPTracker AE Release 1.8 Available! (4/17/2012 4:55:24 PM)

quote:

Can you re-copy it?

Yes, I will delete and re-copy.




floydg -> RE: WitPTracker AE Release 1.8 Available! (4/17/2012 6:11:12 PM)


quote:

ORIGINAL: treespider

What's the status of v1.9.... IIRC you were going to include the ability to read the altered production inputs and outputs present in some of the later mods?


Still dragging my feet a bit on the release (but I hope to be done soon -- things have been crazy the past few months).

I believe Damian did add that capability.




Mundy -> RE: WitPTracker AE Release 1.8 Available! (4/18/2012 12:42:46 AM)

Hi guys.

I have a general Java question as it relates to Tracker (and Combat Reporter):

I had installed Oracle's JDeveloper (in my goal to learn Java programming). Once I did this, I got a slew of error message and the program wouldn't start. I would up unistalling everything Java related and re-installed regular Java, and I'm fine again.

Do you know of anything relating to file types or anything else which might do this? As far as I could tell, the .jar files weren't associated with the development app. I didn't save a pic of the errors, but IIRC, they were something like illegal assignment errors.

Combat Reporter behaved pretty much the same way with the same errors, so it didn't want to execute the file for some reason.

Thanks,

Ed




floydg -> RE: WitPTracker AE Release 1.8 Available! (4/18/2012 3:43:22 AM)


quote:

ORIGINAL: Mundy

Hi guys.

I have a general Java question as it relates to Tracker (and Combat Reporter):

I had installed Oracle's JDeveloper (in my goal to learn Java programming). Once I did this, I got a slew of error message and the program wouldn't start. I would up unistalling everything Java related and re-installed regular Java, and I'm fine again.

Do you know of anything relating to file types or anything else which might do this? As far as I could tell, the .jar files weren't associated with the development app. I didn't save a pic of the errors, but IIRC, they were something like illegal assignment errors.

Combat Reporter behaved pretty much the same way with the same errors, so it didn't want to execute the file for some reason.

Thanks,

Ed


Just guessing that it could be the JRE version that gets installed with the tool.

Personally, I use Eclipse for development (Damian convinced me to switch from NetBeans and I never looked back).




Mundy -> RE: WitPTracker AE Release 1.8 Available! (4/18/2012 4:54:17 AM)

Thanks Floyd. I'll give that a look.

Ed-




cplprice -> RE: WitPTracker AE Release 1.0 (4/19/2012 11:01:52 PM)

I've tried everything several times. I'm afraid it's a stupid thing on my part, but I can't figure it out. Running the most recent Java version, ran the test on the Java website it says Java is working correctly. Running Tracker from the batch file (tried it from the jar file too). Running the 1st scenario from the Japanese side, un-modded. Have tried saving before a turn runs, tried saving after the initial turn. Here's my latest error report:



[image]local://upfiles/38966/C82711E04E5648A9AF9B196A67BAD733.jpg[/image]




floydg -> RE: WitPTracker AE Release 1.0 (4/19/2012 11:05:44 PM)


quote:

ORIGINAL: cplprice

I've tried everything several times. I'm afraid it's a stupid thing on my part, but I can't figure it out. Running the most recent Java version, ran the test on the Java website it says Java is working correctly. Running Tracker from the batch file (tried it from the jar file too). Running the 1st scenario from the Japanese side, un-modded. Have tried saving before a turn runs, tried saving after the initial turn. Here's my latest error report:



Did you copy the pwsdll.dll file from the game to the WitPTracker folder? If not, do that, delete the trackerdb.* files and try again.




cplprice -> RE: WitPTracker AE Release 1.0 (4/19/2012 11:55:39 PM)

That fixed it floydg! Thank you very much...you are 'da man![&o]




Historiker -> RE: WitPTracker AE Release 1.0 (4/21/2012 5:11:57 PM)

Another copy is running without problems. The .dll is replaced.

What does that message mean?

[image]local://upfiles/25688/AC7CFD0CF7764F72A5397556F7F0E123.jpg[/image]




drw61 -> RE: WitPTracker AE Release 1.0 (4/21/2012 6:16:40 PM)


quote:

ORIGINAL: Historiker

Another copy is running without problems. The .dll is replaced.

What does that message mean?

[image]local://upfiles/25688/AC7CFD0CF7764F72A5397556F7F0E123.jpg[/image]

I was having the same problem.
I used the following from the tracker support page and it fixed it for me. select the bat file choose edit and copy the following in the file.

"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar"
pause




http://sites.google.com/site/witptracker/support

From tracker support:

Check you have 32 bit Java
Check you have 32 bit Java installed. If you are working on a 64 bit OS, then you can have both installed.


Change your witptracker.bat file to point to the 32 bit Java executable (you need the quotes because of the space) - this varies on different machines so you'll need to check the path:

32bitOS users
C:\"Program Files"\Java\jre6\bin\java -Xms384m -Xmx512m -jar "WitPTracker.jar"
pause
64bitOS users
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar"
pause

You must run WitPTracker from the batch file. There is an executable file that might solve your problem if you've done the step above at the bottom of this page.




floydg -> RE: WitPTracker AE Release 1.0 (4/21/2012 6:17:27 PM)

quote:

ORIGINAL: Historiker

Another copy is running without problems. The .dll is replaced.

What does that message mean?



Check http://sites.google.com/site/witptracker/support

EDIT: drw61 beat me to it... [8D]




Historiker -> RE: WitPTracker AE Release 1.0 (4/21/2012 7:32:01 PM)

Thanks guys :)




Hanzberger -> RE: WitPTracker AE Release 1.0 (4/22/2012 12:50:56 PM)

Any tentative, probable, maybe, could be, around, most likely date of release of the next Generation Tracker?
[:D]

I would not be playing this game without~!
[&o]




floydg -> RE: WitPTracker AE Release 1.0 (4/22/2012 1:55:38 PM)


quote:

ORIGINAL: Hanzberger

Any tentative, probable, maybe, could be, around, most likely date of release of the next Generation Tracker?
[:D]

I would not be playing this game without~!
[&o]


Working on it. Probably in the range of weeks...




Hanzberger -> RE: WitPTracker AE Release 1.0 (4/23/2012 9:34:19 PM)


quote:

ORIGINAL: floydg


quote:

ORIGINAL: Hanzberger

Any tentative, probable, maybe, could be, around, most likely date of release of the next Generation Tracker?
[:D]

I would not be playing this game without~!
[&o]


Working on it. Probably in the range of weeks...

[sm=00000436.gif]




larryfulkerson -> RE: WitPTracker AE Release 1.8 (4/24/2012 8:08:22 AM)

Is there a wiki or manual or pdf file or something to explain what the sy=nnnn means in the warnings column?

[image]local://upfiles/16287/CC397A0D2F3F42DA97D1F96AACD56326.gif[/image]




n01487477 -> RE: WitPTracker AE Release 1.8 (4/24/2012 8:15:55 AM)

SY = supply.

No pdf only the web site, which is incomplete I'm afraid ..




larryfulkerson -> RE: WitPTracker AE Release 1.8 (4/24/2012 9:21:01 AM)

Ah so.........many thanks for the quick reply.




obvert -> RE: WitPTracker AE Release 1.8 (4/24/2012 12:41:35 PM)

In the current thread on the main forum about LCUs in rest mode I notice a tracker page posted by treespider that I've not been able to find. It details the history of the LCU in question over the course of many turns.

Is there a feature like this in tracker? How do I use it?




Theages -> RE: WitPTracker AE Release 1.8 (4/24/2012 6:09:47 PM)


quote:

ORIGINAL: obvert

In the current thread on the main forum about LCUs in rest mode I notice a tracker page posted by treespider that I've not been able to find. It details the history of the LCU in question over the course of many turns.

Is there a feature like this in tracker? How do I use it?


Data Set LCU
Tab LCU
select the LCU from the list
Hit History button




larryfulkerson -> RE: WitPTracker AE Release 1.8 (4/25/2012 6:12:39 AM)

I did a cut and paste of screenshots of a Tracker display and found out that the Japs have only a limted number of repair yards.

How does the Jap player go about building more of them?

EDIT: moved this post to a better place.

[image]local://upfiles/16287/BF0514B99009498EBE4B26746D5EEFD6.gif[/image]




n01487477 -> RE: WitPTracker AE Release 1.8 (4/25/2012 6:32:55 AM)

You can't build more of them... you are limited by the scenario creator. You can build them bigger though and in some cases you should; to allow ships of larger sizes to use them & allow more repair points... For ex. a size 10 can handle up to a 10,000 Tonne vessel. It is your job to decide what to increase and where.
p.237 manual or
http://www.matrixgames.com/forums/tm.asp?m=2990845&mpage=1&key=repair�


[image]local://upfiles/19798/DD3309F4379F466C83E2ABDC804EE69D.jpg[/image]




obvert -> RE: WitPTracker AE Release 1.8 (4/25/2012 8:39:22 PM)


quote:

ORIGINAL: Theages


quote:

ORIGINAL: obvert

In the current thread on the main forum about LCUs in rest mode I notice a tracker page posted by treespider that I've not been able to find. It details the history of the LCU in question over the course of many turns.

Is there a feature like this in tracker? How do I use it?


Data Set LCU
Tab LCU
select the LCU from the list
Hit History button


Thanks I'll try that!




Hanzberger -> RE: WitPTracker AE Release 1.8 (4/27/2012 10:13:32 PM)

Dry docks =repair yards? sorry I forget




Judykator -> RE: WitPTracker AE Release 1.8 (4/28/2012 6:37:07 AM)

I'm starting a new game. After running a clean install WitpTracker (1.8) receives this message. What should I do? I should add that the "old game" the program work fine.

[image]local://upfiles/32398/44E7A44D42E945A3BFB85FD9EE18EF74.jpg[/image]

My witptracker.properties
Dir=[d:\Gry\War in the Pacific - Admiral's Edition]
GameType=[0]
Side=[0]
Password=[abc123]
SaveFile=[wpae003.pws]
SaveMode=[1]
Header=[wpae003]
TurnCycle=[1]




Judykator -> RE: WitPTracker AE Release 1.8 (4/28/2012 9:01:27 AM)

I started playing again ...

[image]local://upfiles/32398/5F2B899CAF004CCC9FE8C0200F72165E.jpg[/image]

I use game version 1.0.6.1108r9




n01487477 -> RE: WitPTracker AE Release 1.8 (4/29/2012 3:44:43 AM)


quote:

ORIGINAL: Judykator

I started playing again ...


I use game version 1.0.6.1108r9

Did you copy the new pwsdll.dll over to the tracker folder ?




Page: <<   < prev  115 116 [117] 118 119   next >   >>

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.953125