Posts: 12
Threads: 3
Joined: Jan 2024
It don't matter what i do preview window crashes at random times. Enabling or disabling a filter will cause the window to show a black screen. seeking through the timeline dose nothing. frame counter stays at 0. Check mark turns to a X when crash happens. closing and re-opening the window may or may not fix it. Enabling and disabling a filter may or may not fix it.(if filter A cause the crash. Unchecking filter A may or may not fix it
, Sometimes enabling a different filter while filter A is enabled will fix the problem.) Source input does not matter it happens all the time.
If the explanation is confusing im sorry but thats the best way i can explain whats going on.
If you need anymore info let me know.
Posts: 10.556
Threads: 57
Joined: May 2017
24.04.2024, 04:48
Quote:If you need anymore info let me know.
Read the sticky.
Properly describe what you do step-by-step.
When I do the following:
- start Hybrid
- load a source
- open the Vapoursynth Preview
- Switching filters has no effect at all.
- Enabling 'Sync auto refresh Preview'
Quote:Synth auto-refresh Preview:
When enabled Hybrid will automatically try to refresh the Avisynth/Vapoursynth preview whenever something related to the preview changes.
This is convenient to directly see changes, but it might cause the Preview to crash when changes happen too fast.
Default: disabled.
I can see changes.
- Switching 'Filtering->Vapoursynth->Color->Basic->Levels' 'on' and 'off' no crash occurs.
=> can't reproduce due to lack of details
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 12
Threads: 3
Joined: Jan 2024
- Start Hybrid
- load source
- check Generate
- set audio to passthrough all
- run auto crop
- set resize to 6 - luma bicubic,chroma bilinear
- set target resolution
- convert output to PAR 1:1
- run interlace check
- set deinterlace to TiVTC
- enable synth auto refresh
- open preview window
- from here on out enable/disable filters
i hope that helps
Posts: 10.556
Threads: 57
Joined: May 2017
Nope, no crash here followed your steps.
Tested multiple filters, switching them on and off and on again, no crash.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 12
Threads: 3
Joined: Jan 2024
Should i send a log file?
Posts: 10.556
Threads: 57
Joined: May 2017
yes, a debug log might help
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 12
Threads: 3
Joined: Jan 2024
how? the debug file is 538kb. i tried pastebin and it didnt work. i tried to send it through a private message but it exceeded the character limit
Posts: 10.556
Threads: 57
Joined: May 2017
Quote:Read the sticky.
What is unclear with
Quote:compress (zip/7z/rar/..) the HybridDebugOutput.txt before you post it
in the sticky (
[INFO] Infos needed to fix&reproduce bugs,.. )?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.556
Threads: 57
Joined: May 2017
General comments acout your debug output:
a. you got a source that is detected as 'top field first' and you use TIVTC (it would be better to also let Hybrid know that the source is telecined, by overwriting the scan type)
b. looking at the debug output I see:
" E x p l i c i t l y i n s t a n t i a t e d a C a c h e . T h i s i s n o l o n g e r p o s s i b l e a n d t h e o r i g i n a l c l i p h a s b e e n p a s s e d t h r o u g h i n s t ead"
no real clue what is causing this.
" E r r o r o n f r a m e 0 r e q u e s t :
R e s i z e e r r o r 2 0 4 9 : u n r e c o g n i z e d t r a n s f e r c h a r a c t e r i s t i c s"
-> this is probably what causes the crash, will try to reproduce and fix the problem with your sample.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.556
Threads: 57
Joined: May 2017
Okay, the problem is that 'dgdecode.MPEG2Source' sets invalis Transfer and Primaries values.
In case you have an NVIDIA card, you can enable 'Filtering->Vapoursynth->Source->Use DGDecNV when available' as a workaround.
I'm working on a workaround.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.