http://bugs.winehq.org/show_bug.cgi?id=19924 --- Comment #6 from Toralf Förster <toralf.foerster(a)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(a)n22 ~ $ rm -rf ~/.wine tfoerste(a)n22 ~ $ export WINEDEBUG=+listview tfoerste(a)n22 ~ $ ~/devel/wine-git/wine ~/devel/wine-git/programs/winecfg/winecfg.exe.so > winecfg.log 2>&1 tfoerste(a)n22 ~ $ setup_wine_for_notes.sh f font smoothing... tfoerste(a)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(a)n22 ~ $ wine ~/tlm/tad4d/TAD4DLMT-7.2-Server-Installation-\(PSS916584\)_en_US_09-09-01_10.06.exe
centra.txt 2>&1
-- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.