HTMLViewer in 2017R2.1

I’ve done all whats in http://developer.xojo.com/system-requirements$64-bit-configuration for Ubuntu 16/17.

In a 64bit Ubuntu 16.04 the HTMLViewer crashes the whole app without any message when using http.
I can only show local files.
Also Feedback crashes on start without error message.

Am I missing any libraries?

Call ‘ldd’ on the binary and libraries and see if anything is missing.

Result:

[quote]linux-gate.so.1 => (0xf7782000)
librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xf7755000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf7750000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7733000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf757d000)
/lib/ld-linux.so.2 (0xf7783000)[/quote]

You must also do it for each library.

I had the same problem under OpenSUSE, and resolved it installing libwebkitgtk-3.0-0.

Hope it helps!

Javier

Thanks, the terminal says libwebkitgtk-3.0-0 is the newest version.