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

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



Message


Encircled -> RE: WitPTracker AE Release 1.9.2 Available! (11/23/2013 4:02:00 PM)

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




floydg -> RE: WitPTracker AE Release 1.9.2 Available! (11/23/2013 8:52:56 PM)

What version of java are you running?

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





Encircled -> RE: WitPTracker AE Release 1.9.2 Available! (11/23/2013 10:54:21 PM)

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


[image]local://upfiles/37071/0D08611A264E4F6B854F06545EA71D36.jpg[/image]




floydg -> RE: WitPTracker AE Release 1.9.2 Available! (11/23/2013 11:22:36 PM)

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.




Encircled -> RE: WitPTracker AE Release 1.9.2 Available! (11/23/2013 11:29:59 PM)

Just in case you missed the above

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



[image]local://upfiles/37071/C1885CAA807449ECBE26E552E2F85F51.jpg[/image]




Encircled -> RE: WitPTracker AE Release 1.9.2 Available! (11/23/2013 11:50:44 PM)

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

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




n01487477 -> RE: WitPTracker AE Release 1.9.2 Available! (11/24/2013 12:01:35 AM)

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 ;-)




Encircled -> RE: WitPTracker AE Release 1.9.2 Available! (11/24/2013 12:51:59 PM)

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.

[image]local://upfiles/37071/A4319E6CB2D14B9FADD5A1E9024CBF85.jpg[/image]




n01487477 -> RE: WitPTracker AE Release 1.9.2 Available! (11/24/2013 1:02:06 PM)

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 ...




Encircled -> RE: WitPTracker AE Release 1.9.2 Available! (11/24/2013 3:09:09 PM)

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?

[image]local://upfiles/37071/FAC10724138A4812A24D0CD59B7280D7.jpg[/image]




witpqs -> RE: WitPTracker AE Release 1.9.2 Available! (11/24/2013 3:16:46 PM)

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.





Encircled -> RE: WitPTracker AE Release 1.9.2 Available! (11/24/2013 4:29:39 PM)

I know this is going to be hard to believe, but I'M IN!!!!!!!!!

Thanks for all your help guys!




Crazypantoufle -> RE: WitPTracker AE Release 1.9.2 Available! (11/24/2013 10:49:06 PM)

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!"[&o] 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.





n01487477 -> RE: WitPTracker AE Release 1.9.2 Available! (11/24/2013 10:56:35 PM)


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!"[&o] 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 ;-)




Crazypantoufle -> RE: WitPTracker AE Release 1.9.2 Available! (11/24/2013 11:35:31 PM)

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![:D]
What all these "Unknown Source" mean?[&:]




n01487477 -> RE: WitPTracker AE Release 1.9.2 Available! (11/24/2013 11:55:02 PM)


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![:D]
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.




Crazypantoufle -> RE: WitPTracker AE Release 1.9.2 Available! (11/25/2013 12:17:17 AM)

Thank you Damian! It WORKS, my friend![&o]

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?




n01487477 -> RE: WitPTracker AE Release 1.9.2 Available! (11/25/2013 12:24:45 AM)


quote:

ORIGINAL: Crazypantoufle

Thank you Damian! It WORKS, my friend![&o]

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!




Crazypantoufle -> RE: WitPTracker AE Release 1.9.2 Available! (11/25/2013 7:55:25 AM)

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.[:(]




n01487477 -> RE: WitPTracker AE Release 1.9.2 Available! (11/25/2013 8:39:36 AM)


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.




witpqs -> RE: WitPTracker AE Release 1.9.2 Available! (11/25/2013 5:53:35 PM)


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.




Jim Stevens -> RE: WitPTracker AE Release 1.9.2 Available! (11/26/2013 12:17:04 PM)

Thanks Floyd!




rook749 -> RE: WitPTracker AE Release 1.9.2 Available! (11/26/2013 12:32:46 PM)


quote:

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


Wow this does help, Thanks!

-Rook749




Encircled -> RE: WitPTracker AE Release 1.9.2 Available! (11/27/2013 4:04:45 PM)

Sorry to bother you again

I don't seem to be getting any alerts?

Any ideas?



[image]local://upfiles/37071/3E99511C4B7C4272BA4918589E244B06.jpg[/image]




floydg -> RE: WitPTracker AE Release 1.9.2 Available! (11/27/2013 4:38:14 PM)

Alerts are generated by loading a turn, since it's based on the difference between two saves.




Encircled -> RE: WitPTracker AE Release 1.9.2 Available! (11/27/2013 6:33:06 PM)

It would help if I'd loaded the turn [>:]

Sorted now[:)]




cantona2 -> RE: WitPTracker AE Release 1.9.2 Available! (12/8/2013 7:06:39 PM)

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?

[img]http://img191.imageshack.us/img191/3776/5rx2.jpg[/img]




n01487477 -> RE: WitPTracker AE Release 1.9.2 Available! (12/8/2013 10:38:08 PM)


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 ?




cantona2 -> RE: WitPTracker AE Release 1.9.2 Available! (12/9/2013 7:56:10 PM)

Thanks Damian. All sorted now after an update to the latest Beta and a reinstall of Tracker




scott64 -> RE: WitPTracker AE Release 1.9.2 Available! (12/9/2013 9:54:20 PM)

Getting this error.



[image]local://upfiles/14027/3E4A6367481D468EB6D04AB95177E953.jpg[/image]




Page: <<   < prev  151 152 [153] 154 155   next >   >>

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
5.6875