defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

Ubuntu 18.04 - An Error Occurred #1886

Open stnight opened 6 years ago

stnight commented 6 years ago

Expected behaviour

Actual behaviour

Steps to reproduce

Just open the Editor


Build time2018-05-14T10:47:35.392216
Defold channeleditor-alpha
Defold editor sha4f032f506d18e161b04ff4e6e195a26225b7d924
Defold engine shac129eafe38a95a1a69eec93679790cd29ab6c0a6
Defold version1.2.127
Error176c75b5820f4f2f9fd803bbf116759a
Java version1.8.0_102-b14
OS archamd64
OS nameLinux
OS version4.15.0-20-generic
erikangelin-king commented 6 years ago

Hi @stnight!

This seems to be a problem with mesa vs. the current version (2.3.2) of jogl/jogamp.

Another affected application and related discussions: http://www.sweethome3d.com/support/forum/viewthread_thread,8253_lastpage,yes;jsessionid=8ADC40FCB3D354DE0F55BB61FB999E4D

https://github.com/hharrison/java3d-core/issues/23

And finally: http://forum.jogamp.org/problem-using-jogl-2-3-2-on-linux-tc4038557.html

The issue seems to be fixed in the jogl 2.3.3.

We don't know of any workaround for now. Maybe setting the env variable MESA_GL_VERSION_OVERRIDE=3.1?

erikangelin-king commented 6 years ago

Hello again @stnight! The workaround (see https://www.defold.com/faq/#_linux_issues) seems to work for other users, please reopen this issue if it still does not work for you!

stnight commented 6 years ago

@erikangelin-king I'll try this out later, i'll let you know if the issue still persist. Thanks :smile:

stnight commented 6 years ago

@erikangelin-king i tried the suggested solution. It doesn't throw any errors but it doesn't display a thing.