Hi all,
I'm running the ISE 14.7 virtual machine on Windows. I tried to run Mojo IDE (B1.3.6) but it kept crashing after startup. If you ran it from terminal then you'd see this error message:
java: cairo-misc.c:380: _cairo_operator_bounded_by_source: Assertion `NOT_REACHED' failed.
./mojo-ide: line 21: 2844 Aborted (core dumped) java -jar ./lib/mojo-ide.jar lin64 "$@"
The fix is to edit the mojo-ide file and add this "-Dorg.eclipse.swt.internal.gtk.cairoGraphics="false"" to the command line.
java -Dorg.eclipse.swt.internal.gtk.cairoGraphics="false" -jar ./lib/mojo-ide.jar lin64 "$@"
Cheers.