http://bugs.winehq.org/show_bug.cgi?id=4825
--- Comment #19 from george georgeh1960@yahoo.com 2010-07-25 19:23:02 --- (In reply to comment #18)
(In reply to comment #16)
Where or how does Wine use the "documents and settings" folder? Is that configurable in Wine? I think Winamp can't see that folder. That's causing the Media Library not to display. The media library location is not configurable in Winamp..
The locations are configurable in Windows, good applications use shell functions to locate places like that for this reason, eg GetUserProfileDirectory and the more general SHGetFolderPath. You should look at the output of some debug channels to find out if it really can't locate this path, instead of guessing.
Hmm.. interesting.. Winamp installs the media library into C:\Users[user name]\AppData\Roaming\Winamp on Windows 7 Ultimate 64 bit and it works just fine. Is there a parameter for Wine when installing a windows app to make the windows installer think it's windows 7 that it's installing on to?