#Problem starting MCP

1 messages · Page 1 of 1 (latest)

toxic sequoia
#

in the future it makes sense to post on #1393878007931732130 - sometimes for unknown reasons Discord does not show all channels for all people, unless you go to "channels and roles" and "browse channels" to see all.

@onyx solstice would this be a problem with Prosim not being ready at this point? Or have you seen anything like this?

manic sapphire
#

Thank you, I was in doubt where to post, I will do that next time 👍

toxic sequoia
#

yeah and no worries, this is fine too but #1393878007931732130 maybe might have more eyes on that topic - though maybe overall less people because most users are overwhelmingly on msfs

manic sapphire
#

Sorry! Deleted the message, here it is again ...

Hi all, I'm using MSFS2024 with Prosim and a MCP from Karl, 737DIYSIM. I have a batch starting different programs with in between starting these programs (like MSFS2024, Prosim main, ActiveSky and MF) pause. Below is my batch. MSFS, Prosim are fully running before MF is started (waiting on the main screen of MSFS2024 ready to select an Airport). But in most cases, the MCP is not started well and I get messages, see screenshot. When close MF and start it again it works as intended, everything OK. I thought it was a timing problem but it seems I can't solve this by increasing the pause in the batc. This is mu Batch:

@echo off
title 737 Cockpit Startup

echo Starting ActiveSky
schtasks /run /tn "ActiveSky"
timeout /t 10

echo Starting MSFS...
start "" "C:\XboxGames\Microsoft Flight Simulator 2024\Content\FlightSimulator2024.exe"

echo Waiting for MSFS to start...

:checksim
timeout /t 5 >nul
tasklist | find /i "FlightSimulator" >nul

if errorlevel 1 (
echo MSFS not running yet...
goto checksim
)

echo MSFS detected. Waiting extra for aircraft load...
timeout /t 90

echo Starting ProSim System...
start "" /min "C:\Users\marce\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\ProSimB738.lnk"

timeout /t 60

echo Starting Audio...
start "" /min "C:\Users\marce\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\ProsimAudio.lnk"

echo Starting ACARS Bridge...
start "" /min python "C:\Users\marce\acars_bridge.py"

timeout /t 10

echo Starting MobiFlight Connector...
start "" /min "C:\Users\marce\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\MobiFlight Connector.lnk"

exit

Has anybody an idea what I could try to solve this? I use the latest beta.

Thx, Marcel