I've programmed an .exe which has the task to copy some files, and started it from vlc player using lua. But when this .exe took long time vlm player always crashed. Solution was to create another .exe that just started first .exe without waiting for success. Maybe this practice can be helpful to solve other problems