Star Trek Armada II: Fleet Operations

Fleet Operations => Technical Stuff => Topic started by: OvermindDL1 on September 16, 2006, 09:18:39 PM



Title: Unable To Launch
Post by: OvermindDL1 on September 16, 2006, 09:18:39 PM
The steps:
I did not have ST:Armada2 installed.
I ran the 3.0 installer while the cd is in the drive, it seemingly installed fine.
Ran the 3.0 patch 1 installer, seemingly installed fine.
If I run the shortcut that was installed, or the exe directly, or what-not, it loads, brings the icon on top of all, fading it, using about about 7% cpu while fading in, then no cpu usage, no cd drive spin-up, nothing.
After it sits for about 11-12 seconds, it then disappears, the process is removed from the task manager, it just completely disappears.

Same thing happens if I use your launcher and click the launch button, icon comes up, nothing happens, then it disappears.

Thoughts?


System:
AMD Athlon 3400+
1GB Ram
4 ATA Controllers
2 SATA Controllers
1 SCSI Controller
~1.3 TB HD space total, spread over 6 hard drives, free space is ~4GB
1 CD-recorder
1 dead DVD-Reader
ATI Radeon 9700 Pro
SB Audigy 1 Platinum
And a couple more un-mounted drives (Tape drive, an old scsi HD, etc...,  un-mounted meaning they are installed and usable in the system, just not mounted in Windows as drives, I'm out of letters...)


Title: Unable To Launch
Post by: Cpt Ryan on September 16, 2006, 10:36:55 PM
your using the actual CD for the launch, ie its in the drive when you try it?
is the CD your using a copy or genuine copy?

EDIT: the drive you are using is an actual drive mounted to the system or one of your other external ones?


Title: Unable To Launch
Post by: OvermindDL1 on September 16, 2006, 11:06:38 PM
Actual CD, bought soon thereafter ST:Armada 2 came out.
It is genuine copy, printed cd, instruction book, probably still have the box around here as well, CD is in perfect condition.
All of my drives are internal to the computer (the motherboard has all of the above mentioned controllers embedded on it, they are not expansion cards, yes it was an expensive board, but cheaper then buying all the controllers seperatly).  The CD drive is on ATA Controller 0, Secondary Master.


Title: Unable To Launch
Post by: Eufnoc on September 16, 2006, 11:19:46 PM
try uninstalling and reinstalling, so what happens


Title: Unable To Launch
Post by: DOCa Cola on September 17, 2006, 04:17:54 AM
that issue should have been gone with patch 1.1. could you please attach the \FOData\Temp\LogLoader.txt here?
thx

DOCa Cola


Title: Unable To Launch
Post by: OvermindDL1 on September 17, 2006, 04:27:54 AM
The log is below, I already did uninstall and reinstall once before, will try again if you wish.  I may have a little time this evening, I will trace the executable and see if I notice anything overly odd if I can.  Out of curiosity, what does your executable do exactly?  I notice it links winsock, does it handle mini-dump uploading or something?

Code:
[09/16/06 - 21:23:50] Fleet Operations Loader Log - initialized
[09/16/06 - 21:23:50] (c) 2003-2006 Fleet Operations Development Team - http://www.fleetops.net
[09/16/06 - 21:23:50] Pre Launch - Full Parameters list:
[09/16/06 - 21:23:50] Pre Launch - Initializing cursors stage 1 (non zero value expected): -1
[09/16/06 - 21:23:50] Pre Launch - Initializing cursors stage 2 (non zero value expected): -1
[09/16/06 - 21:23:50] Pre Launch - Initializing cursors stage 3 (non zero value expected): -1
[09/16/06 - 21:23:50] Pre Launch - Initializing cursors stage 4 (non zero value expected): -1
[09/16/06 - 21:23:50] Pre Launch - EditorMode False
[09/16/06 - 21:23:50] Pre Launch - Chosen Splash \FOData\Splash\Splash1.bmp
[09/16/06 - 21:23:50] Pre Launch - Splash effect enabled
[09/16/06 - 21:23:51] Process launch - Version number refreshed
[09/16/06 - 21:23:51] Process launch - Path to executable G:\Program Files\Activision\Star Trek Armada II Fleet Operations\
[09/16/06 - 21:23:51] Process launch - Executable Command line "G:\Program Files\Activision\Star Trek Armada II Fleet Operations\armada2.tgt"
[09/16/06 - 21:23:51] Process launch - Path to executable exists -1
[09/16/06 - 21:23:51] Process launch - Reported Process ID 1568
[09/16/06 - 21:23:51] Post launch - 7315536/1568/292/-1
...
[09/16/06 - 21:23:51] Post launch - 7543696/1568/292/-1
[09/16/06 - 21:23:51] Post launch - 7543724/1568/292/-1
[09/16/06 - 21:24:02] Process launch - Opening Helper file stream handle@ reported ID 292
[09/16/06 - 21:24:02] Loader end processes - Closing stream handle reported (non zero value expected): -1
[09/16/06 - 21:24:02] Loader end processes - Resetting setcursors reported (non zero value expected): -1
[09/16/06 - 21:24:02] Loader end processes - Executing self termination

EDIT 1:  Okay, this is funky wierd, I *know* I see traces of Visual Studio (7.0, maybe 6.0, but I think 7.0, really should upgrade to 7.1 at least, *far* more complient), yet I see so much of delphi layout as well, causing a lot of hopping around (hits the cache rather hard, should not do it, although the program does not do much so not really necessary to worry about).  There seems to be a *massive* amount of unused code path's and resources, bloating the code far larger then what is necessary.  Although some of these might be accessed through function pointers rather then direct links, but that is quite rare.  Still have not yet run it, may not have time...

EDIT 2:  Traced a bit, seems to churn something 5000 times, once done, performs more things (seems to call destructors of class-like structures to clean up things, like the window) and quits, digging more into that loop (don't suppose you could say what it is doing, maybe checking for armada2 startup or something?)...

EDIT 3:  (Mostly my own note taking):
In the loop, which exists inside the exe and not a linked library:
It calls a function in user32.dll (to be figured out, 0x4AF818).
Then makes sure the return value is not zero (which it always is thus far, would jump away if it was not zero at this point).
Then calls a function inside the application itself (seemingly to make up for the missing library function), this function then jumps into kernel32.dll (0x7c802451)
After the kernel function returns it then jumps back and repeats the loop, no test after calling the kernel function, the kernel function probably sleeps or something (to be checked, now checked, SleepEx called with a value of 1).

EDIT 4:  Kernel function checked, it is SleepEx, set above, checking the user32 function now...

EDIT 5:  Have not yet figured out what the user32 function is that is called, but the purpose of this is that I notice that the log is in the middle of its "Post launch" sections when I terminate the trace inside the loop...

EDIT 6:  Got more time to look, the function in the linker map for user32.dll is at location 0x1E581, which corresponds perfectly to the ASCII version of FindWindow (FindWindowA), and the params passed match as well (pass a null pointer for the class name and pass a pointer to a string {"Armada2\0"} for the window name param).  So, the 5 second long loop tries to access the window named Armada2, if not, it sleeps for a millisecond (which will not actually sleep, just toss the context switch around to give other processes cpu time if need-be), and then loops.  If not found within '5' seconds (in quotes because, as stated, the context switch will just be thrown around, possibly taking more then 1 millisecond, sleep is highly unreliable when used as timing on a granularity smaller then ~24ms, so it usually takes between 10-12 seconds in reality), it dumps out, cleans up everything, and dies.  I wager I will find CreateProcess sometime before the loop is called, havn't checked, probably where the problem is however, will check later, I only had a minute to spare here...

EDIT 7:  Before I need to go, just remembered something...  Why is the window handle being looked for, and in such an active mannor as well?  Only reason to need the window is to inject events directly into to.  If you are just going to watch for when the application closes then you can get the process handle from CreateProcess when you launch the app, then just put a lock on it so the launcher freezes until the app closes, then when the app closes the launcher continues on as if it never stopped, just now instantly knowing the app is gone (handle is now invalid).  Using that handle, before you put a lock on it or what-not, you can do a wide variety of functions on it, far more power then just a window handle, even injecting events into the process itself (rarely a reason to inject directly into a specific window and not an entire process).  I have to admit that I am a tad bit confused as to why FindWindow is being called at all?  Either way, need to go, talk later.


Title: Unable To Launch
Post by: DOCa Cola on September 17, 2006, 11:50:22 AM
the findwindow call is there for various reasons. the pr 3.0 patch 1.1 executable consists more of a bit unfinished code as it includes some code meant for the final 3.0 release.
findwindow is used to wait for the main armada 2 window to know when the original armada 2 splash screen has closed. also to change the armada 2 main window icon and description. so actually the findwindow loop should stop after the main armada 2 has shown up.
yes, i am using delphi 2005. the bloated code may be related to vcl i used to build the loader.
also the loader includes a (not self written) exception handler using winsock to mail an error report to us.

oh and please feel free to contact me via instant messenger :)


Title: Unable To Launch
Post by: OvermindDL1 on September 17, 2006, 10:36:35 PM
Ah, that makes sense, although I would just listen to the windows being created and got a handle on it then (this is an async operation so you can still have the main part of the program block on the armada2 process until it closes and still do everything to the window that you want so as to not have a comparatively expensive loop).  I added you to msn, I basically never use it, my main is GTalk, but it is up currently.


Title: Unable To Launch
Post by: janosek on November 17, 2006, 04:10:34 AM
Hello,

I didn't want to create another thread because I am also unable to launch the game.  
I installed:

fosetup3pr.exe
FleetOps3PRPatch1.exe

Then I loaded the game.  I see the starting logo and then my computer totally freezes.  I think things are still working in the background, but I cannot switch to them.  I cannot access the task manager either.

My specs:

Core 2 Duo E6600 - no overclocking
DFI Infinity 975 X/G
2GB of RAM
EVGA Nvidia GeForce 7600 GT - dual monitor (also tried single, so doesn't seem to be the problem)
2x WD Raptor 74G RAID 0
AMCC-3ware 9590SE Raid 5 card w/ 8xWD 400G


here is my logs:

[11/16/06 - 21:55:56] Fleet Operations Loader Log - initialized
[11/16/06 - 21:55:56] © 2003-2006 Fleet Operations Development Team - http://www.fleetops.net (http://www.fleetops.net)
[11/16/06 - 21:55:56] Pre Launch - Full Parameters list:
[11/16/06 - 21:55:56] Pre Launch - Initializing cursors stage 1 (non zero value expected): -1
[11/16/06 - 21:55:56] Pre Launch - Initializing cursors stage 2 (non zero value expected): -1
[11/16/06 - 21:55:56] Pre Launch - Initializing cursors stage 3 (non zero value expected): -1
[11/16/06 - 21:55:56] Pre Launch - Initializing cursors stage 4 (non zero value expected): -1
[11/16/06 - 21:55:56] Pre Launch - EditorMode False
[11/16/06 - 21:55:56] Pre Launch - Chosen Splash \FOData\Splash\Splash6.bmp
[11/16/06 - 21:55:56] Pre Launch - Splash effect enabled
[11/16/06 - 21:55:57] Process launch - Version number refreshed
[11/16/06 - 21:55:57] Process launch - Path to executable C:\Program Files\Activision\FO\
[11/16/06 - 21:55:57] Process launch - Executable Command line "C:\Program Files\Activision\FO\armada2.tgt"
[11/16/06 - 21:55:57] Process launch - Path to executable exists -1
[11/16/06 - 21:55:57] Process launch - Reported Process ID 2036
[11/16/06 - 21:55:58] Post launch - 7315536/2036/504/-1
...
[11/16/06 - 21:55:58] Post launch - 7543724/2036/504/-1
[11/16/06 - 21:57:16] Process launch - Opening Helper f


That is exactly how the log looks.  The Process launch line is cut off.

Also,  One time I rebooted and my network driver was messed and windows tried to reinstall it.  Might that be pertinent?

Thanks,
Janosek.


Title: Unable To Launch
Post by: DOCa Cola on November 17, 2006, 08:14:26 AM
strange, the log seems all fine to me until that cut off line..

you have to reboot your computer after starting fleet operations?


Title: Unable To Launch
Post by: janosek on November 17, 2006, 03:02:21 PM
Correct.  My computer becomes completely unusable.  I see disc activity in the background, but I cannot multitask to kill the process.   I tried a few more times to get it to work, but the same effect happens.  I am starting to think it has something to do with networking because a couple times when I reboot, windows searches for a driver to my network card.

At first, I had trouble installing it, but I found out that was due to Lavasoft's Ad-watch blocking the install.  

I then uninstalled my Anti-virus, seeing if that might affect it, but it didn't.

Are there any other logs that might help you?  The original Armada 2 with patch 1.1 works fine on my computer at 1600x1200 resolution and multi-display.

 


Title: Unable To Launch
Post by: janosek on November 17, 2006, 09:59:59 PM
uninstalled and reinstalled... still no go

[11/17/06 - 15:54:41] Fleet Operations Loader Log - initialized
[11/17/06 - 15:54:41] © 2003-2006 Fleet Operations Development Team - http://www.fleetops.net (http://www.fleetops.net)
[11/17/06 - 15:54:41] Pre Launch - Full Parameters list:
[11/17/06 - 15:54:41] Pre Launch - Initializing cursors stage 1 (non zero value expected): -1
[11/17/06 - 15:54:41] Pre Launch - Initializing cursors stage 2 (non zero value expected): -1
[11/17/06 - 15:54:41] Pre Launch - Initializing cursors stage 3 (non zero value expected): -1
[11/17/06 - 15:54:41] Pre Launch - Initializing cursors stage 4 (non zero value expected): -1
[11/17/06 - 15:54:41] Pre Launch - EditorMode False
[11/17/06 - 15:54:41] Pre Launch - Chosen Splash \FOData\Splash\Splash1.bmp
[11/17/06 - 15:54:43] Pre Launch - Splash effect enabled
[11/17/06 - 15:54:45] Process launch - Version number refreshed
[11/17/06 - 15:54:45] Process launch - Path to executable C:\Program Files\Activision\FO\
[11/17/06 - 15:54:45] Process launch - Executable Command line "C:\Program Files\Activision\FO\armada2.tgt"
[11/17/06 - 15:54:45] Process launch - Path to executable exists -1
[11/17/06 - 15:54:45] Process launch - Reported Process ID 1364
[11/17/06 - 15:54:45] Post launch - 7315536/1364/504/-1
...
[11/17/06 - 15:54:45] Post launch - 7543676/1364/504/-1
[11/17/06 - 15:54:45] Post launch - 75436

cut off as you see it...


Title: Unable To Launch
Post by: DOCa Cola on November 18, 2006, 12:09:24 AM
no limited user account (no admin).
yes, the cutoff occours when the loader crashes or get crashed ;) i fixed that in the newer builds of the loader.
anything in the armada 2 log (not the loader log)?
you could try to create a fresh user account and see if fleet operations works from there. i assume you are using windows xp?

i cut down the logs of the posts a bit so this thread can be easier read

DOCa Cola


Title: Unable To Launch
Post by: janosek on November 18, 2006, 12:36:45 AM
HA! I created a new administrator account and it worked!

I suppose the question is what is interfering with the game in my primary account?


Title: Unable To Launch
Post by: DOCa Cola on November 18, 2006, 09:58:37 AM
that's a good question, i currently have a very similar problem with any armada 1 and armada 2 (modded and unmodded) just popping up and closing right away with my current account. so i start armada through 'run as...' and it works without any problems..
i hope this is enough for you as temporary fix ;) much of the loader code of v3 final was rewritten and runs much smoother than the v3pr version.

DOCa Cola


Title: Unable To Launch
Post by: eoraptor on November 18, 2006, 07:11:52 PM
Well, most of these problems have to do with Windows XP. User Accounts was basically added as an after-thought, since most of windows XP's code is just windows 2000 with a new skin. So having multiple accounts with administrator rights and restricted rights on them will fubar any program after a while, but especially any program that automatically changes your screen resolution when it launches. (because of the way rules and a user accounts specific .ini files affect who can and can't change screen res, and what those default resolutions are when windows loads; IE games like Sim-city, Armada, etc) Adding a clean account with its own documents and rules and .ini files; or reformatting to do a clean install will clean these issues up.

Side note, you see the same issues with windows networking as well for the same reasons. I'm sure you've all seen windows spontaneously stop going to websites even though you KNOW its connected, because the DNS cache gets corrupted or you need to clear your resetlog file or winsock  :mad: I dun know how many times I saw and had to explain these as  a DSL tech after hearing "Oh, well this never happened with my ~insert competing ISP here~"

funny how you never see these issues on mac or linux *l* anyways, my 2c worth I'm going to watch the orig Stargate movie for a while *l*


Title: Unable To Launch
Post by: phazed on December 19, 2006, 02:00:04 AM
Hi guys, I seem to be having a similar problem -- fresh install:

fosetup3pr.exe
FleetOps3PRPatch1.exe

P4 3.2ghz HT
nVidia 7900GT
Creative X-Fi Fata1ity
2gb ram

----------------------------------------------------------------------------
[12/18/06 - 19:33:46] Fleet Operations Loader Log - initialized
[12/18/06 - 19:33:46] © 2003-2006 Fleet Operations Development Team - http://www.fleetops.net (http://www.fleetops.net)
[12/18/06 - 19:33:46] Pre Launch - Full Parameters list:
[12/18/06 - 19:33:46] Pre Launch - Initializing cursors stage 1 (non zero value expected): -1
[12/18/06 - 19:33:46] Pre Launch - Initializing cursors stage 2 (non zero value expected): -1
[12/18/06 - 19:33:46] Pre Launch - Initializing cursors stage 3 (non zero value expected): -1
[12/18/06 - 19:33:46] Pre Launch - Initializing cursors stage 4 (non zero value expected): -1
[12/18/06 - 19:33:46] Pre Launch - EditorMode False
[12/18/06 - 19:33:46] Pre Launch - Chosen Splash \FOData\Splash\Splash3.bmp
[12/18/06 - 19:33:48] Pre Launch - Splash effect enabled
[12/18/06 - 19:33:49] Process launch - Version number refreshed
[12/18/06 - 19:33:49] Process launch - Path to executable C:\Program Files\Activision\Star Trek Armada II Fleet Operations\
[12/18/06 - 19:33:49] Process launch - Executable Command line "C:\Program Files\Activision\Star Trek Armada II Fleet Operations\armada2.tgt"
[12/18/06 - 19:33:49] Process launch - Path to executable exists -1
[12/18/06 - 19:33:49] Process launch - Reported Process ID 3412
[12/18/06 - 19:33:49] Post launch - 7315536/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7319360/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7403600/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7415324/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7528468/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7528556/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7456084/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7457321/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7462001/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7478297/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7486989/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7481528/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7482736/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7490128/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7491120/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7484348/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7485004/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7487876/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7489368/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7489480/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7489396/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7489512/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7489696/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7489660/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7489428/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7489540/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7489728/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7489456/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7489572/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7489764/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7506452/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7535776/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7535804/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7535816/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7535832/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7535852/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7535872/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7325712/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7358872/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7325728/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7358920/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7358896/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7315184/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7315196/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7315208/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7315220/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7336052/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7337440/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7337464/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7352140/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7354248/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7358808/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7359552/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7429760/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7430884/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7431496/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7432624/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7436432/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7445872/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7432940/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7433488/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7433504/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7436384/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7436416/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7437692/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7443764/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7443788/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7537908/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7537924/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7537996/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7538300/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7538600/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7543544/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7543560/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7543676/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7543696/3412/156/-1
[12/18/06 - 19:33:49] Post launch - 7543724/
-------------------------------------------------------------------------------
I tried copying my armada2.exe to the FO folder armada2.tgt but that didn't help either.

I've uninstalled, rebooted and reinstalled twice.

The CD was in E:

I can still play my armada 2 install just fine, but when I try to launch FleetOps, I get a random logo on the screen, then the windows crash msg in armada2.tgt


Title: Unable To Launch
Post by: DOCa Cola on December 19, 2006, 12:05:16 PM
could you please try to create a new user account (admin) and try starting fleet operations from there?


Title: Unable To Launch
Post by: phazed on December 19, 2006, 12:58:26 PM
Strangely enough, it launched and played perfectly after I took out the CD...

the account that I use on my xp  machine is my admin account btw


Title: Unable To Launch
Post by: DOCa Cola on December 19, 2006, 02:57:32 PM
yea, i thought you may have an issue that some other users have experienced that starting armada cause problems with their current account but works well under a new one. anyway, glad to hear you've got it working :)

DOCa Cola


Title: Unable To Launch
Post by: phazed on December 19, 2006, 03:18:39 PM
Quote
yea, i thought you may have an issue that some other users have experienced that starting armada cause problems with their current account but works well under a new one. anyway, glad to hear you've got it working :)

DOCa Cola
Pretty weird... but man, this thing is amazing... I sent you some cash :)


Title: Unable To Launch
Post by: DOCa Cola on December 19, 2006, 08:26:13 PM
thank you phazed :)