AYasinAkalin / MELE_quickIniEditor

A terminal application allowing users and modders to modify .ini and Coalesced_*.bin files of ME Legendary Edition easily without replacing the whole file; losing possible early modifications in process. (ME3 is not supported)
GNU General Public License v3.0
3 stars 0 forks source link

Investigate LauncherConfig.cfg not found even if it is there #16

Open AYasinAkalin opened 3 years ago

AYasinAkalin commented 3 years ago

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.