-
Notifications
You must be signed in to change notification settings - Fork 0
Description
This issue is first reported here by Nexus Mods user mlddragon. Original post on Nexus Mods mentions that the user has the file at given location yet having the error nonetheless.
First observed version: v1.1
Current situation: FileNotFoundError is thrown by gamelanguage.pyc because LauncherConfig.cfg can't be opened.
Log is as follows:
FileNotFoundError: [Errno 2] No such file or directory: '%USERPROFILE%\\Documents\\BioWare\\Mass Effect Legendary Edition\\LauncherConfig.cfg'
Desired situation: It should be possible for the program to reach and read the file at that exact location for ALL users. Given that some users having errors, the program must hide the error, select a default language, and continue.
Proposed solution: Apply the temporary fix in #17. Investigate further to why file is not detected even when it is there.