http://bugs.winehq.org/show_bug.cgi?id=19924
--- Comment #6 from Toralf Förster toralf.foerster@gmx.de 2009-09-04 02:52:34 --- The problem is related to font smoothing. If I run this shell function :
function fontSmoothing { typeset TMPFILE=$(mktemp)
echo "font smoothing..."
echo ' REGEDIT4
[HKEY_CURRENT_USER\Control Panel\Desktop] "FontSmoothing"="2" "FontSmoothingType"=dword:00000002 "FontSmoothingGamma"=dword:00000578 "FontSmoothingOrientation"=dword:00000001 ' > $TMPFILE
~/devel/wine-git/wine regedit $TMPFILE
rm $TMPFILE }
then the issue appears. I can reproduce it with the following sequence :
tfoerste@n22 ~ $ rm -rf ~/.wine tfoerste@n22 ~ $ export WINEDEBUG=+listview tfoerste@n22 ~ $ ~/devel/wine-git/wine ~/devel/wine-git/programs/winecfg/winecfg.exe.so > winecfg.log 2>&1 tfoerste@n22 ~ $ setup_wine_for_notes.sh f font smoothing... tfoerste@n22 ~ $ Could not parse file '/home/tfoerste/.local/share/applications/kde-kxmleditor.desktop': Invalid key name: Exec[$e] File '/home/tfoerste/.local/share/applications/qgo.desktop' contains invalid MIME type 'Application' that is missing a slash Could not parse file '/home/tfoerste/.local/share/applications/sametime.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/wpa_gui-wpa_supplicant.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/tec.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/openoffice.org-calc.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/xpn.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/Terminal 3270.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/kde-kate.desktop': Invalid key name: Exec[$e]
tfoerste@n22 ~ $ wine ~/tlm/tad4d/TAD4DLMT-7.2-Server-Installation-(PSS916584)_en_US_09-09-01_10.06.exe
centra.txt 2>&1