Issues Using "Run" in Ubuntu 16.04

Hi,

When I try and “Run” any applications on Ubuntu 16.04 from within Xojo whether they be web based or a desktop app the debugger comes up, says “Launching Application” with the loading bar and then the loading bar vanishes as if the project has loaded however there is no web browser tab that comes up or a desktop app? (I have tried this with the examples as well and get the same results).

I have installed all the necessary 32bit libraries as suggested on the system requirements page.

Any ideas?

You can try Run Paused and start the app from a terminal window. That may reveal some details about why it’s not starting or perhaps missing a dependency.

Brilliant that’s worked a treat, thanks!

Turns out I was missing: libobject-2.0.so.0

So running: sudo apt-get install libgtk2.0-0:i386 libsm6:i386 fixed the issue for me.

Thanks again!