Results 102 comments of Neil Enns

The "Force refresh" method unfortunately doesn't work for me. To work around the issue I do this: 1. Connect as a _1 position 2. Wait for the other person to...

We should also prevent D13 from being used as an output on Mega boards. The way to do this is: 1. Add new properties to the board.json file for the...

@Koseng looks like you did this change in 10.1. Not sure why it would be crashing, but at a minimum needs some try/catch I guess.

I had someone with wmi corruption issues when I did the original port detection work, forgot about that. We should try/catch this and log an error so we don't crash....

@Koseng I fixed essentially this same bug a year ago, see https://github.com/MobiFlight/MobiFlight-Connector/pull/1126/files?diff=unified&w=1 for the fix and the logged message we went with.

I think message box is too much work for a case we've only seen twice in a year, especially if it can happen any time the background process runs 😅...

We need to get this old code added back in. I'm pretty sure another user is hitting [a crash related to this in Discord](https://discord.com/channels/608690978081210392/1226034435900837959). We don't need fancy dialogs, just...

Confirmed it was the same problem even though the exception was different and running the repair command fixed it.

What happens to people who have existing modifiers? Do they get auto-migrated to match this new behaviour? Or does everyone have to go and manually clean them up?