[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 21 commits into
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 |
|
Sorry for the delay, the linking in CMakeLists looks good. I just want to confirm, if there might be a better way to handle the error on startup. Unfortunately I have to wait for my new laptop, so I can test this on a Windows VM with enough space. |
Fixed this issue: bluefireteam#1985
…ware on VirusTotal (False positive))
Sync with original repo
…ware on VirusTotal (False positive))
|
Any updates on this? |
main...krll-kov:audioplayers:main Just git clone the repo, add these changes and add dependency as override, using this fix for year, everything works fine permission_handler_windows: |
|
Sorry still waiting for my laptop...feel free to git checkout as proposed! |
|
@krll-kov, finally my laptop arrived and I had time to test on a "Windows N" system.
I value your initiation and will add you as co-author! |
|
Closing as continued in #2019 |
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