linuxdeployqt icon indicating copy to clipboard operation
linuxdeployqt copied to clipboard

File not hadled

Open siemdi opened this issue 4 years ago • 5 comments

When I run the program *.AppImage, I get an error: Error reading file .osgearth_bing: file not handled Error reading file .osgearth_engine_rex: file not handled Best regards!

siemdi avatar Aug 07 '19 15:08 siemdi

What is program *.AppImage? Can you provide a download link? it is not something we are providing for download.

Without more information we will not be able to help you unfortunately.

probonopd avatar Aug 07 '19 17:08 probonopd

I will explain. I have an AppImage (gs.AppImage), which I did with linuxdeployqt. But when I run my program (gs.AppImage), I get an error:

Error reading file .osgearth_bing: file not handled
Error reading file .osgearth_engine_rex: file not handled

The string I made mine AppImage:

./linuxdeployqt-continuous-x86_64.AppImage gs.desktop 
-verbose=2 
-appimage 
-qmldir=/media/workspaces/AppGS/gs_le 
-qmake=/media/QT/5.12.3/gcc_64/bin/qmake 
-unsupported-allow-new-glibc 
-bundle-non-qt-libs 
-no-translations 
-exclude-libs=libmysqlclient,libqsqlpsql,libqsqlmysql,libqgtk2,libqgtk2style

siemdi avatar Aug 08 '19 12:08 siemdi

"file not handled" is not an error message that is coming from linuxdeployqt or AppImageKit, so we would need to understand what is going wrong inside gs.AppImage. Can you upload it for analysis?

probonopd avatar Aug 08 '19 16:08 probonopd

Sorry, I cant. But I can upload log file from LD_DEBUG https://fex.net/s/vlvetee

siemdi avatar Aug 14 '19 08:08 siemdi

Is it somehow derived from https://qgis.org/? If so, then please ask that project to provide an AppImage. I am happy to help, but I can't if I don't have access to code and binaries.

probonopd avatar Aug 14 '19 18:08 probonopd