Dennis Brakhane

Results 64 comments of Dennis Brakhane

> I got gcc 12.2.0. Yeah, gcc 12 has this bug. I'm tempted to just refuse building on GCC 12; while bookworm only has that version unless you use backports,...

Closing this as it's a GCC 12 bug and Debian 13 is stable now that uses a newer version

FWIW, I usually run it on Debian testing (so currently the upcoming 13) and didn't see something similar. I recently had one occurrence where the editor did hang, but that...

@VinnyVicious Closing this as "won't fix" because Debian 13 is out now and it's not even clear if the bug still comes up in Debian 12. If you still have...

depends on actions/runner-images#13291 (Edit: wow! GH doesn't support marking one issue to depend on another)

What GPU do you have? I remember a crash in the FPS demo when the FPS was 3000 or so (happened in the level select)

@tccountus you could try to compile it with address sanitizer, that could give an indication on where it overwrites memory. To do that, you need to set `cmake -DCMAKE_CXX_FLAGS="-fsanitize=address"` *and*...

> On normal run I get the error vkCreateDevice failed! Error VK_ERROR_INITIALIZATION_FAILED To clarify, by "normal run" you mean without the igpu parameter, but with address sanitizer? It's weird that...

and if you compile without asan it starts working again?

what are your locale settings? (you can use `locale`) can you start the editor with `LC_ALL=C /path/to/Editor` and see if it's somehow different?