-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Effect Plug-in Error #245
Comments
EDIT: Before doing the step below, please download the RC version of the next release and see whether the bug is still here: If the bug is fixed, please let us know so that admin can close this issue. I can't reproduce it in 0.4.15 as well as the current dev branch. Can you please give us the gdb output? In case you don't know how to use it, here is the step to obtain the output:
|
The "Declipper" plug-in error seemed to only occur in Windows version of LMMS 0.4.15. I have tried to create the errors again in the Windows version of LMMS 0.9.90. The error that happened with the plug-in "Declipper" seemed to be fixed; however, the VST effect plug-in error still occurred. I can't test the Linux version of LMMS 0.9.90 because when I try to compile the source, I keep getting a CMake error, but I did reproduce the VST effect plug-in error in 0.4.15 under gdb. This was the output I got from gdb after following all the steps: popsip@popsip-Inspiron-1440:~$ gdb lmms (gdb) r Program received signal SIGSEGV, Segmentation fault. |
This is how I produced the VST effect plug-in error:
Delete the VST effect plug-in off Effects Chain. |
LMMS crashes when there is an effect plug-in with no “controls” button on it. The crashing occurs when inserting the plug-in and doing the following:
http://imageshack.us/a/img708/327/ge8.gif is an animation that demonstrates the issue by using a effect plug-in named “Declipper”, then immediately attempt to open an existing project file.
http://imageshack.us/a/img41/5481/ubz.gif is an animation that demonstrates the issue by opening an existing project file that has a VST effect plug-in. The plug-in fails to load and creates a “blank” one in the Effects Chain.
OS: Windows 7
Version: 0.4.15
This bug also occurs in Linux. (The one I'm using is Ubuntu Studios 13.04, Raring Ringtail)
The text was updated successfully, but these errors were encountered: