Jump to content

flight simulator is attempting to start dialog won't go away


Recommended Posts

Posted

hello everyone, please forgive me for resurrecting a very old post, but I just got steam edition and have a problem but my exe xml document looks very different.  

<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="Launch" version="1,0">
    <Descr>Launch</Descr>
    <Filename>EXE.xml</Filename>
    <Disabled>False</Disabled>
    <Launch.ManualLoad>True</Launch.ManualLoad>
    <Launch.Addon>
        <Disabled>True</Disabled>
        <ManualLoad>False</ManualLoad>
        <Name>Addon Application</Name>
        <Path>C:\MyPath\Addon.exe</Path>
        <CommandLine></CommandLine>
        <NewConsole>True</NewConsole>
    </Launch.Addon>
    <Launch.Addon><Name>EZdok camera addon2</Name><Disabled>False</Disabled><Path>C:\Program Files (x86)\EZCA2\ezlauncher.exe</Path></Launch.Addon></SimBase.Document>

I keep getting the permission asking every time I start up fsx se. Any help is very much appreciated. I'm just about tearing my hair out. I changed to steam to escape the boxed editions eternal bugs aha. 

  • Moderator
Posted

Necroposting is frowned upon.  I have split you off into your own topic.

Charlie Aron

AVSIM Board of Directors-Moderator-Registrar

Awaiting the new Microsoft Flight Sim and the purchase of a new system.  Running a Chromebook for now! :cool:

                                     

Posted

Changing the 6th line to "False" should do it for you. That is the global "Manual Load" switch for all add ons.

<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="Launch" version="1,0">
	<Descr>Launch</Descr>
	<Filename>EXE.xml</Filename>
	<Disabled>False</Disabled>
	<Launch.ManualLoad>False</Launch.ManualLoad>
		<Launch.Addon>
			<Disabled>True</Disabled>
			<ManualLoad>False</ManualLoad>
			<Name>Addon Application</Name>
			<Path>C:\MyPath\Addon.exe</Path>
			<CommandLine></CommandLine>
			<NewConsole>True</NewConsole>
		</Launch.Addon>
		<Launch.Addon>
			<Name>EZdok camera addon2</Name>
			<Disabled>False</Disabled>
			<Path>C:\Program Files (x86)\EZCA2\ezlauncher.exe</Path>
		</Launch.Addon>
</SimBase.Document>

 

20AUG21_Avsim_Sig.png?dl=1  FS RTWR   SHRS F-111   JoinFS   Little Navmap 
 

 

Archived

This topic is now archived and is closed to further replies.

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...