阿豪
阿豪
It does seem to accept only one path, and even using an absolute path gives an error, so is there an alternative? ``` mp.command('change-list glsl-shaders toggle "C:/app/mpv-test/portable_config/shaders/Anime4K_Clamp_Highlights.glsl;C:/app/mpv-test/portable_config/shaders/Anime4K_Restore_CNN_VL.glsl"') ``` ``` [file]...
> change-list glsl-shaders toggle A ; change-list glsl-shaders toggle B Thanks
> I'm not sure, but do you have to use ; or : to separate the parameters? Separators do not work This works ``` change-list glsl-shaders toggle A ; change-list...
> My opinion is that it's possible but it would not be perfect and there will be false positives and false negatives, it can only serve as a hint and...
https://github.com/ahaoboy/rquickjs-llrt-demo If you are looking for a lite version of llrt, then you can refer to this demo, llrt has separated a lot of common modules, so in other rquickjs...
Found the reason with the help of @geextahslex : yt-dlp must be placed in the same directory as mpv.exe, thanks a lot! I don't know if there is a problem...
> Oh, so odd! > > Can you try making. a debug build with `make debug` ? Still doesn't work ``` make debug ./build/tjs.exe Maximum call stack size exceeded C:/wt/txiki.js/src/vm.c:341:TJS_NewRuntimeInternal:...
> So this is just running the executable? ``` ./build/tjs.exe run a.js Maximum call stack size exceeded C:/wt/txiki.js/src/vm.c:341:TJS_NewRuntimeInternal: Assertion `(tjs__eval_bytecode(ctx, tjs__polyfills, tjs__polyfills_size, 1)) == (0)' failed. ./build/tjs.exe --version Maximum call...
msys2 mingw64 The files uploaded from ci cannot be executed either. I suspect it is caused by the new system update. The one that could run normally before was Windows...
> Out of curiosity, can you try running the executable with `--stack-size XXX` and increase the value to see if it starts to work? Not work ``` ./build/tjs.exe --version --stack-size...