meta data for this page
WINE
Enable font smoothing
winetricks settings fontsmooth=rgb
File associations
~/.local/share/applications
~/.local/share/applications/wine-extension-jpe.desktop
Issues
slow appliacatio nstartup
I have irfanview associated to graphic files.
With every click on graphic file, nothing happens. Disck IO activity goes to 100% level for few seconds, and then irfan view window appear.
Utility iotop
shows disc usage by winemenubuilder.exe
. Tracing syscals with strace -f /usr/lib/wine/wine winemenubuilder.exe
shows lots of operation on
fonts directory:
[pid 2518271] openat(AT_FDCWD, "/usr/share/fonts/opentype/noto/NotoSansCJK-Medium.ttc", O_RDONLY) = 11 [pid 2518271] stat64("/usr/share/fonts/opentype/noto/NotoSansCJK-Medium.ttc", {st_mode=S_IFREG|0644, st_size=17769928, ...}) = 0 [pid 2518271] stat64("/usr/share/fonts/opentype/noto/NotoSansCJK-Medium.ttc", {st_mode=S_IFREG|0644, st_size=17769928, ...}) = 0 [pid 2518271] openat(AT_FDCWD, "/usr/share/fonts/opentype/noto/NotoSansCJK-Medium.ttc", O_RDONLY) = 11 [pid 2518271] stat64("/usr/share/fonts/opentype/noto/NotoSansCJK-Medium.ttc", {st_mode=S_IFREG|0644, st_size=17769928, ...}) = 0 ... [pid 2518271] stat64("/usr/share/fonts/truetype/noto/NotoSansLaoUI-SemiCondensedBlack.ttf", {st_mode=S_IFREG|0644, st_size=34156, ...}) = 0 [pid 2518271] openat(AT_FDCWD, "/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc", O_RDONLY) = 11 [pid 2518271] stat64("/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc", {st_mode=S_IFREG|0644, st_size=18748872, ...}) = 0 [pid 2518271] stat64("/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc", {st_mode=S_IFREG|0644, st_size=18748872, ...}) = 0 [pid 2518271] openat(AT_FDCWD, "/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc", O_RDONLY) = 11 [pid 2518271] stat64("/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc", {st_mode=S_IFREG|0644, st_size=18748872, ...}) = 0 [pid 2518271] stat64("/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc", {st_mode=S_IFREG|0644, st_size=18748872, ...}) = 0 [pid 2518271] openat(AT_FDCWD, "/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc", O_RDONLY) = 11 ... [pid 2518271] openat(AT_FDCWD, "/usr/share/fonts/truetype/noto/NotoSans-MediumItalic.ttf", O_RDONLY) = 11 [pid 2518271] stat64("/usr/share/fonts/truetype/noto/NotoSans-MediumItalic.ttf", {st_mode=S_IFREG|0644, st_size=482768, ...}) = 0 [pid 2518271] openat(AT_FDCWD, "/usr/share/fonts/truetype/noto/NotoSansCham-Regular.ttf", O_RDONLY) = 11 [pid 2518271] stat64("/usr/share/fonts/truetype/noto/NotoSansCham-Regular.ttf", {st_mode=S_IFREG|0644, st_size=30208, ...}) = 0 [pid 2518271] openat(AT_FDCWD, "/usr/share/fonts/truetype/noto/NotoSerifKhmer-Light.ttf", O_RDONLY) = 11 [pid 2518271] stat64("/usr/share/fonts/truetype/noto/NotoSerifKhmer-Light.ttf", {st_mode=S_IFREG|0644, st_size=147496, ...}) = 0 [pid 2518271] openat(AT_FDCWD, "/usr/share/fonts/truetype/noto/NotoSerifHebrew-CondensedBlack.ttf", O_RDONLY) = 11
Solutions 1
Wine slow to start? - try this: [SOLVED] Wine is really slow
wineboot --update
Solution 2
In winecfg: before running the installer, run winecfg. Go to the Libraries tab and type winemenubuilder.exe into the “New overrides” box (it is not in the dropdown list). Click add, then select it from the “Existing overrides” box. Click “Edit” and select “Disable” from the list, then click “OK”.
Alternative: select builtin
version mismatch
wine client error:0: version mismatch 1/490. Your wineserver binary was not upgraded correctly, or you have an older one somewhere in your PATH. Or maybe the wrong wineserver is still running?
pkill wine
pkill exe
Could not load wine-gecko. HTML rendering will be disabled
Download the current gecko, see here: http://wiki.winehq.org/Gecko. Then install it in your wineprefix:
wine msiexec /i wine_gecko-2.40-x86.msi