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: WitPTracker AE Release 1.9.2 Available!

 
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: WitPTracker AE Release 1.9.2 Available! Page: <<   < prev  132 133 [134] 135 136   next >   >>
Login
Message << Older Topic   Newer Topic >>
RE: WitPTracker AE Release 1.9.2 Available! - 10/2/2012 12:22:28 AM   
witpqs


Posts: 26087
Joined: 10/4/2004
From: Argleton
Status: offline
A little update. Java 7 is a bust for reasons beyond me. I went and installed Java 6 in addition to Java 7. I verified that my browser is running Java 7 (good). I modified my Tracker .bat file to this:
quote:


"C:\Program Files (x86)\Java\jre6\bin\java" -Xms512m -Xmx768m -jar "WitPTracker.jar" nomap
pause


Now Tracker is working again, (presumably) using Java 6.

_____________________________


(in reply to witpqs)
Post #: 3991
RE: WitPTracker AE Release 1.9.2 Available! - 10/2/2012 12:27:37 AM   
n01487477


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

ORIGINAL: witpqs

A little update. Java 7 is a bust for reasons beyond me. I went and installed Java 6 in addition to Java 7. I verified that my browser is running Java 7 (good). I modified my Tracker .bat file to this:
quote:


"C:\Program Files (x86)\Java\jre6\bin\java" -Xms512m -Xmx768m -jar "WitPTracker.jar" nomap
pause


Now Tracker is working again, (presumably) using Java 6.

Yes early adopters get burnt

Still - I just loaded 3 turns with my Java7 build and no probs... Let me investigate further. I'll uninstall Java 6 from my Win7 build and install 7 - Then check what is going on.

Thanks for helping witpqs

[edit] Okay looks like the problem is Win7 compared to XP. On my XP build Java 7 seems to work on Win7 it doesn't


I will continue to investigate and as witpqs has stated - having both installed is an option or just keep with Java 6_35 until they get it right or we do ...

[edit2]Okay looks like our code is okay, but how we load & read the pwsdll.dll (hence savefile) is silently erroring. (Eclipse doesn't throw an error.) So I'll have to talk with Floyd and MichaelM about this ... Java 6 guys.

Java 6 download
http://java.com/en/download/manual_v6.jsp

< Message edited by n01487477 -- 10/2/2012 1:03:33 AM >


_____________________________


(in reply to witpqs)
Post #: 3992
RE: WitPTracker AE Release 1.9.2 Available! - 10/2/2012 6:18:39 AM   
1EyedJacks


Posts: 2244
Joined: 3/12/2006
From: The Eastern Sierras
Status: offline
Hey - I just wanted to thank everyone for the support you are providing and your willingness to try and get this to work with Win7 plus Java 7x.

TTFN,

Mike

_____________________________

TTFN,

Mike

(in reply to n01487477)
Post #: 3993
RE: WitPTracker AE Release 1.9.2 Available! - 10/2/2012 6:31:02 AM   
witpqs


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

quote:

ORIGINAL: n01487477

quote:

ORIGINAL: witpqs

A little update. Java 7 is a bust for reasons beyond me. I went and installed Java 6 in addition to Java 7. I verified that my browser is running Java 7 (good). I modified my Tracker .bat file to this:
quote:


"C:\Program Files (x86)\Java\jre6\bin\java" -Xms512m -Xmx768m -jar "WitPTracker.jar" nomap
pause


Now Tracker is working again, (presumably) using Java 6.

Yes early adopters get burnt

Still - I just loaded 3 turns with my Java7 build and no probs... Let me investigate further. I'll uninstall Java 6 from my Win7 build and install 7 - Then check what is going on.

Thanks for helping witpqs

[edit] Okay looks like the problem is Win7 compared to XP. On my XP build Java 7 seems to work on Win7 it doesn't


I will continue to investigate and as witpqs has stated - having both installed is an option or just keep with Java 6_35 until they get it right or we do ...

[edit2]Okay looks like our code is okay, but how we load & read the pwsdll.dll (hence savefile) is silently erroring. (Eclipse doesn't throw an error.) So I'll have to talk with Floyd and MichaelM about this ... Java 6 guys.

Java 6 download
http://java.com/en/download/manual_v6.jsp

What is "Eclipse"?

_____________________________


(in reply to n01487477)
Post #: 3994
RE: WitPTracker AE Release 1.9.2 Available! - 10/2/2012 7:51:50 AM   
n01487477


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

ORIGINAL: witpqs
What is "Eclipse"?

Eclipse is an integrated development environment (IDE) for Java. Like netbeans (another IDE), it allows programmers to code in Java or C/C++ and compile their code. [Edit] Actually forgot to say that with the Pydev plug-in it can be used for Python programming too.

Actually, my message was more for Floyd & maybe I shouldn't have posted, but I thought clarification was good for all. Do you use an IDE for your Python inspired Intel Monkey? I've had a quick look at it - very nice effort mate!

< Message edited by n01487477 -- 10/2/2012 7:54:26 AM >


_____________________________


(in reply to witpqs)
Post #: 3995
RE: WitPTracker AE Release 1.9.2 Available! - 10/2/2012 3:18:20 PM   
witpqs


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

ORIGINAL: n01487477

quote:

ORIGINAL: witpqs
What is "Eclipse"?

Eclipse is an integrated development environment (IDE) for Java. Like netbeans (another IDE), it allows programmers to code in Java or C/C++ and compile their code. [Edit] Actually forgot to say that with the Pydev plug-in it can be used for Python programming too.

Actually, my message was more for Floyd & maybe I shouldn't have posted, but I thought clarification was good for all. Do you use an IDE for your Python inspired Intel Monkey? I've had a quick look at it - very nice effort mate!

At the moment I'm simply using IDLE, the editor, et al that comes with Python. I use emacs for various text stuff, but I found it slightly annoying for Python and IDLE's color coding was more convenient than emacs'. I am sure that I'll switch to a better environment further along and certainly when I pull in other languages. I should mention that I have an affinity for free (& preferably open source) tools.



Thanks for the compliment! I've been both dusting off my brain and learning new things as I go along, which is the ulterior motive. I'll be fleshing out phase 1 shortly and then making it nicer with a DB to allow faster per turn loads (no more reading everything every time) and advanced querying, which is the big goal. In that vein I'm continually cleaning up the code as I go along. And, of course, continually going through the Python docs as the laying of new foundation is allowing me to pick up new stuff on second and third passes. They've really done quite a good job with Python. BTW I loaded Python 3.3 this past weekend.

< Message edited by witpqs -- 10/2/2012 3:20:34 PM >


_____________________________


(in reply to n01487477)
Post #: 3996
RE: WitPTracker AE Release 1.9.2 Available! - 10/3/2012 12:45:16 AM   
MarcA


Posts: 1181
Joined: 3/2/2005
From: England
Status: offline

quote:

ORIGINAL: n01487477

quote:

ORIGINAL: witpqs

A little update. Java 7 is a bust for reasons beyond me. I went and installed Java 6 in addition to Java 7. I verified that my browser is running Java 7 (good). I modified my Tracker .bat file to this:
quote:


"C:\Program Files (x86)\Java\jre6\bin\java" -Xms512m -Xmx768m -jar "WitPTracker.jar" nomap
pause


Now Tracker is working again, (presumably) using Java 6.

Yes early adopters get burnt

Still - I just loaded 3 turns with my Java7 build and no probs... Let me investigate further. I'll uninstall Java 6 from my Win7 build and install 7 - Then check what is going on.

Thanks for helping witpqs

[edit] Okay looks like the problem is Win7 compared to XP. On my XP build Java 7 seems to work on Win7 it doesn't


I will continue to investigate and as witpqs has stated - having both installed is an option or just keep with Java 6_35 until they get it right or we do ...

[edit2]Okay looks like our code is okay, but how we load & read the pwsdll.dll (hence savefile) is silently erroring. (Eclipse doesn't throw an error.) So I'll have to talk with Floyd and MichaelM about this ... Java 6 guys.

Java 6 download
http://java.com/en/download/manual_v6.jsp


Hi folks, it looks like my problem is running Java 7.7 under windows 7. I might download 6.35

Thanks for the help




_____________________________


(in reply to n01487477)
Post #: 3997
RE: WitPTracker AE Release 1.9.2 Available! - 10/3/2012 2:35:12 AM   
gottagofish


Posts: 107
Joined: 1/17/2005
Status: offline
Help needed. I had my computer lose power when the electricity went off while I had Tracker open. Now, it takes 25 minutes to open the program when it used to take 10 minutes. Was this caused by the crash? Is there any hope to fix this short of starting over from the oldest save I have and re-loading?

(in reply to MarcA)
Post #: 3998
RE: WitPTracker AE Release 1.9.2 Available! - 10/3/2012 3:16:39 AM   
n01487477


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

quote:

ORIGINAL: Marauder Jack

Help needed. I had my computer lose power when the electricity went off while I had Tracker open. Now, it takes 25 minutes to open the program when it used to take 10 minutes. Was this caused by the crash? Is there any hope to fix this short of starting over from the oldest save I have and re-loading?

Probably not - how is the rest of the computer os running ? Did it fry any components ?
Specifically, what memory settings are you using for Tracker?
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms512m -Xmx640m -jar "WitPTracker.jar"
pause

_____________________________


(in reply to gottagofish)
Post #: 3999
RE: WitPTracker AE Release 1.9.2 Available! - 10/3/2012 5:46:59 AM   
Yaab


Posts: 4552
Joined: 11/8/2011
From: Poland
Status: offline
Two things.

I have a question concerning the "Industry" screen, when "Supply&Fuel" tab is selected. There is the "Supply Req." column. Is this daily/weekly/biweekly or monthly requirement? For example, at start, Allied China has around 115,000 supplies stockpiled, produces around 4500 supply daily and has supply requirement of 35,000.

Second, is there a way to make Tracker's tooltips display for a longer time? Or better, to make them stay until I move my mouse?


(in reply to n01487477)
Post #: 4000
RE: WitPTracker AE Release 1.9.2 Available! - 10/3/2012 5:52:51 AM   
n01487477


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

quote:

ORIGINAL: Yaab

Two things.

I have a question concerning the "Industry" screen, when "Supply&Fuel" tab is selected. There is the "Supply Req." column. Is this daily/weekly/biweekly or monthly requirement? For example, at start, Allied China has around 115,000 supplies stockpiled, produces around 4500 supply daily and has supply requirement of 35,000.

Second, is there a way to make Tracker's tooltips display for a longer time? Or better, to make them stay until I move my mouse?



Supply Req. is just adding all the base supply req. which you can see if you click a base in the game (which is a monthly figure; changes according to lcu use, combat etc but doesn't look at expansion etc). THe manual explains this ...

Tooltips can be displayed longer - but I hvae to go back through a reprogramme them.

_____________________________


(in reply to Yaab)
Post #: 4001
RE: WitPTracker AE Release 1.9.2 Available! - 10/3/2012 6:29:41 AM   
Yaab


Posts: 4552
Joined: 11/8/2011
From: Poland
Status: offline
I don't get it. What about LCUs outside bases? Is their supply requirement lumped into the number in the "Supply Req." column? In China, I have 91 big infantry corps with an average supply reguirement of 500-600 points, which amounts to 45,000 supply points. I should see bigger numbers in the column. How do I know what is my total supply requirement for all bases + all LCUs/airgroups in China?

(in reply to n01487477)
Post #: 4002
RE: WitPTracker AE Release 1.9.2 Available! - 10/3/2012 6:39:47 AM   
FeurerKrieg


Posts: 3397
Joined: 6/15/2005
From: Denver, CO
Status: offline
I believe that the supply req is just what Damian said - it is all the "Sup Req" values of the bases in a given defined region totaled up. I don't think LCU's that aren't in bases are added into the calculation. Should they be? Maybe, but I'm not sure if it is all that easy to gather that data.

_____________________________


Upper portion used with permission of www.subart.net, copyright John Meeks

(in reply to Yaab)
Post #: 4003
RE: WitPTracker AE Release 1.9.2 Available! - 10/3/2012 11:57:22 AM   
Chris21wen

 

Posts: 6249
Joined: 1/17/2002
From: Cottesmore, Rutland
Status: offline
Got a question on PPs LCU production chart.

I'm scratching my head trying to work out the significance of the 'Units Accumulative Pol Pts' in relationship to the 'Accumulative Pol Pts'. I think I'm missing something.

(in reply to floydg)
Post #: 4004
RE: WitPTracker AE Release 1.9.2 Available! - 10/3/2012 12:41:50 PM   
MAARTENR


Posts: 808
Joined: 5/1/2004
Status: offline
I get this what can i do to resolve this?
Maybe there is already a topic about it.
If so could someone give me a link, please?




SOLVED POST 3938, GREAT!

Attachment (1)

< Message edited by MAARTENR -- 10/3/2012 12:50:18 PM >


_____________________________


(in reply to Chris21wen)
Post #: 4005
RE: WitPTracker AE Release 1.9.2 Available! - 10/3/2012 12:59:41 PM   
MAARTENR


Posts: 808
Joined: 5/1/2004
Status: offline
Other problem what now?
Could some Dutch translate it please?




It says java platform is not working anymore??????????

Attachment (1)

< Message edited by MAARTENR -- 10/3/2012 1:00:26 PM >


_____________________________


(in reply to MAARTENR)
Post #: 4006
RE: WitPTracker AE Release 1.9.2 Available! - 10/3/2012 1:03:33 PM   
n01487477


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

quote:

ORIGINAL: Chris H

Got a question on PPs LCU production chart.

I'm scratching my head trying to work out the significance of the 'Units Accumulative Pol Pts' in relationship to the 'Accumulative Pol Pts'. I think I'm missing something.

First one is arriving units PP's cost and the second is just PP's accumulating at the scenario rate. No relation.

_____________________________


(in reply to Chris21wen)
Post #: 4007
RE: WitPTracker AE Release 1.9.2 Available! - 10/3/2012 3:26:37 PM   
MAARTENR


Posts: 808
Joined: 5/1/2004
Status: offline
How can i install an older version of Java and how do i uninstall it and install an older version of Java and where can i find an older version?

_____________________________


(in reply to n01487477)
Post #: 4008
RE: WitPTracker AE Release 1.9.2 Available! - 10/3/2012 4:01:32 PM   
witpqs


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

ORIGINAL: MAARTENR

How can i install an older version of Java and how do i uninstall it and install an older version of Java and where can i find an older version?

Here is what I did that worked.

Unless they released new ones in the last two days, the latest versions are 7.7 and 6.35. Go to the Java site and download those two versions. Make sure they are the 32-bit versions.

There are other ways to do this, but for clarity, this is what I recommend.

1) Uninstall the version of Java that you have running now.

2) Install Java v6.35 that you just downloaded.

3) Install Java v7.7 that you just downloaded.

4) Edit the .bat file that you use to run Tracker. I personally use the 'nomap' version, but whatever options you use, the part in red is the change that is needed. Note that if your Windows system is different you might have to find where are the Java 6 files, but this is where they are on my system.
quote:

"C:\Program Files (x86)\Java\jre6\bin\java" -Xms512m -Xmx768m -jar "WitPTracker.jar" nomap
pause


5) Next, make certain that Java 7 is what runs when you don't specifically look for Java 6.
Look at this page in your browser:
http://www.java.com/en/download/testjava.jsp
That page will test Java as your browser uses it. Your browser might give a security question asking if you want to allow that page to run Java.


As I said there are other ways to do this, but the "if this is the case then do that" instructions would be complicated.

_____________________________


(in reply to MAARTENR)
Post #: 4009
RE: WitPTracker AE Release 1.9.2 Available! - 10/3/2012 4:21:49 PM   
MAARTENR


Posts: 808
Joined: 5/1/2004
Status: offline
How do i uninstall the latest version of Java?
Could you send a picture and tell it please becausse its easier than.

< Message edited by MAARTENR -- 10/3/2012 9:29:44 PM >


_____________________________


(in reply to witpqs)
Post #: 4010
RE: WitPTracker AE Release 1.9.2 Available! - 10/3/2012 10:08:12 PM   
Chris21wen

 

Posts: 6249
Joined: 1/17/2002
From: Cottesmore, Rutland
Status: offline

quote:

ORIGINAL: n01487477


quote:

ORIGINAL: Chris H

Got a question on PPs LCU production chart.

I'm scratching my head trying to work out the significance of the 'Units Accumulative Pol Pts' in relationship to the 'Accumulative Pol Pts'. I think I'm missing something.

First one is arriving units PP's cost and the second is just PP's accumulating at the scenario rate. No relation.


Yes I understand that but I don't understand the significance of the arriving units PPs cost. Why do I need to know that?

(in reply to n01487477)
Post #: 4011
RE: WitPTracker AE Release 1.9.2 Available! - 10/3/2012 10:19:40 PM   
Chris21wen

 

Posts: 6249
Joined: 1/17/2002
From: Cottesmore, Rutland
Status: offline
Is there a way of seeing the projected HI Pt usage of a period of time?

(in reply to floydg)
Post #: 4012
RE: WitPTracker AE Release 1.9.2 Available! - 10/4/2012 10:29:49 AM   
MAARTENR


Posts: 808
Joined: 5/1/2004
Status: offline
Must i remove the 7 version and 6 (wich one) and what must i do than?
Remove it and install an older version and wich older version must it be?
How can i find and install that older version?

Can someone please give me a helping hand?




Attachment (1)

_____________________________


(in reply to Chris21wen)
Post #: 4013
RE: WitPTracker AE Release 1.9.2 Available! - 10/4/2012 11:27:01 AM   
michaelm75au


Posts: 13500
Joined: 5/5/2001
From: Melbourne, Australia
Status: offline
You don't need to remove it.
Edit the 'witptracker.bat' in the Tracker directory and add the location of java 6 to the front of the 'java'.
Attached is my BAT file which calls Java 6 (i have java 7 also installed)
quote:


"C:\Program Files (x86)\Java\jre6\bin\java" -Xms512m -Xmx640m -jar "WitPTracker.jar"
pause

Change the path to where java 6 is installed

Attachment (1)

< Message edited by michaelm -- 10/4/2012 11:30:28 AM >


_____________________________

Michael

(in reply to MAARTENR)
Post #: 4014
RE: WitPTracker AE Release 1.9.2 Available! - 10/4/2012 11:33:52 AM   
MAARTENR


Posts: 808
Joined: 5/1/2004
Status: offline
It cant find the path, what now?
Thanx for your help.

_____________________________


(in reply to michaelm75au)
Post #: 4015
RE: WitPTracker AE Release 1.9.2 Available! - 10/4/2012 12:07:46 PM   
Chris21wen

 

Posts: 6249
Joined: 1/17/2002
From: Cottesmore, Rutland
Status: offline

quote:

ORIGINAL: MAARTENR

It cant find the path, what now?
Thanx for your help.


Are you sure you typed in the path correctly as by default this is where Java will be intalled.

If you have and you did not change the install destination for Java then Java is not installed. You can check by going into the folder structure of the C drive following the path michaelm gave you.

(in reply to MAARTENR)
Post #: 4016
RE: WitPTracker AE Release 1.9.2 Available! - 10/4/2012 12:09:55 PM   
MAARTENR


Posts: 808
Joined: 5/1/2004
Status: offline
Allright i will do that Chris.

_____________________________


(in reply to Chris21wen)
Post #: 4017
RE: WitPTracker AE Release 1.9.2 Available! - 10/4/2012 12:15:54 PM   
MAARTENR


Posts: 808
Joined: 5/1/2004
Status: offline
jre6 has got no bin folder but with other ones yes.
See picture.




Attachment (1)

< Message edited by MAARTENR -- 10/4/2012 12:20:22 PM >


_____________________________


(in reply to MAARTENR)
Post #: 4018
RE: WitPTracker AE Release 1.9.2 Available! - 10/4/2012 2:07:18 PM   
Chris21wen

 

Posts: 6249
Joined: 1/17/2002
From: Cottesmore, Rutland
Status: offline

quote:

ORIGINAL: MAARTENR

jre6 has got no bin folder but with other ones yes.
See picture.





I don't think 6 is installed correctly. I suggest deleting all Java from the machine and then reinstall just 6 from scratch along with any patches for it. Once that's working intall 7 as well.

(in reply to MAARTENR)
Post #: 4019
RE: WitPTracker AE Release 1.9.2 Available! - 10/4/2012 2:48:32 PM   
MAARTENR


Posts: 808
Joined: 5/1/2004
Status: offline
I've reinstall java 6 and now it works again! But when i install Java 7 it doesnt work.
How can i not upgrade to java 7 afther some updating for Java.
Should i disable the option to upgrade?
Only i got to use the NO MAP file but that isnt really important.


< Message edited by MAARTENR -- 10/4/2012 3:14:03 PM >


_____________________________


(in reply to Chris21wen)
Post #: 4020
Page:   <<   < prev  132 133 [134] 135 136   next >   >>
All Forums >> [New Releases from Matrix Games] >> War in the Pacific: Admiral's Edition >> RE: WitPTracker AE Release 1.9.2 Available! Page: <<   < prev  132 133 [134] 135 136   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

0.875