0003204: Plugins are loaded even if their extension is not exactly .dll such as .dllb (1 Viewer)

MediaPortal-Bot

Worlds greatest bot!
March 26, 2007
3,715
180
Home Country
Germany Germany
Users sometimes rename unwanted plugins' extension expecting them to be disabled/not loaded. Unfortunatly depending on the way they are renamed this is not always true, and can result in plugins being loaded twice.

This is due to a not obvious behaviour of Directory.GetFiles(path, "*.dll") due to 8.3 Path legacy support which truncates longer extension to the first 3 chars.

http://mantis.team-mediaportal.com/view.php?id=3204

Open the issue in Mantis...
 

Users who are viewing this thread

Top Bottom