Defold Crash when building the project

Hi Guys I’m new to Defold ( just wanted to try it out ).
I tried to open some tutorials but when I build the project it crashes and exit, I found this log error in the Defold folder:

A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007f50948db604, pid=409189, tid=409602
JRE version: OpenJDK Runtime Environment (11.0.1+13) (build 11.0.1+13)
Java VM: OpenJDK 64-Bit Server VM (11.0.1+13, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
Problematic frame:
C [jna10307953316640406851.tmp+0x7604]
--------------- S U M M A R Y ------------
Command Line: -Dfile.encoding=UTF-8 -Djna.nosys=true -Ddefold.launcherpath=/home/tanjiro/Downloads/Compressed/Defold-x86_64-linux/Defold/Defold -Ddefold.resourcespath=/home/tanjiro/Downloads/Compressed/Defold-x86_64-linux/Defold -Ddefold.version=1.2.185 -Ddefold.editor.sha1=0a8d3e879724132afb18d47e0040c2034be07504 -Ddefold.engine.sha1=0a8d3e879724132afb18d47e0040c2034be07504 -Ddefold.buildtime=2021-08-02T14:29:43.966790 -Ddefold.channel=editor-alpha -Ddefold.archive.domain=d.defold.com -Djava.net.preferIPv4Stack=true -Dsun.net.client.defaultConnectTimeout=30000 -Dsun.net.client.defaultReadTimeout=30000 -Djogl.texture.notexrect=true -Dglass.accessible.force=false --illegal-access=warn --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.desktop/sun.awt=ALL-UNNAMED --add-opens=java.desktop/sun.java2d.opengl=ALL-UNNAMED --add-opens=java.xml/com.sun.org.apache.xerces.internal.jaxp=ALL-UNNAMED -Xmx6164066304 com.defold.editor.Main

Any idea how to fix this?

Hi! I’m sorry to hear about the crash. A bad first impression I’m afraid.

Do you have any additional information? What if you launch Defold from a terminal and check the output when the editor is crashing?

Have you also checked the Linux FAQ for anything relevant to your setup?

Maybe you can try to use another version of JRE.

The terminal is showing the same output of log error, nothing additional.
I have just checked the Linux FAQ and haven’t find anything useful.

As far as I know there is no setup needed for Defold so no need to Download a specific JRE version.
I have Open JDK installed in my system, but i don’t think Defold is using my JRE cause mine is build 16.0.1+9 and in the output it’s showing build 11.0.1+13