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?