![]() |
|
Hybrid VSviewer crash on windows 10 PC - 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 VSviewer crash on windows 10 PC (/thread-4256.html) Pages:
1
2
|
RE: Hybrid VSviewer crash on windows 10 PC - MacNB - 08.11.2025 yes c:\Windows\system32\ucrtbase.dll exists. I have the 14.44.35211 version of the runtime: C:\>winget show Microsoft.VCRedist.2015+.x86really strange RE: Hybrid VSviewer crash on windows 10 PC - Selur - 08.11.2025 Quote: I have the 14.44.35211 version of the runtime:That is from the 32bit not the 64bit version,.... vsViewer, like Hybrid is 64bit, so you need the 64bit version. Cu Selur RE: Hybrid VSviewer crash on windows 10 PC - MacNB - 08.11.2025 ah ha. I wonder why I have 32-bit version. So I need to find 64-bit version....hmmmm Update: Both 64-bit and 32-bit availble here: https://www.microsoft.com/en-gb/download/details.aspx?id=48145 I installed the 64-bit version. Made no difference. VSviewer still crashes the same way. RE: Hybrid VSviewer crash on windows 10 PC - Selur - 08.11.2025 https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 links to the link I posted,.. RE: Hybrid VSviewer crash on windows 10 PC - MacNB - 08.11.2025 (08.11.2025, 23:18)Selur Wrote: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 links to the link I posted,.. Thx. I got it but does not solve the problem.The problem lies elsewhere with QT and it's link to libraries that it may have embedded. RE: Hybrid VSviewer crash on windows 10 PC - Selur - 09.11.2025 If it was a Qt problem, it should also happen on my laptop. Did you manage to install the 64bit version of the runtime package? Cu Selur RE: Hybrid VSviewer crash on windows 10 PC - MacNB - 09.11.2025 I did install the 64-bit version as I said above in post #15 but it did not make a difference. I took out an old Windows 10 laptop and installed Hybrid on there. That works fine. But obviously it's not power enough to process videos. So there's a problem with my Desktop. I'll try to reinstall Windows on my desktop. RE: Hybrid VSviewer crash on windows 10 PC - Selur - 09.11.2025 If you figure out why this is happening, please share the info so potential others might solve the issue too. ![]() Cu Selur RE: Hybrid VSviewer crash on windows 10 PC - MacNB - 10.11.2025 No joy yet. I reinstalled Windows 10 (with options to keep data & apps). Took nearly 30 minutes ! Latest version of Hybrid still does not work. So I started installing / uninstalling older versions of Hybrid from the archives. The last version that works on my system is Hybrid_2025.05.18.2 Others after that crash in the VSViewer app. So something in Hybrid changed later that does not work on my desktop. The dependency tool link posted in post #2 is very old is known to give false positives. Instead I found this one (which I think you may have used later) and it shows no issues: https://github.com/lucasg/Dependencies It shows: Windows Event log shows that the crash is in: Faulting module path: C:\Program Files\Hybrid\64bit\Vapoursynth\Lib\site-packages\vapoursynth.DLL (a CPU exception code 0xc000001d) As an experiment, I copied vapoursynth.DLL from working version of Hybrid and copied it over the latest version of Hybrid. Now the VSViewer works fine. But later, the Job crashes when exporting a file (does not matter if the export is x264, x265, ProRes, etc) so clearly it's not possible to use the older vapoursynth.DLL with new Hybrid. Ah well nevermind. I'll struggle along with the Mac version ...or learn Avisynth and VirtualDub |