Hybrid Job 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: Hybrid Job Crash (/thread-490.html) |
Hybrid Job Crash - MarcusGuy1108 - 26.06.2018 Hello, Everytime i start a certain file to be upscaled to 60fps in Hybrid i get state = CRASHED in the JOBS section. This is running on the latest version and this does also happen on some other video files but most do not crash. Using Windows 10 Latest version and Hybrid Version 2018.06.23.2. It just says CRASH and ERROR: C:\Users\Marcus\AppData\Local\Temp\18_34_20_3210_04.264 is too small! (byteSize: 0byte). I used this guide : https://steamcommunity.com/groups/wm84msteam/discussions/0/224446432328777354/ Debug file = https://pastebin.com/nW6LsmW4 RE: Hybrid Job Crash - Selur - 26.06.2018 read sticky RE: Hybrid Job Crash - MarcusGuy1108 - 26.06.2018 (26.06.2018, 19:31)Selur Wrote: read sticky Just updated post. RE: Hybrid Job Crash - Selur - 26.06.2018 Avisynth script looks fine: Quote:LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\ffms2.dll")One thing that might cause problems is the naming of the file, the '「' and '」' might cause problems with FFVideoSource. -> Try renaming the input file. Cu Selur RE: Hybrid Job Crash - MarcusGuy1108 - 26.06.2018 (26.06.2018, 19:52)Selur Wrote: Avisynth script looks fine: That worked. Thank you so much. Also thanks for the quick replies RE: Hybrid Job Crash - Selur - 27.06.2018 Just looked over the code. Strange thing is that normally this shouldn't happen since Hybrid asks Windows for a short file name for the input to avoid those problems, but for some reason it seems like your Windows doesn't report short file names. When I open a file with the same name here I get: # loading source: F:\TestClips&Co\files\New Game! OP Opening HD「SAKURA SKIP」+ Subs CC.avi Did you disable 8.3 file name creation on your drives for some reason? May be to boost SSD speed? (iirc some Crucial SSD tools offered this option) see also: https://support.microsoft.com/en-gb/help/121007/how-to-disable-8-3-file-name-creation-on-ntfs-partitions Problem is that Avisynth doesn't support UTF-8 etc. (Vapoursynth would work fine) Cu Selur |