I am experiencing a frequent issue where the BI server completely freezes. I have narrowed it down to a problem with the video card.
This is windows 10 system and these issues (LiveKernelEvent 141) started happening after Windows decided to update some components despite my configuration to not allow updates...
As you can see below, the system was very stable until some updates were installed...
Using the WinDBG tool, and analyzing the minidump log, this is the issue:
VIDEO_SCHEDULER_INTERNAL_ERROR (119) The video scheduler has detected that fatal violation has occurred. This resulted in a condition that video scheduler can no longer progress.
So I see a few options:
1. Try to roll back these updates as nothing else has changed on the system and it was stable before
2. Restore a backup from the day prior to this install, and then try (again) to prevent windows from applying any updates
3. Update the nvidia drivers to see if this will fix it
For #3 @MikeLud1 I would like to make sure I don't break anything, perhaps you have some tips...
I am currently on the most recent versions of BI 5.9.25 and CP AI 2.9.5
The video card is a NVIDIA GeForce GTX 1060 6GB using Studio Driver 516.94
Running nvcc --version outputs this:
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:41:10_Pacific_Daylight_Time_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0

This is windows 10 system and these issues (LiveKernelEvent 141) started happening after Windows decided to update some components despite my configuration to not allow updates...
As you can see below, the system was very stable until some updates were installed...
Using the WinDBG tool, and analyzing the minidump log, this is the issue:
VIDEO_SCHEDULER_INTERNAL_ERROR (119) The video scheduler has detected that fatal violation has occurred. This resulted in a condition that video scheduler can no longer progress.
So I see a few options:
1. Try to roll back these updates as nothing else has changed on the system and it was stable before
2. Restore a backup from the day prior to this install, and then try (again) to prevent windows from applying any updates
3. Update the nvidia drivers to see if this will fix it
For #3 @MikeLud1 I would like to make sure I don't break anything, perhaps you have some tips...
I am currently on the most recent versions of BI 5.9.25 and CP AI 2.9.5
The video card is a NVIDIA GeForce GTX 1060 6GB using Studio Driver 516.94
Running nvcc --version outputs this:
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:41:10_Pacific_Daylight_Time_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0
