Skip to content
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

Linux - Crash when adding samples folder #3

Open
crshrprt opened this issue Feb 24, 2024 · 5 comments
Open

Linux - Crash when adding samples folder #3

crshrprt opened this issue Feb 24, 2024 · 5 comments

Comments

@crshrprt
Copy link

crshrprt commented Feb 24, 2024

Linux - Debian Sid

When I try to add a samples folder, as soon the scan starts (the scanning window is displayed for a fraction of a second), the plugins crashes.

I tried running it with carla-single vst3 ~/.vst3/Saempl.vst3 to get at least some message displayed on the terminal when the plugin crashes.

The error is:
Floating point exception

@jonasblome
Copy link
Owner

hm, I'll take a look, maybe there's a division by zero or something. can you get any more information on that? did you try running the app in standalone mode? maybe that provides more info on the error.

@jonasblome
Copy link
Owner

try it again now, i tried to avoid any possible divisions by zero.

@crshrprt
Copy link
Author

Now it starts Synching the sample libray in both VST3 and standalone.

VST3 version however crashes as soon the scan is finished with:

X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  15 (X_QueryTree)
  Resource id in failed request:  0x820606
  Serial number of failed request:  5972
  Current serial number in output stream:  5972
[carla] Carla assertion failure: "engine == nullptr" in file ../backend/CarlaHostImpl.hpp, line 87
JUCE Assertion failure in juce_Singleton.h:50
JUCE Assertion failure in juce_Singleton.h:50
JUCE Assertion failure in juce_Singleton.h:50
JUCE Assertion failure in juce_Singleton.h:50
JUCE Assertion failure in juce_Singleton.h:50
JUCE Assertion failure in juce_Singleton.h:50
JUCE Assertion failure in juce_Singleton.h:50
JUCE Assertion failure in juce_Singleton.h:50

Standalone seems to load samples fine most of the times, but crashed a couple of times with "segmentation error".

@jonasblome
Copy link
Owner

okay, ill try to find the issue with the singleton thing. can you give me any other info on the segmentation error thing?

@jonasblome
Copy link
Owner

jonasblome commented Feb 24, 2024

i have some issues myself with building and running the au and vst schemes because i fucked with some of the plist files and didn't manage to reverse it. next week ill copy the files to a new project and see if that fixes anything. thanks for the help you gave already!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants