Page 138 of 323

RE: WitPTracker AE Release 1.8 Available!

Posted: Mon Aug 22, 2011 3:04 pm
by BigDuke66
Well isn't there also a minimum supply level that has to be met?
Best would be to ask michaelm in the Patch thread, maybe something has changed.
tm.asp?m=2859420&mpage=14&key=&#2890405

RE: WitPTracker AE Release 1.8 Available!

Posted: Tue Aug 23, 2011 6:59 am
by BigDuke66
I have a rather simply but silly problem.
I made a shotcut to the WitPTracker.bat and as long as I start it from within the tracker directory it works but when I move it onto the desktop I get this error message:

E:\WitPTracker AE Release 1.8>java -Xms384m -Xmx512m -jar "WitPTracker.jar"
Der Befehl "java" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

E:\WitPTracker AE Release 1.8>pause
Drücken Sie eine beliebige Taste . . .

I tried to give a specific location in the bat file "E:\WitPTracker AE Release 1.8\WitPTracker.jar" but that didn't help either.

RE: WitPTracker AE Release 1.8 Available!

Posted: Tue Aug 23, 2011 7:04 am
by n01487477
ORIGINAL: BigDuke66

I have a rather simply but silly problem.
I made a shotcut to the WitPTracker.bat and as long as I start it from within the tracker directory it works but when I move it onto the desktop I get this error message:

E:\WitPTracker AE Release 1.8>java -Xms384m -Xmx512m -jar "WitPTracker.jar"
Der Befehl "java" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

E:\WitPTracker AE Release 1.8>pause
Drücken Sie eine beliebige Taste . . .

I tried to give a specific location in the bat file "E:\WitPTracker AE Release 1.8\WitPTracker.jar" but that didn't help either.
I'm guessing that Java is not being found properly ...
Change your batch file to either (double check where Java is installed)

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

RE: WitPTracker AE Release 1.8 Available!

Posted: Tue Aug 23, 2011 7:15 am
by BigDuke66
Thanks that helped but I wonder why it did run out of the directory but not from the desktop shortcut, especially as I have installed Java not in the standard directory.

Do you now of any problem regarding to running under a 64bit operating system?
I'm now running Windows 7 64 and what to make sure it runs like it should.

RE: WitPTracker AE Release 1.8 Available!

Posted: Tue Aug 23, 2011 7:37 am
by n01487477
ORIGINAL: BigDuke66
Thanks that helped but I wonder why it did run out of the directory but not from the desktop shortcut, especially as I have installed Java not in the standard directory.

Do you now of any problem regarding to running under a 64bit operating system?
I'm now running Windows 7 64 and what to make sure it runs like it should.
I thought we talked about this last week ... if you have the right *.dll and are using the correct 32 bit Java and C++ redist. Then there are no problems...

Problem on Notebook

Posted: Tue Aug 23, 2011 1:56 pm
by mc3744
Hello [:)]

I've been told by everyone that you cannot play WitP without Tracker, hence here I am [8|]
I've successfully installed it on the Desktop (Win7 up-to-date, Intel Core 2 Duo, 4 GB Ram) and I use it for a PBEM game with patch P6 (I've substituted the dll, but it worked with the one provided in the zip file too).

I've done exactly the same on the notebook (Win7 up-to-date, Inter Core i7, ( GB Ram) but I get the attached message.


Image

RE: Problem on Notebook

Posted: Tue Aug 23, 2011 9:53 pm
by rjopel
I've been getting the same error. I have changed nothing on the computer, in fact the program has been open the whole time. There are only 8 turns loaded in tracker. If I delete the tracker dbs I can reload the turns and it works fine.

Any suggestions?

RE: Problem on Notebook

Posted: Tue Aug 23, 2011 9:56 pm
by n01487477
ORIGINAL: rjopel

I've been getting the same error. I have changed nothing on the computer, in fact the program has been open the whole time. There are only 8 turns loaded in tracker. If I delete the tracker dbs I can reload the turns and it works fine.

Any suggestions?
Can you provide a printout of the error message please?

RE: Problem on Notebook

Posted: Tue Aug 23, 2011 9:57 pm
by n01487477
ORIGINAL: mc3744

Hello [:)]

I've been told by everyone that you cannot play WitP without Tracker, hence here I am [8|]
I've successfully installed it on the Desktop (Win7 up-to-date, Intel Core 2 Duo, 4 GB Ram) and I use it for a PBEM game with patch P6 (I've substituted the dll, but it worked with the one provided in the zip file too).

I've done exactly the same on the notebook (Win7 up-to-date, Inter Core i7, ( GB Ram) but I get the attached message.
Looks like you don't have the C++ redistr. files installed correctly on the notebook. What OS (x32/x64)? What patch are you using?

RE: Problem on Notebook

Posted: Tue Aug 23, 2011 9:59 pm
by rjopel
Here is what it says.


C:\Matrix Games\WITP Tracker with Mike>"C:\Program Files (x86)\Java\jre6\bin\jav
a.exe" -Xms768m -Xmx1024m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 100 seconds
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Matrix
Games\WITP Tracker with Mike\pwsdll.dll: Can't find dependent libraries
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:20)
at witptracker.SaveFileReader.ReadScenarioTurnNumber(SaveFileReader.java
:331)
at witptracker.GUIMain.ReadNewTurn(GUIMain.java:145)
at witptracker.GUIMain.actionPerformed(GUIMain.java:512)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

RE: Problem on Notebook

Posted: Tue Aug 23, 2011 10:05 pm
by n01487477
ORIGINAL: rjopel

Here is what it says.


C:\Matrix Games\WITP Tracker with Mike>"C:\Program Files (x86)\Java\jre6\bin\jav
a.exe" -Xms768m -Xmx1024m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 100 seconds
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Matrix
Games\WITP Tracker with Mike\pwsdll.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)

Curious problem. You say you can load 8 turns after deleting the DB. Did you go from 1106i to the beta by any chance at this point? Can you load from the latest save (just one turn)?

This problem is usually associated with the C++ redist or an incompatible dll problem.

RE: Problem on Notebook

Posted: Tue Aug 23, 2011 10:18 pm
by rjopel
ORIGINAL: n01487477
ORIGINAL: rjopel

Here is what it says.


C:\Matrix Games\WITP Tracker with Mike>"C:\Program Files (x86)\Java\jre6\bin\jav
a.exe" -Xms768m -Xmx1024m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 100 seconds
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Matrix
Games\WITP Tracker with Mike\pwsdll.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)

Curious problem. You say you can load 8 turns after deleting the DB. Did you go from 1106i to the beta by any chance at this point? Can you load from the latest save (just one turn)?

This problem is usually associated with the C++ redist or an incompatible dll problem.


I have not changed to the beta in this game.

I deleted the DB and was able to load the current save with no problems.


RE: Problem on Notebook

Posted: Tue Aug 23, 2011 10:24 pm
by n01487477
ORIGINAL: rjopel

ORIGINAL: n01487477
ORIGINAL: rjopel

Here is what it says.


C:\Matrix Games\WITP Tracker with Mike>"C:\Program Files (x86)\Java\jre6\bin\jav
a.exe" -Xms768m -Xmx1024m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 100 seconds
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Matrix
Games\WITP Tracker with Mike\pwsdll.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)

Curious problem. You say you can load 8 turns after deleting the DB. Did you go from 1106i to the beta by any chance at this point? Can you load from the latest save (just one turn)?

This problem is usually associated with the C++ redist or an incompatible dll problem.


I have not changed to the beta in this game.

I deleted the DB and was able to load the current save with no problems.

Last roll of the dice for now ... This could be a memory allocation problem too.
Can you change the memory settings in the witptracker.bat to
-Xms512m -Xmx768m

And load all the turns you can ...

RE: Problem on Notebook

Posted: Wed Aug 24, 2011 1:03 am
by rjopel
ORIGINAL: n01487477

ORIGINAL: rjopel

ORIGINAL: n01487477



Curious problem. You say you can load 8 turns after deleting the DB. Did you go from 1106i to the beta by any chance at this point? Can you load from the latest save (just one turn)?

This problem is usually associated with the C++ redist or an incompatible dll problem.


I have not changed to the beta in this game.

I deleted the DB and was able to load the current save with no problems.

Last roll of the dice for now ... This could be a memory allocation problem too.
Can you change the memory settings in the witptracker.bat to
-Xms512m -Xmx768m

And load all the turns you can ...


That seems to be working for now. We'll see what happens tommorrow.

RE: WitPTracker AE Release 1.0

Posted: Wed Aug 24, 2011 5:53 am
by Chris21wen
Pilot availability.

I've always found this confusing and I do not know why. Tracker tells me I have pilots available and unassigned but in game they are not.

Could someone confirm that there is a random delay before a relieved leader becomes available again.

RE: WitPTracker AE Release 1.0

Posted: Wed Aug 24, 2011 6:28 am
by n01487477
ORIGINAL: Chris H

Pilot availability.

I've always found this confusing and I do not know why. Tracker tells me I have pilots available and unassigned but in game they are not.

Could someone confirm that there is a random delay before a relieved leader becomes available again.
Chris are you talking about leaders or pilots? Pilots do have a delay ...

RE: WitPTracker AE Release 1.0

Posted: Wed Aug 24, 2011 6:32 am
by michaelm75au
ORIGINAL: Chris H

Pilot availability.

I've always found this confusing and I do not know why. Tracker tells me I have pilots available and unassigned but in game they are not.

Could someone confirm that there is a random delay before a relieved leader becomes available again.
yes. There is a possible delay - time for the Leader to return to HQ.

RE: Problem on Notebook

Posted: Wed Aug 24, 2011 8:32 am
by mc3744
ORIGINAL: rjopel

Here is what it says.


C:\Matrix Games\WITP Tracker with Mike>"C:\Program Files (x86)\Java\jre6\bin\jav
a.exe" -Xms768m -Xmx1024m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 100 seconds
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Matrix
Games\WITP Tracker with Mike\pwsdll.dll: Can't find dependent libraries
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:20)
at witptracker.SaveFileReader.ReadScenarioTurnNumber(SaveFileReader.java
:331)
at witptracker.GUIMain.ReadNewTurn(GUIMain.java:145)
at witptracker.GUIMain.actionPerformed(GUIMain.java:512)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown
Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

I've installed the one suggested on the installation page: "vcredist_x86.exe"

edit: sorry I replied to the wrong message [8|]

RE: Problem on Notebook

Posted: Wed Aug 24, 2011 8:33 am
by mc3744
ORIGINAL: n01487477
ORIGINAL: mc3744

Hello [:)]

I've been told by everyone that you cannot play WitP without Tracker, hence here I am [8|]
I've successfully installed it on the Desktop (Win7 up-to-date, Intel Core 2 Duo, 4 GB Ram) and I use it for a PBEM game with patch P6 (I've substituted the dll, but it worked with the one provided in the zip file too).

I've done exactly the same on the notebook (Win7 up-to-date, Inter Core i7, ( GB Ram) but I get the attached message.
Looks like you don't have the C++ redistr. files installed correctly on the notebook. What OS (x32/x64)? What patch are you using?

I've installed the one suggested on the installation page: "vcredist_x86.exe".
I followed the instructions to the letter, same as on the desktop (where it works).

RE: Problem on Notebook

Posted: Wed Aug 24, 2011 2:34 pm
by Numdydar
Any way to indicate what Port a ship needs to be in for it to be withdrawn?