You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The check for Directory::Exists referenced below doesn't check the paths in the PATH environment variable safely, e.g. if any of the paths exist but cannot be accessed for permissions reasons, the call throws an exception; probably rightly so?; causing the FixProgramSearchPath to crash out. Ideally, it would instead catch those exceptions and carry on, as it doesn't need to include any paths it doesn't have access to.
When working on this bug, please keep in mind that some of us need to install MiKTeX in portable mode because access to windows system folders is not allowed. Thanks!.
The check for
Directory::Exists
referenced below doesn't check the paths in the PATH environment variable safely, e.g. if any of the paths exist but cannot be accessed for permissions reasons, the call throws an exception; probably rightly so?; causing theFixProgramSearchPath
to crash out. Ideally, it would instead catch those exceptions and carry on, as it doesn't need to include any paths it doesn't have access to.miktex/Libraries/MiKTeX/Core/Utils/Utils.cpp
Line 888 in e4b8ca4
The text was updated successfully, but these errors were encountered: