Git Product home page Git Product logo

Comments (9)

eXpl0it3r avatar eXpl0it3r commented on May 30, 2024

Try updating your graphics driver and/or make sure that it runs on your dedicated GPU. ๐Ÿ˜‰

SFGUI doesn't use GLEW so not sure what you mean by that.

from sfgui.

bmajkut avatar bmajkut commented on May 30, 2024

Ive tried to find any solution to this on the internet. I found one or two threads about this exception and it led me to GLEW.

from sfgui.

eXpl0it3r avatar eXpl0it3r commented on May 30, 2024

ig7icd32.dll is your Intel driver, so make sure you're running the latest version or switch to your dedicated GPU if you have one.

from sfgui.

NewYaroslav avatar NewYaroslav commented on May 30, 2024

I have exactly the same error. However, I noticed that the Layout program from the examples folder is working fine. The remaining examples give the same sortie.

from sfgui.

TankOs avatar TankOs commented on May 30, 2024

Can you guys provide us with a backtrace?

from sfgui.

galou avatar galou commented on May 30, 2024

Backtrace of Window's crash:

#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#1  0x00007ffff675e801 in __GI_abort () at abort.c:79
#2  0x00007ffff674e39a in __assert_fail_base (fmt=0x7ffff68d57d8 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x7ffff79bbf45 "m_vertex_vbo != 0", 
    file=file@entry=0x7ffff79ba888 "/home/gael/04-sources/safelog/sfgui-src/src/SFGUI/Renderers/NonLegacyRenderer.cpp", line=line@entry=831, 
    function=function@entry=0x7ffff79bc560 <sfg::NonLegacyRenderer::SetupVAO()::__PRETTY_FUNCTION__> "void sfg::NonLegacyRenderer::SetupVAO()") at assert.c:92
#3  0x00007ffff674e412 in __GI___assert_fail (assertion=0x7ffff79bbf45 "m_vertex_vbo != 0", file=0x7ffff79ba888 "/home/gael/04-sources/safelog/sfgui-src/src/SFGUI/Renderers/NonLegacyRenderer.cpp", 
    line=831, function=0x7ffff79bc560 <sfg::NonLegacyRenderer::SetupVAO()::__PRETTY_FUNCTION__> "void sfg::NonLegacyRenderer::SetupVAO()") at assert.c:101
#4  0x00007ffff797916e in sfg::NonLegacyRenderer::SetupVAO (this=0x555555ac6730) at /home/gael/04-sources/safelog/sfgui-src/src/SFGUI/Renderers/NonLegacyRenderer.cpp:831
#5  0x00007ffff79761f9 in sfg::NonLegacyRenderer::DisplayImpl (this=0x555555ac6730) at /home/gael/04-sources/safelog/sfgui-src/src/SFGUI/Renderers/NonLegacyRenderer.cpp:341
#6  0x00007ffff7975f05 in sfg::NonLegacyRenderer::Display (this=0x555555ac6730, target=...) at /home/gael/04-sources/safelog/sfgui-src/src/SFGUI/Renderers/NonLegacyRenderer.cpp:294
#7  0x00007ffff798d1e9 in sfg::SFGUI::Display (this=0x7fffffffc477, target=...) at /home/gael/04-sources/safelog/sfgui-src/src/SFGUI/SFGUI.cpp:31
#8  0x0000555555556138 in main () at /home/gael/04-sources/safelog/sfgui-src/examples/Window.cpp:62

I have Ubuntu 18.04 on Lenovo Yoga 720 with Intelยฎ UHD Graphics 620 (Kabylake GT2).

from sfgui.

galou avatar galou commented on May 30, 2024

Should we provide more information to help solving this issue?

from sfgui.

eXpl0it3r avatar eXpl0it3r commented on May 30, 2024

@galou Your issue seems unrelated to the one reported by OP.
For you it seems to crash in an assertion

CheckGLError( GLEXT_glGenBuffers( 1, &m_vertex_vbo ) );

which would indicate that your GPU doesn't support VBO. Make sure you have the latest graphics driver installed and that your Intel UHD Graphics 620 even supports VBOs.

from sfgui.

galou avatar galou commented on May 30, 2024

Thanks for the info and sorry for the noise.

from sfgui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.