hawkeye-stan / msfs-popout-panel-manager

Pop out panel manager for MSFS 2020
GNU Affero General Public License v3.0
107 stars 9 forks source link

Auto Start option doesn't work with Steam version of MSFS #120

Closed hellobody closed 3 months ago

hellobody commented 5 months ago

Unable to turn on Auto Start option in preferences: image

The problem is inside AppAutoStart class GetFilePath method: image

Looks like there is no LocalCache folder anymore and the "exe.xml" file is located in "Microsoft Flight Simulator" folder: image

hawkeye-stan commented 4 months ago

Thanks for the screenshot and information. I've updated the code to look for exe.xml in "Microsoft Flight Simulator" folder instead. Hopefully it will work since I don't have Steam version of MSFS to test. Next release will be by end of July.

hellobody commented 4 months ago

Hey @hawkeye-stan. I think that would be wrong fix. Just remove LocalCache subfolder from path and it'll work. I believe we need keep Steam version support. Thank you.

hawkeye-stan commented 4 months ago

Yeah, I've removed "LocalCache" from the subfolder path so the path is just "\Microsoft Flight Simulator\".

hellobody commented 4 months ago

Ah, sorry. Got it.

hawkeye-stan commented 4 months ago

Version 4.1.1 has been released and hopefully it fixes this issue.

hellobody commented 4 months ago

Great. Thank you.