mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #1600] MonitorControl unable to open after setting Min. DDC to 5000 #887
Labels
No labels
Status: Abandoned
arm64
beta
beta
bug
done
duplicate
enhancement
feedback needed from reporter
in progress
invalid
investigating
known Issue
monitor Issue
pull-request
translation
unable to reproduce
unreleased
x86
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/MonitorControl#887
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kzemin on GitHub (Aug 29, 2024).
Original GitHub issue: https://github.com/MonitorControl/MonitorControl/issues/1600
Before opening the issue, have you...?
Describe the bug
When setting Min. DDC for a monitor, the app crashes and doesn't get to open again.
Running the App's executable under Contents > MacOS doesn't work either.
Steps to reproduce
Expected behavior
App wouldn't crash and inhibit me from entering 5000 as a value.
Anything else?
Terminal output after running MacOS executable:
/Applications/MonitorControl.app/Contents/MacOS/MonitorControl ; exit;
user@User-Macbook ~ % /Applications/MonitorControl.app/Contents/MacOS/MonitorControl ; exit;
zsh: trace trap /Applications/MonitorControl.app/Contents/MacOS/MonitorControl
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
https://github.com/user-attachments/assets/6dd3c157-82df-4229-a7fa-daa6db10a91d
Environment Information (please complete the following information)
@waydabber commented on GitHub (Aug 30, 2024):
I recommend deleting app settings (use the
defaults deletecommand with the bundle identifier).@kzemin commented on GitHub (Aug 30, 2024):
Yey! That worked. I had to do
defaults delete app.monitorcontrol.MonitorControlLitefor my case.Thanks you.
@waydabber commented on GitHub (Oct 3, 2024):
Note to self: this is a valid bug, a proper min/max check is needed.
@waydabber commented on GitHub (Oct 4, 2024):
Not sure what's wrong, I just entered 5000 to DDC min, 255 to DDC max and the app just went on fine, could start up etc. I think it's handled properly. Will reopen this is it's still a problem.