Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor crash - JavaFX Application Thread: createImpl ARB #6053

Closed
Grabli66 opened this issue Sep 16, 2021 · 3 comments
Closed

Editor crash - JavaFX Application Thread: createImpl ARB #6053

Grabli66 opened this issue Sep 16, 2021 · 3 comments
Labels
bug Something is not working as expected editor Issues related to the Defold editor linux Issue related to the Linux platform more info The issue is lacking required information

Comments

@Grabli66
Copy link

Grabli66 commented Sep 16, 2021

com.jogamp.opengl.GLException: JavaFX Application Thread: createImpl ARB n/a but required, profile > GL2 requested (OpenGL >= 3.1). Requested: GLProfile[GL3bc/GL3bc.hw], current: 3.1 (Compat profile, compat[ES2, ES3], FBO, hardware) - 3.1 Mesa 20.3.0-devel (git-2b977ad 2020-10-06 bionic-oibaf-ppa)

Elementary OS 5.1.7 Hera


Build time2021-09-09T20:26:36.042514
Defold channeleditor-alpha
Defold editor sha71d1780
Defold engine sha1f748d5
Defold version1.2.186
Errora96b2b496dfe4f6684f49594d54de332
Java version11.0.1+13
OS archamd64
OS nameLinux
OS version4.15.0-156-generic
@britzl
Copy link
Contributor

britzl commented Sep 16, 2021

jogamp.opengl.x11.glx.X11GLXContext.createImpl.class com.jogamp.opengl.GLException: JavaFX Application Thread: createImpl ARB n/a but required, profile > GL2 requested (OpenGL >= 3.1). Requested: GLProfile[GL3bc/GL3bc.hw], current: 3.1 (Compat profile, compat[ES2, ES3], FBO, hardware) - 3.1 Mesa 20.3.0-devel (git-2b977ad 2020-10-06 bionic-oibaf-ppa)
    at jogamp.opengl.x11.glx.X11GLXContext.createImpl(X11GLXContext.java:440)
    at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:765)
    at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:648)
    at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:586)
    at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1279)
    at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:1147)
    at jogamp.opengl.GLAutoDrawableBase.defaultDisplay(GLAutoDrawableBase.java:476)
    at com.jogamp.opengl.GLAutoDrawableDelegate.display(GLAutoDrawableDelegate.java:190)
    at jogamp.opengl.GLAutoDrawableBase.defaultWindowResizedOp(GLAutoDrawableBase.java:260)
    at jogamp.opengl.GLOffscreenAutoDrawableImpl.setSurfaceSize(GLOffscreenAutoDrawableImpl.java:61)
    at editor.scene$make_gl_pane_BANG_$fn$fn.invoke(scene.clj:1281)
    at editor.scene$make_gl_pane_BANG_$fn.invoke(scene.clj:1271)
    at editor.scene.proxy$com.defold.control.Region$ff19274a.layoutChildren
    at javafx.scene.Parent.layout(Parent.java:1207)
    at javafx.scene.Parent.layout(Parent.java:1214)
    at javafx.scene.Parent.layout(Parent.java:1214)
    at javafx.scene.Parent.layout(Parent.java:1214)
    at javafx.scene.Parent.layout(Parent.java:1214)
    at javafx.scene.Parent.layout(Parent.java:1214)
    at javafx.scene.Parent.layout(Parent.java:1214)
    at javafx.scene.Parent.layout(Parent.java:1214)
    at javafx.scene.Parent.layout(Parent.java:1214)
    at javafx.scene.Parent.layout(Parent.java:1214)
    at javafx.scene.Parent.layout(Parent.java:1214)
    at javafx.scene.Parent.layout(Parent.java:1214)
    at javafx.scene.Parent.layout(Parent.java:1214)
    at editor.app_view$restore_split_positions_BANG_.invokeStatic(app_view.clj:482)
    at editor.boot_open_project$load_stage$fn.invoke(boot_open_project.clj:242)
    at clojure.lang.AFn.run(AFn.java:22)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
    at java.security.AccessController.doPrivileged(AccessController.java)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
    at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
    at com.sun.glass.ui.gtk.GtkApplication.enterNestedEventLoopImpl(GtkApplication.java)
    at com.sun.glass.ui.gtk.GtkApplication._enterNestedEventLoop(GtkApplication.java:347)
    at com.sun.glass.ui.Application.enterNestedEventLoop(Application.java:509)
    at com.sun.glass.ui.EventLoop.enter(EventLoop.java:107)
    at com.sun.javafx.tk.quantum.QuantumToolkit.enterNestedEventLoop(QuantumToolkit.java:635)
    at javafx.application.Platform.enterNestedEventLoop(Platform.java:291)
    at editor.fxui$mount_renderer_and_await_result_BANG_.invokeStatic(fxui.clj:228)
    at editor.dialogs$make_load_project_dialog$fn.invoke(dialogs.clj:414)
    at editor.ui$do_run_now.invokeStatic(ui.clj:315)
    at editor.dialogs$make_load_project_dialog.invokeStatic(dialogs.clj:413)
    at editor.boot$open_project_with_progress_dialog.invokeStatic(boot.clj:53)
    at editor.boot$select_project_from_welcome$fn$fn.invoke(boot.clj:74)
    at editor.welcome$show_welcome_dialog_BANG_$close_dialog_and_open_project_BANG___86726.invoke(welcome.clj:592)
    at editor.welcome$show_welcome_dialog_BANG_$download_template_BANG___86728$fn$fn.invoke(welcome.clj:614)
    at clojure.lang.AFn.run(AFn.java:22)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
    at java.security.AccessController.doPrivileged(AccessController.java)
    at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
    at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
    at com.sun.glass.ui.gtk.GtkApplication._runLoop(GtkApplication.java)
    at com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$11(GtkApplication.java:277)
    at java.lang.Thread.run(Thread.java:834)

@britzl
Copy link
Contributor

britzl commented Sep 16, 2021

@britzl britzl added bug Something is not working as expected editor Issues related to the Defold editor linux Issue related to the Linux platform more info The issue is lacking required information labels Sep 23, 2021
@britzl britzl changed the title Editor crash Editor crash - JavaFX Application Thread: createImpl ARB Dec 2, 2022
@AGulev
Copy link
Contributor

AGulev commented Mar 1, 2024

Requested additional info wasn't provided

@AGulev AGulev closed this as completed Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working as expected editor Issues related to the Defold editor linux Issue related to the Linux platform more info The issue is lacking required information
Projects
None yet
Development

No branches or pull requests

3 participants