The window is blurred

Questions about Wine on Linux
Post Reply
deleted
Level 1
Level 1
Posts: 6
Joined: Tue May 06, 2025 2:30 am

The window is blurred

Post by deleted »

Hello everyone!

The window is blurred. Whether maximized or not.

I have tried to set the resolution manually in the settings.
But without success.

I could find very little on the net and no solution was successful.
Has anyone had the same problem and been able to solve it?
desessarts
Level 4
Level 4
Posts: 196
Joined: Wed Oct 04, 2023 7:57 am

Re: The window is blurred

Post by desessarts »

you should help yourself by adding at least more info and ideally a reproducer

- name of the software
- download url
- your wine version
- your installation process, using a WINEARCH=win32 or WINEARCH=win64?
...
deleted
Level 1
Level 1
Posts: 6
Joined: Tue May 06, 2025 2:30 am

Re: The window is blurred

Post by deleted »

Sorry for the confusion.

I'm pretty clueless, so I didn't know what was needed.

Software: Prestashop Store Manager (But the same for Google Ads Editor (marketing tool))
Download URL: https://www.prestashopmanager.com/files ... rSetup.exe

Wine: winehq-stable 10.0.0.0 runs on Debian12 up to date install from our repository.

I did not install via console but I executed the exe directly with a right click.

However, I cannot find an error log or any log at all.
The journal is also error free.

What data do you need?
desessarts
Level 4
Level 4
Posts: 196
Joined: Wed Oct 04, 2023 7:57 am

Re: The window is blurred

Post by desessarts »

I did

Code: Select all

WINEARCH=win32 WINEPREFIX=~/.wine_prest wineboot 
wine: created the configuration directory '/home/gg/.wine_prest'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
004c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0054:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
004c:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
004c:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
004c:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0054:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0054:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0054:err:ole:apartment_get_local_server_stream Failed: 0x80004002
004c:err:ole:start_rpcss Failed to open RpcSs service
002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10
0104:err:plugplay:IoSetDevicePropertyData Failed to open device, error 0xe000020b.
0104:err:plugplay:IoSetDevicePropertyData Failed to open device, error 0xe000020b.
002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10
0100:err:setupapi:do_file_copyW Unsupported style(s) 0x10
0100:err:setupapi:do_file_copyW Unsupported style(s) 0x10
002c:err:setupapi:do_file_copyW Unsupported style(s) 0x10
$ WINEARCH=win32 WINEPREFIX=~/.wine_prest wine Téléchargements/PrestaShopManagerSetup.exe 
0024:fixme:thread:GetThreadUILanguage : stub, returning default language.
0024:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0031D9F4, 00000000 0031DA1C
0024:fixme:nls:get_dummy_preferred_ui_language (0x38 0x40c 0031D9F4 00000000 0031DA1C) returning a dummy value (current locale)
0024:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0031D9F4, 0186A680 0031DA1C
0024:fixme:nls:get_dummy_preferred_ui_language (0x38 0x40c 0031D9F4 0186A680 0031DA1C) returning a dummy value (current locale)
0024:fixme:wtsapi:WTSRegisterSessionNotification Stub 0001008E 0x00000000
0024:fixme:uxtheme:BufferedPaintInit Stub ()
0024:fixme:wbemprox:wbem_locator_ConnectServer authentication not supported
0024:fixme:wbemprox:wbem_locator_ConnectServer specific locale not supported
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
011c:fixme:secur32:get_cipher_algid unknown algorithm 23
011c:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23
011c:fixme:crypt:I_CertUpdateStore semi-stub
011c:fixme:secur32:get_cipher_algid unknown algorithm 23
011c:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23
011c:fixme:secur32:get_cipher_algid unknown algorithm 23
011c:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23
011c:fixme:secur32:get_cipher_algid unknown algorithm 23
011c:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23
011c:fixme:secur32:get_cipher_algid unknown algorithm 23
011c:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23
011c:fixme:secur32:get_cipher_algid unknown algorithm 23
011c:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23
$ 

so it seems the problem is with

Code: Select all

011c:fixme:secur32:get_cipher_algid unknown algorithm 23
011c:fixme:secur32:get_mac_algid unknown algorithm 200, cipher 23
as it comes back to the valid licence received by email

I guess some

Code: Select all

WINEARCH=win32 WINEPREFIX=~/.wine_prest winetricks -q xxx
is required in order to fix this

by the way

Code: Select all

objdump -x Téléchargements/PrestaShopManagerSetup.exe | grep -i DLL | sort | uniq
DllCharacteristics	00000000
	Nom DLL: advapi32.dll
	Nom DLL: comctl32.dll
	Nom DLL: gdi32.dll
	Nom DLL: KERNEL32.DLL
	Nom DLL: msvcrt.dll
	Nom DLL: netapi32.dll
	Nom DLL: ole32.dll
	Nom DLL: oleaut32.dll
	Nom DLL: shell32.dll
	Nom DLL: SHFolder.dll
	Nom DLL: user32.dll
	Nom DLL: version.dll
	Nom DLL: winhttp.dll
	Nom DLL: winspool.drv
 vma:            Hint    Temps     Avant    DLL       Premier
shows nothing special
deleted
Level 1
Level 1
Posts: 6
Joined: Tue May 06, 2025 2:30 am

Re: The window is blurred

Post by deleted »

Thank you very much for your efforts.

I am a complete beginner with WINE.
However, I am looking into it, I think WINEARCH=win32 might be the solution.

Thanks again.
deleted
Level 1
Level 1
Posts: 6
Joined: Tue May 06, 2025 2:30 am

Re: The window is blurred

Post by deleted »

I have looked at the whole thing again and I still can't find the complete solution.

I have installed it so far. It starts and runs so far.

However, the picture is blurred and the font doesn't quite fit yet.
I can see that WINEARCH=win32 WINEPREFIX=~/.wine_prest winetricks -q xxx was set automatically during installation.

I can't find any error logs.
do you have any tips for me? I am pretty clueless.

Image
desessarts
Level 4
Level 4
Posts: 196
Joined: Wed Oct 04, 2023 7:57 am

Re: The window is blurred

Post by desessarts »

you can try

Code: Select all

WINEARCH=win32 WINEPREFIX=~/.wine_prest winetricks -q fontsmooth=rgb
deleted
Level 1
Level 1
Posts: 6
Joined: Tue May 06, 2025 2:30 am

Re: The window is blurred

Post by deleted »

I have to spam again.
Sorry.

However, do you have a guide or something to get me more involved with WINE?

I still don't understand when I need to use the options.
Do I have to reinstall every time before trying?

I'm guessing it's not even the install, that seems to have worked fine.

It's more like the graphics driver is not being fully utilized. It goes sharp out of focus and back again.

Also the font does not fit.

But I don't necessarily want to spam here, but I can't find any instructions either.
Do you have a link for me?
desessarts
Level 4
Level 4
Posts: 196
Joined: Wed Oct 04, 2023 7:57 am

Re: The window is blurred

Post by desessarts »

deleted
Level 1
Level 1
Posts: 6
Joined: Tue May 06, 2025 2:30 am

Re: The window is blurred

Post by deleted »

desessarts wrote: Mon May 19, 2025 5:20 am you can read the wiki

https://gitlab.winehq.org/wine/wine/-/wikis/home
Thanks!
Post Reply