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  151 152 [153] 154 155   next >   >>
Login
Message << Older Topic   Newer Topic >>
RE: WitPTracker AE Release 1.9.2 Available! - 11/23/2013 4:02:00 PM   
Encircled


Posts: 2024
Joined: 12/30/2010
From: Northern England
Status: offline
Sorry!

Basically, everything appears to be set up correctly to run, but after I double click on the witptracker.bat, I get the message "Java SE has stopped working, Windows is searching for the problem".

It then comes up on the DOS "Press any key to continue", I press the key and it closes


< Message edited by Encircled -- 11/23/2013 6:38:03 PM >


_____________________________


(in reply to floydg)
Post #: 4561
RE: WitPTracker AE Release 1.9.2 Available! - 11/23/2013 8:52:56 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline
What version of java are you running?

From a DOS window, type "java -version".


(in reply to Encircled)
Post #: 4562
RE: WitPTracker AE Release 1.9.2 Available! - 11/23/2013 10:54:21 PM   
Encircled


Posts: 2024
Joined: 12/30/2010
From: Northern England
Status: offline
Java 6

I used to be on Java 7, but changed it to the one identified by N12345667 (Apologies, can't remember his exact log in details) on this.

Now I'm just completely confused. I have Java according to my program list





Attachment (1)

< Message edited by Encircled -- 11/24/2013 12:24:39 AM >


_____________________________


(in reply to floydg)
Post #: 4563
RE: WitPTracker AE Release 1.9.2 Available! - 11/23/2013 11:22:36 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline
can you humor me and run the command? In case you have multiple Java installs, you'd need to get the batch file to point to the right Java.

(in reply to Encircled)
Post #: 4564
RE: WitPTracker AE Release 1.9.2 Available! - 11/23/2013 11:29:59 PM   
Encircled


Posts: 2024
Joined: 12/30/2010
From: Northern England
Status: offline
Just in case you missed the above

My computer incompetence is really beginning to annoy me at the moment!






Attachment (1)

_____________________________


(in reply to floydg)
Post #: 4565
RE: WitPTracker AE Release 1.9.2 Available! - 11/23/2013 11:50:44 PM   
Encircled


Posts: 2024
Joined: 12/30/2010
From: Northern England
Status: offline
"java -Xms384m -Xmx512m -jar "WitPTracker.jar"
pause"

This is what the tracker batch file is currently pointed to btw

_____________________________


(in reply to Encircled)
Post #: 4566
RE: WitPTracker AE Release 1.9.2 Available! - 11/24/2013 12:01:35 AM   
n01487477


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

ORIGINAL: Encircled

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

This is what the tracker batch file is currently pointed to btw

Yes, it needs to look like this ...
On a win7 / 8 machine
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar" nomap

Also, my name is Damian ;-)

< Message edited by n01487477 -- 11/24/2013 1:02:17 AM >


_____________________________


(in reply to Encircled)
Post #: 4567
RE: WitPTracker AE Release 1.9.2 Available! - 11/24/2013 12:51:59 PM   
Encircled


Posts: 2024
Joined: 12/30/2010
From: Northern England
Status: offline
Damian, a thousand apologies for my continued inepitude, but I think I must be doing something wrong with my batch file

I'm editing the batch file to add the command you have given me, and I get this.




Attachment (1)

_____________________________


(in reply to n01487477)
Post #: 4568
RE: WitPTracker AE Release 1.9.2 Available! - 11/24/2013 1:02:06 PM   
n01487477


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

ORIGINAL: Encircled

Damian, a thousand apologies for my continued inepitude, but I think I must be doing something wrong with my batch file

I'm editing the batch file to add the command you have given me, and I get this.


Sometimes things are fiddly...

In your batch have "...java.exe" you need to include the ".exe" to java.
If there are any trackerdb.* files delete them and try again mate.

You are very close to the solution IMHO ;-)

Oh - also if you are using the beta; copy the pwsdll.dll from the beta2 folder to the tracker folder ;-)

[edit] Also, off to bed so I hope that good news comes by morning ...

< Message edited by n01487477 -- 11/24/2013 2:06:45 PM >


_____________________________


(in reply to Encircled)
Post #: 4569
RE: WitPTracker AE Release 1.9.2 Available! - 11/24/2013 3:09:09 PM   
Encircled


Posts: 2024
Joined: 12/30/2010
From: Northern England
Status: offline
Thanks for your continued advice and help, but I'm officially a bit lost.

Which bit do I need to change to get the batch file to point correctly to Java?




Attachment (1)

_____________________________


(in reply to n01487477)
Post #: 4570
RE: WitPTracker AE Release 1.9.2 Available! - 11/24/2013 3:16:46 PM   
witpqs


Posts: 26087
Joined: 10/4/2004
From: Argleton
Status: offline
To my eye it looks like you are forgetting to put in one of the quotation marks. Notice that the error is that 'C:\Program' is not recognized. That is because you have spaces with the path (and/or file) specification. By default the space indicates that is where it ends, so you need to enclose the whole thing within quotation marks so that Windows knows that the whole thing including any spaces is part of the path (and/or file name).

When I look at post # 4568 it looks like you forgot the first " (double quotation mark).

Should be this:

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

But you have this:

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

BTW, that presumes that C:\Program Files (x86)\Java\jre6\bin\ is actually the place where the Java 6 java.exe is located, you will have to adjust it if it is not.



< Message edited by witpqs -- 11/24/2013 4:18:09 PM >


_____________________________


(in reply to n01487477)
Post #: 4571
RE: WitPTracker AE Release 1.9.2 Available! - 11/24/2013 4:29:39 PM   
Encircled


Posts: 2024
Joined: 12/30/2010
From: Northern England
Status: offline
I know this is going to be hard to believe, but I'M IN!!!!!!!!!

Thanks for all your help guys!

_____________________________


(in reply to witpqs)
Post #: 4572
RE: WitPTracker AE Release 1.9.2 Available! - 11/24/2013 10:49:06 PM   
Crazypantoufle


Posts: 33
Joined: 7/30/2013
Status: offline
Hello everyone!

I just installed witp ae tracker, as i began a GC.
Firts I had the same path problem (and by the way my path is "\Java\bin\java.exe", i don't have \jre6\, is that normal?), but i corrected it in the .bat file.

Then now it's telling me "Java platform SE binary ceased working", then tracker just close.

I don't know anything about computer, so i have to discretely and gentlemanly ask "HEEELP MEEEEE!" to anyone who can understand this kind of problem.

I have win 7, 64 bits.

I installed C++ vcredist_x86.exe and the latest java as mentionned in the installer guide.



< Message edited by Crazypantoufle -- 11/24/2013 11:50:59 PM >

(in reply to Encircled)
Post #: 4573
RE: WitPTracker AE Release 1.9.2 Available! - 11/24/2013 10:56:35 PM   
n01487477


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

quote:

ORIGINAL: Crazypantoufle

Hello everyone!

I just installed witp ae tracker, as i began a GC.
Firts I had the same path problem (and by the way my path is "\Java\bin\java.exe", i don't have \jre6\, is that normal?), but i corrected it in the .bat file.

Then now it's telling me "Java platform SE binary ceased working", then tracker just close.

I don't know anything about computer, so i have to discretely and gentlemanly ask "HEEELP MEEEEE!" to anyone who can understand this kind of problem.

I have win 7, 64 bits.

I installed C++ vcredist_x86.exe and the latest java as mentionned in the installer guide.



You need java 6v45. Java 7 doesn't work.
Install this ...
https://dl.dropboxusercontent.com/u/17642556/jre-6u45-windows-i586.exe
Then path it like the previous posts on this page ;-)


_____________________________


(in reply to n01487477)
Post #: 4574
RE: WitPTracker AE Release 1.9.2 Available! - 11/24/2013 11:35:31 PM   
Crazypantoufle


Posts: 33
Joined: 7/30/2013
Status: offline
Thank you Damian, you were right about the version of Java.

I've downloaded this version, so now let's procede to problem n°3!
What all these "Unknown Source" mean?


Attachment (1)

< Message edited by Crazypantoufle -- 11/25/2013 12:48:53 AM >

(in reply to n01487477)
Post #: 4575
RE: WitPTracker AE Release 1.9.2 Available! - 11/24/2013 11:55:02 PM   
n01487477


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

quote:

ORIGINAL: Crazypantoufle

Thank you Damian, you were right about the version of Java.

I've downloaded this version, so now let's procede to problem n°3!
What all these "Unknown Source" mean?


It means that you haven't copied the pwsdll.dll from the beta2 folder into the tracker folder. As you are using the beta version of witp-ae, you need to use this dll.

Delete all trackerdb.* files in tracker and run again after copying the file.

_____________________________


(in reply to Crazypantoufle)
Post #: 4576
RE: WitPTracker AE Release 1.9.2 Available! - 11/25/2013 12:17:17 AM   
Crazypantoufle


Posts: 33
Joined: 7/30/2013
Status: offline
Thank you Damian! It WORKS, my friend!

Only one thing: before entering into the tracker, it says "WARNING: Could not initialize SigInt information for first turn".

My save is in the first turn of the GC. Is this normal?

(in reply to n01487477)
Post #: 4577
RE: WitPTracker AE Release 1.9.2 Available! - 11/25/2013 12:24:45 AM   
n01487477


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

quote:

ORIGINAL: Crazypantoufle

Thank you Damian! It WORKS, my friend!

Only one thing: before entering into the tracker, it says "WARNING: Could not initialize SigInt information for first turn".

My save is in the first turn of the GC. Is this normal?

Yes mate, as it is the first turn there is no sigInt data nor alerts. Remember to load the region definitions and you'll be good to go ;-)

Enjoy!

_____________________________


(in reply to Crazypantoufle)
Post #: 4578
RE: WitPTracker AE Release 1.9.2 Available! - 11/25/2013 7:55:25 AM   
Crazypantoufle


Posts: 33
Joined: 7/30/2013
Status: offline
Load a new region definition? How do i do that?
Do i have to change the file from the game? And what does it change?

Sorry for bothering you with all these questions, but i really am a newbie in both witp ae and computer programs.

(in reply to n01487477)
Post #: 4579
RE: WitPTracker AE Release 1.9.2 Available! - 11/25/2013 8:39:36 AM   
n01487477


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

quote:

ORIGINAL: Crazypantoufle

Load a new region definition? How do i do that?
Do i have to change the file from the game? And what does it change?

Sorry for bothering you with all these questions, but i really am a newbie in both witp ae and computer programs.

It's in Tracker so that you can see things happening in different regions. Unfortunately, our web site is down at present as there seems to be a google sites problem.

To do it

File -> Import Base file definitions
Open the region-mappings folder
I recommend using Kull or Nomads def's.

Hope this helps.


_____________________________


(in reply to Crazypantoufle)
Post #: 4580
RE: WitPTracker AE Release 1.9.2 Available! - 11/25/2013 5:53:35 PM   
witpqs


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

quote:

ORIGINAL: n01487477


quote:

ORIGINAL: Crazypantoufle

Load a new region definition? How do i do that?
Do i have to change the file from the game? And what does it change?

Sorry for bothering you with all these questions, but i really am a newbie in both witp ae and computer programs.

It's in Tracker so that you can see things happening in different regions. Unfortunately, our web site is down at present as there seems to be a google sites problem.

To do it

File -> Import Base file definitions
Open the region-mappings folder
I recommend using Kull or Nomads def's.

Hope this helps.


This one (attached) is set up to handle Big Babes scenarios with the extended map.

Attachment (1)

_____________________________


(in reply to n01487477)
Post #: 4581
RE: WitPTracker AE Release 1.9.2 Available! - 11/26/2013 12:17:04 PM   
Jim Stevens

 

Posts: 164
Joined: 3/25/2009
From: Woodstock, Georgia USA
Status: offline
Thanks Floyd!

(in reply to floydg)
Post #: 4582
RE: WitPTracker AE Release 1.9.2 Available! - 11/26/2013 12:32:46 PM   
rook749


Posts: 1105
Joined: 12/21/2006
Status: offline

quote:

ORIGINAL: witpqs
This one (attached) is set up to handle Big Babes scenarios with the extended map.


Wow this does help, Thanks!

-Rook749

(in reply to witpqs)
Post #: 4583
RE: WitPTracker AE Release 1.9.2 Available! - 11/27/2013 4:04:45 PM   
Encircled


Posts: 2024
Joined: 12/30/2010
From: Northern England
Status: offline
Sorry to bother you again

I don't seem to be getting any alerts?

Any ideas?






Attachment (1)

_____________________________


(in reply to rook749)
Post #: 4584
RE: WitPTracker AE Release 1.9.2 Available! - 11/27/2013 4:38:14 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline
Alerts are generated by loading a turn, since it's based on the difference between two saves.

(in reply to Encircled)
Post #: 4585
RE: WitPTracker AE Release 1.9.2 Available! - 11/27/2013 6:33:06 PM   
Encircled


Posts: 2024
Joined: 12/30/2010
From: Northern England
Status: offline
It would help if I'd loaded the turn

Sorted now

_____________________________


(in reply to floydg)
Post #: 4586
RE: WitPTracker AE Release 1.9.2 Available! - 12/8/2013 7:06:39 PM   
cantona2


Posts: 3749
Joined: 5/21/2007
From: Gibraltar
Status: offline
I keep getting this error message today. Tracker has worjked without a hitch for 4 months and began to get this error today. I reinstalled a number of times and done the usual setups for Java exe in a 64 bit machine and copied the Beta dll into the Tracker folder. Any help please?



_____________________________

1966 was a great year for English Football...Eric was born


(in reply to Encircled)
Post #: 4587
RE: WitPTracker AE Release 1.9.2 Available! - 12/8/2013 10:38:08 PM   
n01487477


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

quote:

ORIGINAL: cantona2

I keep getting this error message today. Tracker has worjked without a hitch for 4 months and began to get this error today. I reinstalled a number of times and done the usual setups for Java exe in a 64 bit machine and copied the Beta dll into the Tracker folder. Any help please?

Cantona -
that is a dll error. Are are you sure you are copying from the beta2 directory ?

_____________________________


(in reply to cantona2)
Post #: 4588
RE: WitPTracker AE Release 1.9.2 Available! - 12/9/2013 7:56:10 PM   
cantona2


Posts: 3749
Joined: 5/21/2007
From: Gibraltar
Status: offline
Thanks Damian. All sorted now after an update to the latest Beta and a reinstall of Tracker

_____________________________

1966 was a great year for English Football...Eric was born


(in reply to n01487477)
Post #: 4589
RE: WitPTracker AE Release 1.9.2 Available! - 12/9/2013 9:54:20 PM   
scott64


Posts: 4019
Joined: 9/12/2004
From: Colorado
Status: offline
Getting this error.






Attachment (1)

_____________________________

Lucky for you, tonight it's just me


Any ship can be a minesweeper..once !! :)

http://suspenseandmystery.blogspot.com/

(in reply to cantona2)
Post #: 4590
Page:   <<   < prev  151 152 [153] 154 155   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  151 152 [153] 154 155   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.609