2006-06-05, 09:15 PM
sub.
Been mentioned to be a couple of times with the newer versions of my MusicLibrary, that if the user has a non standard install the skin files can't be found.
I use the new SkinHelper(pluginName,"skin.xml") type contructor for all my skinHelpers now and we get the beautificallycrafted log message:
Can you have a look?
Been mentioned to be a couple of times with the newer versions of my MusicLibrary, that if the user has a non standard install the skin files can't be found.
I use the new SkinHelper(pluginName,"skin.xml") type contructor for all my skinHelpers now and we get the beautificallycrafted log message:
Code:
05-06-2006 16:39:24.328 VERBOSE [1] Skin file not found: C:\Program Files\devnz\gbpvr\skin\Blue\MusicLibrary2\skin.xml
05-06-2006 16:39:24.328 VERBOSE [1] ...about to check default skin
05-06-2006 16:39:24.328 VERBOSE [1] Arrrggh!! not found there either...mayday mayday...going down.... C:\Program Files\devnz\gbpvr\skin\Blue\MusicLibrary2\skin.xml
05-06-2006 16:39:24.328 ERROR [1] Error initializing menu plugin: C:\Programmer\devnz\gbpvr\plugins\MusicLibrary2.dll
mila06 Wrote:BUT i think that i have got something!
In the log i can see the ML2 is looking for the skin.xml and can't find it. It is looking in "C:\Program Files\devnz\gbpvr\skin\Blue\MusicLibrary2\skin.xml" but i have a danish windows and here the program-folder is called Programmer. The path have to be "C:\Programmer\devnz\gbpvr\skin\Blue\MusicLibrary2\skin.xml".
Can you have a look?