Fix startup#220
Conversation
|
My web research suggests that RegistryKey is case-insensitive. Is there a basis for your proposal? |
|
I checked, you're right. It seems the error doesn't occur when I run RunCat from the source code, but it does when I run it from the app installed from the Microsoft Store. |
|
It seems that it is because it is packaged app (MSIX) and this has restrictions that do not allow writing directly to the system registry outside of its isolated area. I will investigate further to see if I find the solution. |
|
@mor39a |
|
@Kyome22 That's unfortunate :( |
Type of Contribution
Summary of the Proposal
I was investigating issue #216 and discovered it wasn't being logged in the correct place. I've fixed it.
Checklist