Search found 2 matches

Go to advanced search

by Habtic
09 Jun 2014 20:59
Forum: Scripting VLC in lua
Topic: Using os.execute crashes extension
Replies: 3
Views: 1035

Re: Using os.execute crashes extension

The problem is, the executed commandline command has to run for as long as it takes to finish. But after some while VLC responds with the above mentioned message. Is it possible to start a commandline and from within this commandline start a new one and kill the one that vlc created? *EDIT* This see...
by Habtic
04 Jun 2014 23:21
Forum: Scripting VLC in lua
Topic: Using os.execute crashes extension
Replies: 3
Views: 1035

Using os.execute crashes extension

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...

Go to advanced search