Audioscrobbler (last.fm) support for MediaPortal! (1 Viewer)

How do you rate this feature?

  • Sorry, I cannot use internet stuff on my HTPC

    Votes: 0 0.0%
  • Sorry, I need to read more about my privacy first

    Votes: 0 0.0%

  • Total voters
    427

rtv

Retired Team Member
  • Premium Supporter
  • April 7, 2005
    3,622
    301
    Osnabruck
    Home Country
    Germany Germany
    crashes @ my setup
    Like I said earlier - configuration is my "test station"
    Do not expect it do cover all error situations when no data could be retrieved - you're profile most likely just misses some information today.
     

    idioteque

    Retired Team Member
  • Premium Supporter
  • September 29, 2005
    609
    9
    Home Country
    Netherlands Netherlands
    When does it crash? I've tried it 20 times now, and it does not crash if i go to the playlist.. Confused

    It crashes in ANY view, even in playing now

    so:
    add mp3 to playlist
    dont switch view
    swtich to playing now > crash
    switch to playlist view > crash


    always after apr 15-20 sec

    runing latest svn
     

    rtv

    Retired Team Member
  • Premium Supporter
  • April 7, 2005
    3,622
    301
    Osnabruck
    Home Country
    Germany Germany
    could you please post a FULL log to pastebin.team-mediaportal.com?

    please also post the contents of the audioscrobbler section in your mediaportal.xml
     

    rtv

    Retired Team Member
  • Premium Supporter
  • April 7, 2005
    3,622
    301
    Osnabruck
    Home Country
    Germany Germany
    fixed it in svn!
    testing stablebuild for 0.2.0.4 now - please report any little bugs ;-)
     

    idioteque

    Retired Team Member
  • Premium Supporter
  • September 29, 2005
    609
    9
    Home Country
    Netherlands Netherlands
    well not for me ;)

    running
    MediaPortal-svn--08-09-2006--12-00-Rev9814.exe onm a clean 0.20 install

    But when not switching to playlist view , but staying in browse view, MP does not crash

    the plugin works but MP only crashes when switching to playlist view. after playing 1st audioscrobber song and switching to playlist view, the playlist is empty

    well it did work but now it also crashes in playing now
    ExceptionType: System.NullReferenceException
    Message: Object reference not set to an instance of an object.
    Source: WindowPlugins

    Stack trace:
    at MediaPortal.GUI.Music.GUIMusicPlayList.UpdateButtonStates()
    at MediaPortal.GUI.Music.GUIMusicPlayList.LoadDirectory(String strNewDirectory)
    at MediaPortal.GUI.Music.GUIMusicPlayList.ScrobbleLookupThread()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()

    MP2.log
    8/9/2006 3:21:56 PM FireDTVRemote: Init FireDTV Remote?
    8/9/2006 3:22:08 PM Audioscrobbler plugin: starting check timer
    8/9/2006 3:22:08 PM Audioscrobbler plugin: submitting songs: True
    8/9/2006 3:25:38 PM Audioscrobbler plugin: queuing song: Take On Me - A-Ha (Hunting High And Low)
    8/9/2006 3:25:39 PM AudioscrobblerBase: Your client is up to date.
    8/9/2006 3:25:39 PM AudioscrobblerBase: last.fm's servers currently allow an interval of: 1 sec
    8/9/2006 3:25:39 PM AudioscrobblerBase: Handshake successful
    8/9/2006 3:25:44 PM AudioscrobblerBase: Submitting data: u=idioteque2&s=f5b03c51fd6b4a028919c45118a16f21&a[0]=A-Ha&t[0]=Take+On+Me&b[0]=Hunting+High+And+Low&m[0]=&l[0]=229&i[0]=2006-08-09+13%3a23%3a38
    8/9/2006 3:25:44 PM AudioscrobblerBase: Action successfully completed.
    8/9/2006 3:25:44 PM AudioscrobblerBase: last.fm's servers currently allow an interval of: 1 sec
    8/9/2006 3:29:38 PM Audioscrobbler plugin: queuing song: Take On Me - A-Ha (Hunting High And Low)
    8/9/2006 3:29:38 PM AudioscrobblerBase: Submitting data: u=idioteque2&s=f5b03c51fd6b4a028919c45118a16f21&a[0]=A-Ha&t[0]=Take+On+Me&b[0]=Hunting+High+And+Low&m[0]=&l[0]=229&i[0]=2006-08-09+13%3a27%3a38
    8/9/2006 3:29:38 PM AudioscrobblerBase: Action successfully completed.
    8/9/2006 3:29:38 PM AudioscrobblerBase: last.fm's servers currently allow an interval of: 1 sec
    8/9/2006 3:33:23 PM Audioscrobbler plugin: queuing song: Mad About You - Sting (The Best Of Sting)
    8/9/2006 3:33:23 PM AudioscrobblerBase: Submitting data: u=idioteque2&s=f5b03c51fd6b4a028919c45118a16f21&a[0]=Sting&t[0]=Mad+About+You&b[0]=The+Best+Of+Sting&m[0]=&l[0]=233&i[0]=2006-08-09+13%3a31%3a38
    8/9/2006 3:33:23 PM AudioscrobblerBase: Action successfully completed.
    8/9/2006 3:33:23 PM AudioscrobblerBase: last.fm's servers currently allow an interval of: 1 sec

    MP_error.log
    8/9/2006 3:22:05 PM 656 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table path already exists query:CREATE TABLE path (path_id integer primary key, path text);

    8/9/2006 3:22:05 PM 671 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table series already exists query:CREATE TABLE series (series_id integer primary key, name text, premiered text, airs text, status text, duration text, network text, description text, summary_url text);

    8/9/2006 3:22:05 PM 687 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table episode already exists query:CREATE TABLE episode (episode_id integer primary key, series_id integer, title text, aired text, season_number int, episode_number integer, special text, filename text, description text, summary_url text, imported_data int);

    8/9/2006 3:22:05 PM 687 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table episodemetadata already exists query:CREATE TABLE episodemetadata (metadata_id integer primary key, episode_id integer, series_id integer, metadatakey text, metadatavalue text);

    8/9/2006 3:22:05 PM 687 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table genre already exists query:CREATE TABLE genre (genre_id integer primary key, name text);

    8/9/2006 3:22:05 PM 703 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table genre_series_link already exists query:CREATE TABLE genre_series_link (link_id integer primary key, genre_id int, series_id int);

    8/9/2006 3:22:05 PM 703 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table actor already exists query:CREATE TABLE actor (actor_id integer primary key, name text, character text);

    8/9/2006 3:22:05 PM 718 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table actor_episode_link already exists query:CREATE TABLE actor_episode_link (link_id integer primary key, actor_id int, episode_id integer);

    8/9/2006 3:22:05 PM 718 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table replacementstring already exists query:CREATE TABLE replacementstring (replacementstring_id integer primary key, search text, replace text);

    8/9/2006 3:22:05 PM 734 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table regexpattern already exists query:CREATE TABLE regexpattern (pattern_id integer primary key, pattern text);

    8/9/2006 3:22:05 PM 734 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table simplepattern already exists query:CREATE TABLE simplepattern (pattern_id integer primary key, pattern text);

    8/9/2006 3:22:05 PM 734 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table options already exists query:CREATE TABLE options (option_id integer primary key, property text, value text);

    8/9/2006 3:23:32 PM 125 [ERROR] Command:MediaPortal.TV.Recording.StopRadioCommand failed reason:No tuner cards installed time:15.625 msec
    8/9/2006 3:25:40 PM 218 [ERROR] Command:MediaPortal.TV.Recording.StopRadioCommand failed reason:No tuner cards installed time:15.625 msec
    8/9/2006 3:27:35 PM 328 [ERROR] Command:MediaPortal.TV.Recording.StopRadioCommand failed reason:No tuner cards installed time:171.875 msec
    8/9/2006 3:31:24 PM 859 [ERROR] Command:MediaPortal.TV.Recording.StopRadioCommand failed reason:No tuner cards installed time:0 msec
    8/9/2006 3:32:23 PM 375 [ERROR] OnMessage exception:confused:ystem.NullReferenceException: Object reference not set to an instance of an object.
    at MediaPortal.GUI.Music.GUIMusicPlayList.UpdateButtonStates()
    at MediaPortal.GUI.Music.GUIMusicBaseWindow.SwitchView()
    at MediaPortal.GUI.Music.GUIMusicBaseWindow.LoadSettings()
    at MediaPortal.GUI.Music.GUIMusicBaseWindow.OnPageLoad()
    at MediaPortal.GUI.Music.GUIMusicPlayList.OnPageLoad()
    at MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)
    8/9/2006 3:35:18 PM 921 [ERROR] Command:MediaPortal.TV.Recording.StopRadioCommand failed reason:No tuner cards installed time:0 msec
    8/9/2006 3:35:25 PM 234 [ERROR] Command:MediaPortal.TV.Recording.StopRadioCommand failed reason:No tuner cards installed time:0 msec
    8/9/2006 3:35:37 PM 218 [ERROR] MediaPortal: Unhandled exception occured
    8/9/2006 3:35:37 PM 234 [ERROR] Exception :confused:ystem.NullReferenceException: Object reference not set to an instance of an object.
    at MediaPortal.GUI.Music.GUIMusicPlayList.UpdateButtonStates()
    at MediaPortal.GUI.Music.GUIMusicPlayList.LoadDirectory(String strNewDirectory)
    at MediaPortal.GUI.Music.GUIMusicPlayList.ScrobbleLookupThread()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()
    8/9/2006 3:35:37 PM 234 [ERROR] Exception :Object reference not set to an instance of an object.
    8/9/2006 3:35:37 PM 234 [ERROR] site :Void UpdateButtonStates()
    8/9/2006 3:35:37 PM 234 [ERROR] source :WindowPlugins
    8/9/2006 3:35:37 PM 250 [ERROR] stacktrace: at MediaPortal.GUI.Music.GUIMusicPlayList.UpdateButtonStates()
    at MediaPortal.GUI.Music.GUIMusicPlayList.LoadDirectory(String strNewDirectory)
    at MediaPortal.GUI.Music.GUIMusicPlayList.ScrobbleLookupThread()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()

    MP.log
    8/9/2006 3:21:54 PM 921 [Info.] Main: MediaPortal is starting up
    8/9/2006 3:21:54 PM 921 [Info.] Main: Assembly creation time: 8/9/2006 9:59:20 AM (UTC)
    8/9/2006 3:21:54 PM 953 [Info.] Main: Set current directory to: C:\WINMCE\Program Files XP\Team MediaPortal\MediaPortal
    8/9/2006 3:21:55 PM 015 [Info.] Main: Verifying DirectX 9
    8/9/2006 3:21:55 PM 031 [Info.] Main: Verifying Windows Media Player
    8/9/2006 3:21:55 PM 093 [Info.] Main: Windows Media Player version 10,0,0,3931 installed
    8/9/2006 3:21:55 PM 109 [Info.] Version: Application 0.2.0.0
    8/9/2006 3:21:55 PM 125 [Info.] Version: SVN Build 9814 (09.08.2006 / 11:56 CET)
    8/9/2006 3:21:55 PM 375 [Info.] Main: Checking for running MediaPortal instance
    8/9/2006 3:21:55 PM 375 [Info.] Main: Deleting old log\capture.log
    8/9/2006 3:21:55 PM 421 [Info.] Main: Checking skin version
    8/9/2006 3:21:55 PM 625 [Info.] Load key mapping from keymap.xml
    8/9/2006 3:21:55 PM 656 [Info.] Main: Init playlist player
    8/9/2006 3:21:55 PM 656 [Info.] Main: Creating the WINLIRC device
    8/9/2006 3:21:55 PM 671 [Info.] Initialising WinLirc...
    8/9/2006 3:21:55 PM 671 [Info.] WinLirc window not found, starting WinLirc
    8/9/2006 3:21:55 PM 687 [Info.] Winlirc process not found
    8/9/2006 3:21:55 PM 687 [Info.] Main: Creating the WINLIRC device done
    8/9/2006 3:21:55 PM 687 [Info.] Main: Init players
    8/9/2006 3:21:55 PM 734 [Info.] MAP: using default mappings for DirectInput
    8/9/2006 3:21:56 PM 250 [Info.] MAP: using custom mappings for Microsoft MCE
    8/9/2006 3:21:56 PM 250 [Info.] MCE: MCE remote enabled
    8/9/2006 3:21:56 PM 375 [Info.] Main: Initializing DirectX
    8/9/2006 3:21:56 PM 921 [Info.] D3D: Starting fullscreen
    8/9/2006 3:21:56 PM 921 [Info.] D3D: Client size: 720x576 - Screen: 720x576
    8/9/2006 3:21:57 PM 140 [Info.] Windowmanager:closing current window
    8/9/2006 3:21:57 PM 156 [Info.] texturemanager:dispose()
    8/9/2006 3:21:57 PM 171 [Info.] TexturePacker:Dispose()
    8/9/2006 3:21:57 PM 171 [Info.] Load key mapping from keymap.xml
    8/9/2006 3:21:57 PM 234 [Info.] load localized strings from:language\English\strings.xml
    8/9/2006 3:21:57 PM 640 [Info.] fonts.Dispose()
    8/9/2006 3:21:57 PM 640 [Info.] Load fonts from skin\MCE\fonts.xml
    8/9/2006 3:21:57 PM 734 [Info.] fonts.InitializeDeviceObjects()
    8/9/2006 3:21:58 PM 234 [Info.] Loaded font:debug height:12 texture:256x256 chars:[32-255] miplevels:1
    8/9/2006 3:21:58 PM 265 [Info.] Loaded font:font10 height:10 texture:512x256 chars:[32-513] miplevels:1
    8/9/2006 3:21:58 PM 281 [Info.] Loaded font:font12 height:12 texture:512x512 chars:[32-513] miplevels:1
    8/9/2006 3:21:58 PM 312 [Info.] Loaded font:font13 height:13 texture:512x512 chars:[32-513] miplevels:1
    8/9/2006 3:21:58 PM 328 [Info.] Loaded font:font14 height:14 texture:512x512 chars:[32-513] miplevels:1
    8/9/2006 3:21:58 PM 359 [Info.] Loaded font:font16 height:16 texture:512x512 chars:[32-513] miplevels:1
    8/9/2006 3:21:58 PM 375 [Info.] Loaded font:font18 height:18 texture:1024x512 chars:[32-513] miplevels:1
    8/9/2006 3:21:58 PM 437 [Info.] Loaded font:dingbats height:24 texture:1024x1024 chars:[32-513] miplevels:1
    8/9/2006 3:21:58 PM 437 [Info.] Loaded font:font32 height:32 texture:256x256 chars:[48-59] miplevels:1
    8/9/2006 3:21:58 PM 453 [Info.] Loaded font:font48 height:48 texture:256x256 chars:[48-59] miplevels:1
    8/9/2006 3:21:58 PM 468 [Info.] Loaded font:font72 height:72 texture:512x256 chars:[48-59] miplevels:1
    8/9/2006 3:21:58 PM 484 [Info.] Loaded font:fontSVT height:13 texture:512x512 chars:[32-513] miplevels:1
    8/9/2006 3:21:58 PM 484 [Info.] Main: Loading MCE skin
    8/9/2006 3:21:58 PM 500 [Info.] LoadWindowPlugins()
    8/9/2006 3:21:58 PM 531 [Info.] Load plugins from :plugins\windows\WindowPlugins.dll
    8/9/2006 3:21:59 PM 468 [Info.] Loading references from skin\MCE\references.xml
    8/9/2006 3:21:59 PM 484 [Info.] original skin size:720x576
    8/9/2006 3:22:00 PM 031 [Info.] using sqlite 3.2.8
    8/9/2006 3:22:03 PM 406 [Info.] TvGuide StartImportXML: Initialize
    8/9/2006 3:22:03 PM 453 [Info.] opening tvdatabase
    8/9/2006 3:22:03 PM 484 [Info.] tvdatabase opened
    8/9/2006 3:22:03 PM 781 [Info.] xml:skin\MCE\tvOSD.xml image id:350 width:0 height:0 gfx:-
    8/9/2006 3:22:04 PM 296 [Info.] xml:skin\MCE\videoOSD.xml image id:350 width:0 height:0 gfx:-
    8/9/2006 3:22:04 PM 453 [Info.] Util.ExportEmbeddedResource: Object reference not set to an instance of an object.
    8/9/2006 3:22:04 PM 468 [Info.] Util.ExportEmbeddedResource: Object reference not set to an instance of an object.
    8/9/2006 3:22:04 PM 781 [Info.] Load plugins from :plugins\windows\XihSolutions.DotMSN.DLL
    8/9/2006 3:22:04 PM 828 [Info.] Load plugins from :plugins\windows\Dialogs.DLL
    8/9/2006 3:22:05 PM 203 [Info.] Load plugins from :plugins\windows\AzureusWrapper.dll
    8/9/2006 3:22:05 PM 234 [Info.] Load plugins from :plugins\windows\log4net.dll
    8/9/2006 3:22:05 PM 359 [Info.] Load plugins from :plugins\windows\LyricsEngine.dll
    8/9/2006 3:22:05 PM 421 [Info.] Load plugins from :plugins\windows\MyLyrics.dll
    8/9/2006 3:22:05 PM 546 [Info.] Load plugins from :plugins\windows\MyMusicVideos.dll
    8/9/2006 3:22:05 PM 562 [Info.] Load plugins from :plugins\windows\MyTVSeries.dll
    8/9/2006 3:22:05 PM 656 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table path already exists query:CREATE TABLE path (path_id integer primary key, path text);

    8/9/2006 3:22:05 PM 671 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table series already exists query:CREATE TABLE series (series_id integer primary key, name text, premiered text, airs text, status text, duration text, network text, description text, summary_url text);

    8/9/2006 3:22:05 PM 687 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table episode already exists query:CREATE TABLE episode (episode_id integer primary key, series_id integer, title text, aired text, season_number int, episode_number integer, special text, filename text, description text, summary_url text, imported_data int);

    8/9/2006 3:22:05 PM 687 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table episodemetadata already exists query:CREATE TABLE episodemetadata (metadata_id integer primary key, episode_id integer, series_id integer, metadatakey text, metadatavalue text);

    8/9/2006 3:22:05 PM 687 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table genre already exists query:CREATE TABLE genre (genre_id integer primary key, name text);

    8/9/2006 3:22:05 PM 703 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table genre_series_link already exists query:CREATE TABLE genre_series_link (link_id integer primary key, genre_id int, series_id int);

    8/9/2006 3:22:05 PM 703 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table actor already exists query:CREATE TABLE actor (actor_id integer primary key, name text, character text);

    8/9/2006 3:22:05 PM 718 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table actor_episode_link already exists query:CREATE TABLE actor_episode_link (link_id integer primary key, actor_id int, episode_id integer);

    8/9/2006 3:22:05 PM 718 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table replacementstring already exists query:CREATE TABLE replacementstring (replacementstring_id integer primary key, search text, replace text);

    8/9/2006 3:22:05 PM 734 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table regexpattern already exists query:CREATE TABLE regexpattern (pattern_id integer primary key, pattern text);

    8/9/2006 3:22:05 PM 734 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table simplepattern already exists query:CREATE TABLE simplepattern (pattern_id integer primary key, pattern text);

    8/9/2006 3:22:05 PM 734 [ERROR] SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table options already exists query:CREATE TABLE options (option_id integer primary key, property text, value text);

    8/9/2006 3:22:05 PM 781 [Info.] Load plugins from :plugins\windows\UitGemist.dll
    8/9/2006 3:22:05 PM 796 [Info.] Load plugins from :plugins\windows\OnlineVideos.dll
    8/9/2006 3:22:05 PM 859 [Info.] Main: Loading windowmanager
    8/9/2006 3:22:05 PM 875 [Info.] load ScreenCalibration720x576.fs.xml
    8/9/2006 3:22:05 PM 890 [Info.] Main: Resizing windowmanager
    8/9/2006 3:22:05 PM 921 [Info.] Main: Initializing windowmanager
    8/9/2006 3:22:06 PM 593 [Info.] TexturePacker: Loaded skin\MCE\packedgfx20.png texture:2048x2048 miplevels:1
    8/9/2006 3:22:06 PM 593 [Info.] TexturePacker: fontengine add texure:199
    8/9/2006 3:22:07 PM 171 [Info.] TexturePacker: Loaded skin\MCE\packedgfx21.png texture:2048x2048 miplevels:1
    8/9/2006 3:22:07 PM 187 [Info.] TexturePacker: fontengine add texure:198
    8/9/2006 3:22:07 PM 312 [Info.] Main: Activating windowmanager
    8/9/2006 3:22:07 PM 390 [Info.] xml:skin\MCE\home.xml image id:1000 width:0 height:0 gfx:-
    8/9/2006 3:22:07 PM 625 [Info.] window:MediaPortal.GUI.Home.HomeWindow init
    8/9/2006 3:22:07 PM 640 [Info.] Main: Initialized skin
    8/9/2006 3:22:07 PM 640 [Info.] Main: DX9 size: 720x576
    8/9/2006 3:22:07 PM 640 [Info.] Main: Video RAM left: 179200 KByte
    8/9/2006 3:22:07 PM 796 [Info.] Recorder: start
    8/9/2006 3:22:07 PM 812 [Info.] Commandprocessor:starting
    8/9/2006 3:22:08 PM 187 [Info.] Main: Running
    8/9/2006 3:22:08 PM 312 [Info.] Main: Starting up
    8/9/2006 3:22:08 PM 484 [Info.] PlugInManager.Load()
    8/9/2006 3:22:08 PM 500 [Info.] Load plugins from :plugins\process\ProcessPlugins.dll
    8/9/2006 3:22:08 PM 718 [Info.] PlugInManager.Start()
    8/9/2006 3:22:09 PM 546 [Info.] Commandprocessor:starting tv cards
    8/9/2006 3:22:09 PM 546 [Info.] Commandprocessor:running
    8/9/2006 3:23:22 PM 343 [Info.] window:MediaPortal.GUI.Home.HomeWindow deinit
    8/9/2006 3:23:22 PM 375 [Info.] texturemanager:CleanupThumbs()
    8/9/2006 3:23:22 PM 375 [Info.] Recorder: Disabling DX9 exclusive mode
    8/9/2006 3:23:22 PM 390 [Info.] Main: DX exclusive mode: False
    8/9/2006 3:23:22 PM 390 [Info.] Main: Goto windowed mode: True
    8/9/2006 3:23:22 PM 796 [Info.] window:MediaPortal.GUI.Music.GUIMusicFiles init
    8/9/2006 3:23:22 PM 796 [Info.] Opening music database
    8/9/2006 3:23:22 PM 828 [Info.] music database opened
    8/9/2006 3:23:23 PM 046 [Info.] open folderdatabase
    8/9/2006 3:23:23 PM 750 [Info.] *****Setting current share:F:\Music-Previous:
    8/9/2006 3:23:25 PM 406 [Info.] *****Setting current share:F:\Music-Previous:F:\Music
    8/9/2006 3:23:27 PM 000 [Info.] *****Setting current share:F:\Music-Previous:F:\Music
    8/9/2006 3:23:28 PM 375 [Info.] *****Setting current share:F:\Music-Previous:F:\Music
    8/9/2006 3:23:30 PM 375 [Info.] WindowManager:route MediaPortal.GUI.Music.GUIMusicFiles:501->MediaPortal.Dialogs.GUIDialogMenu:2012
    8/9/2006 3:23:30 PM 390 [Info.] window:MediaPortal.Dialogs.GUIDialogMenu init
    8/9/2006 3:23:31 PM 750 [Info.] WindowManager:unroute to MediaPortal.Dialogs.GUIDialogMenu:2012->MediaPortal.GUI.Music.GUIMusicFiles:501
    8/9/2006 3:23:32 PM 078 [Info.] Playlist: add F:\Music\Albums\Aha\A-Ha (1985) - Hunting High And Low [192 Kbit]\01 - Take On Me.mp3
    8/9/2006 3:23:32 PM 093 [Info.] PlaylistPlayer.Play:F:\Music\Albums\Aha\A-Ha (1985) - Hunting High And Low [192 Kbit]\01 - Take On Me.mp3
    8/9/2006 3:23:32 PM 109 [Info.] add cmd:MediaPortal.TV.Recording.StopRadioCommand #1
    8/9/2006 3:23:32 PM 125 [Info.] Command:confused:top radio
    8/9/2006 3:23:32 PM 125 [ERROR] Command:MediaPortal.TV.Recording.StopRadioCommand failed reason:No tuner cards installed time:15.625 msec
    8/9/2006 3:23:32 PM 125 [Info.] g_Player.Play(F:\Music\Albums\Aha\A-Ha (1985) - Hunting High And Low [192 Kbit]\01 - Take On Me.mp3)
    8/9/2006 3:23:32 PM 171 [Info.] Loading external players plugins
    8/9/2006 3:23:32 PM 234 [Info.] found plugin:MediaPortal.FoobarPlugin.FoobarPlugin in plugins\ExternalPlayers\ExternalPlayers.dll
    8/9/2006 3:23:32 PM 234 [Info.] player:Foobar2000. author: int_20h/rtv
    8/9/2006 3:23:32 PM 234 [Info.] found plugin:MediaPortal.ITunesPlayer.ITunesPlugin in plugins\ExternalPlayers\ExternalPlayers.dll
    8/9/2006 3:23:32 PM 234 [Info.] player:iTunes. author: Frodo
    8/9/2006 3:23:32 PM 234 [Info.] found plugin:MediaPortal.WinampPlayer.WinampPlugin in plugins\ExternalPlayers\ExternalPlayers.dll
    8/9/2006 3:23:32 PM 234 [Info.] player:Winamp. author: int_20h
    8/9/2006 3:23:32 PM 312 [Info.] found plugin:MediaPortal.MyFLVPlayer.FlvPlayerPlugin in plugins\ExternalPlayers\FLVPlayer.dll
    8/9/2006 3:23:32 PM 312 [Info.] player:FlvPlayer. author: Gregmac45
    8/9/2006 3:23:32 PM 328 [Info.] PlayerFactory: Disabling DX9 exclusive mode
    8/9/2006 3:23:32 PM 328 [Info.] Main: DX exclusive mode: False
    8/9/2006 3:23:32 PM 328 [Info.] Main: Goto windowed mode: True
    8/9/2006 3:23:32 PM 390 [Info.] g_Player.OnStarted() F:\Music\Albums\Aha\A-Ha (1985) - Hunting High And Low [192 Kbit]\01 - Take On Me.mp3 media:Music
    8/9/2006 3:24:12 PM 515 [Info.] Playlist: add F:\Music\Albums\Sting\Sting - The Best Of Sting (1994) [VBR Kbit]\- Mad About You.mp3
    8/9/2006 3:25:28 PM 171 [Info.] window:MediaPortal.GUI.Music.GUIMusicFiles deinit
    8/9/2006 3:25:28 PM 234 [Info.] texturemanager:CleanupThumbs()
    8/9/2006 3:25:28 PM 234 [Info.] window:MediaPortal.GUI.Home.HomeWindow init
    8/9/2006 3:25:31 PM 046 [Info.] window:MediaPortal.GUI.Home.HomeWindow deinit
    8/9/2006 3:25:31 PM 078 [Info.] texturemanager:CleanupThumbs()
    8/9/2006 3:25:31 PM 109 [Info.] xml:skin\MCE\myonlinevideos.xml image id:1 width:0 height:0 gfx:#header.image
    8/9/2006 3:25:31 PM 125 [Info.] xml:skin\MCE\myonlinevideos.xml image id:1 width:0 height:0 gfx:#header.hover
    8/9/2006 3:25:31 PM 515 [Info.] window:OnlineVideos.GUIOnlineVideos init
    8/9/2006 3:25:39 PM 812 [Info.] window:OnlineVideos.GUIOnlineVideos deinit
    8/9/2006 3:25:40 PM 031 [Info.] texturemanager:CleanupThumbs()
    8/9/2006 3:25:40 PM 046 [Info.] xml:skin\MCE\flashvideoscreen.xml image id:1 width:0 height:0 gfx:#header.image
    8/9/2006 3:25:40 PM 062 [Info.] xml:skin\MCE\flashvideoscreen.xml image id:1 width:0 height:0 gfx:#header.hover
    8/9/2006 3:25:40 PM 062 [Info.] GUIWIndow.LoadInclude: Could not find file 'C:\WINMCE\Program Files XP\Team MediaPortal\MediaPortal\skin\MCE\common.time.xml'.
    8/9/2006 3:25:40 PM 156 [Info.] window:GoogleVideos.FlashVideoScreen init
    8/9/2006 3:25:40 PM 203 [Info.] add cmd:MediaPortal.TV.Recording.StopRadioCommand #1
    8/9/2006 3:25:40 PM 203 [Info.] g_Player.Play(http://vp.video.google.com/videodow...len=114866&docid=2592159576408331861&txe=.flv)
    8/9/2006 3:25:40 PM 218 [Info.] Command:confused:top radio
    8/9/2006 3:25:40 PM 218 [ERROR] Command:MediaPortal.TV.Recording.StopRadioCommand failed reason:No tuner cards installed time:15.625 msec
    8/9/2006 3:25:40 PM 468 [Info.] PlayerFactory: Disabling DX9 exclusive mode
    8/9/2006 3:25:40 PM 500 [Info.] Main: DX exclusive mode: False
    8/9/2006 3:25:40 PM 500 [Info.] Main: Goto windowed mode: True
    8/9/2006 3:25:41 PM 203 [Info.] OnFlashCall reached with value request:<invoke><arguments><string>loading</string></arguments></invoke>,Object:AxShockwaveFlashObjects.AxShockwaveFlash
    8/9/2006 3:25:41 PM 234 [Info.] g_Player.OnStarted() http://vp.video.google.com/videodow...len=114866&docid=2592159576408331861&txe=.flv media:Video
    8/9/2006 3:25:41 PM 250 [Info.] opening video database
    8/9/2006 3:25:41 PM 265 [Info.] video database opened
    8/9/2006 3:25:41 PM 984 [Info.] OnFlashCall reached with value request:<invoke><arguments><number>114.8</number></arguments></invoke>,Object:AxShockwaveFlashObjects.AxShockwaveFlash
    8/9/2006 3:25:42 PM 453 [Info.] OnFlashCall reached with value request:<invoke><arguments><string>stopped</string></arguments></invoke>,Object:AxShockwaveFlashObjects.AxShockwaveFlash
    8/9/2006 3:25:42 PM 453 [Info.] OnFlashCall reached with value request:<invoke><arguments><string>buffering</string></arguments></invoke>,Object:AxShockwaveFlashObjects.AxShockwaveFlash
    8/9/2006 3:25:42 PM 468 [Info.] OnFlashCall reached with value request:<invoke><arguments><string>playing</string></arguments></invoke>,Object:AxShockwaveFlashObjects.AxShockwaveFlash
    8/9/2006 3:25:42 PM 484 [Info.] Duration Set to 114.8
    8/9/2006 3:25:56 PM 109 [Info.] Windowmanager:goto previous window
    8/9/2006 3:25:56 PM 109 [Info.] window:GoogleVideos.FlashVideoScreen deinit
    8/9/2006 3:25:56 PM 125 [Info.] texturemanager:CleanupThumbs()
    8/9/2006 3:25:56 PM 296 [Info.] window:OnlineVideos.GUIOnlineVideos init
    8/9/2006 3:25:59 PM 953 [Info.] Main: Stopping media
    8/9/2006 3:25:59 PM 953 [Info.] g_Player.Stop()
    8/9/2006 3:25:59 PM 953 [Info.] g_Player.OnStopped()
    8/9/2006 3:25:59 PM 984 [Info.] OnFlashCall reached with value request:<invoke><arguments><string>stopped</string></arguments></invoke>,Object:AxShockwaveFlashObjects.AxShockwaveFlash
    8/9/2006 3:27:27 PM 578 [Info.] window:OnlineVideos.GUIOnlineVideos deinit
    8/9/2006 3:27:27 PM 734 [Info.] texturemanager:CleanupThumbs()
    8/9/2006 3:27:27 PM 750 [Info.] Recorder: Disabling DX9 exclusive mode
    8/9/2006 3:27:27 PM 750 [Info.] Main: DX exclusive mode: False
    8/9/2006 3:27:27 PM 750 [Info.] Main: Goto windowed mode: True
    8/9/2006 3:27:27 PM 765 [Info.] window:MediaPortal.GUI.Home.HomeWindow init
    8/9/2006 3:27:30 PM 406 [Info.] window:MediaPortal.GUI.Home.HomeWindow deinit
    8/9/2006 3:27:30 PM 437 [Info.] texturemanager:CleanupThumbs()
    8/9/2006 3:27:30 PM 437 [Info.] Recorder: Disabling DX9 exclusive mode
    8/9/2006 3:27:30 PM 437 [Info.] Main: DX exclusive mode: False
    8/9/2006 3:27:30 PM 437 [Info.] Main: Goto windowed mode: True
    8/9/2006 3:27:30 PM 453 [Info.] window:MediaPortal.GUI.Music.GUIMusicFiles init
    8/9/2006 3:27:30 PM 484 [Info.] *****Setting current share:F:\Music-Previous:
    8/9/2006 3:27:33 PM 765 [Info.] WindowManager:route MediaPortal.GUI.Music.GUIMusicFiles:501->MediaPortal.Dialogs.GUIDialogMenu:2012
    8/9/2006 3:27:33 PM 765 [Info.] window:MediaPortal.Dialogs.GUIDialogMenu init
    8/9/2006 3:27:34 PM 812 [Info.] WindowManager:unroute to MediaPortal.Dialogs.GUIDialogMenu:2012->MediaPortal.GUI.Music.GUIMusicFiles:501
    8/9/2006 3:27:35 PM 109 [Info.] Playlist: add F:\Music\Albums\Aha\A-Ha (1985) - Hunting High And Low [192 Kbit]\01 - Take On Me.mp3
    8/9/2006 3:27:35 PM 109 [Info.] PlaylistPlayer.Play:F:\Music\Albums\Aha\A-Ha (1985) - Hunting High And Low [192 Kbit]\01 - Take On Me.mp3
    8/9/2006 3:27:35 PM 109 [Info.] add cmd:MediaPortal.TV.Recording.StopRadioCommand #1
    8/9/2006 3:27:35 PM 125 [Info.] g_Player.Play(F:\Music\Albums\Aha\A-Ha (1985) - Hunting High And Low [192 Kbit]\01 - Take On Me.mp3)
    8/9/2006 3:27:35 PM 125 [Info.] PlayerFactory: Disabling DX9 exclusive mode
    8/9/2006 3:27:35 PM 125 [Info.] Main: DX exclusive mode: False
    8/9/2006 3:27:35 PM 125 [Info.] Main: Goto windowed mode: True
    8/9/2006 3:27:35 PM 140 [Info.] g_Player.OnStarted() F:\Music\Albums\Aha\A-Ha (1985) - Hunting High And Low [192 Kbit]\01 - Take On Me.mp3 media:Music
    8/9/2006 3:27:35 PM 156 [Info.] Command:confused:top radio
    8/9/2006 3:27:35 PM 328 [ERROR] Command:MediaPortal.TV.Recording.StopRadioCommand failed reason:No tuner cards installed time:171.875 msec
    8/9/2006 3:27:35 PM 328 [Info.] Recorder: currently playing:F:\Music\Albums\Aha\A-Ha (1985) - Hunting High And Low [192 Kbit]\01 - Take On Me.mp3 pos:F:\Music\Albums\Aha\A-Ha (1985) - Hunting High And Low [192 Kbit]\01 - Take On Me.mp3/0
    8/9/2006 3:27:46 PM 812 [Info.] Playlist: add F:\Music\Top\ID&T - Top 500 2005\201-300\210_ Madonna - Vogue.mp3
    8/9/2006 3:31:24 PM 796 [Info.] g_Player.Process() player stopped...
    8/9/2006 3:31:24 PM 796 [Info.] g_Player.OnEnded()
    8/9/2006 3:31:24 PM 812 [Info.] PlaylistPlayer.Play:F:\Music\Albums\Sting\Sting - The Best Of Sting (1994) [VBR Kbit]\- Mad About You.mp3
    8/9/2006 3:31:24 PM 812 [Info.] add cmd:MediaPortal.TV.Recording.StopRadioCommand #1
    8/9/2006 3:31:24 PM 812 [Info.] g_Player.Play(F:\Music\Albums\Sting\Sting - The Best Of Sting (1994) [VBR Kbit]\- Mad About You.mp3)
    8/9/2006 3:31:24 PM 859 [Info.] Command:confused:top radio
    8/9/2006 3:31:24 PM 859 [ERROR] Command:MediaPortal.TV.Recording.StopRadioCommand failed reason:No tuner cards installed time:0 msec
    8/9/2006 3:31:25 PM 000 [Info.] PlayerFactory: Disabling DX9 exclusive mode
    8/9/2006 3:31:25 PM 000 [Info.] Main: DX exclusive mode: False
    8/9/2006 3:31:25 PM 000 [Info.] Main: Goto windowed mode: True
    8/9/2006 3:31:25 PM 046 [Info.] g_Player.OnStarted() F:\Music\Albums\Sting\Sting - The Best Of Sting (1994) [VBR Kbit]\- Mad About You.mp3 media:Music
    8/9/2006 3:31:36 PM 187 [Info.] Playlist: add F:\Music\Albums\U2\U2 - Wide Awake In America (1985) [192 Kbit]\Love Comes Tumbling.mp3
    8/9/2006 3:31:36 PM 781 [Info.] Playlist: add F:\Music\Albums\The Police\The Police - Greatest Hits (1998) [192 Kbit]\10 - Invisible Sun.mp3
    8/9/2006 3:32:00 PM 281 [Info.] window:MediaPortal.GUI.Music.GUIMusicFiles deinit
    8/9/2006 3:32:00 PM 359 [Info.] texturemanager:CleanupThumbs()
    8/9/2006 3:32:00 PM 484 [Info.] window:MediaPortal.GUI.Music.GUIMusicPlayingNow init
    8/9/2006 3:32:18 PM 562 [Info.] Windowmanager:goto previous window
    8/9/2006 3:32:18 PM 562 [Info.] window:MediaPortal.GUI.Music.GUIMusicPlayingNow deinit
    8/9/2006 3:32:18 PM 578 [Info.] texturemanager:CleanupThumbs()
    8/9/2006 3:32:18 PM 625 [Info.] window:MediaPortal.GUI.Music.GUIMusicFiles init
    8/9/2006 3:32:18 PM 656 [Info.] *****Setting current share:F:\Music-Previous:F:\Music
    8/9/2006 3:32:22 PM 828 [Info.] window:MediaPortal.GUI.Music.GUIMusicFiles deinit
    8/9/2006 3:32:22 PM 906 [Info.] texturemanager:CleanupThumbs()
    8/9/2006 3:32:23 PM 281 [Info.] window:MediaPortal.GUI.Music.GUIMusicPlayList init
    8/9/2006 3:32:23 PM 375 [ERROR] OnMessage exception:confused:ystem.NullReferenceException: Object reference not set to an instance of an object.
    at MediaPortal.GUI.Music.GUIMusicPlayList.UpdateButtonStates()
    at MediaPortal.GUI.Music.GUIMusicBaseWindow.SwitchView()
    at MediaPortal.GUI.Music.GUIMusicBaseWindow.LoadSettings()
    at MediaPortal.GUI.Music.GUIMusicBaseWindow.OnPageLoad()
    at MediaPortal.GUI.Music.GUIMusicPlayList.OnPageLoad()
    at MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)
    8/9/2006 3:32:26 PM 015 [Info.] Windowmanager:goto previous window
    8/9/2006 3:32:26 PM 015 [Info.] window:MediaPortal.GUI.Music.GUIMusicPlayList deinit
    8/9/2006 3:32:26 PM 187 [Info.] texturemanager:CleanupThumbs()
    8/9/2006 3:32:26 PM 218 [Info.] window:MediaPortal.GUI.Music.GUIMusicFiles init
    8/9/2006 3:32:26 PM 250 [Info.] *****Setting current share:F:\Music-Previous:F:\Music
    8/9/2006 3:33:32 PM 765 [Info.] window:MediaPortal.GUI.Music.GUIMusicFiles deinit
    8/9/2006 3:33:32 PM 843 [Info.] texturemanager:CleanupThumbs()
    8/9/2006 3:33:33 PM 062 [Info.] window:MediaPortal.GUI.Music.GUIMusicPlayingNow init
    8/9/2006 3:35:18 PM 859 [Info.] g_Player.Process() player stopped...
    8/9/2006 3:35:18 PM 859 [Info.] g_Player.OnEnded()
    8/9/2006 3:35:18 PM 875 [Info.] PlaylistPlayer.Play:F:\Music\Albums\Aha\A-Ha (1985) - Hunting High And Low [192 Kbit]\01 - Take On Me.mp3
    8/9/2006 3:35:18 PM 875 [Info.] add cmd:MediaPortal.TV.Recording.StopRadioCommand #1
    8/9/2006 3:35:18 PM 875 [Info.] g_Player.Play(F:\Music\Albums\Aha\A-Ha (1985) - Hunting High And Low [192 Kbit]\01 - Take On Me.mp3)
    8/9/2006 3:35:18 PM 921 [Info.] Command:confused:top radio
    8/9/2006 3:35:18 PM 921 [ERROR] Command:MediaPortal.TV.Recording.StopRadioCommand failed reason:No tuner cards installed time:0 msec
    8/9/2006 3:35:19 PM 062 [Info.] PlayerFactory: Disabling DX9 exclusive mode
    8/9/2006 3:35:19 PM 062 [Info.] Main: DX exclusive mode: False
    8/9/2006 3:35:19 PM 062 [Info.] Main: Goto windowed mode: True
    8/9/2006 3:35:19 PM 078 [Info.] g_Player.OnStarted() F:\Music\Albums\Aha\A-Ha (1985) - Hunting High And Low [192 Kbit]\01 - Take On Me.mp3 media:Music
    8/9/2006 3:35:25 PM 234 [Info.] PlaylistPlayer.Play:F:\Music\Top\ID&T - Top 500 2005\201-300\210_ Madonna - Vogue.mp3
    8/9/2006 3:35:25 PM 234 [Info.] add cmd:MediaPortal.TV.Recording.StopRadioCommand #1
    8/9/2006 3:35:25 PM 234 [Info.] g_Player.Play(F:\Music\Top\ID&T - Top 500 2005\201-300\210_ Madonna - Vogue.mp3)
    8/9/2006 3:35:25 PM 234 [Info.] Command:confused:top radio
    8/9/2006 3:35:25 PM 234 [ERROR] Command:MediaPortal.TV.Recording.StopRadioCommand failed reason:No tuner cards installed time:0 msec
    8/9/2006 3:35:25 PM 437 [Info.] PlayerFactory: Disabling DX9 exclusive mode
    8/9/2006 3:35:25 PM 437 [Info.] Main: DX exclusive mode: False
    8/9/2006 3:35:25 PM 453 [Info.] Main: Goto windowed mode: True
    8/9/2006 3:35:25 PM 531 [Info.] g_Player.OnStarted() F:\Music\Top\ID&T - Top 500 2005\201-300\210_ Madonna - Vogue.mp3 media:Music
    8/9/2006 3:35:36 PM 578 [Info.] Playlist: add F:\Music\Albums\Gwen Stefani\Gwen Stefani - Love, Angel, Music, Baby (2004) [VBR Kbit]\04 - Cool.mp3
    8/9/2006 3:35:36 PM 890 [Info.] Playlist: add F:\Music\Albums\Alanis Morisette\Alanis Morissette - Feast On Scraps (2002) [192 Kbit]\03 - Sorry To Myself.mp3
    8/9/2006 3:35:37 PM 171 [Info.] Playlist: add X:\-= Dance =-\538 Dance Smash Hits\Kylie Minogue - Cant Get You Out Of My Head.mp3
    8/9/2006 3:35:37 PM 218 [ERROR] MediaPortal: Unhandled exception occured
    8/9/2006 3:35:37 PM 234 [ERROR] Exception :confused:ystem.NullReferenceException: Object reference not set to an instance of an object.
    at MediaPortal.GUI.Music.GUIMusicPlayList.UpdateButtonStates()
    at MediaPortal.GUI.Music.GUIMusicPlayList.LoadDirectory(String strNewDirectory)
    at MediaPortal.GUI.Music.GUIMusicPlayList.ScrobbleLookupThread()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()
    8/9/2006 3:35:37 PM 234 [ERROR] Exception :Object reference not set to an instance of an object.
    8/9/2006 3:35:37 PM 234 [ERROR] site :Void UpdateButtonStates()
    8/9/2006 3:35:37 PM 234 [ERROR] source :WindowPlugins
    8/9/2006 3:35:37 PM 250 [ERROR] stacktrace: at MediaPortal.GUI.Music.GUIMusicPlayList.UpdateButtonStates()
    at MediaPortal.GUI.Music.GUIMusicPlayList.LoadDirectory(String strNewDirectory)
    at MediaPortal.GUI.Music.GUIMusicPlayList.ScrobbleLookupThread()
    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    at System.Threading.ThreadHelper.ThreadStart()
    8/9/2006 3:35:37 PM 250 [Info.] MediaPortal: stop...
    8/9/2006 3:35:37 PM 281 [Info.] GUIFont:texture disposing:0 debug
    8/9/2006 3:35:37 PM 296 [Info.] GUIFont:texture disposing:1 font10
    8/9/2006 3:35:37 PM 296 [Info.] GUIFont:texture disposing:2 font12
    8/9/2006 3:35:37 PM 296 [Info.] GUIFont:texture disposing:3 font13
    8/9/2006 3:35:37 PM 296 [Info.] GUIFont:texture disposing:4 font14
    8/9/2006 3:35:37 PM 296 [Info.] GUIFont:texture disposing:5 font16
    8/9/2006 3:35:37 PM 312 [Info.] GUIFont:texture disposing:6 font18
    8/9/2006 3:35:37 PM 312 [Info.] GUIFont:texture disposing:7 dingbats
    8/9/2006 3:35:37 PM 312 [Info.] GUIFont:texture disposing:8 font32
    8/9/2006 3:35:37 PM 312 [Info.] GUIFont:texture disposing:9 font48
    8/9/2006 3:35:37 PM 312 [Info.] GUIFont:texture disposing:10 font72
    8/9/2006 3:35:37 PM 312 [Info.] GUIFont:texture disposing:11 fontSVT
    8/9/2006 3:35:37 PM 328 [Info.] TexturePacker: disposing texture:199
    8/9/2006 3:35:37 PM 328 [Info.] TexturePacker: disposing texture:198
    8/9/2006 3:35:37 PM 437 [Info.] Main: Exiting
    8/9/2006 3:35:37 PM 437 [Info.] g_Player.Stop()
    8/9/2006 3:35:37 PM 437 [Info.] g_Player.OnStopped()
    8/9/2006 3:35:37 PM 468 [Info.] Recorder: stop
    8/9/2006 3:35:37 PM 859 [Info.] Recorder:confused:top all tuners
    8/9/2006 3:35:37 PM 859 [Info.] Commandprocessor stopped
    8/9/2006 3:35:37 PM 890 [Info.] PlugInManager.Stop()
    8/9/2006 3:35:37 PM 890 [Info.] PluginManager: stopping MediaPortal.Audioscrobbler.AudioscrobblerPlugin
    8/9/2006 3:35:37 PM 906 [Info.] fonts.Dispose()
    8/9/2006 3:35:37 PM 906 [Info.] Windowmanager:closing current window
    8/9/2006 3:35:37 PM 906 [Info.] window:MediaPortal.GUI.Music.GUIMusicPlayingNow deinit
    8/9/2006 3:35:37 PM 921 [Info.] texturemanager:CleanupThumbs()
    8/9/2006 3:35:38 PM 234 [Info.] Main: MediaPortal done
     

    rtv

    Retired Team Member
  • Premium Supporter
  • April 7, 2005
    3,622
    301
    Osnabruck
    Home Country
    Germany Germany
    seems like I'd have to check if server is building snapshots correctly.
    In REV9814 I explicitly added a condition for "UpdateButtonStates"..

    Could you please describe in short what you have to do to reproduce this?

    1. Go to music in shares view
    2. ...
     

    rtv

    Retired Team Member
  • Premium Supporter
  • April 7, 2005
    3,622
    301
    Osnabruck
    Home Country
    Germany Germany
    Ha!
    I've just seen you're using mce-skin :roll:
    This isn't supported for svn any longer... :?
     

    mzemina

    Retired Team Member
  • Premium Supporter
  • February 23, 2005
    2,065
    14
    Tulsa, OK
    Home Country
    United States of America United States of America
    rtv said:
    Ha!
    I've just seen you're using mce-skin :roll:
    This isn't supported for svn any longer... :?

    Should this be documented somewhere? It used to be that MCE and BlueTwo were the two supported skins. I didn't think that any changes to that "standard" would be made until 0.3.0 started to appear in RC.
     

    hwahrmann

    Development Group
  • Team MediaPortal
  • September 15, 2004
    4,633
    2,457
    Vienna, Austria
    Home Country
    Austria Austria
    Mike,

    for svn snapshots, it is only BlueTwo, which is supported.
    All the other skins are updated before a new release comes.
    so, if someone uses svn and a skin other than BlueTwo, some functions may not work.

    regards,

    Helmut
     

    idioteque

    Retired Team Member
  • Premium Supporter
  • September 29, 2005
    609
    9
    Home Country
    Netherlands Netherlands
    Tested with MCE > crash
    Tested with 3DMP-Blue > crash

    Tested with BlueTwo > no crash for now
     

    Users who are viewing this thread

    Top Bottom