Difference between revisions of "Morrigan on OSX"

From Vague Hope Wiki
Jump to: navigation, search
(Created page with "== Issues when trying to run Morrigan on OSX == === morrigan.properties === * "FileNotFoundException: <morrigan path>/morrigan.app/Contents/MacOS/morrigan.properties" * FIx: <p...")
 
Line 9: Line 9:
 
ln -s ln -s ../../../morrigan.properties
 
ln -s ln -s ../../../morrigan.properties
 
</pre>
 
</pre>
 +
 +
=== javax.media.CannotRealizeException ===
 +
 +
* JMF decoder not installed.
 +
* Fix: not yet fixed.

Revision as of 01:47, 29 September 2011

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

javax.media.CannotRealizeException

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