lastfm / lastfm-windows-desktop

Last.fm Desktop app for Windows (3.0)
GNU General Public License v3.0
10 stars 2 forks source link

Exception at shut-down if two copies running #32

Closed ben-xo closed 7 years ago

ben-xo commented 7 years ago

Managed Debugging Assistant 'RaceOnRCWCleanup' : 'An attempt has been made to free an RCW that is in use. The RCW is in use on the active thread or another thread. Attempting to free an in-use RCW can cause corruption or data loss.' from WindowsMediaPlayer.Dispose()

(line: base.Dispose(disposing); )

VorTechS commented 7 years ago

Thrown some safe invokation code around the WMP disposal, and also a try/catch to doubly sure.