Page 239 of 325

RE: INTEL problem

Posted: Mon Apr 28, 2014 10:29 pm
by IdahoNYer
will do Floyd.

Thanks!

RE: INTEL problem

Posted: Tue May 13, 2014 7:53 pm
by Mikawa
Tracker not working = unhappy place! Great Utility. Running beta2 and tracker version 1.9.2

Error message says:
ERROR:problem starting the database. Exiting
Java.sql.SQLException: User not found: SA
then a bunch of "at" statements

I unknowingly unstalled Java 6 a while back (it seemed to run for a while) so as noted in past threads I:
1. reinstalled v6 and pointed it to java in the executable with:"C:\Program Files\Java\jre6\bin\java.exe -xms384m -xmx512m -jar "WitpTracker.jar"
2. Copied the pwsdll.dll from the beta2 folder to the tracker folder

Still get same error message. Thanks for the help.

RE: INTEL problem

Posted: Tue May 13, 2014 9:01 pm
by n01487477
ORIGINAL: Mikawa

Tracker not working = unhappy place! Great Utility. Running beta2 and tracker version 1.9.2

Error message says:
ERROR:problem starting the database. Exiting
Java.sql.SQLException: User not found: SA
then a bunch of "at" statements

I unknowingly unstalled Java 6 a while back (it seemed to run for a while) so as noted in past threads I:
1. reinstalled v6 and pointed it to java in the executable with:"C:\Program Files\Java\jre6\bin\java.exe -xms384m -xmx512m -jar "WitpTracker.jar"
2. Copied the pwsdll.dll from the beta2 folder to the tracker folder

Still get same error message. Thanks for the help.
Hi -
Not that it may make much difference but in Point 1: You are missing a " at the end of java.exe. Mine below is from a Win7x64 bit hence the (x86)
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms512m -Xmx640m -jar "WitPTracker.jar"
pause

Are all four trackerdb files still there? If not you will need to reinitialise the DB by deleting all the trackerdb.* files.

When WitPTracker is not running, the four files are supposed to be:
trackerdb.script
trackerdb.properties
trackerdb.data
trackerdb.backup

When the program is running, you'll see two additional:
trackerdb.log
trackerdb.lck

The real database is in trackerdb.data and if you don't have that one any more, you may as well delete all of the trackerdb files and start over again.

RE: INTEL problem

Posted: Thu May 15, 2014 10:56 pm
by Mikawa
Damian,
 
Thank you for the help.  All the tracker files are still there.
 
I went ahead and downloaded latest tracker version and installed it.  Didn't run at first, but then I remembered needed to copy pwsdll.dll from beta2 directory (since I'm running beta mod) into tracker directory and it worked.  Just uploaded 90 turns [:@].
 
Thanks for the assistance.  Everyone on the forum is great.

RE: INTEL problem

Posted: Thu May 29, 2014 3:44 pm
by Lokasenna
Hey Floyd, Damian -

If you're doing another update, I found a "bug":
In the Bases data set, if you look at Air Support (Planes), air support is not being properly calculated for size 8 and 9 (and 10...) airfields. I realize this is only in the betas and not the latest official, however is there a way to get it updated?

RE: Base AV problem

Posted: Thu May 29, 2014 7:07 pm
by floydg
ORIGINAL: Lokasenna

Hey Floyd, Damian -

If you're doing another update, I found a "bug":
In the Bases data set, if you look at Air Support (Planes), air support is not being properly calculated for size 8 and 9 (and 10...) airfields. I realize this is only in the betas and not the latest official, however is there a way to get it updated?

Yeah, I noticed the same thing... what's the right formula?

RE: Base AV problem

Posted: Thu May 29, 2014 7:27 pm
by wdolson
What are you seeing? At some point in the last year or two level 8 and higher airfields have their aviation support doubled. Are you seeing something different?

Bill

RE: Base AV problem

Posted: Thu May 29, 2014 8:45 pm
by floydg
ORIGINAL: wdolson

What are you seeing? At some point in the last year or two level 8 and higher airfields have their aviation support doubled. Are you seeing something different?

Bill

No, the game is doing what you describe; WitPTracker is not.

RE: Base AV problem

Posted: Thu May 29, 2014 11:18 pm
by Lokasenna
ORIGINAL: floydg

ORIGINAL: wdolson

What are you seeing? At some point in the last year or two level 8 and higher airfields have their aviation support doubled. Are you seeing something different?

Bill

No, the game is doing what you describe; WitPTracker is not.

Correct, I am seeing half of the air support that the game reports. I was concerned for a moment that Tokyo was about 150 air support short of the number of planes on the field, until I checked in game.

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Fri May 30, 2014 7:50 pm
by wegman58
I searched for Java7, saw two posts from July 2013. SO, if I have the latest version of Java (Java 7) does this thing work? If not, is there an alternative (using Windows 7 as well)

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Fri May 30, 2014 10:11 pm
by floydg
ORIGINAL: wegman58

I searched for Java7, saw two posts from July 2013. SO, if I have the latest version of Java (Java 7) does this thing work? If not, is there an alternative (using Windows 7 as well)

You need Java 6, which can be installed along with Java 7. Windows version doesn't matter.

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Sun Jun 01, 2014 9:16 am
by PetrOs
I use win 7 x64, java 7 x32 latest. I got the tracker, unpacked it, edited the props, and then tried to start. Windows cries instantly that the program stopped working. Tried debugging with VS 2013 - heap has been corrupted. Trying to continue produces a out of range exception. Any further start does not provide the application crash, but rather an outright exception in the console.
D:\Matrix Games\WitPTracker AE Release 1.9.2-2>"C:\Program Files (x86)\Java\jre7
\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 2 seconds
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
0 >= 0
at java.util.Vector.elementAt(Unknown Source)
at witptracker.BasePanel$1.getValueAt(BasePanel.java:157)
at witptracker.BasePanel$1.getColumnClass(BasePanel.java:233)
at javax.swing.table.TableRowSorter.useToString(Unknown Source)
at javax.swing.DefaultRowSorter.updateUseToString(Unknown Source)
at javax.swing.DefaultRowSorter.sort(Unknown Source)
at javax.swing.DefaultRowSorter.setRowFilter(Unknown Source)
at witptracker.BasePanel.actionPerformed(BasePanel.java:1087)
at javax.swing.JComboBox.fireActionEvent(Unknown Source)
at javax.swing.JComboBox.contentsChanged(Unknown Source)
at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
at javax.swing.DefaultComboBoxModel.setSelectedItem(Unknown Source)
at javax.swing.DefaultComboBoxModel.addElement(Unknown Source)
at javax.swing.JComboBox.addItem(Unknown Source)
at witptracker.BasePanel.SetRegionList(BasePanel.java:1469)
at witptracker.BasePanel.<init>(BasePanel.java:1029)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:744)
at witptracker.GUIMain$5.run(GUIMain.java:1020)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
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)

D:\Matrix Games\WitPTracker AE Release 1.9.2-2>pause
Press any key to continue . . .

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Sun Jun 01, 2014 10:00 am
by floydg
Please read the post above yours.

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Sun Jun 01, 2014 1:27 pm
by Coach Zuck
Hmmm maybe you guys can make a Smart Phone App for the Tracker so we can upload all our necessary Tracker info on to a Smart Phone and have it with us 24-7!
[:D][:D][:D][:D][:D][:D][:D][:D][:D][:D]

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Sun Jun 01, 2014 6:46 pm
by PetrOs
Installed JRE 6
It seems to go farther, DB log file being full of SQL statements. and also saying "AE Tables loaded in 2 seconds", no windows app crash. However, an exception still happens

D:\Matrix Games\WitPTracker AE Release 1.9.2-2>"C:\Program Files (x86)\Java\jre6
\bin\java.exe" -Xms512m -Xmx1024m -jar "WitPTracker.jar"
WitP Tracker AE tables loaded in 2 seconds
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
0 >= 0
at java.util.Vector.elementAt(Unknown Source)
at witptracker.BasePanel$1.getValueAt(BasePanel.java:157)
at witptracker.BasePanel$1.getColumnClass(BasePanel.java:233)
at javax.swing.table.TableRowSorter.useToString(Unknown Source)
at javax.swing.DefaultRowSorter.updateUseToString(Unknown Source)
at javax.swing.DefaultRowSorter.sort(Unknown Source)
at javax.swing.DefaultRowSorter.setRowFilter(Unknown Source)
at witptracker.BasePanel.actionPerformed(BasePanel.java:1087)
at javax.swing.JComboBox.fireActionEvent(Unknown Source)
at javax.swing.JComboBox.contentsChanged(Unknown Source)
at javax.swing.AbstractListModel.fireContentsChanged(Unknown Source)
at javax.swing.DefaultComboBoxModel.setSelectedItem(Unknown Source)
at javax.swing.DefaultComboBoxModel.addElement(Unknown Source)
at javax.swing.JComboBox.addItem(Unknown Source)
at witptracker.BasePanel.SetRegionList(BasePanel.java:1469)
at witptracker.BasePanel.<init>(BasePanel.java:1029)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:744)
at witptracker.GUIMain$5.run(GUIMain.java:1020)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$400(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: WitPTracker AE Release 1.9.2 Available!

Posted: Sun Jun 01, 2014 6:49 pm
by floydg
Running the beta? Delete the trackerdb files, copy the pwsdll.dll from the Beta2 folder over, try again.

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Mon Jun 02, 2014 3:18 am
by PetrOs
ORIGINAL: floydg

Running the beta? Delete the trackerdb files, copy the pwsdll.dll from the Beta2 folder over, try again.
Works like this, thanks!

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Fri Jun 06, 2014 8:39 pm
by miv792
after two months of play shows the result for February ... Also, when you press the button read turn the program closing.
Win 7x64, java6 and java7. Help me pls.

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Fri Jun 06, 2014 8:50 pm
by floydg
ORIGINAL: miv79

after two months of play shows the result for February ... Also, when you press the button read turn the program closing.
Win 7x64, java6 and java7. Help me pls.

The program only runs under Java 6. Did any error messages show in the DOS command window?

RE: WitPTracker AE Release 1.9.2 Available!

Posted: Sat Jun 07, 2014 12:27 pm
by gottagofish
[font="Times New Roman"][/font]
I am having trouble with loading new turns to Tracker. I loaded a turn and something went wrong. I get a message on the Victory Points screen for the fate loaded showing "Bad turn" or something close to it. I tried to load the same turn again and the program seemed to go through the steps to load, but at the end there was no change in the data or the error message. I tried to by-pass this by trying to load another turn. The program goes through most of the steps then stops at compare air groups. The menu opens even though the update box still shows compare air groups. But, the data on the screens is wrong.

Is there some way to undo the bad day load and re-try loading it. Is there a way to edit out the DB file?

I've evenntried to change the names of the DB files and start from no turns loaded, but get a message I am teying to load a turn that has already been loaded. How do I get around this if I can't fix the old file?