No such problem here, see attachment. Running the latest LTspice (just updated) on Wine 1.8.7 in a dedicated wineprefix that had nothing else installed (no winetricks or nothing). Resizing the select component symbol window does not trigger the problem either.
Try installing LTspice in a fresh wineprefix. Something like:
env WINEPREFIX=$HOME/.wine.ltspice wine LTspiceXVII.exe
env WINEPREFIX=$HOME/.wine.ltspice wine ~/.wine.ltspice/drive_c/Program\ Files/LTC/LTspiceXVII/XVIIx64.exe
No such problem here, see attachment. Running the latest LTspice (just updated) on Wine 1.8.7 in a dedicated wineprefix that had nothing else installed (no winetricks or nothing). Resizing the select component symbol window does not trigger the problem either.
Try installing LTspice in a fresh wineprefix. Something like:
env WINEPREFIX=$HOME/.wine.ltspice wine LTspiceXVII.exe
env WINEPREFIX=$HOME/.wine.ltspice wine ~/.wine.ltspice/drive_c/Program\ Files/LTC/LTspiceXVII/XVIIx64.exe
I tried that but it didn't work. It generates some interesting errors though:
env WINEPREFIX=$HOME/.wine.ltspice wine /home/alunjones/Downloads/LTspiceXVII.exe
fixme:winediag:start_process Wine Staging 2.13 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
fixme:nls:GetThreadPreferredUILanguages 00000038, 0x33f6c8, 0x33f6d8 0x33f6cc
fixme:nls:get_dummy_preferred_ui_language (0x38 0x33f6c8 0x33f6d8 0x33f6cc) returning a dummy value (current locale)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000060)
fixme:module:load_library unsupported flag(s) used (flags: 0x00000060)
fixme:shell:InitNetworkAddressControl stub
Could not parse file "/home/alunjones/.local/share/applications/wine-LTspice XVII.desktop": Invalid key name: Path[$e]
fixme:ver:GetCurrentPackageId (0xb30e798 (nil)): stub
[alunjones@localhost ~]$ fixme:module:load_library unsupported flag(s) used (flags: 0x00000800)
fixme:ver:GetCurrentPackageId (0xacbd20 (nil)): stub
fixme:shell:InitNetworkAddressControl stub
fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0xb3248,0xef5b0): stub
fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0xb3248,0xfb990): stub
fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0xc51c58,0xff770): stub
fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0xc4fce8,0x101570): stub
The bit where it says "start_process Wine Staging 2.13 is a testing version containing experimental patches." doesn't sound good to me. I've checked my packages and I've got 2.13-1, yet according to the website the latest stable version is 2.0.1 and the development version is 2.1.4, so it looks like I have a development version. I'm using PCLinuxOS by the way.
https://www.winehq.org/ (https://www.winehq.org/)
"webcore fonts" is installed. The directory is also present. Here's what I get when I do an ls:
[me@localhost ~]$ ls /usr/share/fonts/webcore
andalemo.ttf calibrib.ttf cambria.ttc couri.ttf georgiaz.ttf segoeuii.ttf tahomabd.ttf trebucbd.ttf verdana.ttf
arialbd.ttf calibrii.ttf cambriaz.ttf cour.ttf impact.ttf segoeuil.ttf tahoma.ttf trebucbi.ttf verdanaz.ttf
arialbi.ttf calibri.ttf comicbd.ttf fonts.scale l_10646.ttf segoeuiz.ttf timesbd.ttf trebucit.ttf webdings.ttf
ariali.ttf calibriz.ttf comic.ttf georgiab.ttf lucon.ttf seguibk.ttf timesbi.ttf trebuc.ttf wingding.ttf
arial.ttf cambriab.ttf courbd.ttf georgiai.ttf micross.ttf seguisb.ttf timesi.ttf verdanab.ttf
ariblk.ttf cambriai.ttf courbi.ttf georgia.ttf segoeuib.ttf symbol.ttf times.ttf verdanai.ttf
So it seems like it's a problem with the WINE version I'm using.