Jump to content
The simFlight Network Forums

Problems in [PROGRAMS] section of


Recommended Posts

Hi Pete,

 

first, as this is the first time for me writing in these forums, let me start by saying thanks for your ongoing work for our community. Much appreciated.

 

Second, I used the search function but could't find topics related to the problem I came across.

 

Now, my finding is the following. I wanted to run Fiber Accelerator (FA) together with FSX using the help of FSUIPC (V 4.934 in this case). In the beginning I didn't install FA in the proposed directory but in another I freely chose.

 

The entry in the ini file looked like that:

Run1=CLOSE,"C:\FSX\FSX Fiber Accelerator\FSX Fiber Accelerator.exe"

 

When I started FSX I always got an error popup telling me, that FSX is already running. Apperently FSUIPC tried to start FSX again instead of FA.

 

Only after deinstalling and installing Fiber Accelerator in the default location

C:\Program Files (x86)\FSPS\FSX Fiber Accelerator\FSX Fiber Accelerator.exe

I got it working.

 

It's no big deal, but something seems to be wrong here. I just wanted to let you know.

 

Greetings,

Nils

Link to comment
Share on other sites

Now, my finding is the following. I wanted to run Fiber Accelerator (FA) together with FSX using the help of FSUIPC (V 4.934 in this case). In the beginning I didn't install FA in the proposed directory but in another I freely chose.

 

The entry in the ini file looked like that:

Run1=CLOSE,"C:\FSX\FSX Fiber Accelerator\FSX Fiber Accelerator.exe"

 

When I started FSX I always got an error popup telling me, that FSX is already running. Apperently FSUIPC tried to start FSX again instead of FA.

 

Only after deinstalling and installing Fiber Accelerator in the default location

C:\Program Files (x86)\FSPS\FSX Fiber Accelerator\FSX Fiber Accelerator.exe

I got it working.

 

It's no big deal, but something seems to be wrong here. I just wanted to let you know.

 

But unless it's a bug in Windows, there is really no way the line

 

Run1=CLOSE,"C:\FSX\FSX Fiber Accelerator\FSX Fiber Accelerator.exe"

 

could start an entirely different EXE in a different folder, unless the "" were missing. With missing "" the line would read as running "C:\FSX\FSX", with parameter "Fiber Accelerator\FSX Fiber Accelerator.exe", which would indeed try to start FSX.

 

Are you sure the " character you used is the standard ASCII ", the one above the 2 on a standard keyboard? If you were using WordPad or a Word processor, rather than a plain text editor like Notepad, it is possible that the quotes were those used in pairs by word processors.

 

Here's my [Programs] section:

 

RunIF1=READY,"E:\FSX\Modules\SismoAft.exe"

RunIF2=CLOSE,HIDE,"E:\FSPS Fiber Accelerator\FSX Fiber Accelerator.exe"
RunIF3="E:\FSX\pmSounds\pmsounds.exe"
RunIF4=KILL,"E:\mcp\mcp.exe"
RunIF5=KILL,"E:\mcp\pfcmcp.exe"
RunIF6=KILL,"C:\Program Files (x86)\HiFi\ASNext_FSX\ASNext.exe"
RunIF7=CLOSE,"D:\OpusFSX\FSXSERVER.EXE"
 
Now if Windows was stopping at the first space, as it would have had to in your examples, then my Fiber Accelerator would not start -- it would try to run "E:\FSPS.exe" instead, and similarly my ASN would not start, as it would try "C:\Program.Exe" instead. This would certainly happen if the "" used were not recognised as such.

 

Regards

Pete

Link to comment
Share on other sites

I used the simple notepad provided by windows 7 to edit the ini file and I don't know another way to type " than pressing SHIFT+2 buttons on my keyboard. Moreover, I would still run into problems if my " were not the correct ones, as the path to the exe still contains spaces now as it is.

I can not see where I am doing something wrong...

 

Anyway my problem is solved, I just wanted to let you know in case there is something that needs to be fixed.

 

Regards

Nils

Link to comment
Share on other sites

I used the simple notepad provided by windows 7 to edit the ini file and I don't know another way to type " than pressing SHIFT+2 buttons on my keyboard. Moreover, I would still run into problems if my " were not the correct ones, as the path to the exe still contains spaces now as it is.

I can not see where I am doing something wrong...

 

No, I see that. But I  have just put your exact line into my INI file (just changing C:\ into E:\ because my FSX is in E:\FSX) and ran FSX, and all I get is this error logged in the FSUIPC Log file:

 

    3869 FSUIPC couldn't run: "E:\FSX\FSX Fiber Accelerator\FSX Fiber Accelerator.exe" [Error=267]
 
Error 267 is something like path or file not found.
 
If your quotes were the real ones, then either your version of Windows is way different from mine (Win7 64-bit, fully updated), or there's something else rather spooky going on. Maybe some program had replaced the Fiber Accelerator.exe in that folder with a renamed FSX.EXE, though that seems very unlikely. Too late to do any checking like that now, in any case.
 
Anyway my problem is solved, I just wanted to let you know in case there is something that needs to be fixed.

 

Thanks. It seems there's nothing that can be done. If I were over with you at the time, maybe we could have gotten to the bottom of the matter.

 

Thanks again,

Pete

 

Link to comment
Share on other sites

Hi Pete,

 

The error 267 is clear. According to your posted INI file section you have installed the fiber accelerator in E:\FSPS Fiber Accelerator\

 

If you now try to run it from E:\FSX\FSX Fiber Accelerator\ you will get this error, as this path really don't exist.

 

Rgds

Reinhard

Link to comment
Share on other sites

The error 267 is clear. According to your posted INI file section you have installed the fiber accelerator in E:\FSPS Fiber Accelerator\

 

 

Hi Reinhard,

 

I think you missed the entire point of my message. You didn't follow the thread at all? I was explaining to the OP what HE would see! I don't even have FA installed on this, my test PC!  I was merely showing him that the line he is using would never actually try to load FSX, but simply give an error message in the Log instead!

 

Pete

Link to comment
Share on other sites

Pete,

 

Using P3Dv2.3 and your FSUIPC4.36 I ran into a problem running programs as well. I tried 3 programs to be run, both with and without embedding in quote-marks, and the following errors were to be found in the log file:

 

FSUIPC couldn't run: "c:\ASNP3Dv2\ASNext.exe" [error=740]

FSUIPC couldn't run: "c:\FSC9\FSC.EXE" [Error=740]

FSUIPC couldn't run: "c:\FSX Radar Contact\RCv4\rcv4.exe" [error=740]

 

Any idea what might have gone wrong here?

 

Thanks,

Best regards,

Hans

 

 

 

 

Link to comment
Share on other sites

Using P3Dv2.3 and your FSUIPC4.36 I ran into a problem running programs as well. I tried 3 programs to be run, both with and without embedding in quote-marks, and the following errors were to be found in the log file:

 

FSUIPC couldn't run: "c:\ASNP3Dv2\ASNext.exe" [error=740]

FSUIPC couldn't run: "c:\FSC9\FSC.EXE" [Error=740]

FSUIPC couldn't run: "c:\FSX Radar Contact\RCv4\rcv4.exe" [error=740]

 

Any idea what might have gone wrong here?

 

Just Google error 740 (see below). Seems you aren't running everything at the same privilege level! Best to run everything normally. If you must use "Run as Administrator" you must run everything "as administrator"!

 

Pete

 

What Does Error 740 Mean?

If you are experiencing an error 740 message in Windows Vista or Windows 7 when trying to launch an application, it means the software was installed (or has been configured) to Run as Administrator

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.