Skip to content

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

@AYasinAkalin

Description

@AYasinAkalin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions