The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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)
|
App Crash on start - 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: App Crash on start (/thread-3672.html) Pages:
1
2
|
App Crash on start - davidian56 - 11.04.2024 I updated to the latest version from 2024.03.10.1. After the upgrade Hybrid will not start. It gets to the point where is will load the gui and then it will crash immediately and the gui disappears. I am not able to interact with the gui in the few brief seconds it is visible. I am running Windows 11 fully updated. below is the error in my event log: Faulting application name: Hybrid.exe, version: 2024.4.6.0, time stamp: 0x6610f7e2 Faulting module name: Qt6Gui.dll, version: 6.6.3.0, time stamp: 0x65f80c95 Exception code: 0xc0000005 Fault offset: 0x0000000000062981 Faulting process id: 0x0xA71C Faulting application start time: 0x0x1DA8C2DB8E1CCFC Faulting application path: C:\Program Files\Hybrid\Hybrid.exe Faulting module path: C:\Program Files\Hybrid\Qt6Gui.dll Report Id: c84887f3-06c4-4c8b-9522-8936e1cf6a32 Faulting package full name: Faulting package-relative application ID: RE: App Crash on start - Selur - 11.04.2024 No clue. Things you can try:
Cu Selur RE: App Crash on start - davidian56 - 11.04.2024 I uninstalled and reinstalled Hybrid and now the app will load. I will now crash when i go to add a source video. The debug log is attached. RE: App Crash on start - Selur - 11.04.2024 What happens if you call: "C:\Program Files\Hybrid\64bit\ffmpeg.exe" -i "D:\TV Shows\Fallout\Season 1\test.mkv" Are you using another virus scanner than windows defender or malware bytes? Cu Selur RE: App Crash on start - davidian56 - 11.04.2024 It prints out a ton of stuff, but at the bottom it says "At least one output file must be specified" in red text. The only virus scanner i am using is windows defender. RE: App Crash on start - Selur - 11.04.2024 Quote:It prints out a ton of stuff, but at the bottom it says "At least one output file must be specified" in red text.That could be okay, assuming you get something like: ffmpeg version N-114692-gdcf073e9ab-g6f13f5dd59+1 Copyright (c) 2000-2024 the FFmpeg developers Quote:The only virus scanner i am using is windows defender.Okay, the virus scanner isn't the issue, but to be sure you can add the Hybrid folder for exclusion from scans. Main problem is: I have no clue what could cause this. And you are the first user to report this. :/ Does this happen with all sources? Does it also happen if you copy the source to your Desktop before opening it in Hybrid? Cu Selur Ps.: send you a link to my current dev version (link will work in 5min - still uploading -) RE: App Crash on start - davidian56 - 11.04.2024 It did print out something similar to what you posted. I added hybrid to defender exclusion list and it is still crashing. I do still get the crash when the source is on my desktop and it does seem to occur with all sources. I should add that it will work successfully sometimes but its exceptionally rare. I would say at least 80% of the time it will crash. 20% of the time it might work properly. RE: App Crash on start - Selur - 11.04.2024 If you have a source which causes the crash, it might be something in the meta data of that source that triggers some problem in Hybrid. If you could share such a source (preferably small), I can look at it tomorrow ater work. (have to go to bed now) Cu Selur RE: App Crash on start - Euangelos - 12.04.2024 Could it be a memory issue ram or vram? Gpuz for monitoring GPU vram and Task manager for Ram. Latest drivers for GPU, motherboard, etc... Qt6Gui.dll is a dynamic link library file that belongs to the Qt6 C++ application development framework... so Have you installed https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 RE: App Crash on start - Selur - 12.04.2024 You missed the progress of the thread. The not starting problem was resolved by deinstalling Hybrid and reinstalling it. The problem now is that Hybrid calls ffmpeg to analyse the source and something in the data gets from that analysis triggers a crash. My guess is that some meta data is causing a problem, but to reproduce and fix it I need a source which triggers the problem. (tried loading tons of files, but none caused Hybrid to crash) Cu Selur |