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

Can't Launch Binary on Windows 7 with v5.2.2 onward #2647

Closed
zellchristensen opened this issue Jun 9, 2024 · 2 comments
Closed

Can't Launch Binary on Windows 7 with v5.2.2 onward #2647

zellchristensen opened this issue Jun 9, 2024 · 2 comments

Comments

@zellchristensen
Copy link

While the installer works fine, I am unable to launch kvirc.exe in version 5.2.2 or 5.2.4 under Windows 7 (x64). I just get an error "The application was unable to start correctly (0xc0000005). Click OK to close the application."

2024-06-08_21-19-43

It seems to launch fine in version 5.2.0 and under.

I'm assuming this is most likely related to a dependency that dropped support for Windows 7.

If Windows 7 support is discontinued, I wasn't able to find any documentation on the website or github to that effect.

@zellchristensen zellchristensen changed the title Can't Launch Binary on Windows 7 on 5.2.2 onward Can't Launch Binary on Windows 7 with v5.2.2 onward Jun 9, 2024
@ctrlaltca
Copy link
Contributor

I just tested on Window 7 and i can confirm the application is not starting, as it's requiring some components (eg. d3d12.dll) not available on Windows 7.
We are using Github CI to build KVIrc packages, and unfortunately it looks like they don't support Windows 7 anymore out of the box.
I tried switching to an old image in #2648 , if the resulting build works on Windows 7 i'll publish it as official.

If Windows 7 support is discontinued, I wasn't able to find any documentation on the website or github to that effect.

Yep, that was not intentional, sorry.

@ctrlaltca
Copy link
Contributor

So, a windows 7 compatible build has been added to https://github.com/kvirc/KVIrc/releases/tag/5.2.4
Unfortunately it's based on Qt5 instead of Qt6, since Qt6 doesn't support Windows 7.
We'll try to continue target windows 7 as long as it's possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants