Hi Forum members & Admins,
NSIGHT Frame debugger is a great application that I use very often to sort out issues in my OpenGL programs.
Recently, I had intended to look at my WebGL program and had then configured Chrome (Version 135.0.7049.115 (Official Build) (64-bit))
I used it with command line arguments as mentioned in here
I was successfully using Frame debugger to track my WebGL 2 application.
But, after few instances of successfully running the Frame Debugger, the launch of Chrome from Frame debugger is causing Chrome to run using Microsoft Basic Render Driver. In this mode, WebGL isn’t available and I’m unable to proceed any further.
I guess, may be browser / app had crashed once and is not able to recover properly.
When Chrome is invoked normally, WebGL is working fine without any issues. Problem of MS Basic Render Driver occurs only when invoked through Frame Debugger launch process.
Any idea on what could have happened. Could I check any Chrome / NSIGHT crash log to find the cause?
Is there any additional Chrome or NSIGHT settings / flags that I need to reset?
Please help to resolve this failure. Thanks in advance.
Machine Details:
NVIDIA T1200 Laptop GPU
Windows 11 Pro
Application: NVIDIA Nsight Graphics
Version: 2025.1.0.0 (build 35447848) (public-release)
Launch Parameters:
Executable: “C:\Program Files\Google\Chrome\Application\chrome.exe”
Command Line Arguments:
–no-sandbox --disable-gpu-watchdog --disable-features=RendererCodeIntegrity --gpu-startup-dialog -disable-gpu-program-cache “https://playground.babylonjs.com”
Chrome flag - ANGLE backend is set to OpenGL
Failure messages shown in Chrome browser

