derekhe / msfs2020-google-map

Replace MSFS2020's bing map to google map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run.Bat won't execute

billnltc opened this issue · comments

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.

commented

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).

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