On 25/07/2015 at 14:38, xxxxxxxx wrote:
I don't see how that could be the problem, aren't they closed automatically when the child process ends and the function that opened it exits?
If I restart the computer, isn't everything reset?
If I type this into the console
import subprocess
subprocess.Popen(["test1"])
C4D locks up and I have to use 'Force Quit' on it.
"test1" should cause it to throw a file not found error. That's what it does on my Windows machine.
I'm really lost!