![]() |
Waifu2x Resulting in 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: Waifu2x Resulting in crash (/thread-178.html) |
Waifu2x Resulting in crash - mmokkp - 10.12.2017 Hybrid version: Win64 2017.10.05.1 Vapoursynth What happened: Crashed while attempting to encode. Vapoursynth preview also does not work. What did I do to get the bug: Attempt to use waifu2x resizing on any video. I first encountered it while trying to encode a DVD, but I also tested other files and the result is the same. If I choose to downscale the problem does not happen (no surprise :| ). This is the script: # Imports Vapoursynth gives me following error: Failed to evaluate the script: I performed a clean installation of hybrid two times, with "delete user settings". I also checked if fmtconv.dll is in the directory (it is). The debug log is in the attachment. Hope you can help RE: Waifu2x Resulting in crash - Selur - 10.12.2017 Will look into it. Thanks for reporting, I never use Waifux2 since it's way to slow and seems only to be useful for anime content. I can reproduce the issue here. ![]() -> will report back once I figured out what's causing this. Cu Selur RE: Waifu2x Resulting in crash - Selur - 10.12.2017 Got it! The way ffmconv was loaded was wrong due to a small typo. Will send you a link to a dev version via PM. (simply extract the content of the download into your Hybrid folder) Cu Selur RE: Waifu2x Resulting in crash - mmokkp - 10.12.2017 (10.12.2017, 09:40)Selur Wrote: Got it! The way ffmconv was loaded was wrong due to a small typo. Thanks for quick reaction, but this version also seems to have a problem. This time I'm unable to get an error directly from vapoursynth, the window does not even appear when I click "preview". It's working fine without the Waifu2x, as well as with other resizers, so I assume this is a correlated issue. As for encoding I'm getting a CRASHED at encoding step. This time I only have the debug output. RE: Waifu2x Resulting in crash - Selur - 10.12.2017 If the preview already doesn't work it would have been nice to have a debug output of the preview,... Vapoursynth script used during encoding seems fine: # Imports "C:\PROGRA~1\Hybrid\VAPOUR~1\vspipe.exe" "C:\Users\mmokk\AppData\Local\Temp\encodingTempSynthSkript_15_06_18_3210.vpy" - --y4m | "C:\PROGRA~1\Hybrid\x264.exe" --qp 18 --profile high --direct auto --partitions i4x4,p8x8,b8x8 --no-fast-pskip --subme 5 --trellis 0 --weightp 1 --sar 1:1 --non-deterministic --range tv --colormatrix bt709 --demuxer y4m --fps 2381000/100000 --output "C:\Users\mmokk\AppData\Local\Temp\15_06_18_3210_04.264" - Still there seems to be a problem with the color space, since x264 crashes due to: y4m [error]: bad sequence header magic -> can't reproduce this here, need a small sample of the source that you are using to reproduce this here. Cu Selur RE: Waifu2x Resulting in crash - Selur - 10.12.2017 Think I found the problem. There was a bug related to the 'Photo' option, since Waifu2x then requires RGB input. -> think I fixed it, will send you a PM with a link to a dev version for testing Cu Selur RE: Waifu2x Resulting in crash - mmokkp - 10.12.2017 This version seems to be working just fine using the default settings. I'm off my encoding rig and tested on a laptop, but I assume this problem is fixed. I am having the encode crash when using opencl. This is on intel graphics though (HD4400), so I understand that this might not be programs fault. Opencl seems to be working fine in other cases though, avisynth scripts that used opencl worked just fine. I also had no problem using standalone waifu2x opencl. In the log I'm getting a similar error: y4m [error]: bad sequence header magic RE: Waifu2x Resulting in crash - Selur - 10.12.2017 I agree this doesn't look like a bug in Hybrid. Tried on my system and there forcing OpenCL doesn't cause a crash, so it's probably a driver issue. -> Try whether updating the CPU drivers for your CPU/GPU helps. Cu Selur |