can't start muse3 - invalid pointer

MusE is a DAW for Linux with both MIDI and Audio editing. https://muse-sequencer.github.io

Moderators: MattKingUSA, khz, spamatica

Post Reply
sndrnrvk
Established Member
Posts: 6
Joined: Mon Dec 22, 2014 9:40 am

can't start muse3 - invalid pointer

Post by sndrnrvk »

Hi,
I've heard good things about muse and decided to give it a go.
I can install muse2 from ubuntu repos, but I'd rather have muse3 so I compiled it following the readme.
Compiling and installing seemed fine, but I cannot succesfully launch muse3.
*** Error in `muse3': free(): invalid pointer: 0x000055e8eb1bb4cc ***
Aborted (core dumped)
Is this related to muse at all, or is there something buggy in my xserver or videocard settings or something?
I don't think it's anything with video, either MusE or, more likely, a plugin that upsets MusE.

There are a bunch of switches that you can play with (listed with -h)

try: muse3 -apNI2
This starts muse without plugins and no audio backend, if this doesn't work it's definltely a muse problem.

If the above works you can experiment with different combinations of the above to see which part causes the crash.
Then you can try starting with -d to enable debug reports.
If we assume it's a plugin that is causes the problem we should be able to see which one was the last loaded.

I think that is enough to get a good picture, please report back how it goes.
sndrnrvk
Established Member
Posts: 6
Joined: Mon Dec 22, 2014 9:40 am

Re: can't start muse3 - invalid pointer

Post by sndrnrvk »

Thanks for the reply.
So I ran muse3 -apNI2 and i can start muse successfully (although it fails to read the default template, but i guess that's not so important)
Running muse3 -a yields:
Force Dummy Audio driver
Trying RTC timer...
RtcTimer::setTimerFreq(): cannot set freq 1024 on /dev/rtc: Permission denied
precise timer not available, check file permissions and allowed RTC freq (/sys/class/rtc/rtc0/max_user_freq)
Trying ALSA timer...
AlsaTimer::initTimer(): best available ALSA timer: system timer
got timer = 29
*** Error in `muse3': free(): invalid pointer: 0x0000560bff90b06c ***
Aborted (core dumped)
Running muse3 -ap gives a lot because it goes through a lot of vst's
I placed the output in this pastebin to shorten the post: https://pastebin.com/2rYxpYnG
I did not get an invalid pointer error in this case

Running muse3 -NI2 gives invalig pointer error, but not the same values as previously (not sure if that's relevant):
Select audio device from configuration : 0
User JackAudio backend - backend selected through configuration
MusE:initJackAudio: jack_get_version() returned zeros. Setting version major to 1.
Using Jack
*** Error in `muse3': free(): invalid pointer: 0x000055b532e0c06c ***
Aborted (core dumped)
muse3 -pNI2 gives same result as muse3 -apNI2 (starts but not loading template)
This must mean that the problem is related to loading of my plugins, right?

Since removing the -p doesn't work, LADSPA is a problem
So what about N (native vst), I (DSSI) and 2 (LV2)?
muse3 -pI2 - not working: https://pastebin.com/cd8K0Hqf
muse3 -pN2 - starts but not loading template
muse3 -pNI - also starts but not loading template

This seems to show that the problem is related to loading LADSPA and native VSTs, right?

I'm not sure how to approach it from this point. Running muse3 -d yields:
Denormal protection enabled.
Trying RTC timer...
RtcTimer::setTimerFreq(): cannot set freq 1024 on /dev/rtc: Permission denied
precise timer not available, check file permissions and allowed RTC freq (/sys/class/rtc/rtc0/max_user_freq)
Trying ALSA timer...
AlsaTimer::initTimer(): best available ALSA timer: system timer
got timer = 29
*** Error in `muse3': free(): invalid pointer: 0x0000564fb98dc06c ***
Aborted (core dumped)
spamatica
Established Member
Posts: 573
Joined: Mon Feb 08, 2010 10:38 am
Has thanked: 80 times
Been thanked: 97 times

Re: can't start muse3 - invalid pointer

Post by spamatica »

Hi, thanks for thorough testing, I can't look through it now, I will later, but I noticed I made a typo with the -d option.
It should be uppercase, -D. Running it this way should start printing a lot more messages which will likely lead us the right way.
MusE DAW
sndrnrvk
Established Member
Posts: 6
Joined: Mon Dec 22, 2014 9:40 am

Re: can't start muse3 - invalid pointer

Post by sndrnrvk »

Hi again.
Well, I've been typing man muse3 about 7000 times over the last hours so I could've picked that up myself if I read a bit more thoroughly.
Anyway, here's the output of muse3 -D:
Config File </home/shithawk/.config/MusE/MusE.cfg>

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:597:14: not a number

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:597:14: Expected a string.

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:600:17: Expected a string.

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:784:14: not a number

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:784:14: Expected a string.

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:787:17: Expected a string.

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:1096:14: not a number

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:1096:14: Expected a string.

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:1099:17: Expected a string.

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:2286:8: not a number

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:2286:18: Using Pango syntax for the font: style property is deprecated; please use CSS syntax

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:2291:8: not a number

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:2291:18: Using Pango syntax for the font: style property is deprecated; please use CSS syntax

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:4357:14: not a number

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:4357:14: Expected a string.

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:4419:12: not a number

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:4419:12: Expected a string.

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:4428:16: not a number

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:4428:16: Expected a string.

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:4443:22: not a number

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:4443:22: Expected a string.

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:4499:12: Expected a string.

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:4501:16: not a number

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:4501:16: Expected a string.

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:4549:12: not a number

(muse3:4010): Gtk-WARNING **: Theme parsing error: gtk.css:4549:12: Expected a string.
QApplication: invalid style override passed, ignoring it.
LOCALE en_US
QtLibraryPath:
</usr/lib/x86_64-linux-gnu/qt5/plugins>
</usr/local/bin>
Muse: using unoptimized non-SSE dsp routines
searching for software synthesizer in </usr/local/lib/muse-3.0/synthi>
5 soft synth found
Song::clear
TopWin::setIsMdiWin(true) called, but window is already a MDI win
TopWin::shareToolsAndMenu() called but has no effect
Denormal protection enabled.
global lib: </usr/local/lib/muse-3.0>
global share: </usr/local/share/muse-3.0>
muse home: </home/shithawk>
project dir: <./>
user instruments: </home/shithawk/.config/MusE/instruments>
Select audio device from configuration : 0
User JackAudio backend - backend selected through configuration
MusE:initJackAudio: jack_get_version() returned zeros. Setting version major to 1.
initJackAudio(): registering error and info callbacks...
initJackAudio(): client MusE opened.
initJackAudio(): registering client...
Using Jack
JACK: sample rate changed: 44100
load user instrument definitions from </home/shithawk/.config/MusE/instruments>
load instrument definitions from </usr/local/share/muse-3.0/instruments>
READ IDF /usr/local/share/muse-3.0/instruments/Access_Virus.idf
READ IDF /usr/local/share/muse-3.0/instruments/Akai-SG01v.idf
READ IDF /usr/local/share/muse-3.0/instruments/Alesis-QS-78R.idf
READ IDF /usr/local/share/muse-3.0/instruments/AlesisQS6.idf
READ IDF /usr/local/share/muse-3.0/instruments/Classic_cantabile_sp-250.idf
READ IDF /usr/local/share/muse-3.0/instruments/Emu-4mbgsgmmt-sf.idf
READ IDF /usr/local/share/muse-3.0/instruments/emuproteus2000.idf
READ IDF /usr/local/share/muse-3.0/instruments/gm.idf
READ IDF /usr/local/share/muse-3.0/instruments/gm2.idf
READ IDF /usr/local/share/muse-3.0/instruments/gs.idf
READ IDF /usr/local/share/muse-3.0/instruments/Hammond_XB-1.idf
READ IDF /usr/local/share/muse-3.0/instruments/Korg Krome (Bank Map GM2).idf
READ IDF /usr/local/share/muse-3.0/instruments/Korg Krome (Bank Map KORG).idf
READ IDF /usr/local/share/muse-3.0/instruments/KORG microSTATION combinations.idf
READ IDF /usr/local/share/muse-3.0/instruments/KORG microSTATION.idf
READ IDF /usr/local/share/muse-3.0/instruments/Korg Wavestation EX.idf
READ IDF /usr/local/share/muse-3.0/instruments/Korg-MS2000R.idf
READ IDF /usr/local/share/muse-3.0/instruments/Korg-X50.idf
READ IDF /usr/local/share/muse-3.0/instruments/Korg-X5DR-PresetA.idf
READ IDF /usr/local/share/muse-3.0/instruments/Korg-X5DR-PresetB.idf
READ IDF /usr/local/share/muse-3.0/instruments/Kurzweil-SP2X.idf
READ IDF /usr/local/share/muse-3.0/instruments/Lexicon-MX200.idf
READ IDF /usr/local/share/muse-3.0/instruments/MC303.idf
READ IDF /usr/local/share/muse-3.0/instruments/MC505.idf
READ IDF /usr/local/share/muse-3.0/instruments/ns5r.idf
READ IDF /usr/local/share/muse-3.0/instruments/Roland SD-50.idf
READ IDF /usr/local/share/muse-3.0/instruments/Roland-E28.idf
READ IDF /usr/local/share/muse-3.0/instruments/Roland-JV90.idf
READ IDF /usr/local/share/muse-3.0/instruments/Roland-MT32.idf
READ IDF /usr/local/share/muse-3.0/instruments/Roland-SCD70.idf
READ IDF /usr/local/share/muse-3.0/instruments/Roland-XP30.idf
READ IDF /usr/local/share/muse-3.0/instruments/Roland_FantomXR.idf
READ IDF /usr/local/share/muse-3.0/instruments/Roland_SRX-02.idf
READ IDF /usr/local/share/muse-3.0/instruments/Roland_SRX-09.idf
READ IDF /usr/local/share/muse-3.0/instruments/Waldorf-microQ-Factory2000.idf
READ IDF /usr/local/share/muse-3.0/instruments/Waldorf-microQ-Factory2001.idf
READ IDF /usr/local/share/muse-3.0/instruments/Waldorf-microQ-Phoenix.idf
READ IDF /usr/local/share/muse-3.0/instruments/Waldorf-microQ.idf
READ IDF /usr/local/share/muse-3.0/instruments/Waldorf-Q.idf
READ IDF /usr/local/share/muse-3.0/instruments/Waldorf_Microwave-I.idf
READ IDF /usr/local/share/muse-3.0/instruments/xg.idf
READ IDF /usr/local/share/muse-3.0/instruments/yam_mo6_v4.idf
READ IDF /usr/local/share/muse-3.0/instruments/Yamaha-01v.idf
READ IDF /usr/local/share/muse-3.0/instruments/Yamaha-9000pro.idf
READ IDF /usr/local/share/muse-3.0/instruments/Yamaha-CS1x.idf
READ IDF /usr/local/share/muse-3.0/instruments/Yamaha-Motif XS.idf
READ IDF /usr/local/share/muse-3.0/instruments/Yamaha-Motif-Rack.idf
READ IDF /usr/local/share/muse-3.0/instruments/Yamaha-Motif.idf
READ IDF /usr/local/share/muse-3.0/instruments/Yamaha-MX49_MX61.idf
READ IDF /usr/local/share/muse-3.0/instruments/Yamaha-P100.idf
READ IDF /usr/local/share/muse-3.0/instruments/Yamaha-P50m.idf
READ IDF /usr/local/share/muse-3.0/instruments/Yamaha-PSR275.idf
READ IDF /usr/local/share/muse-3.0/instruments/Yamaha-PSR530.idf
READ IDF /usr/local/share/muse-3.0/instruments/Yamaha-Rex50.idf
READ IDF /usr/local/share/muse-3.0/instruments/Yamaha-S30_S80.idf
READ IDF /usr/local/share/muse-3.0/instruments/Yamaha-S90.idf
READ IDF /usr/local/share/muse-3.0/instruments/ZynAdd-1_4.idf
scan ladspa plugin dir </usr/local/lib/muse-3.0/plugins>
loadPluginLib: adding ladspa plugin:/usr/local/lib/muse-3.0/plugins/doublechorus.so name:DoubleChorus label:doublechorus1 required features:0
loadPluginLib: adding ladspa plugin:/usr/local/lib/muse-3.0/plugins/freeverb.so name:Freeverb label:freeverb1 required features:0
loadPluginLib: adding ladspa plugin:/usr/local/lib/muse-3.0/plugins/pandelay.so name:PanDelay label:pandelay required features:0
scan ladspa plugin dir </home/shithawk/dssi>
scan ladspa plugin dir </usr/local/lib64/dssi>
scan ladspa plugin dir </usr/local/lib/dssi>
scan ladspa plugin dir </usr/lib64/dssi>
scan ladspa plugin dir </usr/lib/dssi>
loadPluginLib: adding dssi effect plugin:/usr/lib/dssi/fluidsynth-dssi.so name:FluidSynth DSSI plugin label:FluidSynth-DSSI synth:1 isDssiVst:0 required features:0
loadPluginLib: adding dssi effect plugin:/usr/lib/dssi/hexter.so name:hexter DX7 emulation (v1.0.2) label:hexter synth:1 isDssiVst:0 required features:0
loadPluginLib: adding dssi effect plugin:/usr/lib/dssi/whysynth.so name:WhySynth 20090403 DSSI plugin label:WhySynth synth:1 isDssiVst:0 required features:0
loadPluginLib: adding dssi effect plugin:/usr/lib/dssi/xsynth-dssi.so name:Xsynth DSSI plugin label:Xsynth synth:1 isDssiVst:0 required features:0
loadPluginDir: ladspa path:/home/shithawk/ladspa:/usr/local/lib64/ladspa:/usr/local/lib/ladspa:/usr/lib64/ladspa:/usr/lib/ladspa
loadPluginDir: loading ladspa dir:/home/shithawk/ladspa
scan ladspa plugin dir </home/shithawk/ladspa>
loadPluginDir: loading ladspa dir:/usr/local/lib64/ladspa
scan ladspa plugin dir </usr/local/lib64/ladspa>
loadPluginDir: loading ladspa dir:/usr/local/lib/ladspa
scan ladspa plugin dir </usr/local/lib/ladspa>
loadPluginDir: loading ladspa dir:/usr/lib64/ladspa
scan ladspa plugin dir </usr/lib64/ladspa>
loadPluginDir: loading ladspa dir:/usr/lib/ladspa
scan ladspa plugin dir </usr/lib/ladspa>
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/adenv.so name:Percussive AD Envelope label:adenv required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/adenv_lvl.so name:Percussive AD Envelope with levels label:adenv_lvl required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/adsr_1653.so name:ADSR Envelope label:adsr required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/adsr_1680.so name:ADSR Envelope with Gate and Trigger label:adsr_g+t required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/alias_1407.so name:Aliasing label:alias required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/allpass_1895.so name:Allpass delay line, noninterpolating label:allpass_n required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/allpass_1895.so name:Allpass delay line, linear interpolation label:allpass_l required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/allpass_1895.so name:Allpass delay line, cubic spline interpolation label:allpass_c required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/am_pitchshift_1433.so name:AM pitchshifter label:amPitchshift required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic0.so name:Three cardioids to AMB matrix label:Tricardioid-to-AMB required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic0.so name:Virtual stereo microphone label:Virtualmic required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic0.so name:UHJ Encoder label:UHJ-encoder required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic0.so name:UHJ Decoder label:UHJ-decoder required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic1.so name:AMB order 1,1 mono panner label:Ambisonics-11-mono-panner required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic1.so name:AMB order 1,1 stereo panner label:Ambisonics-11-stereo-panner required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic1.so name:AMB order 1,1 rotator label:Ambisonics-11-rotator required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic1.so name:AMB order 1,1 square decoder label:Ambisonics-11-square-decoder required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic1.so name:AMB order 1,1 hexagon decoder label:Ambisonics-11-hexagon-decoder required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic1.so name:AMB order 1,1 cube decoder label:Ambisonics-11-cube-decoder required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic2.so name:AMB order 2,1 panner label:Ambisonics-21-panner required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic2.so name:AMB order 2,1 rotator label:Ambisonics-21-rotator required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic2.so name:AMB order 2,2 panner label:Ambisonics-22-panner required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic2.so name:AMB order 2,2 rotator label:Ambisonics-22-rotator required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic3.so name:AMB order 3,1 panner label:Ambisonics-31-panner required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic3.so name:AMB order 3,1 rotator label:Ambisonics-31-rotator required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic3.so name:AMB order 3,3 panner label:Ambisonics-33-panner required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/ambisonic3.so name:AMB order 3,3 rotator label:Ambisonics-33-rotator required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/amp.so name:Mono Amplifier label:amp_mono required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/amp.so name:Stereo Amplifier label:amp_stereo required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/amp_1181.so name:Simple amplifier label:amp required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/amp_1654.so name:Amplifier (GAIA) label:amp_gaia_oa required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/amp_1654.so name:Amplifier (GCIA) label:amp_gcia_oa required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/analogue_osc_1416.so name:Analogue Oscillator label:analogueOsc required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/autotalent.so name:Autotalent label:autotalent required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/autowah.so name:Auto Wah label:autowah required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/bandpass_a_iir_1893.so name:Glame Bandpass Analog Filter label:bandpass_a_iir required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/bandpass_iir_1892.so name:Glame Bandpass Filter label:bandpass_iir required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/blepvco.so name:Sync-Saw-VCO -- Hard-sync-capable anti-aliased oscillator label:Sync-Saw-VCO required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/blepvco.so name:Sync-Rect-VCO -- Hard-sync-capable anti-aliased oscillator label:Sync-Rect-VCO required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/blepvco.so name:Sync-Tri-VCO -- Hard-sync-capable anti-aliased oscillator label:Sync-Tri-VCO required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/blvco.so name:Pulse-VCO -- Anti-aliased oscillator label:Pulse-VCO required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/blvco.so name:Saw-VCO -- Anti-aliased oscillator label:Saw-VCO required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/blvco.so name:Rec-VCO -- Anti-aliased oscillator label:Rec-VCO required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/bode_shifter_1431.so name:Bode frequency shifter label:bodeShifter required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/bode_shifter_cv_1432.so name:Bode frequency shifter (CV) label:bodeShifterCV required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/branch_1673.so name:Signal Branch (IA) label:branch_ia_oaoa required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/branch_1673.so name:Signal Branch (IC) label:branch_ic_ococ required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/butterworth_1902.so name:Glame Butterworth X-over Filter label:bwxover_iir required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/butterworth_1902.so name:GLAME Butterworth Lowpass label:buttlow_iir required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/butterworth_1902.so name:GLAME Butterworth Highpass label:butthigh_iir required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Filter LADSPA label:Filter required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Filterclavier LADSPA label:Filterclavier required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Flanger LADSPA label:Flanger required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Reverb LADSPA label:Reverb required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Vintage Delay LADSPA label:VintageDelay required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Rotary Speaker LADSPA label:RotarySpeaker required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Phaser LADSPA label:Phaser required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf MultiChorus LADSPA label:MultiChorus required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Compressor LADSPA label:Compressor required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Sidechain Compressor LADSPA label:Sidechaincompressor required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Multiband Compressor LADSPA label:Multibandcompressor required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Deesser LADSPA label:Deesser required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Gate LADSPA label:Gate required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Sidechain Gate LADSPA label:Sidechaingate required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Multiband Gate LADSPA label:Multibandgate required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Limiter LADSPA label:Limiter required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Multiband Limiter LADSPA label:Multibandlimiter required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Pulsator LADSPA label:Pulsator required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Equalizer 5 Band LADSPA label:Equalizer5Band required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Equalizer 8 Band LADSPA label:Equalizer8Band required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Equalizer 12 Band LADSPA label:Equalizer12Band required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Saturator LADSPA label:Saturator required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Exciter LADSPA label:Exciter required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Bass Enhancer LADSPA label:BassEnhancer required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Mono Input LADSPA label:MonoInput required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/calf.so name:Calf Stereo Tools LADSPA label:StereoTools required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* Noisegate - Attenuating hum and noise label:Noisegate required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* Compress - Compressor and saturating limiter label:Compress required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* CompressX2 - Stereo compressor and saturating limiter label:CompressX2 required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* ToneStack - Classic amplifier tone stack emulation label:ToneStack required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* AmpVTS - Idealised guitar amplification label:AmpVTS required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* CabinetIII - Simplistic loudspeaker cabinet emulation label:CabinetIII required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* CabinetIV - Idealised loudspeaker cabinet label:CabinetIV required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* Plate - Versatile plate reverb label:Plate required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* PlateX2 - Versatile plate reverb, stereo inputs label:PlateX2 required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* Saturate - Various static nonlinearities, 8x oversampled label:Saturate required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* Spice - Not an exciter label:Spice required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* SpiceX2 - Not an exciter either label:SpiceX2 required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* ChorusI - Mono chorus/flanger label:ChorusI required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* PhaserII - Mono phaser label:PhaserII required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* AutoFilter - Self-modulating resonant filter label:AutoFilter required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* Scape - Stereo delay with chromatic resonances label:Scape required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* Eq10 - 10-band equaliser label:Eq10 required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* Eq10X2 - Stereo 10-band equaliser label:Eq10X2 required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* Eq4p - 4-band parametric shelving equaliser label:Eq4p required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* EqFA4p - 4-band parametric eq label:EqFA4p required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* Wider - Stereo image synthesis label:Wider required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* Narrower - Stereo image width reduction label:Narrower required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* Sin - Sine wave generator label:Sin required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* White - Noise generator label:White required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* Fractal - Audio stream from deterministic chaos label:Fractal required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* Click - Metronome label:Click required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/caps.so name:C* CEO - Chief Executive Oscillator label:CEO required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/chebstortion_1430.so name:Chebyshev distortion label:chebstortion required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Ambisonic Decoder (B-Format to Cube) label:bf2cube required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Ambisonic Decoder (B-Format to Quad) label:bf2quad required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Ambisonic Decoder (B-Format to Stereo) label:bf2stereo required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Ambisonic Decoder (FMH-Format to Octagon) label:fmh2oct required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Ambisonic Encoder (B-Format) label:encode_bformat required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Ambisonic Encoder (FMH-Format) label:encode_fmh required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Ambisonic Rotation (B-Format, Horizontal) label:bf_rotate_z required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Ambisonic Rotation (FMH-Format, Horizontal) label:fmh_rotate_z required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Amplifier (Mono) label:amp_mono required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Amplifier (Stereo) label:amp_stereo required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Amplitude Modulator label:am required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Analogue Voice label:analogue required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Canyon Delay label:canyon_delay required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Disintegrator label:disintegrator required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Dynamic Sledgehammer label:sledgehammer required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Echo Delay Line (Maximum Delay 0,01s) label:delay_0,01s required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Echo Delay Line (Maximum Delay 0,1s) label:delay_0,1s required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Echo Delay Line (Maximum Delay 1s) label:delay_1s required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Echo Delay Line (Maximum Delay 5s) label:delay_5s required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Echo Delay Line (Maximum Delay 60s) label:delay_60s required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Envelope Tracker (Maximum Peak) label:track_max_peak required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Envelope Tracker (Maximum RMS) label:track_max_rms required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Envelope Tracker (Peak) label:track_peak required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Envelope Tracker (RMS) label:track_rms required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:FMH-Format to B-Format (Discards RSTUV Channels) label:fmh2bf required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Feedback Delay Line (Maximum Delay 0,01s) label:fbdelay_0,01s required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Feedback Delay Line (Maximum Delay 0,1s) label:fbdelay_0,1s required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Feedback Delay Line (Maximum Delay 1s) label:fbdelay_1s required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Feedback Delay Line (Maximum Delay 5s) label:fbdelay_5s required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Feedback Delay Line (Maximum Delay 60s) label:fbdelay_60s required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Freeverb (Version 3) label:freeverb3 required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Granular Scatter Processor label:grain_scatter required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Hard Gate label:hard_gate required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:High Pass Filter (One Pole) label:hpf required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Identity (Audio) label:identity_audio required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Identity (Control) label:identity_control required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Lo Fi label:lofi required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Logistic Map Control Generator label:logistic required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Low Pass Filter (One Pole) label:lpf required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Mixer (Stereo to Mono) label:mixer required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Noise Source (White) label:noise_source_white required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Null (Audio Input) label:null_ai required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Null (Audio Output) label:null_ao required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Null (Control Input) label:null_ci required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Null (Control Output) label:null_co required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Organ label:organ required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Peak Monitor label:peak required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Phase Modulated Voice label:phasemod required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Pink Noise (Interpolated) label:pink_interpolated_audio required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Pink Noise (full frequency range) label:pink_full_frequency required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Pink Noise (sample and hold) label:pink_sh required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Simple Compressor (Peak Envelope Tracking) label:compress_peak required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Simple Compressor (RMS Envelope Tracking) label:compress_rms required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Simple Expander (Peak Envelope Tracking) label:expand_peak required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Simple Expander (RMS Envelope Tracking) label:expand_rms required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Simple Limiter (Peak Envelope Tracking) label:limit_peak required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Simple Limiter (RMS Envelope Tracking) label:limit_rms required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Sine Oscillator (Freq:audio, Amp:audio) label:sine_faaa required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Sine Oscillator (Freq:audio, Amp:control) label:sine_faac required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Sine Oscillator (Freq:control, Amp:audio) label:sine_fcaa required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Sine Oscillator (Freq:control, Amp:control) label:sine_fcac required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Syn Drum label:syndrum required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:VCF 303 label:vcf303 required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cmt.so name:Wave Shaper (Sine-Based) label:wshape_sine required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/comb_1190.so name:Comb Filter label:comb required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/comb_1887.so name:Comb delay line, noninterpolating label:comb_n required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/comb_1887.so name:Comb delay line, linear interpolation label:comb_l required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/comb_1887.so name:Comb delay line, cubic spline interpolation label:comb_c required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/comb_splitter_1411.so name:Comb Splitter label:combSplitter required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/comparison_4440.so name:Comparison (AC) label:comp_ac required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/comparison_4440.so name:Comparison (AA) label:comp_aa required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/const_1909.so name:Constant Signal Generator label:const required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/crossover_dist_1404.so name:Crossover distortion label:crossoverDist required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cs_chorus.so name:Chorus1 - Based on CSound orchestra by Sean Costello label:Chorus1 required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cs_chorus.so name:Chorus2 - Based on CSound orchestra by Sean Costello label:Chorus2 required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cs_chorus.so name:Triple chorus label:TripleChorus required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cs_phaser.so name:Phaser1 - Similar to CSound's phaser1 by Sean Costello label:Phaser1 required features:0
loadPluginLib: adding ladspa plugin:/usr/lib/ladspa/cs_phaser.so name:Phaser1 with LFO label:Phaser1+LFO required features:0
*** Error in `muse3': free(): invalid pointer: 0x000055fa35f1506c ***
Aborted (core dumped)
I also included the gtk errors, although they also show up when I manage to start up with muse3 -apNI2
spamatica
Established Member
Posts: 573
Joined: Mon Feb 08, 2010 10:38 am
Has thanked: 80 times
Been thanked: 97 times

Re: can't start muse3 - invalid pointer

Post by spamatica »

Alright, the last loaded plugin is cs_phaser.so so it looks like a prime candidate, though I'm running Kubuntu, so basically the same thing, and that plugin does not provoke any issues. You could try renaming that file to e.g. cs_phaser.so.DONTUSE or similar, so muse won't pick it up, and try again. Though I kind of doubt this is the real problem.

Which Ubuntu version are you on and are you using any other repos for packages, e.g. kxstudio?
Did you compile with the ./compile_muse.sh script?

The gtk.css errors I've never seen before, we don't have any such file. I see there is in the Qt style Breeze but I don't get this error when selecting Breeze. Might be a good idea to try changing the muse style in the Appearance Settings and see if it goes away.
MusE DAW
sndrnrvk
Established Member
Posts: 6
Joined: Mon Dec 22, 2014 9:40 am

Re: can't start muse3 - invalid pointer

Post by sndrnrvk »

Thanks for your reply.

I tried renaming cs_phaser.so as you suggested, and muse does not load it, but it still isn't working though.
muse3 -D gives the same error as previously, only now under the line about cs_chorus.so

I'm running ubuntustudio 17.10. Don't know if the kxrepos are added by default, but I have not added them.
It's a fresh install though, so maybe I should just go for the 16 LTS instead and see if it works better.
spamatica
Established Member
Posts: 573
Joined: Mon Feb 08, 2010 10:38 am
Has thanked: 80 times
Been thanked: 97 times

Re: can't start muse3 - invalid pointer

Post by spamatica »

I'm running 17.10 but not Ubuntu studio, I think I will give it a go in a virtual machine (yay for modern linux).
I guess you can reinstall to something else if you like, but I if this happens with a standard Ubuntu studio we need to fix it.
Time is running out tonight but I will try to remember testing this tomorrow. Fingers crossed.
MusE DAW
sndrnrvk
Established Member
Posts: 6
Joined: Mon Dec 22, 2014 9:40 am

Re: can't start muse3 - invalid pointer

Post by sndrnrvk »

Hi again guys.

I've installed ubuntustudio 16.04 LTS now, and while I haven't installed all the plugins I have some ladspa, some lv2 and two vsts.
Muse starts now, there are some errors in initializing some plugins but nothing serious enough to terminate the application itself.

I'll install the same plugins I had on the 17.10 later today and report back whether I can successfully load them.
spamatica
Established Member
Posts: 573
Joined: Mon Feb 08, 2010 10:38 am
Has thanked: 80 times
Been thanked: 97 times

Re: can't start muse3 - invalid pointer

Post by spamatica »

falkTX wrote:those plugins come from cabbage-plugins packages, so you can try removing those.

muse should really cache the list of plugins and not attempt to load all of them at once on every start though, sounds like recipe for disaster, just like this one...
handling plugin binaries should be done with care. hosts typically run the scan on a different process for a reason (ardour, bitwig, carla, qtractor, renoise, traction/waveform and maybe others).
Indeed we should and it's on the list of things to fix, some plugins are very prone to random errors and poking them all does produce a lot of unecessary problems...
Though in this case it seems completely reproducible, I also tried it under Ubuntu Studio, so there might be more to it. I'll do more testing tonight.
MusE DAW
sndrnrvk
Established Member
Posts: 6
Joined: Mon Dec 22, 2014 9:40 am

Re: can't start muse3 - invalid pointer

Post by sndrnrvk »

Hi again.

So now I've installed all the same plugins I had on ubuntustudio 17.10 and it starts just fine.

There seems to have been quite a few problems with the 17.10 release, just before christmas I installed ubuntu 17.10 on an older computer and it completely wrecked my uefi/bios. Got it fixed when they released a new kernel but still annoying.. Maybe I need to find an other distro down the line...
Post Reply