Morrigan on OSX

From Vague Hope Wiki
Revision as of 12:04, 2 October 2011 by Haku (Talk | contribs)

Jump to: navigation, search

Issues when trying to run Morrigan on OSX

morrigan.properties

  • "FileNotFoundException: <morrigan path>/morrigan.app/Contents/MacOS/morrigan.properties"
  • FIx:
cd <morrigan dir>/morrigan.app/Contents/MacOS
ln -s ln -s ../../../morrigan.properties

Setting up VLC support

  • Get (a hacked version of) VLC 1.2 or later.
  • Switch playback engines. (using OSGi console)
  • Direct Morrigan to VLC lib. Add something like this to vmargs in morrigan.ini:
-Dmorrigan.vlclib=/Users/bob/opt/vlc/vlc-1.2.0-git/VLC.app/Contents/MacOS/lib

javax.media.CannotRealizeException

  • JMF decoder not installed.
  • Fix: not yet fixed.