kmatheussen / radium

A graphical music editor. A next generation tracker.
http://users.notam02.no/~kjetism/radium/
GNU General Public License v2.0
844 stars 36 forks source link

Crash When Trying to open any LSP Plugin's GUI #1376

Closed TheSmallTeaBoi closed 2 years ago

TheSmallTeaBoi commented 2 years ago

1. Steps to reproduce the problem.

2. Which version of Radium are you using? Do you know if an earlier version has worked?

I'm using a Radium 6.9.97 official build, haven't tested older versions

3. If relevant, which operating system did you run Radium on?

EndeavourOS running kernel 5.16.11-arch1-1 Using Pipewire, in case that's relevant.

Edit:

Other stuff

It'd seem to me that the crash happens when I get a JUCE Assertion failure in juce_ResizableWindow.cpp:244 error in the terminal, followed by lots of BFD: warning: /usr/lib/libc.so.6: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0008002

kmatheussen commented 2 years ago

Doesn't crash in latest version of Radium. The size of the GUI is minimized to the extreme though, when I tried it, but after manually using left alt + mouse to resize the plugin gui it seems to work.

akimaze commented 2 years ago

Maybe fixed by https://github.com/kmatheussen/radium/pull/1386 ?

kmatheussen commented 2 years ago

Yes, that might fix the assertion. But the assertion itself should not be hit in RELEASE mode. I think that bug has also been fixed, a long time ago, so I'm pretty sure it's safe to close this one.