The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



Selur's Little Message Board
[HELP] Updating Hybrid - 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: [HELP] Updating Hybrid (/thread-2194.html)

Pages: 1 2


Updating Hybrid - Bapz - 05.12.2021

I updated to version 2021.12.05.1.
Now starting Hybrid all I get is this message:

"Impossibile trovare il punto di ingresso CreateDXGIFactory2 della procedura nella libreria di collegamento dinamico dxgi.dll."

Any help is appreciated.
Thanks in advance.


RE: Updating Hybrid - Selur - 06.12.2021

Never heard of that error.

CreateDXGIFactory2, what OS are you on?

Cu Selur


RE: Updating Hybrid - Miranda - 06.12.2021

I'm getting the same error. Windows 7, 64 bit.


RE: Updating Hybrid - Selur - 06.12.2021

Okay, for Windows 7 everything is possible.
Qt dropped Windows 7 support with Qt6 and Hybrid switched to Qt6 in rev. 2021.01.31.1 (see: https://www.selur.de/changelog and https://www.qt.io/blog/qt6-development-hosts-and-targets).

So from the looks of it current Qt 6.2.1 by default uses DirectX12 which isn't available on Windows 7&8.1.

Cu Selur


RE: Updating Hybrid - Miranda - 06.12.2021

Will it run in Windows 10?

How can I un-install Hybrid from Windows 7?

Thanks Smile


RE: Updating Hybrid - Selur - 06.12.2021

Works fine in Windows 10 here.

Quote:How can I un-install Hybrid from Windows 7?
Hybrid does come with an uninstaller and it can be uninstalled like any other program.
-> https://support.microsoft.com/en-us/topic/windows-7-how-to-properly-uninstall-programs-8c95f23f-5627-8b73-ef98-565cff984446

Cu Selur


RE: Updating Hybrid - Miranda - 06.12.2021

Thank you Smile


RE: Updating Hybrid - Bapz - 13.12.2021

(06.12.2021, 17:24)Selur Wrote: Qt dropped Windows 7 support with Qt6 and Hybrid switched to Qt6 in rev. 2021.01.31.1
So, how do you explain that rev. 2021.07.18.1 works perfectly on my system (Windows 7 64)?


RE: Updating Hybrid - Selur - 13.12.2021

I switched to Qt6 in 2021.01.31.1, but the Qt developers did probably not add the code which uses probably DirectX 12 till later.
Atm. I use Qt 6.2.1 which is the latest.
Since Hybrid compiles fine with Qt 5.9.5 (which I use on Linux) it's something that changed in on of the Qt updates and not my code directly.
It's not that I changed my code, I just updated the tools I use.

Cu Selur


RE: Updating Hybrid - Selur - 13.12.2021

Does https://drive.google.com/file/d/1LjdwnER8DxnkY5CDRTpmq8BTOEYujvKI/view?usp=sharing work?
(I simply packaged a ton of more dlls with Hybrid.exe using winqtdeploy, no clue whether it makes a difference,..)

Cu Selur