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

Assertion `g_menuclouds->getReferenceCount() == 1' failed since VBO optimizations commit #14432

Closed
rubenwardy opened this issue Mar 3, 2024 · 1 comment
Labels
Bug Issues that were confirmed to be a bug @ Client / Audiovisuals Regression Something that used to work no longer does.

Comments

@rubenwardy
Copy link
Member

rubenwardy commented Mar 3, 2024

Minetest version

Latest master

Linux with SDL2 (EndeavourOS)

Summary

In recent master, pressing esc in the main menu results in the following assertion failed:

src/client/clientlauncher.cpp:270: bool ClientLauncher::run(GameStartData&, const Settings&): Assertion `g_menuclouds->getReferenceCount() == 1' failed.

I ran a git bisect, and VBO-related optimizations and improvements (#14395) - bb7f57b is the first bad commit

Steps to reproduce

  • Build in debug mode
  • Press esc in the main menu
@rubenwardy rubenwardy added Bug Issues that were confirmed to be a bug @ Client / Audiovisuals Regression Something that used to work no longer does. labels Mar 3, 2024
@sfan5
Copy link
Member

sfan5 commented Mar 3, 2024

fixed by #14423 9b97147

@rubenwardy rubenwardy closed this as not planned Won't fix, can't repro, duplicate, stale Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues that were confirmed to be a bug @ Client / Audiovisuals Regression Something that used to work no longer does.
Projects
None yet
Development

No branches or pull requests

2 participants