Hi there,
I downloaded and installed the latest linux version from the defold download page, and when I start it up I get the following exception:
INFO:TOOLS: Launcher version f7778a8f59ef2a8dda5d445f471368e8bd1cb1ac
DEBUG:TOOLS: arg 0: ./packages/jdk11.0.1-p1/bin/java
DEBUG:TOOLS: arg 1: -cp
DEBUG:TOOLS: arg 2: ./packages/defold-e7fc2c4a3517d15fc25b365552f5ac6e7a35ad6d.jar
DEBUG:TOOLS: arg 3: -Dfile.encoding=UTF-8
DEBUG:TOOLS: arg 4: -Djna.nosys=true
DEBUG:TOOLS: arg 5: -Ddefold.launcherpath=./Defold
DEBUG:TOOLS: arg 6: -Ddefold.resourcespath=.
DEBUG:TOOLS: arg 7: -Ddefold.version=1.2.177
DEBUG:TOOLS: arg 8: -Ddefold.editor.sha1=e7fc2c4a3517d15fc25b365552f5ac6e7a35ad6d
DEBUG:TOOLS: arg 9: -Ddefold.engine.sha1=f7778a8f59ef2a8dda5d445f471368e8bd1cb1ac
DEBUG:TOOLS: arg 10: -Ddefold.buildtime=2021-01-08T14:34:24.656370
DEBUG:TOOLS: arg 11: -Ddefold.channel=editor-alpha
DEBUG:TOOLS: arg 12: -Djava.net.preferIPv4Stack=true
DEBUG:TOOLS: arg 13: -Dsun.net.client.defaultConnectTimeout=30000
DEBUG:TOOLS: arg 14: -Dsun.net.client.defaultReadTimeout=30000
DEBUG:TOOLS: arg 15: -Djogl.texture.notexrect=true
DEBUG:TOOLS: arg 16: -Dglass.accessible.force=false
DEBUG:TOOLS: arg 17: --illegal-access=warn
DEBUG:TOOLS: arg 18: --add-opens=java.base/java.lang=ALL-UNNAMED
DEBUG:TOOLS: arg 19: --add-opens=java.desktop/sun.awt=ALL-UNNAMED
DEBUG:TOOLS: arg 20: --add-opens=java.desktop/sun.java2d.opengl=ALL-UNNAMED
DEBUG:TOOLS: arg 21: --add-opens=java.xml/com.sun.org.apache.xerces.internal.jaxp=ALL-UNNAMED
DEBUG:TOOLS: arg 22: -Xmx8589934592
DEBUG:TOOLS: arg 23: com.defold.editor.Main
DEBUG:TOOLS: arg 24: (null)
Picked up JAVA_TOOL_OPTIONS:
Picked up _JAVA_OPTIONS:
…
2021-01-10 21:37:39.807 DEBUG default com.defold.libs.ResourceUnpacker - unpacking '/_unpack/armv7-darwin/bin/dmengine_release' to '/home/kiffin/.Defold/unpack/e7fc2c4a3517d15fc25b365552f5ac6e7a35ad6d/armv7-darwin/bin/dmengine_release'
2021-01-10 21:37:39.834 INFO default com.defold.libs.ResourceUnpacker - defold.unpack.path=/home/kiffin/.Defold/unpack/e7fc2c4a3517d15fc25b365552f5ac6e7a35ad6d
com.jogamp.opengl.GLException: Graphics configuration failed [direct caps, eglGetConfig/chooser and fixed-caps(1-3)]
Any ideas what might be going wrong?