Rua
Rua
For my own use case, making it safe to include unknown bits in the flags could actually introduce UB. It relies on not receiving any unrecognised bits, because it needs...
No, how would I do that? Downloading and building each time will take a while.
I have been able to determine that the problem appeared somewhere in 2021. I am unable to investigate further because, for some reason, every build I make is now triggering...
If that's the same version that's available from the LMMS website, then yes. There is no bug in that one.
``` (gdb) r Starting program: /home/rua/code/lmms-bisect/build/lmms [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". *** WEAK-JACK: initializing *** WEAK-JACK: OK. (0) [New Thread 0x7ffff1812700 (LWP 207109)] qt5ct: using...
I didn't use that command, I did it manually instead so I could understand more easily what's going on. That's how I narrowed it down to 2021 (bug wasn't there...
I found another `.lmmsrc.xml` in the `build` directory. If I remove that one as well, it starts. I have been clearing the build directory each time I start a new...
I've identified the commit that introduced the issue as f8d7fa3b871ae79b11858d9a6226bdd38a2bee5b.
I noticed that the commit message says: > The param window state isn't stored yet in a LMMS project, this is still TODO. This seems to be related to what's...
It's hard to say whether this is a problem in Vulkano or your graphics driver. Are you able to test it with another driver, and a non-Vulkano program that uses...