If you install 2016r1.1 from tgz, will get an error about XojoGUIFramework32.so, for example, if you untar it in /opt/
$ /opt/xojo2016r1.1/Xojo
Failed to find/load Framework library
/opt/xojo2016r1.1/Xojo Libs/XojoGUIFramework32.so: cannot open shared object file: Permission denied
This is because XojoGUIFramework32.so has wrong permissions (it has 711 and must be 755), so, simply:
chmod 755 /You_path_to/xojo2016r1.1/Xojo Libs/XojoGUIFramework32.so
Will solve it
[quote=264319:@JosMaraTerryJimnez]If you install 2016r1.1 from tgz, will get an error about XojoGUIFramework32.so, for example, if you untar it in /opt/
$ /opt/xojo2016r1.1/Xojo
Failed to find/load Framework library
/opt/xojo2016r1.1/Xojo Libs/XojoGUIFramework32.so: cannot open shared object file: Permission denied
This is because XojoGUIFramework32.so has wrong permissions (it has 711 and must be 755), so, simply:
chmod 755 /You_path_to/xojo2016r1.1/Xojo Libs/XojoGUIFramework32.so
Will solve it[/quote]
Could you file a bug report in Feedback so we don’t forget about this?
Done, Feedback: <https://xojo.com/issue/43731>, perhaps you can review <https://xojo.com/issue/33064> that is verified +2 Y.O. and still failing in modern RPM/RH based distros.