-
Notifications
You must be signed in to change notification settings - Fork 123
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
UML Designer 9 - Can't load library: libswt-pi3-gtk.so #1060
Comments
No response :( |
It's been a while but let me put my workaround here so if someone with the same problem happens to find this thread he/she can try to make it work the same way I did First of all my setup:
My stacktrace shows as following
It looks like the program can't load the libswt-pi3-gtk.so, but it actually find a undefined symbol FT_Done_MM_Var when it's expecting a defined one, as it seems. I came to that conclusion reading this thread and as they point out it's some problem with the freetype lib. And in this thread prusa3d/PrusaControl#115 (comment) I found out how she dealt with her problem, and as it was solved with just preloading the freetype lib I thought it could work with UMLDesigner too. So if your stacktarce is the same as mine then it's simple, you just preload the libfreetype.so like this:
Now there were some things I did before getting to that solution and I don´t know if they are having unintended effects here, so I'm explainig all I did for completeness sake, but I undid everything I'm explaining below: First I thought I didn´t have the libswt-pi3-gtk-4763.so, so I installed eclipse-swt
I missed it because it is located in a hidden directory: /home/f148580/.swt/lib/linux/x86_64/libswt-pi3-gtk-4763.so Then, because the error pointed to a libswt-pi3-gtk.so that I couldn't find anywhere, I went to that directory and created a symlink like this:
And I also did some customization in the UMLDesigner.ini file following #971 (comment) |
Hi,
Starting UML Designer 9 on ArchLinux shows following message :
Previous version of UML Designer was package with libswt-pi3-gtk.so library. This is not the case for UML Designer 9. Is it normal ?
Regards.
The text was updated successfully, but these errors were encountered: