fedden / RenderMan

Command line C++ and Python VSTi Host library with MFCC, FFT, RMS and audio extraction and .wav writing.
The Unlicense
360 stars 44 forks source link

Process finished with exit code -1073741819 (0xC0000005) #28

Open Centauria opened 2 years ago

Centauria commented 2 years ago

Sometimes when I'm running engine.render_patch, the process exited with return value 0xC0000005. I'm on Windows 10.

hjdeheer commented 2 years ago

Same problem here! You say it happens sometimes, does it occur randomly or always? I am using SpiegeLib in python that uses the python build version of renderman, but when trying to generate training samples, it crashes within the engine.render_patch method of librenderman with no debug messages. Anyway how to debug this issue?