Flameshot is not launching in through Qt run #4713
Replies: 6 comments 10 replies
|
Please provide all the following details:
|
|
commit number : f3e81d2 I am new to Open Source Contribution, can you please tell me how to check for version |
|
The required dll's cannot be found, because if Flameshot was just compiled, the exe is created in the build\src subfolder e.g. [your path]\flameshot\build\Desktop_Qt_6_11_1_MSVC2022_64bit-Debug\src and the required dependencies to run it are not automatically copied to the correct location next to the exe. If you want to run the exe, which you just compiled, you need all the files from [your path]\flameshot\build\Desktop_Qt_6_11_1_MSVC2022_64bit-Debug\windeployqt_stuff in addition. The easiest may be to copy flameshot.exe and flameshot-cli.exe into that folder (or copy everything from windeployqt_stuff + both exe files to an arbitrary folder, if you want to use the self-compiled Flameshot version in your daily business). Note: Folder "Desktop_Qt_6_11_1_MSVC2022_64bit-Debug" can have a different name depending on your setup! If you want to work on the Flameshot code and develop, I recommend to use "Qt Creator", because when you compile & run the code from there, Qt Creator will locate the required DLLs automatically and you can test/debug Flameshot directly from the IDE without having to worry about the dlls or copy anything manually. |
"QIODevice::read (QSslSocket): device not open" and there no application window. Please help to solve this. Thanks |
|
Did you compile it yourself? Or...? Please tell me how you're running it. I'm not very familiar with Windows, but it seems like the DLLs can't be found. Perhaps you should run |





Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi I am trying to build and launch the flameshot through Qt but after running am getting "QIODevice::read (QSslSocket): device not open" and there no application window. Please help to solve this.

Thanks
All reactions