PureAudio is not working with RC2
looks like this is to do with the code cleaning the devs have been doing.
From mediaportal.log during startup
and
from configuration.log
Code:
2010-04-14 17:47:15.796875 [Info.][MPMain(1)]: Error loading external player: System.TypeLoadException: Method 'Dispose' in type 'MediaPortal.Player.PureAudio.BassAudioEngine' from assembly 'PureAudio, Version=0.2.2.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
at System.Reflection.Assembly._GetExportedTypes()
at System.Reflection.Assembly.GetExportedTypes()
at MediaPortal.Player.PlayerFactory.LoadExternalPlayers()
and
Code:
2010-04-14 18:02:54.281250 [Warn.][Config Main(1)]: PluginManager: Plugin file PureAudio.dll is broken or incompatible with the current MediaPortal version and won't be loaded!
2010-04-14 18:02:54.281250 [Info.][Config Main(1)]: PluginManager: Exception: System.TypeLoadException: Method 'Dispose' in type 'MediaPortal.Player.PureAudio.BassAudioEngine' from assembly 'PureAudio, Version=0.2.2.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
at System.Reflection.Assembly._GetExportedTypes()
at System.Reflection.Assembly.GetExportedTypes()
at MediaPortal.Configuration.Sections.PluginsNew.LoadPlugins()
2010-04-14 18:02:54.281250 [ERROR][Config Main(1)]: PluginManager: Exception: System.TypeLoadException: Method 'Dispose' in type 'MediaPortal.Player.PureAudio.BassAudioEngine' from assembly 'PureAudio, Version=0.2.2.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
at System.Reflection.Assembly._GetExportedTypes()
at System.Reflection.Assembly.GetExportedTypes()
at MediaPortal.Configuration.Sections.PluginsNew.LoadPlugins()