Graphic problem

Questions about Wine on Linux
Locked
Massimo
Newbie
Newbie
Posts: 1
Joined: Sun May 31, 2020 2:39 pm

Graphic problem

Post by Massimo »

Hi!
I'm new to Wine.
I've installed Wine on Debian Buster (64bits) following this steps: https://wiki.winehq.org/Debian
Then I installed LTspice selecting 64bits option Image
Whe run LTS I've some problems:
Symbols such as Ohm's do not appear, and instead there is a white box Image
When I open a window, the content is not seen. And it appears when you hover over it or switch tabs and go back.
Image
Image

Maybe it will help you to help me:
I've run winetricks and install corefonts
When I run

Code: Select all

 WINEPREFIX=~/.wine/ wine uninstaller 
I see installed LTS, Wine Gecko (32 and 64 bits), Wine Mono Runtime, Wine Mono Windoes Support.

Thanks!
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Graphic problem

Post by jkfloris »

The Ω symbol
Open regedit¹ and go to:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes
Change the value of: MS Shell Dlg and MS Shell Dlg 2 to Arial

¹Run wine regedit to open regedit.


The missing text
The following winetrick gives some improvement:

Code: Select all

winetricks comctl32
cyb3rfly3r
Newbie
Newbie
Posts: 1
Joined: Fri Jan 29, 2021 11:27 am

Re: Graphic problem

Post by cyb3rfly3r »

I am having the exact same issues as the OP, with Ubuntu 20.04. The fix suggested by jkfloris works for the Omega symbol. However, the missing text problem is still there, in fact, after applying `winetricks comctl32`, the text only appears when clicking on the labels.
Does someone have any suggestion?

Thanks in advance.
Locked