View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005750 | Last.fm plugin | Last.fm | public | 2009-06-09 14:14 | 2021-04-12 19:34 |
Reporter | rusty | Assigned To | |||
Priority | high | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | suspended | ||
Target Version | 2.0 | ||||
Summary | 0005750: Last-fm plugin: MM crashes when run as another user | ||||
Description | If the last-fm plugin is installed on MM (user logged in with admin rights), and the user then logs out, and relogs in as another user with limited rights, MM crashes. | ||||
Additional Information | Debug log attached. Note that the debug log was generated by running MM via "Run as...", however, the issue occurs whether using 'Run as..' or by logging in as a user with reduced rights. I suspect that this may be related to: http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=38351 http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=39868 | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | |||||
|
Looking at log file I'm not sure how can this be related only with last.fm plugin but will recheck. Plugin do not use any additional info from system except those he query from MediaMonkey. EDIT: Note that error happen 13 sec prior to loading last.fm plugin: 00000190 13.13125812 [4064] Going to load a general plugin C:\Program Files\MediaMonkey\Plugins\gen_LastFMScrobbler.dll |
|
Can you also attach lastfm.log file while exhibiting error? |
|
Sure. Here goes: 6/3/2009 5:53:24 PM: MediaMonkey v3.1.0 6/3/2009 5:53:24 PM: Loading Last.fm Scrobbler 6/3/2009 5:53:24 PM: ---------------------------------------- 6/3/2009 5:53:24 PM: Last.fm Scrobbler v1.0.2.17 6/3/2009 5:53:24 PM: ---------------------------------------- |
|
I was finally able to replicate issue. MediaMonkey and therefore Plugin itself do not have enough access rights to initialize Automatization server. Exactly as observed in your LOG: 00000011 11.40096279 [4064] Delphi exception, type EOleSysError, message: Error accessing the OLE registry |
|
Based on my tests and if you look at Rusty log file it looks that error has occurred even before plugin is loaded and therefore can't access MediaMonkey Automatization Server. |
|
Ok, but the exception shouldn't propagate to MM and therefore completely stop MM, it should be fully handled in the plug-in. |
|
Same case as with 0005855 so as soon as we note why that issue happen we can reopen this for fixing. |
|
Reopened for recheck due the changes made in MM portable Mode and plugin framework planned for post MM4.0 |
|
As soon as 0009508 is resolved this should not be ab issue anymore. |
|
MM5 native plugin do not have that issue. |