Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows 10 multi monitor, immediately crashes #10

Open
dev-moribundus opened this issue Oct 8, 2024 · 3 comments
Open

windows 10 multi monitor, immediately crashes #10

dev-moribundus opened this issue Oct 8, 2024 · 3 comments

Comments

@dev-moribundus
Copy link

Program immediately closes without opening directly after start, no error messages or something just the tray in task info shows up for a few seconds

@Destined2
Copy link

same here on windows 10

@leah7-7
Copy link

leah7-7 commented Nov 10, 2024

you can go to windows event viewer and see what exactly causes the crash. (Event Viewer > Windows Logs > Application) in my case it was like this - fixed by enabling ddc/ci
in my monitor osd
Application: Gamma Manager.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.Management.ManagementException at System.Management.ManagementException.ThrowWithExtendedInfo(System.Management.ManagementStatus) at System.Management.ManagementObjectCollection+ManagementObjectEnumerator.MoveNext() at Gamma_Manager.InternalMonitor.GetBrightness() at Gamma_Manager.Display+<>cDisplayClass7_0.<QueryDisplayDevices>b0(IntPtr, IntPtr, RECT ByRef, IntPtr)

@dev-moribundus
Copy link
Author

you can go to windows event viewer and see what exactly causes the crash. (Event Viewer > Windows Logs > Application) in my case it was like this - fixed by enabling ddc/ci in my monitor osd Application: Gamma Manager.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.Management.ManagementException at System.Management.ManagementException.ThrowWithExtendedInfo(System.Management.ManagementStatus) at System.Management.ManagementObjectCollection+ManagementObjectEnumerator.MoveNext() at Gamma_Manager.InternalMonitor.GetBrightness() at Gamma_Manager.Display+<>cDisplayClass7_0.<QueryDisplayDevices>b0(IntPtr, IntPtr, RECT ByRef, IntPtr)

same for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants