[PR #671] [MERGED] Fix config access permissions #1099

Closed
opened 2026-01-29 16:25:23 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/671
Author: @Deterous
Created: 3/7/2024
Status: Merged
Merged: 3/7/2024
Merged by: @mnadareski

Base: masterHead: fix-optionsloader


📝 Commits (1)

  • 8ac62f7 Fix config access permissions

📊 Changes

2 files changed (+3 additions, -1 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Core/Utilities/OptionsLoader.cs (+2 -1)

📄 Description

Allow OptionsLoader to read from the options even if they are currently being written to (primarily by Check UI and Create IRD windows).
This fixes rare crashes when the user is too fast at opening a new window immediately after changing the options.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/671 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 3/7/2024 **Status:** ✅ Merged **Merged:** 3/7/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `fix-optionsloader` --- ### 📝 Commits (1) - [`8ac62f7`](https://github.com/SabreTools/MPF/commit/8ac62f722639959b7478739274875390d2afc242) Fix config access permissions ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Core/Utilities/OptionsLoader.cs` (+2 -1) </details> ### 📄 Description Allow OptionsLoader to read from the options even if they are currently being written to (primarily by Check UI and Create IRD windows). This fixes rare crashes when the user is too fast at opening a new window immediately after changing the options. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1099