![]() |
Flash3kDB causes Vapoursynth to crash - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Flash3kDB causes Vapoursynth to crash (/thread-1317.html) |
Flash3kDB causes Vapoursynth to crash - The_Tinkerer - 19.04.2020 It's not possible to use the Flash3kDB filter in Vapoursynth, it crashes. Here I just ticked Flash3kDB at the defaults. It's the only filter. ![]() Level 9 debug attached. [attachment=854]Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem. RE: Flash3kDB causes Vapoursynth to crash - Selur - 19.04.2020 Can't reproduce this here. Does the Vapoursynth preview work? Encoding call: "C:\PROGRA~1\Hybrid\64bit\VAPOUR~1\vspipe.exe" "C:\Users\Administrator\AppData\Local\Temp\encodingTempSynthSkript_09_52_08_4110.vpy" - --y4m | "C:\PROGRA~1\Hybrid\64bit\x264.exe" --preset veryslow --crf 1.00 --profile high --level 4.1 --sync-lookahead 12 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --non-deterministic --range tv --colormatrix bt470bg --demuxer y4m --input-range tv --fps 30/1 --output-depth 8 --output "C:\Users\ADMINI~1\AppData\Local\Temp\09_52_08_4110_03.264" - # Imports Does this only hapen with this source or also with others? Cu Selur RE: Flash3kDB causes Vapoursynth to crash - The_Tinkerer - 20.04.2020 Oh geez. It must be something weird just on my end then. Dang! I don't have any custom configs set up, so when I start Hybrid it starts at the defaults. The crash happens on any file. I've tried several so far, mpeg, divx, h264, etc. Start Hybrid, load file, go right to Vapoursynth -> Artefacts tab, tick "Deband" with Flash3kDB set at defaults. If I click the Vapoursynth preview button, it crashes: ![]() Faulting application name: vsViewer.exe, version: 3.0.0.0, time stamp: 0x5df3b11e If I click the Vapoursynth preview button first, the preview viewer loads. I can frame advance normally. If I then tick Deband with Flash3kDB set at defaults, the preview viewer "locks" at the current frame; I can no longer frame advance. The preview viewer application itself isn't "locked" though. The Vapoursynth Editor log displays: Failed to evaluate the script: Looks like the vapoursynth.pyx python/cython script errors. I can't find a cython folder anywhere (I'm assuming it's built into hybrid.exe?). I *do* have Python 3.6.3 x64 installed (C:\Program Files\Python 3.6.3). Do I maybe need to change this to a different version? My PATH environment variable has C:\Program Files\Python 3.6.3\ and C:\Program Files\Python 3.6.3\Scripts\. RE: Flash3kDB causes Vapoursynth to crash - Selur - 20.04.2020 Hybrid does come with a portable Python version inside the Hybrid/64bit/Vapoursynth folder Cu Selur RE: Flash3kDB causes Vapoursynth to crash - The_Tinkerer - 21.04.2020 I discovered the problem. The Hybrid install from http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_2020.02.19.1_SETUP.exe copies the 32 bit version of flash3kyuu_deband.dll into C:\Program Files\Hybrid\64bit\vsfilters\DebandFilter\Flash3kDeband. (The copy of flash3kyuu_deband.dll in C:\Program Files\Hybrid\32bit\avisynthPlugins is the the same file.) I ran Sigcheck on all the files in C:\Program Files\Hybrid\64bit and found 2 other 32 bit files as well: E:\USER\Test\64bit\msvcp100.dll: I'm pretty certain I didn't mess with these files and that they were installed that way! ![]() RE: Flash3kDB causes Vapoursynth to crash - Selur - 21.04.2020 good to known. Will fix in the next release, attached the 64bit dll Cu Selur |