Closed rennr closed 11 months ago
This is not a LG fault, the NVIDIA device has not recovered properly and is returning an invalid dwBufferWidth which causes the divide by zero error. There is nothing we can do about this as the bug is external to LG.
this->grabStride = this->grabInfo.dwBufferWidth;
this->shmStride = ALIGN_PAD(this->grabStride, 64);
const unsigned int maxHeight = maxFrameSize / (this->shmStride * this->bpp);
Immediately after the Nvidia video driver recovered from an error (event log warning
Display driver nvlddmkm stopped responding and has successfully recovered.
), thelooking-glass-host.exe
repeatedly crashes every few seconds with the error below. For some reason, I can continue to connect to the host during this time and use it without any perceived side effects.However, the crashes also cause hundreds of tray icons to fill up the task bar ad infinitum and it also is filling up the event log with crash reports.
(And so on...)
Logs from the client: