mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-08 05:37:45 +00:00
[Problem] MPF no longer runs in Windows 7 #509
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tjanas on GitHub (Mar 13, 2023).
Originally assigned to: @mnadareski on GitHub.
Version
What version are you using?
Build
What runtime version are you using?
Describe the issue
At startup, MPF throws a System.IO.FileLoadException after
Scanning for drives..To Reproduce
Steps to reproduce the behavior:
Expected behavior
Same behavior as MPF 2.4
@mnadareski commented on GitHub (Mar 13, 2023):
I will not be actively pursuing the changes required to support this. The culprit is
Microsoft.Management.Interface, the recommended replacement toSystem.Management, used by MPF for drive polling. If somebody else is willing to put in the effort to debug and enable support, I will gladly review their pull request.@tjanas commented on GitHub (Mar 13, 2023):
Additional details on the point of failure:
After adding the following two keys to registry, this exception no longer occurs, However, MPF fails to detect any of the drives present:
@mnadareski commented on GitHub (Mar 20, 2023):
Strong name validation being disabled and
43cf8e1a45appears to have fixed this, somehow. I'm considering this closed.