~/D/_/M/b/m/Release git:homebrew ❯❯❯ ./mscore.app/Contents/MacOS/mscore
in stat: : No such file or directory
in stat: : No such file or directory
Init midi driver failed
Can't open
'/Users/marc/Documents/_projects/MuseScore/build.release/mscore/Release/mscore.app/Contents/Resources//sound/aeolus/stops/Aeolus/definition'
for reading
Can't open
'/Users/marc/Documents/_projects/MuseScore/build.release/mscore/Release/mscore.app/Contents/Resources//sound/aeolus/stops/Aeolus/presets'
for reading
cannot read synthesizer settings </Users/marc/Library/Application
Support/MuseScore/MuseScoreDevelopment/synthesizer.xml>
Fluid: sf <fluid.sf3> not found
[1] 58108 segmentation fault ./mscore.app/Contents/MacOS/mscore
~/D/_/M/b/m/Release git:homebrew ❯❯❯ brew install fluid-synth
==> Downloading
http://sourceforge.net/projects/fluidsynth/files/fluidsynth-1.1.6/fluidsynth-1.1.6.tar.gz
Already downloaded: /Library/Caches/Homebrew/fluid-synth-1.1.6.tar.gz
==> cmake .. -Denable-framework=OFF -DLIB_SUFFIX=
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/fluid-synth/1.1.6
-DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev
==> make install
🍺 /usr/local/Cellar/fluid-synth/1.1.6: 29 files, 588K, built in 83 seconds
~/D/_/M/b/m/Release git:homebrew ❯❯❯ ./mscore.app/Contents/MacOS/mscore
in stat: : No such file or directory
in stat: : No such file or directory
Init midi driver failed
Can't open
'/Users/marc/Documents/_projects/MuseScore/build.release/mscore/Release/mscore.app/Contents/Resources//sound/aeolus/stops/Aeolus/definition'
for reading
Can't open
'/Users/marc/Documents/_projects/MuseScore/build.release/mscore/Release/mscore.app/Contents/Resources//sound/aeolus/stops/Aeolus/presets'
for reading
cannot read synthesizer settings </Users/marc/Library/Application
Support/MuseScore/MuseScoreDevelopment/synthesizer.xml>
Fluid: sf <fluid.sf3> not found
~/D/_/M/b/m/Release git:homebrew ❯❯❯
~/D/_/M/b/m/Release git:homebrew ❯❯❯ otool -L
./mscore.app/Contents/MacOS/mscore
./mscore.app/Contents/MacOS/mscore:
/usr/local/lib/libvorbisfile.3.dylib (compatibility version 7.0.0, current
version 7.5.0)
/usr/local/lib/libvorbis.0.dylib (compatibility version 5.0.0, current
version 5.6.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version
169.3.0)
/usr/local/lib/libogg.0.dylib (compatibility version 9.0.0, current version
9.0.0)
/usr/local/lib/QtDesigner.framework/Versions/4/QtDesigner (compatibility
version 4.8.0, current version 4.8.4)
/usr/local/lib/QtDeclarative.framework/Versions/4/QtDeclarative
(compatibility version 4.8.0, current version 4.8.4)
/usr/local/lib/QtScript.framework/Versions/4/QtScript (compatibility
version 4.8.0, current version 4.8.4)
/usr/local/lib/QtSvg.framework/Versions/4/QtSvg (compatibility version
4.8.0, current version 4.8.4)
/usr/local/lib/QtWebKit.framework/Versions/4/QtWebKit (compatibility
version 4.9.0, current version 4.9.3)
/usr/local/lib/QtXmlPatterns.framework/Versions/4/QtXmlPatterns
(compatibility version 4.8.0, current version 4.8.4)
/usr/local/lib/QtGui.framework/Versions/4/QtGui (compatibility version
4.8.0, current version 4.8.4)
/usr/local/lib/QtXml.framework/Versions/4/QtXml (compatibility version
4.8.0, current version 4.8.4)
/usr/local/lib/QtSql.framework/Versions/4/QtSql (compatibility version
4.8.0, current version 4.8.4)
/usr/local/lib/QtNetwork.framework/Versions/4/QtNetwork (compatibility
version 4.8.0, current version 4.8.4)
/usr/local/lib/QtCore.framework/Versions/4/QtCore (compatibility version
4.8.0, current version 4.8.4)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5)
/usr/local/lib/libportaudio.2.dylib (compatibility version 3.0.0, current
version 3.0.0)
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
(compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
(compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
(compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
(compatibility version 2.0.0, current version 155.0.0)
/usr/local/lib/libsndfile.1.dylib (compatibility version 2.0.0, current
version 2.25.0)
/System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
(compatibility version 1.0.0, current version 73.0.0)
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
(compatibility version 1.0.0, current version 453.19.0)
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
(compatibility version 1.0.0, current version 57.0.0)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
65.1.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
(compatibility version 150.0.0, current version 744.18.0)
I installed it because of the segfault and the Fluid and synthesizer
message. Seems to work. If I uninstall Fluid-synth, it crashes again.
On Wed, May 15, 2013 at 7:36 PM, Lasconic <[email protected]> wrote:
>
> It stopped crashing after I installed the "fluid-synth" cellar.
>>
>
> Ola. That's interesting and very weird. Why did you install fluid-synth
> cellar? And how is MuseScore linked to fluid?
> Can you run otool -L applebuild/mscore.app/Contents/MacOS/mscore ?
>
> lasconic
>
>
> ------------------------------------------------------------------------------
> AlienVault Unified Security Management (USM) platform delivers complete
> security visibility with the essential security capabilities. Easily and
> efficiently configure, manage, and operate all of your security controls
> from a single console and one unified framework. Download a free trial.
> http://p.sf.net/sfu/alienvault_d2d
> _______________________________________________
> Mscore-developer mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>
>
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Mscore-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mscore-developer