mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.51k stars 1.28k forks source link

mixxx 1.11 soundsource plugins (m4a & wv) fail to load #7059

Closed mixxxbot closed 2 years ago

mixxxbot commented 2 years ago

Reported by: katiem Date: 2013-05-29T18:33:09Z Status: Invalid Importance: Low Launchpad Issue: lp1185543 Tags: build


Hi! Building mixxx-1.10.1 and soundsource plugins m4a & wv build fine and load as they should (although m4a files crash).

Build configuration is: scons wv=1 faad=1 prefix=/usr

Now using this build configuration with latest mixxx 1.11 (rev 3875) everything appears to build as expected. When starting mixxx I see these errors relating to the m4a & wv plugins:

Debug [Main]: Dynamically loaded "/usr/lib/mixxx/plugins/soundsource/libsoundsourcem4a.so"
Debug [Main]: Plugin "/usr/lib/mixxx/plugins/soundsource/libsoundsourcem4a.so" is incompatible with your version of Mixxx!
Debug [Main]: Dynamically loaded "/usr/lib/mixxx/plugins/soundsource/libsoundsourcewv.so"
Debug [Main]: Plugin "/usr/lib/mixxx/plugins/soundsource/libsoundsourcewv.so" is incompatible with your version of Mixxx!

Rebuilding mixxx with this configuration (disabling vamp): scons wv=1 faad=1 vamp=0 prefix=/usr

and everything builds as expected. The m4a & wv plugins load correctly:

Debug [Main]: Dynamically loaded "/usr/lib/mixxx/plugins/soundsource/libsoundsourcem4a.so"
Debug [Main]: m4a
Debug [Main]: mp4
Debug [Main]: Plugin supports: m4a
Debug [Main]: Plugin supports: mp4
Debug [Main]: Dynamically loaded "/usr/lib/mixxx/plugins/soundsource/libsoundsourcewv.so"
Debug [Main]: wv
Debug [Main]: Plugin supports: wv

and mixxx loads and plays (without crashing) m4a & wv files. So it would appear that vamp and soundsource plugins aren't getting along too nicely! By the way I'm using ubuntu 10.10 (maverick). Hope this info helps.

Kind regards.

mixxxbot commented 2 years ago

Commented by: uklotzde Date: 2016-05-07T08:40:59Z


Not a bug, just an API version error when trying to load an incompatible plugin version.

Should be closed.

mixxxbot commented 2 years ago

Issue closed with status Invalid.