Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Pushback will only start with sim if sim is not in focus

Featured Replies

Hi,

I've had this problem lately where Pushback Express (and FSUIPC as well for that matter) will only start if I defocus the sim during startup. Of course I can simply defocus the sim every time I start it but I don't want to have to restart it if I forget to do that. Do you have any clue as to why this is happening?

  • Author

I haven't asked FSUIPC support but I just learned it's a sim issue since SU9. The sim struggles to autostart apps via the exe.xml. Fenix also mentioned this in one of their announcements and told their customers to start their app manually if necessary. Anyway, I doubt it's got anything to do with your product and I've found a workaround. Thank you for your input.

  • 2 weeks later...

I am also struggling a bit that PBE is not autostarting if the Sim is loading.

Command Center and RAAS is starting normally but PBE not 😞

HTTP Server and so on all activated.

Not a big deal to start it manually but would be cool if its starts automaticly, and minimized 😄 RAAS is always starting focused, would be nice to have it started minimized too 😄

Cheers,
Bernd🌈✈️

  • Commercial Member
1 hour ago, Flyinggok said:

I am also struggling a bit that PBE is not autostarting if the Sim is loading.

Command Center and RAAS is starting normally but PBE not 😞

HTTP Server and so on all activated.

Not a big deal to start it manually but would be cool if its starts automaticly, and minimized 😄 RAAS is always starting focused, would be nice to have it started minimized too 😄

Maybe something is wrong in the MSFS EXE.XML? in case of PBE entry?

Can you post the EXE.XML contents?

Manuel

spacer.png

3 hours ago, Manuel82 said:

Maybe something is wrong in the MSFS EXE.XML? in case of PBE entry?

Can you post the EXE.XML contents?

Manuel

Ha, thanks for the hint. Its not in the exe.xml file for whatever reason :)

 

<?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>False</Disabled>
		<ManualLoad>False</ManualLoad>
		<Name>FSUIPC7</Name>
		<Path>E:\FSUIPC\FSUIPC7.exe</Path>
		<CommandLine>-auto</CommandLine>
		<NewConsole>False</NewConsole>
	</Launch.Addon>
	<Launch.Addon>
		<Name>FenixA320</Name>
		<Disabled>False</Disabled>
		<Path>E:\FenixSim A320\deps\FenixBootstrapper.exe</Path>
	</Launch.Addon>
	<Launch.Addon>
		<Name>Aerosoft VDGS Driver</Name>
		<Disabled>False</Disabled>
		<Path>E:\MSFS2022\Community\aerosoft-vdgs-driver\aerosoft-vdgs-driver.exe</Path>
	</Launch.Addon>
	<Launch.Addon>
		<Name>FS2Crew Command Center</Name>
		<Disabled>False</Disabled>
		<Path>C:\Program Files (x86)\FS2Crew Command Center\FS2CrewCommandCenter.exe</Path>
		<CommandLine></CommandLine>
	</Launch.Addon>
	<Launch.Addon>
		<Name>FS2Crew RAAS Pro MSFS</Name>
		<Disabled>False</Disabled>
		<Path>C:\Program Files (x86)\FS2Crew RAAS Professional\FS2Crew RAAS Pro MSFS.exe</Path>
		<CommandLine></CommandLine>
	</Launch.Addon>
</SimBase.Document>

 

I would add this:

 

	<Launch.Addon>
		<Name>FS2Crew PBE</Name>
		<Disabled>False</Disabled>
		<Path>C:\Program Files (x86)\Pushback Express MSFS\Pushback Express_x64.exe</Path>
		<CommandLine></CommandLine>
	</Launch.Addon>

 

Cheers,
Bernd🌈✈️

  • Commercial Member
21 hours ago, Flyinggok said:

Ha, thanks for the hint. Its not in the exe.xml file for whatever reason 🙂

 


<?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>False</Disabled>
		<ManualLoad>False</ManualLoad>
		<Name>FSUIPC7</Name>
		<Path>E:\FSUIPC\FSUIPC7.exe</Path>
		<CommandLine>-auto</CommandLine>
		<NewConsole>False</NewConsole>
	</Launch.Addon>
	<Launch.Addon>
		<Name>FenixA320</Name>
		<Disabled>False</Disabled>
		<Path>E:\FenixSim A320\deps\FenixBootstrapper.exe</Path>
	</Launch.Addon>
	<Launch.Addon>
		<Name>Aerosoft VDGS Driver</Name>
		<Disabled>False</Disabled>
		<Path>E:\MSFS2022\Community\aerosoft-vdgs-driver\aerosoft-vdgs-driver.exe</Path>
	</Launch.Addon>
	<Launch.Addon>
		<Name>FS2Crew Command Center</Name>
		<Disabled>False</Disabled>
		<Path>C:\Program Files (x86)\FS2Crew Command Center\FS2CrewCommandCenter.exe</Path>
		<CommandLine></CommandLine>
	</Launch.Addon>
	<Launch.Addon>
		<Name>FS2Crew RAAS Pro MSFS</Name>
		<Disabled>False</Disabled>
		<Path>C:\Program Files (x86)\FS2Crew RAAS Professional\FS2Crew RAAS Pro MSFS.exe</Path>
		<CommandLine></CommandLine>
	</Launch.Addon>
</SimBase.Document>

 

I would add this:

 


	<Launch.Addon>
		<Name>FS2Crew PBE</Name>
		<Disabled>False</Disabled>
		<Path>C:\Program Files (x86)\Pushback Express MSFS\Pushback Express_x64.exe</Path>
		<CommandLine></CommandLine>
	</Launch.Addon>

 

Exactly, the PBE entry is missing and you would need to add it, so it can start with MSFS.

Cheers,

Manuel

spacer.png

Archived

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.