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

Agros-x86_64.AppImage is missing libQt5WebKitWidgets.so.5 #136

Open
probonopd opened this issue Jan 19, 2017 · 8 comments
Open

Agros-x86_64.AppImage is missing libQt5WebKitWidgets.so.5 #136

probonopd opened this issue Jan 19, 2017 · 8 comments

Comments

@probonopd
Copy link

probonopd commented Jan 19, 2017

Agros-x86_64.AppImage is missing libQt5WebKitWidgets.so.5:

$ /home/me/Downloads/Agros-x86_64.AppImage 
Run Agros Suite in  /tmp/.mount_68hJDd
./agros2d: error while loading shared libraries: libQt5WebKitWidgets.so.5: cannot open shared object file: No such file or directory
@bilderbuchi
Copy link

bilderbuchi commented Feb 20, 2017

I recently had similar errors with Qt when launchign the Appimage, I just installed the refered library on my system -- in your case you probably need libqt5webkit5.

@probonopd
Copy link
Author

@bilderbuchi it is not a good idea to mix bundled with system Qt libraries, in fact, this is guaranteed to crash on other systems than your own. libQt5WebKitWidgets.so.5 needs to be bundled inside the AppImage.

@bilderbuchi
Copy link

Hm, that could maybe explain some weird problems that I've been seeing (very laggy geometry/plotting browser, segfaults when adding geometry). I also had some errors like yours, just with different qt components, after installing them in the system, agros started to work.

@probonopd
Copy link
Author

This is an indication that this AppImage has issues that need to be fixed.

@bilderbuchi
Copy link

Thing is, I don't even know where the code for them is coming from - I could not find the dealii-solver branch, that is mentioned in the page you linked to, anywhere.

@bilderbuchi
Copy link

OK, in a presentation I found online, they say "Development version can be downloaded from our private git repository" at https://edison.fel.zcu.cz:444. Unofrtunately, it's behind a sign-in, and there seems to be no way to sign up for an account, but I suspect that that's where the nightly builds are coming from. @karban, those slides mention a move back to Github, has that been cancelled?

@bilderbuchi
Copy link

bilderbuchi commented Feb 21, 2017

I just spun up a fresh Ubutu 16.04 VM, and this does not seem to be limited to Qt libraries - I get an error about missing libxerces-c-3.1.so. I guess maybe Agros relies only on system/shared libraries?

Edit: So, just to try to keep track of things: after installing the stable version from the PPA (to get a known set of dependencies), I had to install libmetis5 to get a current AppImage to start. Still got issues like the particle tracking in the electron gun example freezing the application, though.

@probonopd
Copy link
Author

I'd be happy to help if we find the script and person that generated this AppImage.

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