I have installed Ubuntu 24.04 on VirtualBox. I then installed Xojo 2024 r4.1.
When I open my Web project and then click on a page in the project, the IDE closes with this error. Illegal instruction (Core dumped)
A simple page with just a label works fine.
I don’t have much experience with Linux, Any suggestions for getting this to work on Ubuntu?
I do have Linux selected in the build settings. I am using GraffitiSuite.
Also, I can run the project and the app works fine in the Chrome browser.
Thanks
What’s the processor of that machine? The host one. A common situation occurs when apps and VMs uses AVX or SSE instructions that the host (and guest OSes) won’t support.
I also read that machines with AVX support on the CPU but using a Windows host with Hiper-V, VBox conflicts and need “tricks” (I guess Hiper-V turn off) and settings for AVX pass-thru on VBox.
Processor is
AMD Ryzen 7 3700U with Radeon Vega Mobile Gfx 2.30 GHz
I guess it should be ok for most cases. Is the host OS Windows? Is Hyper-V enabled?
Hmm… https://www.youtube.com/watch?v=eSoHHzUSj8Q
This guy suffered to make it work as he needed, I guess you will have a lot research to do.
I’m sorry not being able to find an easy solution.
Hi Gary
Did you follow the install instructions for Linux:
https://documentation.xojo.com/resources/system_requirements_for_current_release.html
Some libraries had to be installed manually, if the distribution did not include it from start.
With Linux Mint you can install Xojo direct without manually installing libraries.
I will try installing all the required libraries. The company that I work for wants me to use Ubuntu. Thanks