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
bug(developer): Invalid project file when looking for parent project at launch can cause EProjectLoader: Exception EProjectLoader in module tike.exe at 00339939.#11557
Closed
sentry-iobot opened this issue
May 27, 2024
· 0 comments
· Fixed by #11558 or #11559
This arises when a user opens a Keyman source file e.g. from Explorer, and the LaunchProjects module tries to find its owning project, but the file it stumbles on is not a valid .kpj project file.
The text was updated successfully, but these errors were encountered:
…roject
Also updates the only other place where a project file is loaded like
this, in the project renderer, and handles it too (this scenario is
less likely to happen because the project file must already have been
loaded in order to be presented in the UI).
Fixes: #11557
Fixes: KEYMAN-DEVELOPER-1Z2
…roject
Also updates the only other place where a project file is loaded like
this, in the project renderer, and handles it too (this scenario is
less likely to happen because the project file must already have been
loaded in order to be presented in the UI).
Fixes: #11557
Fixes: KEYMAN-DEVELOPER-1Z2
Sentry Issue: KEYMAN-DEVELOPER-1Z2
17.0.325
This arises when a user opens a Keyman source file e.g. from Explorer, and the LaunchProjects module tries to find its owning project, but the file it stumbles on is not a valid .kpj project file.
The text was updated successfully, but these errors were encountered: