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.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.2 Available Page: <<   < prev  16 17 [18] 19 20   next >   >>
Login
Message << Older Topic   Newer Topic >>
RE: WitPTracker AE Release 1.2 Available - 11/7/2009 3:01:24 AM   
Zigurat666


Posts: 374
Joined: 9/26/2008
Status: offline
Well tried pretty much everything. Looks like a no-go for Windows 7 at the moment,bummer.
My brain hurts from internet research. Will have to think of something tomorrow.

(in reply to n01487477)
Post #: 511
RE: WitPTracker AE Release 1.2 Available - 11/7/2009 4:31:33 AM   
NavalNewZ


Posts: 118
Joined: 8/19/2009
From: New Zealand
Status: offline
There are so many variables with java. In most iterations I haven't been able to get this to work, so I don't use this now. But good luck to you. At least it may work for some people

_____________________________

..there seems to be something wrong with our bloody ships today

(in reply to Zigurat666)
Post #: 512
RE: WitPTracker AE Release 1.2 Available - 11/7/2009 4:36:31 AM   
n01487477


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

quote:

ORIGINAL: NavalNewZ

There are so many variables with java. In most iterations I haven't been able to get this to work, so I don't use this now. But good luck to you. At least it may work for some people

What are you talking about ? This is NOT a java issue ... it is a MS C++ redistributable + *.dll issue with ONLY AMD & WINDOWS 7 (NOTHING ELSE) ... this is the first time you've posted here, so if you want my help, send some screen shots of your dos screen errors with OS version. Java issues can be fixed pretty quickly.



_____________________________


(in reply to NavalNewZ)
Post #: 513
RE: WitPTracker AE Release 1.2 Available - 11/7/2009 5:02:20 AM   
Nomad


Posts: 5905
Joined: 9/5/2001
From: West Yellowstone, Montana
Status: offline

quote:

ORIGINAL: NavalNewZ

There are so many variables with java. In most iterations I haven't been able to get this to work, so I don't use this now. But good luck to you. At least it may work for some people


I completely agree with Damian. Many of us have had no problem getting Tracker to work properly, it is your particular system that has a problem. Post screen shots of error reports and let the developers help you.

_____________________________


(in reply to NavalNewZ)
Post #: 514
RE: WitPTracker AE Release 1.2 Available - 11/7/2009 8:09:29 AM   
NavalNewZ


Posts: 118
Joined: 8/19/2009
From: New Zealand
Status: offline
.

Attachment (1)

< Message edited by NavalNewZ -- 6/26/2010 6:27:44 PM >


_____________________________

..there seems to be something wrong with our bloody ships today

(in reply to Nomad)
Post #: 515
RE: WitPTracker AE Release 1.2 Available - 11/7/2009 8:20:28 AM   
n01487477


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

ORIGINAL: NavalNewZ

The initial problems start with the message "...'java' is not recognized as an internal or external command, operable program or batch file." Java and C++ are up to date on my system. I tried a few tweaks with this, and it has resulted in various error messages. I've not been able to figure out a solution based upon the info in the doco or here, so forgive me for not being patient enough (apparently)

No problem, IF you have Java installed, the problem is a pathing problem with Java, which sometimes occurs unfortunately. Move the Tracker folder into the root c:\ to see if this quickly fixes the problem or I'll get you to set you Windows Environment variables correctly or get you to copy Java.

This is an unfortunate thing that sometimes happens with Java installations on some machines.

Let me know ... I'm going out for a bit, but here are some instructions if the Tracker move gave you no joy...
Damian

1. Right-Click My Computer and select Properties
2. Then Click The Advanced Tab
3. Then Click Environment Variables
4. Select Path In The Bottom Box and Click Edit
5. Find Where You installed Java (E.g "C:\Program Files\Java\bin)
Its different on each computer so check where it's installed
6. Make Sure to add a semicolon after the word bin in the path to seperate it from the other important paths
7. If this doesnt work then you may have to reinstall Java and Try Again
Source(s):
http://www.java.com/en/download/help/path.xml

Setting Path on Windows
For Windows XP: (additional notes)

1. Start -> Control Panel -> System -> Advanced
2. Click on Environment Variables, under System Variables, find PATH, and click on it.
3. In the Edit windows, modify PATH by adding the location of the class to the value for PATH. If you do not have the item PATH, you may select to add a new variable and add PATH as the name and the location of the class as the value.
4. Close the window.
5. Reopen Command prompt window, and run your java code.


< Message edited by n01487477 -- 11/7/2009 8:38:30 AM >

(in reply to NavalNewZ)
Post #: 516
RE: WitPTracker AE Release 1.2 Available - 11/7/2009 5:18:52 PM   
NavalNewZ


Posts: 118
Joined: 8/19/2009
From: New Zealand
Status: offline
quote:

Move the Tracker folder into the root c:\

Yes! This works. Some sort of problem with having it on the D drive where the game is installed..but working on C drive. Thank you

_____________________________

..there seems to be something wrong with our bloody ships today

(in reply to n01487477)
Post #: 517
RE: WitPTracker AE Release 1.2 Available - 11/8/2009 5:55:03 AM   
1EyedJacks


Posts: 2244
Joined: 3/12/2006
From: The Eastern Sierras
Status: offline
C:\Users\Mike\Desktop\AE Tracker 1.2>java -Xms128m -Xmx256m -jar "WitPTracker.ja
r"
Initializing WitP Tracker AE database.
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\Mike\Desktop
\AE Tracker 1.2\pwsdll.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at JNIpws.JNIpws.<clinit>(JNIpws.java:19)
at witptracker.SaveFileReader.<init>(SaveFileReader.java:84)
at witptracker.Main.main(Main.java:123)

C:\Users\Mike\Desktop\AE Tracker 1.2>pause
Press any key to continue . . .



Also - I loaded the 64 bit version MS C++ redistributable and Java. I'm not sure why this is saying I have an AMD processor... What is the IA 32 bit dll? Is there a 64 bit version?


Attachment (1)

< Message edited by 1EyedJacks -- 11/8/2009 6:04:11 AM >


_____________________________

TTFN,

Mike

(in reply to NavalNewZ)
Post #: 518
RE: WitPTracker AE Release 1.2 Available - 11/8/2009 6:00:26 AM   
n01487477


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

ORIGINAL: 1EyedJacks


C:\Users\Mike\Desktop\AE Tracker 1.2>java -Xms128m -Xmx256m -jar "WitPTracker.ja
r"
Initializing WitP Tracker AE database.
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\Mike\Desktop
\AE Tracker 1.2\pwsdll.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at JNIpws.JNIpws.<clinit>(JNIpws.java:19)
at witptracker.SaveFileReader.<init>(SaveFileReader.java:84)
at witptracker.Main.main(Main.java:123)

C:\Users\Mike\Desktop\AE Tracker 1.2>pause
Press any key to continue . . .

Mike,
welcome to AE Tracker
Probably best not to include your product key in the post
Is this Windows 7 or Vista 64 ?
Strange you have an AMD warning on a Intel system. Did you use the correct MS patch ? vcredist_x64.exe ?


_____________________________


(in reply to 1EyedJacks)
Post #: 519
RE: WitPTracker AE Release 1.2 Available - 11/8/2009 6:08:38 AM   
1EyedJacks


Posts: 2244
Joined: 3/12/2006
From: The Eastern Sierras
Status: offline
quote:

ORIGINAL: n01487477

quote:

ORIGINAL: 1EyedJacks


C:\Users\Mike\Desktop\AE Tracker 1.2>java -Xms128m -Xmx256m -jar "WitPTracker.ja
r"
Initializing WitP Tracker AE database.
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\Mike\Desktop
\AE Tracker 1.2\pwsdll.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at JNIpws.JNIpws.<clinit>(JNIpws.java:19)
at witptracker.SaveFileReader.<init>(SaveFileReader.java:84)
at witptracker.Main.main(Main.java:123)

C:\Users\Mike\Desktop\AE Tracker 1.2>pause
Press any key to continue . . .

Mike,
welcome to AE Tracker
Probably best not to include your product key in the post
Is this Windows 7 or Vista 64 ?
Strange you have an AMD warning on a Intel system. Did you use the correct MS patch ? vcredist_x64.exe ?



Thanks for the welcome to AE Tracker. I'm prepping for the second patch and wanna get my favorite tool for this game installed.

Vista 64 - and yup vcredist_x64.exe. I have both the 32 bit and 64 bit Java as I use IE 32 sometimes. Would that be a problem?

Is the problem with pwsdll.dll?

< Message edited by 1EyedJacks -- 11/8/2009 6:13:22 AM >


_____________________________

TTFN,

Mike

(in reply to n01487477)
Post #: 520
RE: WitPTracker AE Release 1.2 Available - 11/8/2009 6:19:04 AM   
n01487477


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

quote:

ORIGINAL: 1EyedJacks


quote:

ORIGINAL: n01487477

quote:

ORIGINAL: 1EyedJacks


C:\Users\Mike\Desktop\AE Tracker 1.2>java -Xms128m -Xmx256m -jar "WitPTracker.ja
r"
Initializing WitP Tracker AE database.
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\Mike\Desktop
\AE Tracker 1.2\pwsdll.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at JNIpws.JNIpws.<clinit>(JNIpws.java:19)
at witptracker.SaveFileReader.<init>(SaveFileReader.java:84)
at witptracker.Main.main(Main.java:123)

C:\Users\Mike\Desktop\AE Tracker 1.2>pause
Press any key to continue . . .

Mike,
welcome to AE Tracker
Probably best not to include your product key in the post
Is this Windows 7 or Vista 64 ?
Strange you have an AMD warning on a Intel system. Did you use the correct MS patch ? vcredist_x64.exe ?



Thanks for the welcome to AE Tracker. I'm prepping for the second patch and wanna get my favorite tool for this game installed.

Vista 64 - and yup vcredist_x64.exe. I have both the 32 bit and 64 bit Java as I use IE 32 sometimes. Would that be a problem?

Well, this version is a bit better than the original Tracker IMO, and getting better all the time ... anyway enough of thumping my chest.
Java shouldn't be a problem at the moment -- you're getting *.dll errors nothing to do with Java.
Uninstall the MS 64 bit C++ redistributable patch and reapply ...
I've even had some that have had to go back to the original redistributable and then patch up.
If this doesn't work, then uninstall again and try the 32 bit x86.

Still I've never seen the AMD error on an intel system, so I'm a little confused too. I know these things a pain in the rear, but different things help different 64 bit users... there seems not to be just one solution (mostly thanks to MS)

_____________________________


(in reply to 1EyedJacks)
Post #: 521
RE: WitPTracker AE Release 1.2 Available - 11/8/2009 6:23:28 AM   
1EyedJacks


Posts: 2244
Joined: 3/12/2006
From: The Eastern Sierras
Status: offline
What bums me out is that I have Tracker working with my Nemo Mod... I'll try your suggestions and report back. TY.

_____________________________

TTFN,

Mike

(in reply to n01487477)
Post #: 522
RE: WitPTracker AE Release 1.2 Available - 11/8/2009 6:33:10 AM   
n01487477


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

quote:

ORIGINAL: 1EyedJacks

What bums me out is that I have Tracker working with my Nemo Mod... I'll try your suggestions and report back. TY.

Yeah, it is all to do with the *.dll that AE uses, witp never had this security feature, but it makes loading turns faster in Tracker.
I just went back through some notes and Kull had a similar problem which was fixed by using the 32 bit version ... crazy but true.

Good luck and Nemo has just sent me a turn, so I'm back in the action

_____________________________


(in reply to 1EyedJacks)
Post #: 523
RE: WitPTracker AE Release 1.2 Available - 11/8/2009 7:35:56 PM   
1EyedJacks


Posts: 2244
Joined: 3/12/2006
From: The Eastern Sierras
Status: offline
Hi Damian,

I'm beginning to think the problem is the AMD thing... I've tried bith 32 and 64 versions of C++ - no joy. If you have other ideas feel free to toss them my way <grin>. I'll see if I can find something on C++ confusing Intel w/AMD processors.



_____________________________

TTFN,

Mike

(in reply to n01487477)
Post #: 524
RE: WitPTracker AE Release 1.2 Available - 11/8/2009 7:47:14 PM   
Nikel

 

Posts: 355
Joined: 3/24/2009
Status: offline
I have posted some desktop icons (japanese) that can be used in the WitPTracker shortcut, just in case somebody is interested

http://www.matrixgames.com/forums/tm.asp?m=2283878

(in reply to 1EyedJacks)
Post #: 525
RE: WitPTracker AE Release 1.2 Available - 11/9/2009 1:30:31 AM   
1EyedJacks


Posts: 2244
Joined: 3/12/2006
From: The Eastern Sierras
Status: offline
quote:

ORIGINAL: 1EyedJacks

Hi Damian,

I'm beginning to think the problem is the AMD thing... I've tried bith 32 and 64 versions of C++ - no joy. If you have other ideas feel free to toss them my way <grin>. I'll see if I can find something on C++ confusing Intel w/AMD processors.




Just a quick update - I found a thread while searching the AMD error - I had to strip Java 64-bit and C++ 64-bit and reload Java 32 plus C++ 32. Also, for some reason the batch file for Tracker was unable to see Java in the x86 folder (Default installation location on Vista). A quick and dirty fix is to copy the Java.exe file into the tracker directory after installing Java 32 bit.

And thanks again to U & Floyd 4 Tracker - its a grand tool.


TTFN,

Mike

< Message edited by 1EyedJacks -- 11/9/2009 1:32:31 AM >


_____________________________

TTFN,

Mike

(in reply to 1EyedJacks)
Post #: 526
RE: WitPTracker AE Release 1.2 Available - 11/9/2009 1:43:29 AM   
n01487477


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

ORIGINAL: 1EyedJacks

quote:

ORIGINAL: 1EyedJacks

Hi Damian,

I'm beginning to think the problem is the AMD thing... I've tried bith 32 and 64 versions of C++ - no joy. If you have other ideas feel free to toss them my way <grin>. I'll see if I can find something on C++ confusing Intel w/AMD processors.


Just a quick update - I found a thread while searching the AMD error - I had to strip Java 64-bit and C++ 64-bit and reload Java 32 plus C++ 32. Also, for some reason the batch file for Tracker was unable to see Java in the x86 folder (Default installation location on Vista). A quick and dirty fix is to copy the Java.exe file into the tracker directory after installing Java 32 bit.

And thanks again to U & Floyd 4 Tracker - its a grand tool.


TTFN,
Mike

The things you have to do to get something working... kudos

--Damian--

(in reply to 1EyedJacks)
Post #: 527
RE: WitPTracker AE Release 1.2 Available - 11/9/2009 2:45:34 AM   
bacchus


Posts: 35
Joined: 1/4/2003
From: South Carolina
Status: offline
I have been a member for 6 years (obviously a quiet one) and I have just now figured out what everyone has been posting about tracker. This program rocks. No more pencil and paper for me. Seriously, to the programers, thank you for your time. This is an unbeleivable aid to the game and now I may finally take the plunge and play the Japaneese side of the equation in a PBEM. Thank you

_____________________________

"Was it over when the Germans bombed Pearl Harbor" -Animal House

(in reply to n01487477)
Post #: 528
RE: WitPTracker AE Release 1.2 Available - 11/9/2009 2:57:11 AM   
n01487477


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

quote:

ORIGINAL: bacchus

I have been a member for 6 years (obviously a quiet one) and I have just now figured out what everyone has been posting about tracker. This program rocks. No more pencil and paper for me. Seriously, to the programers, thank you for your time. This is an unbeleivable aid to the game and now I may finally take the plunge and play the Japaneese side of the equation in a PBEM. Thank you

High praise (it must be...1 post a year for 6 years and we get the attention this year), thanks Bacchus ... I know Floyd and I have bigger plans to come

_____________________________


(in reply to bacchus)
Post #: 529
RE: WitPTracker AE Release 1.2 Available - 11/9/2009 4:16:56 PM   
Rapunzel


Posts: 141
Joined: 4/20/2005
From: Germany
Status: offline
Very curious. I have the tracker installed on my win7 64 bit computer.

It worked once, the first time I installed the tracker. Now I can start the tracker, but if i try to load the current turn the tracker closes. I have the following error report:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d901afd, pid=3360, tid=3736
#
# JRE version: 6.0_16-b01
# Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode, sharing windows-x86 )
# Problematic frame:
# V [jvm.dll+0x101afd]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#

Is there any help for me? ;)

Thx alot for your time.

(in reply to n01487477)
Post #: 530
RE: WitPTracker AE Release 1.2 Available - 11/9/2009 4:22:26 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

quote:

ORIGINAL: Rapunzel

Very curious. I have the tracker installed on my win7 64 bit computer.

It worked once, the first time I installed the tracker. Now I can start the tracker, but if i try to load the current turn the tracker closes. I have the following error report:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d901afd, pid=3360, tid=3736
#
# JRE version: 6.0_16-b01
# Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode, sharing windows-x86 )
# Problematic frame:
# V [jvm.dll+0x101afd]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#

Is there any help for me? ;)

Thx alot for your time.


Reading in a new turn requires more memory than the default JVM uses.

I assume you're not running from the witptracker.bat file, which sets the needed memory allocation. If you go back a few pages in this thread, Damian outlined how to do this if you're running from the .jar file.

(in reply to Rapunzel)
Post #: 531
RE: WitPTracker AE Release 1.2 Available - 11/9/2009 4:38:58 PM   
Rapunzel


Posts: 141
Joined: 4/20/2005
From: Germany
Status: offline
Thx for your help. The tracker works with the syswow64 - cmd.exe command. 12 gb 3 chanel ram and still memory problems :p

(in reply to floydg)
Post #: 532
RE: WitPTracker AE Release 1.2 Available - 11/10/2009 6:22:37 PM   
KenchiSulla


Posts: 2948
Joined: 10/22/2008
From: the Netherlands
Status: offline
Just wanted to say, thanks for making this possible

_____________________________

AKA Cannonfodder

"It happened, therefore it can happen again: this is the core of what we have to say. It can happen, and it can happen everywhere.”
¯ Primo Levi, writer, holocaust survivor

(in reply to Rapunzel)
Post #: 533
RE: WitPTracker AE Release 1.2 Available - 11/10/2009 8:07:36 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

quote:

ORIGINAL: Rapunzel

Thx for your help. The tracker works with the syswow64 - cmd.exe command. 12 gb 3 chanel ram and still memory problems :p


It has to be how the JVM is picking up the memory setting options. I don't know how the cmd.exe works, but maybe it's not sending the needed parameters to Java.

(in reply to Rapunzel)
Post #: 534
RE: WitPTracker AE Release 1.2 Available - 11/10/2009 8:08:45 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

quote:

ORIGINAL: Cannonfodder

Just wanted to say, thanks for making this possible


You, and every one else, are most welcome.

We'll keep performing as long as you keep throwing us fish.

(in reply to KenchiSulla)
Post #: 535
RE: WitPTracker AE Release 1.2 Available - 11/17/2009 3:13:49 AM   
bacchus


Posts: 35
Joined: 1/4/2003
From: South Carolina
Status: offline
Floydg,

If this has been asked before, please forgive the repeat. Is it possible track 2 seperate games at one time with the tracker program and if so how.

Thanks for all the hard work and for answering dumb questions

_____________________________

"Was it over when the Germans bombed Pearl Harbor" -Animal House

(in reply to floydg)
Post #: 536
RE: WitPTracker AE Release 1.2 Available - 11/17/2009 3:19:42 AM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

quote:

ORIGINAL: bacchus

Floydg,

If this has been asked before, please forgive the repeat. Is it possible track 2 seperate games at one time with the tracker program and if so how.

Thanks for all the hard work and for answering dumb questions


You're most welcome.

You can track two separate games by creating separate folders for each one. At present, you'll need to make a complete installation (witptracker.jar, lib folder, pwsdll.dll, etc) and just set the witptracker.properties to different (appropriate) settings, but it'll work.

Floyd

(in reply to bacchus)
Post #: 537
RE: WitPTracker AE Release 1.2 Available - 11/17/2009 5:16:08 AM   
bacchus


Posts: 35
Joined: 1/4/2003
From: South Carolina
Status: offline
quote:

ORIGINAL: floydg


quote:

ORIGINAL: bacchus

Floydg,

If this has been asked before, please forgive the repeat. Is it possible track 2 seperate games at one time with the tracker program and if so how.

Thanks for all the hard work and for answering dumb questions


You're most welcome.

You can track two separate games by creating separate folders for each one. At present, you'll need to make a complete installation (witptracker.jar, lib folder, pwsdll.dll, etc) and just set the witptracker.properties to different (appropriate) settings, but it'll work.

Floyd




Ask a dumb question, get an easy solution. I really should have thought that one all the way through. The solution made too much sense for me to have figured it out. Thanks; it is working on both games.

Also, is FOW an issue in PBEM games. Will the tracker reveal more information than the game will with FOW on?

Bradford

< Message edited by bacchus -- 11/17/2009 5:18:34 AM >


_____________________________

"Was it over when the Germans bombed Pearl Harbor" -Animal House

(in reply to floydg)
Post #: 538
RE: WitPTracker AE Release 1.2 Available - 11/17/2009 12:48:00 PM   
floydg

 

Posts: 2052
Joined: 6/27/2004
From: Middletown, NJ
Status: offline

quote:

ORIGINAL: bacchus

quote:

ORIGINAL: floydg


quote:

ORIGINAL: bacchus

Floydg,

If this has been asked before, please forgive the repeat. Is it possible track 2 seperate games at one time with the tracker program and if so how.

Thanks for all the hard work and for answering dumb questions


You're most welcome.

You can track two separate games by creating separate folders for each one. At present, you'll need to make a complete installation (witptracker.jar, lib folder, pwsdll.dll, etc) and just set the witptracker.properties to different (appropriate) settings, but it'll work.

Floyd




Ask a dumb question, get an easy solution. I really should have thought that one all the way through. The solution made too much sense for me to have figured it out. Thanks; it is working on both games.

Also, is FOW an issue in PBEM games. Will the tracker reveal more information than the game will with FOW on?

Bradford


There are a few FOW issues at present. One is that the daily aircraft losses don't match up by plane model, but the total does match up. There is also some enemy sunk ship FOW I'm not 100% sure of. Otherwise, we strive not to show something the game doesn't.

(in reply to bacchus)
Post #: 539
RE: WitPTracker AE Release 1.2 Available - 11/19/2009 6:44:16 PM   
BigBadWolf


Posts: 584
Joined: 8/8/2007
From: Serbia
Status: offline
Look like I manage to mess this one too. After numerous reinstalls, I keep getting this



Please, what am I doing wrong?

_____________________________


(in reply to floydg)
Post #: 540
Page:   <<   < prev  16 17 [18] 19 20   next >   >>
All Forums >> [New Releases from Matrix Games] >> War in the Pacific: Admiral's Edition >> RE: WitPTracker AE Release 1.2 Available Page: <<   < prev  16 17 [18] 19 20   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.844