ClosedBit error docs

CB_ERR_GPU_BUDGET

GPU memory budget exceeded. The GPU request exceeded the configured VRAM budget.

Why it happens

The GPU request exceeded the configured VRAM budget.

How to fix it

Lower batch size, texture/model size, or raise the profile budget where appropriate.

Copy-paste fix pattern
compile cba scene.cbp scene.cba graphics threaded max_memory 1024
Runtime and Studio now show this kind of page from the error dialog: plain message first, stable code second, original details third.