[Fix] Fixed app startup crash when Media Feature Pack is not installed#1957
[Fix] Fixed app startup crash when Media Feature Pack is not installed#1957krll-kov wants to merge 9 commits intobluefireteam:mainfrom
Conversation
|
Thank you for contributing. And sorry, always struggling to find time for review. I wonder if we could just try catch all errors to avoid crashes like done in our linux implementation: That way all other methods don't need a special handling and the error is propagated to the user. If want to warn exactly about this specific issue (which is not player or source related -> so global) one could introduce a check on the I will have a closer look once our pipeline is working again properly ;D |
No, unfortunately, try catch was not possible during tests, app just crashed. Even __try __catch with specific error did not help |
Fixed #1956 this issue related to missing MFP on N and KN versions of Windows (European and Korean)
Now plugin uses delayed load mechanism for important dlls and adds error messages to log when trying to set source when this issue is present.
There are no breaking changes in this update