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

Missing .dll files after Windows installation #268

Closed
pktiuk opened this issue Oct 29, 2021 · 15 comments · Fixed by #269
Closed

Missing .dll files after Windows installation #268

pktiuk opened this issue Oct 29, 2021 · 15 comments · Fixed by #269
Labels
bug Something isn't working packaging Every issue linked with providing and fixing packages for different distributions and systems Windows Windows-only issues

Comments

@pktiuk
Copy link
Member

pktiuk commented Oct 29, 2021

The code execution cannot proceed because Qt5Core.dll was not found. Reinstalling the program may fix this problem.
The code execution cannot proceed because Qt5Gui.dll was not found. Reinstalling the program may fix this problem.
The code execution cannot proceed because Qt5Concurrent.dll was not found. Reinstalling the program may fix this problem.
The code execution cannot proceed because Qt5Network.dll was not found. Reinstalling the program may fix this problem.

Helpful materials: https://github.com/giddie/qt-cmake-template/blob/master/win/CMakeLists.txt

@pktiuk pktiuk added bug Something isn't working packaging Every issue linked with providing and fixing packages for different distributions and systems Windows Windows-only issues labels Oct 29, 2021
@pktiuk pktiuk mentioned this issue Oct 29, 2021
7 tasks
@Zacharybinx34
Copy link

Same issue here on Windows 11

@pktiuk
Copy link
Member Author

pktiuk commented Oct 29, 2021

Could you test this file

@sgern
Copy link

sgern commented Oct 29, 2021

Could you test this file

Didn't seem to work for me.

@pktiuk
Copy link
Member Author

pktiuk commented Oct 29, 2021

What kind of error do you get?

@sgern
Copy link

sgern commented Oct 29, 2021

Same as above.

@Zacharybinx34
Copy link

Could you test this file

Same error

@Gameplayer9198
Copy link

I'm getting Qt5Widgets.dll, libgcc_s_seh-1.dll and libstdc++-6.dll was not found running 3.2.0

@pktiuk
Copy link
Member Author

pktiuk commented Oct 29, 2021

It depends on system configuration.
I have installed QT toolkit, that's why everything worked in my case.
I have to test it with clean installation.

@grandmoffgigi
Copy link

Same issue on windows 10

@Kanadeforever
Copy link

Same issue on WIN10

@rayman3003
Copy link

First I got this error:

01

I download "Qt5Widgets.dll" online & put it in app's folder & then got this error:

02

Then I download "libwinpthread-1.dll" & put it in the same folder & got this error at the end:

03

@pktiuk
Copy link
Member Author

pktiuk commented Oct 30, 2021

I uploaded new installer in release site.
It should work now. Works with my VM. Could anyone check?

@Gkjsdll
Copy link

Gkjsdll commented Oct 30, 2021

Thanks for the fix!

@rayman3003
Copy link

It works. Thank u very much.

@grandmoffgigi
Copy link

Appears to have fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working packaging Every issue linked with providing and fixing packages for different distributions and systems Windows Windows-only issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants