Eclipse Community

Basic fix for QT 6.x applications

Post Reply   Page 1 of 1  [ 22 posts ]
First unread post
Author Message
K4sum1
Post subject: Basic fix for QT 6.x applications
+ Posted: 19 Nov 2022, 17:07
Lazy Owner
User avatar
Offline
 
Posts: 891
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
 
The modded dlls come from dmginc's post on this thread, but the original author uses a wack file sharing site, and I've done a slight mod, so I've reuploaded it on the forum. I've also uploaded patches for 6.3.0 and 6.2.2 to this post, but they can also be found in the previous link.

In the attached .zips are the dlls for getting QT 6.2.2, 6.3.0, and 6.3.1 based applications working. Copy and replace any files in the application directory, and it should work. If you have any problems with QT 6 applications that don't have specific posts in this category, reply and I may be able to help.

Specific posts for QT6 applications:
Windscribe

Attachments
Qt6.3.1_win7.zip
(5.96 MiB) Downloaded 665 times
Qt6.3.0_win7_rev2.zip
(5.93 MiB) Downloaded 438 times
Qt6.2.2_win7.zip
(6.13 MiB) Downloaded 492 times

_________________

I don't know what I'm doing hit album by Brad Sucks


Top
Profile Quote
Nanandmic567
Post subject: Basic fix for QT 6.x applications
+ Posted: 21 Dec 2022, 10:36
User avatar
Offline
 
Posts: 6
Joined: 05 Feb 2021, 09:54
Location: Phrapradang, Samutprakan
Contact: Twitter, YouTube
 
Thank you for the compatibility fix, but I have some issues tho..

1. Dolphin Emulator does not start at all, even replaced all files.. (It's just completely silent there)
2. Can you add support for Qt 6.4 and later? (Since PCSX2 uses newer Qt version on their updates)

Anyways, keep doing.


Top
Profile Quote
K4sum1
Post subject: Basic fix for QT 6.x applications
+ Posted: 21 Dec 2022, 11:09
Lazy Owner
User avatar
Offline
 
Posts: 891
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
 
PCSX2 past the version I posted about in this category is very unlikely to work on 7, unless someone manually creates a patch, then it might work. There might be a QT 6.4 patch in the thread above, I'll take a look and update the post if there is one.

I'll also take a look at Dolphin.

_________________

I don't know what I'm doing hit album by Brad Sucks


Top
Profile Quote
K4sum1
Post subject: Basic fix for QT 6.x applications
+ Posted: 21 Dec 2022, 11:24
Lazy Owner
User avatar
Offline
 
Posts: 891
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
 
Dolphin be kinda weird, it gives a BluetoothApis.dll error with a very early QT6 release. I guess just use the 16380 beta or get the last build before QT6, 16391.

https://dl.dolphin-emu.org/builds/67/df/dolphin-master-5.0-16391-x64.7z

Attachments
[ attachment ]

_________________

I don't know what I'm doing hit album by Brad Sucks


Top
Profile Quote
K4sum1
Post subject: Basic fix for QT 6.x applications
+ Posted: 21 Dec 2022, 11:42
Lazy Owner
User avatar
Offline
 
Posts: 891
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
 
Or not, post coming soon
[ attachment ]

_________________

I don't know what I'm doing hit album by Brad Sucks


Top
Profile Quote
K4sum1
Post subject: Basic fix for QT 6.x applications
+ Posted: 21 Dec 2022, 12:16
Lazy Owner
User avatar
Offline
 
Posts: 891
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
 

_________________

I don't know what I'm doing hit album by Brad Sucks


Top
Profile Quote
K4sum1
Post subject: Basic fix for QT 6.x applications
+ Posted: 26 Dec 2022, 21:38
Lazy Owner
User avatar
Offline
 
Posts: 891
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
 
I'm not sure if QT6.1 needs 10+, but I found a QT6.1 application that runs on 7 stock, so I pulled these files from it to make a patch in case it's needed.

Attachments
QT6.1.0_win7.7z
(3.98 MiB) Downloaded 381 times

_________________

I don't know what I'm doing hit album by Brad Sucks


Top
Profile Quote
K4sum1
Post subject: Basic fix for QT 6.x applications
+ Posted: 01 Feb 2023, 08:06
Lazy Owner
User avatar
Offline
 
Posts: 891
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
 
dmginc released a 6.4.2 patch, and same website that hates Firefox. So I downloaded it with Chromium, and reuploaded it here. I also did the slight mod. (Added a different folder for qwindows.dll that some applications use.)

Attachments
Qt6.4.2_win7.zip
(6.04 MiB) Downloaded 418 times

_________________

I don't know what I'm doing hit album by Brad Sucks


Top
Profile Quote
Darth Agnon
Post subject: Basic fix for QT 6.x applications
+ Posted: 12 Feb 2023, 20:37
User avatar
Offline
 
Posts: 7
Joined: 12 Feb 2023, 20:25
OS: Windows 7
Contact: Website, Reddit
 
About PCSX2, there's a Qt6.2.2 backporte version of the new PCSX2, which should be covered by existing Qt6 compatibility hacks: https://github.com/Darthagnon/pcsx2-win7

My fork, as the original master was deleted, and I had to contact the author to get it restored. I also have the final binary from the original master's Github CI somewhere, too. I've spoken with the author of this backport, and he said the patch should be portable to newer versions of PCSX2, just needing some adjustments.

That said, I'm not a Qt developer. I can just about figure out how to build things.


Top
Profile Quote
K4sum1
Post subject: Basic fix for QT 6.x applications
+ Posted: 12 Feb 2023, 20:39
Lazy Owner
User avatar
Offline
 
Posts: 891
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
 
Darth Agnon wrote: *  12 Feb 2023, 20:37
About PCSX2, there's a Qt6.2.2 backporte version of the new PCSX2, which should be covered by existing Qt6 compatibility hacks: https://github.com/Darthagnon/pcsx2-win7

My fork, as the original master was deleted, and I had to contact the author to get it restored. I also have the final binary from the original master's Github CI somewhere, too. I've spoken with the author of this backport, and he said the patch should be portable to newer versions of PCSX2, just needing some adjustments.

That said, I'm not a Qt developer. I can just about figure out how to build things.
Why QT? WxWidgets is objectively superior, and the PCSX2 team maintains both builds.

_________________

I don't know what I'm doing hit album by Brad Sucks


Top
Profile Quote
Darth Agnon
Post subject: Basic fix for QT 6.x applications
+ Posted: 13 Feb 2023, 10:47
User avatar
Offline
 
Posts: 7
Joined: 12 Feb 2023, 20:25
OS: Windows 7
Contact: Website, Reddit
 
They fully removed wxWidgets by Dec 2022 (Source), only the Qt GUI remains (unless there's some sort of legacy build I don't know about). As far as the end user is concerned, it seems Qt has a slightly easier-to-use GUI, but I am miffed that they ditched older Windows versions for that.


Top
Profile Quote
K4sum1
Post subject: Basic fix for QT 6.x applications
+ Posted: 13 Feb 2023, 18:24
Lazy Owner
User avatar
Offline
 
Posts: 891
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
 
Maybe a good fork would be to update the core of the WxWidgets release.

_________________

I don't know what I'm doing hit album by Brad Sucks


Top
Profile Quote
Darth Agnon
Post subject: Basic fix for QT 6.x applications
+ Posted: 31 May 2023, 18:31
User avatar
Offline
 
Posts: 7
Joined: 12 Feb 2023, 20:25
OS: Windows 7
Contact: Website, Reddit
 
Anyone know if there's a Qt 6.3.2 mod, or if any of the related mods are usable on Qt 6.3.2? I'm experimenting with Literature & Latte's Scapple, which is made in Qt 6.3.2.

It's got:
Qt6Core.dll
Qt6Core5Compat.dll
Qt6Gui.dll
Qt6Network.dll
Qt6OpenGL.dll
Qt6Positioning.dll
Qt6PrintSupport.dll
Qt6Qml.dll
Qt6QmlModels.dll
Qt6Quick.dll
Qt6QuickWidgets.dll
Qt6SerialPort.dll
Qt6Svg.dll
Qt6TextToSpeech.dll
Qt6WebChannel.dll
Qt6WebEngineCore.dll
Qt6WebEngineWidgets.dll
Qt6Widgets.dll
Qt6Xml.dll
Honestly not sure how many of those it actually uses, as it is an offline minmapping software...

Weirdly, FBReader is made in Qt6, but runs fine on older Windows if I recall correctly.


Top
Profile Quote
K4sum1
Post subject: Basic fix for QT 6.x applications
+ Posted: 31 May 2023, 23:43
Lazy Owner
User avatar
Offline
 
Posts: 891
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
 
Try the 6.3.1 dlls, might work.

_________________

I don't know what I'm doing hit album by Brad Sucks


Top
Profile Quote
K4sum1
Post subject: Basic fix for QT 6.x applications
+ Posted: 11 Jun 2023, 06:16
Lazy Owner
User avatar
Offline
 
Posts: 891
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
 
6.5.1 is out, same site that I hate, but at least it works in Firefox now. Still mirroring it here because I foresee it breaking in older browsers in the future.

Attachments
Qt6.5.1_win7.7z
(4.18 MiB) Downloaded 408 times

_________________

I don't know what I'm doing hit album by Brad Sucks


Top
Profile Quote
Peacock
Post subject: Basic fix for QT 6.x applications
+ Posted: 03 Jul 2023, 15:59
Offline
 
Posts: 16
Joined: 18 Jun 2023, 00:59
OS: win7
 
Would this work on PYQT6?
so far it does nothing


Top
Profile Quote
K4sum1
Post subject: Basic fix for QT 6.x applications
+ Posted: 03 Jul 2023, 23:24
Lazy Owner
User avatar
Offline
 
Posts: 891
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
 
Not quite sure what that is, but if the PY in the name is what I think it is, you might need the Python fix here too.

_________________

I don't know what I'm doing hit album by Brad Sucks


Top
Profile Quote
Peacock
Post subject: Basic fix for QT 6.x applications
+ Posted: 05 Jul 2023, 15:41
Offline
 
Posts: 16
Joined: 18 Jun 2023, 00:59
OS: win7
 
K4sum1 wrote: *  03 Jul 2023, 23:24
Not quite sure what that is, but if the PY in the name is what I think it is, you might need the Python fix here too.
I was talking about https://pypi.org/project/PyQt6/


Top
Profile Quote
Peacock
Post subject: Basic fix for QT 6.x applications
+ Posted: 04 Aug 2023, 18:23
Offline
 
Posts: 16
Joined: 18 Jun 2023, 00:59
OS: win7
 
rpcs3 has now been upgraded to qt6, and using the basic fix on the new version doesn't at all and gives out an error.
[ img ]

Last edited by Peacock on 07 Aug 2023, 20:42, edited 1 time in total.

Top
Profile Quote
K4sum1
Post subject: Basic fix for QT 6.x applications
+ Posted: 05 Aug 2023, 23:54
Lazy Owner
User avatar
Offline
 
Posts: 891
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
 
Either wrong QT6 ver or they use a special version. Maybe compiling a version with the QT6 patches and using those dlls for later releases could work.

_________________

I don't know what I'm doing hit album by Brad Sucks


Top
Profile Quote
Darth Agnon
Post subject: Basic fix for QT 6.x applications
+ Posted: 06 Dec 2023, 00:01
User avatar
Offline
 
Posts: 7
Joined: 12 Feb 2023, 20:25
OS: Windows 7
Contact: Website, Reddit
 
For Qt6 RPCS3, more changes are needed, already done by Alan_A/okt01475 here: https://www.patreon.com/posts/rpcs3-0-0-29-qt-88446670

There's also a new project to port Qt 6.5.3, 6.6.0, 6.6.1, etc. in a more complete way to Win7: https://github.com/crystalidea/qt6windows7/releases

It has already been successfully used to backport PrismMC, see here:


Top
Profile Quote
K4sum1
Post subject: Basic fix for QT 6.x applications
+ Posted: 06 Dec 2023, 19:58
Lazy Owner
User avatar
Offline
 
Posts: 891
Joined: 11 Jan 2021, 07:40
Location: ur dads house
OS: Windows 8.1 x64
 
I've been meaning to test these later QT dlls, but haven't gotten around to it.

_________________

I don't know what I'm doing hit album by Brad Sucks


Top
Profile Quote
Display: Sort by: Direction:
Post Reply   Page 1 of 1  [ 22 posts ]
Return to “Compatibility Mods”
Jump to:

Who is online

Users browsing this forum: No registered users and 3 guests