supercollider
supercollider copied to clipboard
Interpreter crashes on Windows
OS: Windows 10 Pro 21H2 SC: 3.12
I often experience Interpreter has crashed or stopped forcefully [Exit code: -1073741819]
for a myriad of interpreter crashes... including attempts to reboot sclang from the ide.
I also noticed rather severely, the same exit code upon every attempt to MIDIClient.init
& MIDIIn.connect
... if the source was plugged in before launching SC.
The only workaround is to launch SC, plug in hardware source, and then .init
& .connect
Based on #5588 as well, it seems there is some sort of instability in Windows (or some Windows environments) that we haven't seen before.
FWIW I have lately seen, sporadically, when quitting SC-IDE, a pop-up saying "Fast fail exception" or some such.
So I would have to guess that something has drifted, though I don't have any idea what it could be.
I'm still getting this, occasionally, after a "Recompile class library": Interpreter has crashed or stopped forcefully. [Exit code: -1073741819] (x64 Win10)
I have got the same error code of the interpreter in Windows with a SC script that works fine in Mac or Linux. Is there some fix to this problem? Thanks!