Several modal windows are empty
-
Can not locate the problem. Today I pulled the last Master branch update and compiled the standalone version of HISE.
And, after that, the greetings modal window is empty (where I can choose project to load), also ReleaseStart options modal is empty, as well as export wizard
More than, now with compiling scripts, all my sliders are being reset to 0.0 and their default values also.
I tried to drop back to the last commit from the development branch, on which everything was OK, but things stay as they are. I also tried to clean all hise folders in home directory, which also didn't help.
-
Are you using Linux?
If yes, are you compiling with GCC14?
If yes - https://forum.hise.audio/topic/10597/bug-multipage-dialogs-with-gcc-g-14
-
-
@Levitanus
gcc --version
-
@d-healey 14.2.1 20240910
-
@d-healey So, just turn off Optimizations for a while, yes?
-
@Levitanus Use gcc 11 if you can (you can install it alongside gcc 14)
https://askubuntu.com/questions/26498/how-to-choose-the-default-gcc-and-g-version
And in the meantime we continue to bug Christoph about the issue.