http://bugs.winehq.org/show_bug.cgi?id=7084
------- Additional Comments From Speeddymon@gmail.com 2007-20-03 11:00 ------- Looking thru the trace it _looks_ like EnumResourceNamesW is failing. But if you look in windows\temp the xpm files are there. So I decided to look inside my desktop WinRAR.desktop to see why the icon wasn't showing..
Icon=0a2e_winrar.0
is what I see, but when I look in windows\temp it is named 0a2e_winrar.0.xpm
So I tried to just add the .xpm and refresh.. That did not work. So I went into the properties of the icon and manually selected that xpm to be the icon.. Then went back into the file with kwrite (thats what I used in the first place) and now the icon line looks like this:
Icon=/d/windows/temp/0a2e_winrar.0.xpm
/d is not a real windows drive.. it is reiserfs formatted blank specifically for wine usage..
So the problem now is that wine is not putting the proper path and filenames into the files.. That is about as far as I can get into fixing this issue, as I can't code stuff even this advanced to save my life.