When frame capturing cannot be start an error is printed to the console. Most of the time the issue is that you're not running from within a frame capturing environment. For example not from your IDE/GPU debugger. The print statement is often just not that useful. Especially when running the `WITH_GPU_DRAW_TESTS` where it floods the console. Pull Request: https://projects.blender.org/blender/blender/pulls/119783