-
Notifications
You must be signed in to change notification settings - Fork 128
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
SEB 3.7.1 - Failed Display Verification - "Not Supported" in Log #954
Comments
We have narrowed down the issue to the WMIC query when finding out the displays.
Executing the similar query in CMD will yield the same error as in SEB. Gemini actually suggested another command which can return the display list, which can be a reference for fixing.
Thank you @farkhans for help! |
Thanks a lot for the detailed issue report and research. We'll have a look at it and may hopefully be able to finally fix this issue, which has been reported before but without a way for us to reproduce it. Until now, we suspected a generic display driver to sometimes cause the problem. |
Hello Dear, 2024-09-26 21:53:39.218 [07] - ERROR: [DisplayMonitor] Failed to query displays! Exception Message: Non pris en charge à System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode) 2024-09-26 21:53:39.219 [07] - WARNING: [DisplayMonitor] Failed to validate display configuration, active configuration is not allowed. wmic /namespace:\root\cimv2 path Win32_DesktopMonitor get * => |
If you're in a virtual machine, then the error is to be expected and can be ignored in the SEB configuration (Security > Ignore errors when validating display configuration [...], see https://safeexambrowser.org/windows/win_usermanual_en.html#SecurityPane). |
Important
%LocalAppData%\SafeExamBrowser\Logs
.Describe the Bug
When launching an exam configuration in which display verification is enabled, the exam cannot start with error like in picture. This machine is a tower PC in which the monitor is plugged in to the motherboard's VGA port.
Steps to Reproduce
Steps to reproduce the behavior:
Expected Behavior
Display verification should pass as the maximum display is 2 and only 1 is connected
Screenshots
If applicable, add screenshots to help explain your problem.
Version Information
Additional Context
As observed in log, there is a "Not Supported" error thrown by the display validator.
SebClientSettings.zip
2024-08-15_15h46m09s_Runtime.log
The text was updated successfully, but these errors were encountered: