William Coelho da Silva

Results 6 comments of William Coelho da Silva

Hi, @probonopd. thank you for your attention. When i execute the command `strace /home/vboxuser/Downloads/linuxdeployqt-continuous-x86_64-1.AppImage 2>&1 | grep ENOENT` is printed: ``` access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or...

Right. Using the command: `strace /home/vboxuser/Downloads/release/Myaapp 2>&1 | grep ENOENT`. ``` access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or...

No. MyApp is an executable generated by QTCreator. Would it have to be an AppImage? how would I do this from a qt project? ![Captura de tela 2024-08-05 102220](https://github.com/user-attachments/assets/71edc843-f7b7-4948-a3c3-1e5b95ff954d)

After successfully running it with QT, I go to the build folder and do ./MyApp and it runs successfully again. After I deploy it with linuxqtdeploy (command written in the...

Ok, but does not exist anyone .AppImage in the build folder. What do I have to do?

Unfortunately it is not an open source app. I can't share the code directly, is there any other alternative?