Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Run.Bat won't execute #166

Open
billnltc opened this issue Dec 15, 2021 · 2 comments
Open

Run.Bat won't execute #166

billnltc opened this issue Dec 15, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@billnltc
Copy link

billnltc commented Dec 15, 2021

Hi... I have downloaded the latest version (2.3.4), extracted to my Desktop, and have selected to run the run.bat file as Administrator, however, it will not run. The path for the python.exe cannot be located. See screenshot. If I "Press any key to continue", the run.bat window only closes.

Screenshot 2021-12-15 021225

I previously had the program installed and it worked perfectly, but I had to restore my system to a prior date and, as a result, need to re-install now.

Desktop (please complete the following information):

  • OS: Windows 11
  • MOD Version [e.g. 22]: Not sure what this is
  • MSFS Version, MS Store or Stream: MSFS 2020 Basic Version from MS Store

Thank you very much for your time and guidance.

@billnltc billnltc added the bug Something isn't working label Dec 15, 2021
@matead92
Copy link

matead92 commented Dec 20, 2021

Install Python V3.9.X.

From your screenshot (and when checking the source for RUN.BAT), it's trying to change to the disk install path for "Python39" and then it's trying to run the script (which won't work because it doesn't exist).

@Rockplough
Copy link

Yeah this is annoying. Editing the batch file to properly point to my python directory seems to have fixed it. In my case:

C:\Users\final\anaconda3\python.exe src\app.py

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants