As stated in the title I am currently trying to run an commandline tool from a vlc lua extension I've written. Therefore I use os.execute(command). After the lua script executes this command VLC will shortly after report, that the extension crashed and asks me to kill it. Is there anything I have to...