-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Mesa segfault on Ubuntu 24.04 when enabled multisampling #11517
Comments
Way to repoduce: Fork https://github.com/dviglo2d/dviglo2d and change
in https://github.com/dviglo2d/dviglo2d/blob/main/minimal_app/src/app.cpp |
Hi @1vanK - Thanks for reporting the issue, we will look into this ASAP and get back to you ! . Thank you ! |
Hi @1vanK - does it work with ubuntu 22 image ? could you please check and confirm? |
Ubuntu 22.04 have no g++-13 complier. It is necessary because the engine uses std::format(). |
Duplicate of #11471 please find the comment ,may it will useful. |
I don't understand how this relates to my case and how it can help me? |
Description
App code:
GH action code:
With multisamples == 8 my program segfaulted even on version
20250120.5.0
, but worked with multisamples == 4: https://github.com/dviglo2d/dviglo2d/actions/runs/12973723294/job/36322364098Now on version
20250126.1.0
my program will segfault with any value of multisampling: https://github.com/dviglo2d/dviglo2d/actions/runs/13070569995/job/36471112891The text was updated successfully, but these errors were encountered: