Full error message:
Error running command: Command '['C:/ProgramData/Autodesk/ApplicationPlugins/VRay3dsMax2025/bin/vray.exe', '-sceneFile="AI47_005.vrscene"', '-imgFile="eval_renders\\render.png"', '-frames=0-12', '-skipExistingFrames=1', '-camera=ProceduralCamera', '-region=none', '-rtEngine=5', '-autoClose=1', '-displaySRGB=0', '-display=0', '-verboseLevel=3']' returned non-zero exit status 3221225477.
I'm trying to figure out how to debug this random crash. It seems like some kind of memory error? I've set up a camera via maxscript and then exported .max scene into .vrscene format. Then I render such scene using above command and it results in a crash!
How can I debug this crash?
Error running command: Command '['C:/ProgramData/Autodesk/ApplicationPlugins/VRay3dsMax2025/bin/vray.exe', '-sceneFile="AI47_005.vrscene"', '-imgFile="eval_renders\\render.png"', '-frames=0-12', '-skipExistingFrames=1', '-camera=ProceduralCamera', '-region=none', '-rtEngine=5', '-autoClose=1', '-displaySRGB=0', '-display=0', '-verboseLevel=3']' returned non-zero exit status 3221225477.
I'm trying to figure out how to debug this random crash. It seems like some kind of memory error? I've set up a camera via maxscript and then exported .max scene into .vrscene format. Then I render such scene using above command and it results in a crash!
How can I debug this crash?
Comment