The following warnings occurred:
Warning [2] Trying to access array offset on null - Line: 198 - File: inc/plugins/google_seo.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo.php 198 errorHandler->error_callback
/inc/plugins/google_seo/redirect.php 135 google_seo_tid
/inc/class_plugins.php 142 google_seo_redirect_hook
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Undefined array key 1 - Line: 311 - File: inc/plugins/google_seo/redirect.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/redirect.php 311 errorHandler->error_callback
/inc/class_plugins.php 142 google_seo_redirect_hook
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Undefined array key 1 - Line: 312 - File: inc/plugins/google_seo/redirect.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/redirect.php 312 errorHandler->error_callback
/inc/class_plugins.php 142 google_seo_redirect_hook
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Undefined array key "" - Line: 325 - File: inc/plugins/google_seo/redirect.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/redirect.php 325 errorHandler->error_callback
/inc/class_plugins.php 142 google_seo_redirect_hook
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Undefined array key "" - Line: 332 - File: inc/plugins/google_seo/redirect.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/redirect.php 332 errorHandler->error_callback
/inc/class_plugins.php 142 google_seo_redirect_hook
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Undefined variable $change - Line: 369 - File: inc/plugins/google_seo/redirect.php PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/google_seo/redirect.php 369 errorHandler->error_callback
/inc/class_plugins.php 142 google_seo_redirect_hook
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/showthread.php 28 require_once



This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Hybrid Job Crash
#1
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/wm84ms...328777354/

Debug file = https://pastebin.com/nW6LsmW4
   
   
Reply
#2
read sticky
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#3
(26.06.2018, 19:31)Selur Wrote: read sticky

Just updated post.
Reply
#4
Avisynth script looks fine:
Quote:LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\ffms2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\svpflow1.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\svpflow2.dll")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\InterFrame2.avsi")
# loading source: F:\Music\Other\New Game! OP Opening HD「SAKURA SKIP」+ Subs CC.mp4
# input color sampling YV12
# input luminance scale tv
FFVideoSource("F:\Music\Other\New Game! OP Opening HD「SAKURA SKIP」+ Subs CC.mp4",cachefile="C:\Users\Marcus\AppData\Local\Temp\18_39_23_5210.ffindex")
# current resolution: 1280x720
InterFrame(NewNum=60,NewDen=1,Cores=2)
# filtering
return last
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#5
Thumbs Up 
(26.06.2018, 19:52)Selur Wrote: Avisynth script looks fine:
Quote:LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\ffms2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\svpflow1.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\svpflow2.dll")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\InterFrame2.avsi")
# loading source: F:\Music\Other\New Game! OP Opening HD「SAKURA SKIP」+ Subs CC.mp4
#  input color sampling YV12
#  input luminance scale tv
FFVideoSource("F:\Music\Other\New Game! OP Opening HD「SAKURA SKIP」+ Subs CC.mp4",cachefile="C:\Users\Marcus\AppData\Local\Temp\18_39_23_5210.ffindex")
# current resolution: 1280x720
InterFrame(NewNum=60,NewDen=1,Cores=2)
# filtering
return last
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

That worked. Thank you so much. Also thanks for the quick replies  Smile Big Grin
Reply
#6
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
#  input color sampling YV12
#  input luminance scale tv
FFVideoSource("F:\TESTCL~1\files\NEWGAM~1.AVI",cachefile="H:\Temp\avi_9c289cdb6630ed99c3460ecfe8a4a9fa_41_1_0.ffindex",fpsnum=25)

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...partitions
Problem is that Avisynth doesn't support UTF-8 etc. Smile (Vapoursynth would work fine)

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)