Hard to imagine how an application could cause such a black screen... This must be triggering some other issue in the system, might be some problem with GPU drivers.
Hard to imagine how an application could cause such a black screen... This must be triggering some other issue in the system, might be some problem with GPU drivers.
No I have not.Did you try Generic Log Viewer in Windows Safe Mode? It should work there. Although the monitor uses a much lower resolution there, this at least allows you to further examine the issue at hand.
Regards
Dalai
The conditions triggering this issue might be very complex and since this is clearly a fault in the NVIDIA GPU drivers, I'd submit this to NVIDIA and let them debug it.
Hi @Epic753,I believe someone here knowing the roots of GLV and how it installs might be able to pinpoint more accurately from knowledge and experience.
Thanks! I appreciate the explanation.Hi @Epic753,
I think that's me, the developer of GLV. I noticed you have already identified the root problem, I only want to clarify that there is nothing special/tricky with the GLV. All used stuff/libraries of GLV are developed by Microsoft Corporation:
... and last but not least: the C# code itself is written by following "standard coding styles", like MVVM design pattern, tested with > 250 unit-tests, etc.
- IDE: Visual Studio 2019
- Technology: WPF = Windows Presentation Foundation
is a free and open-source graphical subsystem (similar to WinForms) originally developed by Microsoft for rendering user interfaces in Windows-based applications
- Library for graphs: Data Visualization Toolkit
is also developed by Microsoft
Regards Tom