You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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."
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).
The text was updated successfully, but these errors were encountered: