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

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



Message


floydg -> RE: WitPTracker AE Release 1.8 Available! (3/25/2012 11:08:30 PM)


quote:

ORIGINAL: Chris H

Suddenly got a problem with tracker, it won't open. See pic for problem.



Looks like you ran out of memory. Since you're running with the defaults, you can increase the memory size or run without the map (-nomap).

Floyd




Theages -> RE: WitPTracker AE Release 1.8 Available! (3/26/2012 6:54:16 PM)

Reply to Chris H:
your command line is missing the "-Xms384m -Xmx512m" part.
Also you could try "-Xms512m -Xmx768m"




Roger Neilson II -> RE: WitPTracker AE Release 1.8 Available! (3/28/2012 3:13:23 PM)

Feature request

How easy would it be to put a search box on some of the screens? I'm looking for LCUs and it take forever to scroll to find soem of them - a search of filter on the unit name or location would be great.

Roger




floydg -> RE: WitPTracker AE Release 1.8 Available! (3/28/2012 7:30:57 PM)


quote:

ORIGINAL: Roger Neilson II

Feature request

How easy would it be to put a search box on some of the screens? I'm looking for LCUs and it take forever to scroll to find soem of them - a search of filter on the unit name or location would be great.

Roger


Yeah, that would be good. Now just to find the time...




lorreporre -> RE: WitPTracker AE Release 1.8 Available! (3/29/2012 12:48:29 PM)

Hi guys
Im a newbie here (and english is not my first language [;)])
ive installed WitPTracker as mentionned in setup
i copied pwsdll.dll from game into tracker folder
i copied Java.exe from Java folder to tracker folder
im using x64bit
I have Java update 17(64bit) in c\progam files (x86) \java\jre6\bin
and Java update 31 in system32 folder
and i did edit the WitPTracker.bat file as mentioned in this thread

.... and getting this error message :

C:\Users\Alexane\Desktop\WitPTracker>java -Xms384m -Xmx512m -jar "WitPTracker.ja
r"
Initializing WitP Tracker AE database.
WitP Tracker AE tables loaded in 10 seconds
Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError
at javax.swing.JPanel.updateUI(Unknown Source)
at javax.swing.JPanel.<init>(Unknown Source)
at javax.swing.JPanel.<init>(Unknown Source)
at javax.swing.JPanel.<init>(Unknown Source)
at javax.swing.JRootPane.createGlassPane(Unknown Source)
at javax.swing.JRootPane.<init>(Unknown Source)
at javax.swing.JFrame.createRootPane(Unknown Source)
at javax.swing.JFrame.frameInit(Unknown Source)
at javax.swing.JFrame.<init>(Unknown Source)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:612)
at witptracker.GUIMain$5.run(GUIMain.java:1018)
at java.awt.event.InvocationEvent.dispatch(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.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)
Caused by: java.lang.IllegalArgumentException: 682464 incompatible with Text-spe
cific LCD contrast key
at java.awt.RenderingHints.put(Unknown Source)
at sun.awt.windows.WDesktopProperties.getDesktopAAHints(Unknown Source)
at sun.awt.windows.WToolkit.getDesktopAAHints(Unknown Source)
at sun.awt.SunToolkit.getDesktopFontHints(Unknown Source)
at sun.awt.windows.WDesktopProperties.getProperties(Unknown Source)
at sun.awt.windows.WToolkit.updateProperties(Unknown Source)
at sun.awt.windows.WToolkit.lazilyInitWProps(Unknown Source)
at sun.awt.windows.WToolkit.lazilyLoadDesktopProperty(Unknown Source)
at java.awt.Toolkit.getDesktopProperty(Unknown Source)
at javax.swing.UIManager.<clinit>(Unknown Source)
... 25 more

C:\Users\Alexane\Desktop\WitPTracker>pause
Appuyez sur une touche pour continuer...
please help me cause i just dont get it ... and yes i did redd through the 113 pages of this thread and coulden't find any answer (i must have missed something [:(]) ... no need to say i suck at this .... thanx in advance




n01487477 -> RE: WitPTracker AE Release 1.8 Available! (3/29/2012 2:35:21 PM)

quote:

ORIGINAL: lorreporre

Hi guys
Im a newbie here (and english is not my first language [;)])
ive installed WitPTracker as mentionned in setup
i copied pwsdll.dll from game into tracker folder
i copied Java.exe from Java folder to tracker folder
im using x64bit
I have Java update 17(64bit) in c\progam files (x86) \java\jre6\bin
and Java update 31 in system32 folder
and i did edit the WitPTracker.bat file as mentioned in this thread

.... and getting this error message :

C:\Users\Alexane\Desktop\WitPTracker>java -Xms384m -Xmx512m -jar "WitPTracker.ja
r"
Initializing WitP Tracker AE database.
WitP Tracker AE tables loaded in 10 seconds
Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError

Seems a bit weird as you're doing all the right things from what you've mentioned.
I guess your game is running the latest patch - right ?
-What C++ libraries do you have installed? Make sure they're the latest...

-Delete all the trackerdb.* files
-try this in your batch file.
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms384m -Xmx512m -jar "WitPTracker.jar"
pause

[edit] Just re-read your first about where java 64 bit is ... you need to point to where the 32 bit version is ...
64 bit will not work with tracker

quote:


please help me cause i just dont get it ... and yes i did redd through the 113 pages of this thread and coulden't find any answer (i must have missed something [:(]) ... no need to say i suck at this .... thanx in advance

113 pages - that's dedication ... [;)]

Don;t worry we'll get you up and running sometime.




lorreporre -> RE: WitPTracker AE Release 1.8 Available! (3/29/2012 3:20:17 PM)

quote:

ORIGINAL: n01487477

[edit] Just re-read your first about where java 64 bit is ... you need to point to where the 32 bit version is ...
64 bit will not work with tracker


First of all thanx Damian for the quick answer
How do i do that, pointing to the right java that is ?
I got the C++ 2005 redistribuable, 2005 redistribuable (x64), 2008 redistribuable x64, 2008 redistribuable x86, 2010 x 86 redistribuable.

and yes latest patch
quote:


113 pages - that's dedication ... [;)]

Don;t worry we'll get you up and running sometime.

Héhé i did read it crossward (can u say that?) like the genious guy in Criminal minds who could read the whole bible in like 38 seconds [:D][:D]
Well ive been kind of a reader until now, never posted. Been reading the good stuff you guys wrote aboute the game and of course some AAR helped me get going. Ive played only against AI and only Japan but getting started is hard and i beleave the Tracker being of much help.
BTW does the Tracker work with RA 4.0 ?

Laurent




Sangeli -> RE: WitPTracker AE Release 1.8 Available! (3/29/2012 8:41:11 PM)

Alright so I'm having some issues with using the tracker. I looked at the support section and I *think* I rectified the issues that I'm using a 64 bit computer but I could be wrong. Heres a picture of the error message I'm receiving:

[image]http://i.imgur.com/7B4Xi.png[/image]

I know enough Java to be able to identify the problem if I had the source code but I don't. However, judging from the error message I'm getting it seems that the error is in loading engines from the database. Probably trying to access an object that does not exist thus resulting in a null pointer exception. I'm using the very latest version of WitP AE so I'm wondering if changes in the engine database could have caused this. Thanks for your assistance!




n01487477 -> RE: WitPTracker AE Release 1.8 Available! (3/30/2012 1:04:19 AM)

quote:

ORIGINAL: lorreporre

quote:

ORIGINAL: n01487477

[edit] Just re-read your first about where java 64 bit is ... you need to point to where the 32 bit version is ...
64 bit will not work with tracker


First of all thanx Damian for the quick answer
How do i do that, pointing to the right java that is ?
I got the C++ 2005 redistribuable, 2005 redistribuable (x64), 2008 redistribuable x64, 2008 redistribuable x86, 2010 x 86 redistribuable.

and yes latest patch
quote:


113 pages - that's dedication ... [;)]

Don;t worry we'll get you up and running sometime.

Héhé i did read it crossward (can u say that?) like the genious guy in Criminal minds who could read the whole bible in like 38 seconds [:D][:D]
Well ive been kind of a reader until now, never posted. Been reading the good stuff you guys wrote aboute the game and of course some AAR helped me get going. Ive played only against AI and only Japan but getting started is hard and i beleave the Tracker being of much help.
BTW does the Tracker work with RA 4.0 ?

Laurent

Sorry - been sleeping in my part of the world.
In this batch file, the path is set to where 32 bit Java is usually installed. Although in your first email you stated that its in your system32 folder. You need to determine where it's installed and then change the batch to point to it or uninstall both 64 and 32 Java and reinstall to the defaults.

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




n01487477 -> RE: WitPTracker AE Release 1.8 Available! (3/30/2012 1:06:13 AM)


quote:

ORIGINAL: Sangeli

Alright so I'm having some issues with using the tracker. I looked at the support section and I *think* I rectified the issues that I'm using a 64 bit computer but I could be wrong. Heres a picture of the error message I'm receiving:


I know enough Java to be able to identify the problem if I had the source code but I don't. However, judging from the error message I'm getting it seems that the error is in loading engines from the database. Probably trying to access an object that does not exist thus resulting in a null pointer exception. I'm using the very latest version of WitP AE so I'm wondering if changes in the engine database could have caused this. Thanks for your assistance!

This is not a java coding problem. You need to copy the pwsdll.dll from the game directory into Tracker overwriting the old dll there. The new patch uses a different dll.




n01487477 -> RE: WitPTracker AE Release 1.8 Available! (3/30/2012 1:06:30 AM)

double ...




lorreporre -> RE: WitPTracker AE Release 1.8 Available! (3/30/2012 9:18:52 AM)

OMG !!
Im getting mad at this !!
i did uninstall all java files i had and reinstalled BOTH 32 and 64 java in C:\Program Files (x86)\Java\jre6\bin
now it shows me this error message :

C:\Users\Alexane\Desktop\WitPTracker>"C:\Program Files (x86)\Java\jre6\bin\java.
exe" -Xms384m -Xmx512m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
WitP Tracker AE tables loaded in 12 seconds
WARNING: Could not initialize SigInt information for first turn.
Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError
at javax.swing.JPanel.updateUI(Unknown Source)
at javax.swing.JPanel.<init>(Unknown Source)
at javax.swing.JPanel.<init>(Unknown Source)
at javax.swing.JPanel.<init>(Unknown Source)
at javax.swing.JRootPane.createGlassPane(Unknown Source)
at javax.swing.JRootPane.<init>(Unknown Source)
at javax.swing.JFrame.createRootPane(Unknown Source)
at javax.swing.JFrame.frameInit(Unknown Source)
at javax.swing.JFrame.<init>(Unknown Source)
at witptracker.GUIMain.CreateAndShowGUI(GUIMain.java:612)
at witptracker.GUIMain$5.run(GUIMain.java:1018)
at java.awt.event.InvocationEvent.dispatch(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.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)
Caused by: java.lang.IllegalArgumentException: 682464 incompatible with Text-spe
cific LCD contrast key
at java.awt.RenderingHints.put(Unknown Source)
at sun.awt.windows.WDesktopProperties.getDesktopAAHints(Unknown Source)
at sun.awt.windows.WToolkit.getDesktopAAHints(Unknown Source)
at sun.awt.SunToolkit.getDesktopFontHints(Unknown Source)
at sun.awt.windows.WDesktopProperties.getProperties(Unknown Source)
at sun.awt.windows.WToolkit.updateProperties(Unknown Source)
at sun.awt.windows.WToolkit.lazilyInitWProps(Unknown Source)
at sun.awt.windows.WToolkit.lazilyLoadDesktopProperty(Unknown Source)
at java.awt.Toolkit.getDesktopProperty(Unknown Source)
at javax.swing.UIManager.<clinit>(Unknown Source)
... 25 more

C:\Users\Alexane\Desktop\WitPTracker>pause
Appuyez sur une touche pour continuer...

i know nothing about java but i think i did right with where to install it ?
Am i gonna be able to use the Tracker one day [:(]!!! Thanx in advance !

Laurent




n01487477 -> RE: WitPTracker AE Release 1.8 Available! (3/31/2012 12:19:02 AM)


quote:

ORIGINAL: lorreporre

OMG !!
Im getting mad at this !!
i did uninstall all java files i had and reinstalled BOTH 32 and 64 java in C:\Program Files (x86)\Java\jre6\bin
now it shows me this error message :


Just checking your message - You installed Java (both 32 & 64) in the same location ? Or is that wrong ? They should be in different locations. Is there any reason you need 64 bit java installed?

You are still getting the same error message as before...which makes me think either Java is not the correct version, you've not copied the correct pwsdll.dll into the Tracker folder or the C++ lib is not right.

So what would I do?
1. Uninstall java (again) - if you installed in both locations. Reinstall just 32 bit.
2. Double check you've copied the right pwsdll.dll into the tracker folder.
3. Do a windows update to check you've got the latest C++ 2005 redist installed.(It needs to be the 32 bit version)
4. Delete Trackerdb.* files and try again.
failing that, try this file
http://sites.google.com/site/witptracker/support/Tracker_exe.zip?attredirects=0&d=1
extract to tracker folder and try.

I know this is a OMG moment - but sometimes it is a bit fiddly to get Tracker working properly on 64 bit OS. It's not impossible, just need to have some patience.
quote:



C:\Users\Alexane\Desktop\WitPTracker>"C:\Program Files (x86)\Java\jre6\bin\java.
exe" -Xms384m -Xmx512m -jar "WitPTracker.jar"
Initializing WitP Tracker AE database.
WitP Tracker AE tables loaded in 12 seconds
WARNING: Could not initialize SigInt information for first turn.
Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError


i know nothing about java but i think i did right with where to install it ?
Am i gonna be able to use the Tracker one day [:(]!!! Thanx in advance !

Laurent

I hope so ...




lorreporre -> RE: WitPTracker AE Release 1.8 Available! (3/31/2012 1:21:12 AM)

Hi Damian and Thanx for helping me
When i try to install C++ 2005 redist it ask me if i want to uninstall C++ 2010 x86 what should i do ... Isn't it a newer version or shall i delete it and replace it by the 2005 version ??*

and sorry for beeing such a noob[:(]




n01487477 -> RE: WitPTracker AE Release 1.8 Available! (3/31/2012 1:25:37 AM)


quote:

ORIGINAL: lorreporre

Hi Damian and Thanx for helping me
When i try to install C++ 2005 redist it ask me if i want to uninstall C++ 2010 x86 what should i do ... Isn't it a newer version or shall i delete it and replace it by the 2005 version ??

You should be able to have both iirc. But uninstall 2010 for now. The 2005 x32 version is what you need. You'll probably have to do a windows update after install as well. This is wwhat I have running on my computer

[image]local://upfiles/19798/86F72366E4CA411A960E9AA6D9AD7251.jpg[/image]




lorreporre -> RE: WitPTracker AE Release 1.8 Available! (3/31/2012 1:36:13 AM)

Well i got quite the same as you

I tried again to run Tracker but got the same error message ... i give up for tonite (its 2:30 am here[>:])
Just dont know what the problem is and im getting pis*** at it ...

1. Uninstall java (again) - if you installed in both locations. Reinstall just 32 bit. done
2. Double check you've copied the right pwsdll.dll into the tracker folder. done
3. Do a windows update to check you've got the latest C++ 2005 redist installed.(It needs to be the 32 bit version) done
4. Delete Trackerdb.* files and try again. done

thanx again and i'll read your answer tomorow

nite
Laurent




Arnhem44 -> RE: WitPTracker AE Release 1.8 Available! (3/31/2012 10:24:54 AM)

Hi Gents,

It's more a query than an issue.

How does Tracker get it's information when you get an enemy ship sunk alert in the Alerts section?

For example, one of my subs attacked an xAKL in one of the earlier turns but it seemed to have survived the hit, I then get an update on the ship being sunk quite a few turns later but there's nothing in any of the reports that show this, usually you get something like xAK Something Maru is reported to have been sunk near Singapore on Dec 15, 1941 but on this particular turn there isn't anything about the xAKL. The thing is I'm pretty sure I'll get the reported to have been sunk thingy for the xAKL in the next turn or two. Just curious about how Tracker extracts it's info. Hope I made sense in that jumble of words.




n01487477 -> RE: WitPTracker AE Release 1.8 Available! (3/31/2012 10:35:05 AM)


quote:

ORIGINAL: Arnhem

Hi Gents,

It's more a query than an issue.

How does Tracker get it's information when you get an enemy ship sunk alert in the Alerts section?

For example, one of my subs attacked an xAKL in one of the earlier turns but it seemed to have survived the hit, I then get an update on the ship being sunk quite a few turns later but there's nothing in any of the reports that show this, usually you get something like xAK Something Maru is reported to have been sunk near Singapore on Dec 15, 1941 but on this particular turn there isn't anything about the xAKL. The thing is I'm pretty sure I'll get the reported to have been sunk thingy for the xAKL in the next turn or two. Just curious about how Tracker extracts it's info. Hope I made sense in that jumble of words.

Hi Arnhem -
all of the alerts are generated by comparing the previous data held in the DB from the savefiles to the new turn. In this instance, the ship (which was previously sunk) had the data point for its FOW sunk changed - so that you can now see it's sunk. I would say that if you opened the gameturn you should be able to see it is now displaying sunk too.

Hope that makes sense too .[;)]




Roger Neilson II -> RE: WitPTracker AE Release 1.8 Available! (3/31/2012 1:18:13 PM)

Fully appreciate that, just lets sling another one in there as well for 'if you ever find the time'.

Would be great to have a ship comparison in the same way as a plane comparison.......

Roger




JocMeister -> RE: WitPTracker AE Release 1.8 Available! (3/31/2012 4:15:00 PM)

Anyone got tracker runnning on Android?




Arnhem44 -> RE: WitPTracker AE Release 1.8 Available! (3/31/2012 7:03:52 PM)


quote:

ORIGINAL: n01487477


quote:

ORIGINAL: Arnhem

Hi Gents,

It's more a query than an issue.

How does Tracker get it's information when you get an enemy ship sunk alert in the Alerts section?

For example, one of my subs attacked an xAKL in one of the earlier turns but it seemed to have survived the hit, I then get an update on the ship being sunk quite a few turns later but there's nothing in any of the reports that show this, usually you get something like xAK Something Maru is reported to have been sunk near Singapore on Dec 15, 1941 but on this particular turn there isn't anything about the xAKL. The thing is I'm pretty sure I'll get the reported to have been sunk thingy for the xAKL in the next turn or two. Just curious about how Tracker extracts it's info. Hope I made sense in that jumble of words.

Hi Arnhem -
all of the alerts are generated by comparing the previous data held in the DB from the savefiles to the new turn. In this instance, the ship (which was previously sunk) had the data point for its FOW sunk changed - so that you can now see it's sunk. I would say that if you opened the gameturn you should be able to see it is now displaying sunk too.

Hope that makes sense too .[;)]


Hi Damian,

Thanks for the explanation. Makes sense to me now!




michaelm75au -> RE: WitPTracker AE Release 1.8 Available! (4/1/2012 1:36:50 AM)

Would it be possible to have a check box that suppressed all the delay 9999 entries on the view being looked at (LCU, ship, group, or device).

A lot of the 9999 are items that are not in play due to being a small map or old items from stock. Some items have a correct 9999 from AE's perspective (like TOE, group returning).

I am thinking that these extraneous items could suppressed by a check-box rather than filtering on delay which you probably wish to do after suppressing the never-arrive items.






rook749 -> RE: WitPTracker AE Release 1.8 Available! (4/1/2012 3:15:46 PM)

Ok I have been working to get Tracker working on and off for a week or so (most of the issue has been lack of time due to travel and work). I had it run and was able to load one turn but when I go to run it again I am now getting the error below - was a able to load a Turn 99 and see the details :)

Thoughts?

Rook


[image]local://upfiles/23360/58EAAB50F235418CA45555CB8073CEE7.jpg[/image]




Dante Fierro -> RE: WitPTracker AE Release 1.8 Available! (4/1/2012 8:14:15 PM)

Followed the instructions to the letter. I have a Windows 7 64 bit machine (like millions of others in 2012). The program bombed - because of some incompatibility error between JAVA & the program. IMO - this is just plain laziness by developer. I am now expected to do the extra leg work myself to make JAVA and this program compatible. [:(]






Roger Neilson II -> RE: WitPTracker AE Release 1.8 Available! (4/1/2012 9:07:11 PM)

I guess everyone is entitled to their opinion, but just maybe you need to think through some facts here.

The two 'developer's have put an immense amount of time and energy into both creating this invaluable tool, and supporting it with great patience and courtesy.

Its freely given by them.......

We have an expression over here 'don't look a gift horse in the mouth'.

Both Damian and Floyd normally give responses to people's problems as fast as they can, seriously your tone is not likely to get a helpful response, though I suspect they are gentlemen enough to do so despite your very hostile approach.

14 posts so far to the forum, maybe read a bit more and rant a bit less?

Roger




witpqs -> RE: WitPTracker AE Release 1.8 Available! (4/1/2012 9:19:03 PM)

quote:

ORIGINAL: Roger Neilson II

I guess everyone is entitled to their opinion, but just maybe you need to think through some facts here.

The two 'developer's have put an immense amount of time and energy into both creating this invaluable tool, and supporting it with great patience and courtesy.

Its freely given by them.......

We have an expression over here 'don't look a gift horse in the mouth'.

Both Damian and Floyd normally give responses to people's problems as fast as they can, seriously your tone is not likely to get a helpful response, though I suspect they are gentlemen enough to do so despite your very hostile approach.

14 posts so far to the forum, maybe read a bit more and rant a bit less?

Roger

+1.

And nothing is "expected" of you regarding using Tracker.




floydg -> RE: WitPTracker AE Release 1.8 Available! (4/1/2012 9:22:56 PM)


quote:

ORIGINAL: JocMeister

Anyone got tracker runnning on Android?



If you can find a way to get the Windows DLL to run, you'd be fine, I suppose. Otherwise, SOL...




floydg -> RE: WitPTracker AE Release 1.8 Available! (4/1/2012 9:24:28 PM)


quote:

ORIGINAL: Dante Fierro

Followed the instructions to the letter. I have a Windows 7 64 bit machine (like millions of others in 2012). The program bombed - because of some incompatibility error between JAVA & the program. IMO - this is just plain laziness by developer. I am now expected to do the extra leg work myself to make JAVA and this program compatible. [:(]





Nobody is making you use the program.




floydg -> RE: WitPTracker AE Release 1.8 Available! (4/1/2012 9:30:38 PM)


quote:

ORIGINAL: rook749

Ok I have been working to get Tracker working on and off for a week or so (most of the issue has been lack of time due to travel and work). I had it run and was able to load one turn but when I go to run it again I am now getting the error below - was a able to load a Turn 99 and see the details :)

Thoughts?

Rook


[image]local://upfiles/23360/58EAAB50F235418CA45555CB8073CEE7.jpg[/image]


Never seen that one before. Sounds like something got corrupted in the database file. Could you try wiping out the trackerdb.* files and re-initialize the database? Perhaps something got messed up then and this is some later evidence of the problem.

Floyd




Ironbottum_sound -> RE: WitPTracker AE Release 1.8 Available! (4/2/2012 12:23:51 AM)

for some reason everytime it loads up bases...it stops and can't do it..I have the latest tracker and the latest version..any help? ohits a 32 bit..I get some error that some info is too big..or something..if you need more information I can provide it.




Page: <<   < prev  112 113 [114] 115 116   next >   >>

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
2.015625