[PR #89] [MERGED] Remove Disable Beep; Handle Error Case #958

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/89
Author: @mnadareski
Created: 7/7/2018
Status: Merged
Merged: 7/7/2018
Merged by: @mnadareski

Base: masterHead: r7


📝 Commits (3)

  • cd5bdf0 Disable beep not supported for these
  • 86cdb4e Remove testing code
  • 3ba8e63 Extra fixing for process issues

📊 Changes

1 file changed (+25 additions, -6 deletions)

View changed files

📝 DICUI/Utilities/DumpEnvironment.cs (+25 -6)

📄 Description

This PR removes the "disable beep" flag from the Eject and Get Drive Speed calls to DIC, since it's not supported for those. This was found from seeing a couple dozen instances of DiscImageCreator sitting in Task Manager after testing. This also makes the drive speed finding more robust so that it tries to fail fast.


🔄 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/89 **Author:** [@mnadareski](https://github.com/mnadareski) **Created:** 7/7/2018 **Status:** ✅ Merged **Merged:** 7/7/2018 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `r7` --- ### 📝 Commits (3) - [`cd5bdf0`](https://github.com/SabreTools/MPF/commit/cd5bdf07beb0d7edc66e76842c1f062ae20cb2a8) Disable beep not supported for these - [`86cdb4e`](https://github.com/SabreTools/MPF/commit/86cdb4eca2b7c07cfce095d798447391831df697) Remove testing code - [`3ba8e63`](https://github.com/SabreTools/MPF/commit/3ba8e632e5aed54943948d8cb7dca924db1af121) Extra fixing for process issues ### 📊 Changes **1 file changed** (+25 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `DICUI/Utilities/DumpEnvironment.cs` (+25 -6) </details> ### 📄 Description This PR removes the "disable beep" flag from the Eject and Get Drive Speed calls to DIC, since it's not supported for those. This was found from seeing a couple dozen instances of DiscImageCreator sitting in Task Manager after testing. This also makes the drive speed finding more robust so that it tries to fail fast. --- <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:24:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#958