mobeck15 / Game-Library

A database to track video game cost, play time, and other statistics.
GNU General Public License v3.0
0 stars 0 forks source link

exe launch can not find aces folder #10

Open mobeck15 opened 3 years ago

mobeck15 commented 3 years ago

The Amazon game Aces of Luftwaffe folder was not found by the launcher app.

I thought it might be because of special character '-' but other games are recognized that have this in the path.

mobeck15 commented 3 years ago

Path is listed as this D:\Amazon Games\Library\Aces of the Luftwaffe – Squadron\aotls.exe

When it should have been D:\Amazon Games\Library\Aces of the Luftwaffe - Squadron\aotls.exe

Full error:

python launchapp.py 4039 Name: Aces of the Luftwaffe – Squadron ID: 4039 Platform: Twitch System: Twitch Launch: D:\Amazon Games\Library\Aces of the Luftwaffe – Squadron\aotls.exe

Starting at 2021-07-12 20:47:17 Running Aces of the Luftwaffe – Squadron Traceback (most recent call last): File "D:\Python\game-library\launchapp.py", line 26, in launchapp(appdata,sys.argv) File "D:\Python\game-library\modules\launchparts.py", line 45, in launchapp os.chdir(os.path.dirname(appdata['path']['exe'])) FileNotFoundError: [WinError 2] The system cannot find the file specified: 'D:\Amazon Games\Library\Aces of the Luftwaffe – Squadron'