I just tried to run a web program in the IDE in Xojo under Linux Mint. It seems to compile, but when complete, nothing. On Mac or Windows the default browser opens and the program is launched. Here, nothing. Is this a Linux bug or is there something I should do ?
Not sure about the launching issue, but load a browser manually and access http://127.0.0.1:8080 and see if it responds. If it does, just leave that window open. Doesn’t fix the problem per-se, but allows you to continue working until the real problem is figured out.
Michel, do you have the Xojo Cloud selected in the Build Settings, here if i turn that off Xojo webapps start the browser just fine. If that option is selected i guess that the IDE first tries to connect to the Xojo cloud.
Any chance you’re running Linux Mint in virtual machine with no network interfaces up/configured (no loopback, 127.0.0.1). Had this too last year (LM Olive and Xojo 2013 - not with newer versions).