Filip Mösner

Results 108 comments of Filip Mösner

I found solution, use pushd/popd, like: ``` cd /d "\\NAS\Movies\" ... ffmpeg.exe -i "\\NAS\Movies\%~f" ``` to ``` pushd "\\NAS\Movies\" ... ffmpeg.exe -i "%~f" ... popd ```

We has same issue, crash or running some process after "close" app. @rogerwang

does not work properly

Still doesn't works, meta tag too...

//EDIT: fixed - https://github.com/nwjs/nw.js/commit/e3e843a60e878ac534c117b6742ff706086bfd48 Same problem with 0.65.0 vs 0.65.1 dev (with nodejs 18.3.0). I checked watterfall and config seem same... Error log is: ``` $ ninja -C out/Release node...

Actualy, from nwjs 0.67 i have this error: ``` Generating essential build files... Done. Made 17430 targets from 3052 files in 6984ms Generating node gyp files... Updating projects from gyp...