Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Qt Version < 6.8 #236

Closed
regorxxx opened this issue Nov 15, 2024 · 2 comments · Fixed by #241
Closed

[Feature] Qt Version < 6.8 #236

regorxxx opened this issue Nov 15, 2024 · 2 comments · Fixed by #241
Assignees
Labels
enhancement New feature or request

Comments

@regorxxx
Copy link

Current Situation

This is probably not high priority, but last version built with 6.8.3 is no longer compatible in any way with win 7.

QT6 can be patched with this:
https://github.com/crystalidea/qt6windows7

And any missing win 10 method with this:
https://github.com/i486/VxKex

That approach was working fine up to Qt 6.7.1 which was the version used at 0.15.6. (in fact just using VxKex worked fine). Newer versions refuse to execute in any way due to Qt 6.8.3 usage.

Suggestion / Feature Request

Would it be possible to offer a version built with Qt 6.7.1 or 6.7.3 again? It would be much appreciated (and I understand it's not a solution in the long term).

@regorxxx regorxxx added the enhancement New feature or request label Nov 15, 2024
@odyn1982
Copy link

I confirm that I also cannot open new versions of the application on Windows 10 LTSB 1607
"Traceback (most recent call last):
File "tidal_dl_ng\gui.py", line 6, in
ImportError: DLL load failed while importing QtGui: The specified procedure could not be found."
Unhandled exception in script
WINDOWS

@exislow
Copy link
Owner

exislow commented Nov 16, 2024

What a mess with Qt. Thank you for reporting this. I will have a look into this.

exislow added a commit that referenced this issue Nov 17, 2024
✨ Downgraded PySide6 to former version 6.7.0 to support Win7 again. Fixes #236
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants