UWP Process "An error in a system binary was detected. Try refreshing the PC to fix the problem"
My project software-update-checker runs a process to determine locally installed versions of software with executables and arguments provided dynamically by the user. This works fine when debugging, and even when installing debug packages on other machines, but with the app that is now published to the Microsoft Store, it is getting the following error when attempting to run a process: "An error in a system binary was detected. Try refreshing the PC to fix the problem". I'm kind of at a loss for figuring out what is going wrong, as I'm not really sure how to debug considering this is only happening on the published Microsoft Store apps. Any direction would be greatly appreciated, thanks! Also this is my first post here so if there's anything wrong with it please let me know.