The Defold editor seems to work right, I used it to complete the Tutorial to the end but with 2~3 crashes. When it crashes is always during “Build HTML and Run” menu option. It changes to firefox but the game remains stuck on a white webpage with a centered Defold logo and the editor exits. I have this terminal output after crash:
Info: Nativewindow X11 Error: 16 - BadLength (poly request too large or internal Xlib length error), dpy 0x7ff885454000, id 17, # 15: 155:17 Unknown
libEGL warning: DRI2: failed to authenticate
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
java: ../../src/xcb_io.c:274: poll_for_event: La declaración `!xcb_xlib_threads_sequence_lost' no se cumple.
Done
After each crash, I open the editor, launch the HTML game and it works ok.
Thanks,
L Cabellos
Hmm… You’re not using the standard X(11) library, correct? What dist are you using and have you made any modifications to it? I’ll try to reproduce your problem once I have the info 
I’m using the X11 installed with the package manage. The things I have:
Linux Mint 17.3 (based on Ubuntu 14.04.4 LTS)
Desktop Cinnamon
GPU NVIDIA Corporation GK208M [GeForce GT 740M]
kernel 3.19.0-32-generic
X11 version:
$ xdpyinfo | head
name of display: :0
version number: 11.0
vendor string: The X.Org Foundation
vendor release number: 11501000
X.Org version: 1.15.1
Opengl versions:
$ glxinfo | grep version
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
OpenGL core profile version string: 4.3.0 NVIDIA 364.12
OpenGL core profile shading language version string: 4.30 NVIDIA via Cg compiler
OpenGL version string: 4.5.0 NVIDIA 364.12
OpenGL shading language version string: 4.50 NVIDIA
Thanks,
Luis Cabellos
Thanks for the information, I’ll get a system running and try to reproduce the problem. The reason I asked about X11 is because the crash seems to be in xcb
which is a replacement for Xlib
(https://xcb.freedesktop.org/). I did a quick search on the problem and it seems as if several different applications encounters the same problem when running on xcb
, nevertheless I’ll look into it.
Thanks for your report, we really value the input we can get from all of you and it really helps us make a better product!
// Jakob
Hello @Luis_Cabellos
I haven’t been able to reproduce the issue (yet), but I’ll keep it in mind and make sure to continue using Linux Mint for future testing. Thanks for your report, and please get back to me (here or via a direct message) if you find out anything more about what might be causing the crashes, a definitive way of reproducing the problem or if you have any other issues with the editor that we can improve.
// Jakob
1 Like
Thanks,
The crash didn’t happen again, I’ll try to check the next time for things can be causing the crashes to point them to you.
Luis
3 Likes