Wine not working after system upgrade

Hello,
I uprgraded from suse leap 15.2 to 15.3. After that, I cannot open any windows (.exe) application like Winbox anymore. I tried do downgrade Wine, but It wont helped.
Nvidia drivers and Xserver are set correctly. Could you help please? :shame:

-Im getting this errors:

sudo wine winbox64.exe
002c:err:winediag:WS_getaddrinfo Failed to resolve your host name IP
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
005c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
005c:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
005c:err:systray:initialize_systray Could not create tray window

creating Window Class routeros_null
00fc:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
00fc:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
ERROR: createWindow failed error=1812

ACCESS VIOLATION EXCEPTION at address: _________ 42cdbf

rip=_________ 42cdbf eflags=__ 10246
rdi=_________ 52c548 rsi=_________ 52c53f rbp=_________ 52c553 rsp=_________ 82e868
rax=_______________0 rbx=________ 1821d10 rcx=________ 1821f30 rdx=_______________0
 r8=_______________0  r9=________ 1821858 r10=________ 1930000 r11=________ 1820138
r12=________ 1821f30 r13=___________ 8001 r14=_______________0 r15=_________ 52bcab

winbox version: 3.27

backtrace:
_________ 42cdbf
_________ 42dbb4
_________ 42f5f9
_________ 4a537b
_________ 4afb18
_________ 4013b4
_________ 4014db
_______ 7b62d469
_______ 7bc5c993


stack:
_________ 42dbb4 _______________0 _________ 42db90 _________ 52c553 ________ 1821f30 _________ 82e9c8 ________ 1821f30 ___________ 8001
_________ 42f5f9 _______________5 _______________3 _______________0 _______________5 ________ 1821d10 _________ 82e910 _________ 82e9c8
_________ 4a537b _____________ 10 ________ 1821ef0 _________ 52c53f ________ 1821310 _________ 515830 _______________0 _______________1
_______________1 _____________ 10 _________ 4afb18 _______________0 _______________0 _______________0 _______________0 _______________0

linked to KERNEL32!
modules:
_________ 400000    winbox64.exe
_______ 7bc00000    ntdll.dll
_______ 7b600000    kernel32.dll
_______ 7b000000    kernelbase.dll
_______ 61540000    ADVAPI32.dll
_______ 6ba00000    sechost.dll
_______ 70940000    ucrtbase.dll
_______ 6ca40000    comctl32.dll
_________ 850000    gdi32.dll
_______ 71000000    imm32.dll
_______ 6eb00000    user32.dll
_______ 6bac0000    setupapi.dll
_______ 62dc0000    rpcrt4.dll
_______ 63280000    version.dll
_________ f10000    comdlg32.dll
___ 7f5449540000    shell32.dll
_______ 64840000    shlwapi.dll
_______ 639c0000    shcore.dll
_______ 6a200000    ole32.dll
_______ 68300000    combase.dll
___ 7f54493e0000    winspool.drv
_______ 6e6c0000    crypt32.dll
_______ 66040000    bcrypt.dll
_______ 6f880000    dbghelp.dll
___ 7f54493b0000    iphlpapi.dll
________ 1150000    msvcrt.dll
_______ 61740000    wininet.dll
_______ 70740000    mpr.dll
___ 7f5449370000    ws2_32.dll
_______ 6f2c0000    wintrust.dll
_______ 68b00000    localspl.dll
_______ 63e40000    spoolss.dll

code:
48 8b 40 38 48 85 c0 74 2d 48 8b 08 48 8b 50 08


I never used Wine, but do you really need to start that “as root”?

And yes, when you use sudo to start a window creating application then the DISPLAY variable is not set and that application is not able to open a window on the session of a noraml user (even when there is one).

You could try from a terminal within a user graphical session with first

su -l

But I repeat, are you really sure that thus is something to be done “as root”?

Wine runs fine in opensuse15.3 after upgrade, at least, on my machine.

I run wine as user; have never used as root. For example, the terminal command to start my old-old windows version of NASA GMAT is:

/home/tom/WineProgs/GMAT/R2013a/bin/GMAT.exe. All my wine windows programs are in a WineProgs directory under /home/USER_NAME. wine finds the WineProgs directory to try to start all windows programs.

A desktop launcher (configured, e.g., in mate de) can be configured to start windows programs in wine graphically.

I think just running wine as USER should start program providing right path to program executible is provided. Post again if wine still doesn’t run.

tom kosvic

One other tip, missed in previous email:

If you find your windows executable file in a file manager (caja, e.g., for mate de), and right click on the file, there is an “open with” option to open the windows exe file in wine. This works fine, at least, for me.

tom kosvic

I’m sure I’m entering the right path. This happens when i run “winecfg” with USER permission.


jakub@JK-opensuse:~/Plocha> winecfg
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\shlwapi.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\gdi32.dll") not found
0128:err:module:import_dll Library gdi32.dll (which is needed by L"C:\\windows\\syswow64\\shlwapi.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\shcore.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\ole32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\combase.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\gdi32.dll") not found
0128:err:module:import_dll Library gdi32.dll (which is needed by L"C:\\windows\\syswow64\\combase.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\rpcrt4.dll") not found
0128:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\\windows\\syswow64\\combase.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\gdi32.dll") not found
0128:err:module:import_dll Library gdi32.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\setupapi.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\rpcrt4.dll") not found
0128:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\\windows\\syswow64\\setupapi.dll") not found
0128:err:module:import_dll Library setupapi.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library user32.dll (which is needed by L"C:\\windows\\syswow64\\combase.dll") not found
0128:err:module:import_dll Library combase.dll (which is needed by L"C:\\windows\\syswow64\\ole32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\gdi32.dll") not found
0128:err:module:import_dll Library gdi32.dll (which is needed by L"C:\\windows\\syswow64\\ole32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\rpcrt4.dll") not found
0128:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\\windows\\syswow64\\ole32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\gdi32.dll") not found
0128:err:module:import_dll Library gdi32.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\setupapi.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\rpcrt4.dll") not found
0128:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\\windows\\syswow64\\setupapi.dll") not found
0128:err:module:import_dll Library setupapi.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library user32.dll (which is needed by L"C:\\windows\\syswow64\\ole32.dll") not found
0128:err:module:import_dll Library ole32.dll (which is needed by L"C:\\windows\\syswow64\\shcore.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\gdi32.dll") not found
0128:err:module:import_dll Library gdi32.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\setupapi.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\rpcrt4.dll") not found
0128:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\\windows\\syswow64\\setupapi.dll") not found
0128:err:module:import_dll Library setupapi.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library user32.dll (which is needed by L"C:\\windows\\syswow64\\shcore.dll") not found
0128:err:module:import_dll Library shcore.dll (which is needed by L"C:\\windows\\syswow64\\shlwapi.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\gdi32.dll") not found
0128:err:module:import_dll Library gdi32.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\setupapi.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\rpcrt4.dll") not found
0128:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\\windows\\syswow64\\setupapi.dll") not found
0128:err:module:import_dll Library setupapi.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library user32.dll (which is needed by L"C:\\windows\\syswow64\\shlwapi.dll") not found
0128:err:module:import_dll Library shlwapi.dll (which is needed by L"C:\\windows\\syswow64\\shell32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\gdi32.dll") not found
0128:err:module:import_dll Library gdi32.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\setupapi.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\rpcrt4.dll") not found
0128:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\\windows\\syswow64\\setupapi.dll") not found
0128:err:module:import_dll Library setupapi.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library user32.dll (which is needed by L"C:\\windows\\syswow64\\shell32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\gdi32.dll") not found
0128:err:module:import_dll Library gdi32.dll (which is needed by L"C:\\windows\\syswow64\\shell32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\shell32.dll") not found
0128:err:module:import_dll Library shell32.dll (which is needed by L"C:\\windows\\syswow64\\start.exe") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\gdi32.dll") not found
0128:err:module:import_dll Library gdi32.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\setupapi.dll") not found
0128:err:module:import_dll Library sechost.dll (which is needed by L"C:\\windows\\syswow64\\advapi32.dll") not found
0128:err:module:import_dll Library advapi32.dll (which is needed by L"C:\\windows\\syswow64\\rpcrt4.dll") not found
0128:err:module:import_dll Library rpcrt4.dll (which is needed by L"C:\\windows\\syswow64\\setupapi.dll") not found
0128:err:module:import_dll Library setupapi.dll (which is needed by L"C:\\windows\\syswow64\\user32.dll") not found
0128:err:module:import_dll Library user32.dll (which is needed by L"C:\\windows\\syswow64\\start.exe") not found
0128:err:module:LdrInitializeThunk Importing dlls for L"C:\\windows\\syswow64\\start.exe" failed, status c0000135

and any other “exe” program throws the same errors

You could try renaming (or removing) the existing ~/.wine directory

mv ~/.wine ~/.wine.old

then run

winecfg

Your user wine environment should be recreated.

After renaming “/.wine”. Wine created new "/.wine folder and throw out this:


jakub@JK-opensuse:~> winecfg
wine: created the configuration directory '/home/jakub/.wine'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0040:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0040:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0040:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0040:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0040:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0040:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0040:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0040:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0040:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0040:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0040:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0040:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0040:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0040:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0050:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0048:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0048:err:winediag:nodrv_CreateWindow Unknown error (998).
0048:err:systray:initialize_systray Could not create tray window
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002


When i try to run winetricks, I just get this message:


Executing mkdir -p /home/jakub
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
------------------------------------------------------
WINEPREFIX INFO:
Drive C: celkem 0
drwxr-xr-x 1 jakub users  24 19. čec 10.57 .
drwxr-xr-x 1 jakub users 104 19. čec 11.04 ..
drwxr-xr-x 1 jakub users  10 19. čec 10.57 users
drwxr-xr-x 1 jakub users  32 19. čec 10.57 windows

Registry info:
/home/jakub/.wine/system.reg:#arch=win64
/home/jakub/.wine/user.reg:#arch=win64
------------------------------------------------------
------------------------------------------------------
warning: wine cmd.exe /c echo '%AppData%' returned empty string, error message "wine: could not load kernel32.dll, status c0000135" 

Can it be related to something?

Graphics info may be relevant here perhaps…

inxi -SGxxx
glxinfo -B
jakub@JK-opensuse:~> inxi -SGxxx
System:    Host: JK-opensuse Kernel: 5.3.18-59.10-default x86_64 bits: 64 compiler: gcc v: 7.5.0 Desktop: KDE Plasma 5.18.6 
           tk: Qt 5.12.7 wm: kwin_x11 dm: SDDM Distro: openSUSE Leap 15.3 
Graphics:  Device-1: Intel HD Graphics 620 vendor: Dell driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:5916 
           Device-2: NVIDIA GM108M [GeForce 940MX] vendor: Dell driver: nvidia v: 460.84 bus ID: 01:00.0 chip ID: 10de:134d 
           Device-3: Microdia Integrated_Webcam_HD type: USB driver: uvcvideo bus ID: 1-5:3 chip ID: 0c45:6a06 
           Display: x11 server: X.Org 1.20.3 compositor: kwin_x11 driver: modesetting resolution: 1920x1080~60Hz s-dpi: 96 
           OpenGL: renderer: Mesa DRI Intel HD Graphics 620 (KBL GT2) v: 4.6 Mesa 20.2.4 compat-v: 3.0 direct render: Yes 


jakub@JK-opensuse:~> glxinfo -B
name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel Open Source Technology Center (0x8086)
    Device: Mesa DRI Intel(R) HD Graphics 620 (KBL GT2) (0x5916)
    Version: 20.2.4
    Accelerated: yes
    Video memory: 3072MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 3.0
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 620 (KBL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 20.2.4
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.0 Mesa 20.2.4
OpenGL shading language version string: 1.30
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.2.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Also post:

zypper lr -d
zypper se -si wine
jakub@JK-opensuse:~> zypper lr -d
#  | Alias                                | Name                                                                                        | Enabled  | GPG Check    | Refresh | Priority | Type   | URI                                                                                  | Serv->
---+--------------------------------------+---------------------------------------------------------------------------------------------+----------+--------------+---------+----------+--------+--------------------------------------------------------------------------------------+-------
 1 | NVIDIA                               | NVIDIA                                                                                      | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | https://download.nvidia.com/opensuse/leap/15.3                                       | 
 2 | http-ftp.gwdg.de-3021e439            | Packman Repository                                                                          | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_15.3/                   | 
 3 | http-opensuse-guide.org-398dc9e8     | libdvdcss repository                                                                        | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | http://opensuse-guide.org/repo/openSUSE_Leap_15.3/                                   | 
 4 | https-download.opensuse.org-172f01a1 | home:Herbster0815                                                                           | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | https://download.opensuse.org/repositories/home:/Herbster0815/openSUSE_Leap_15.3/    | 
 5 | https-download.opensuse.org-1e690535 | openSUSE:Backports:SLE-15-SP3                                                               | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15-SP3/standard/ | 
 6 | https-download.opensuse.org-28d9b1c6 | KDE:Frameworks5                                                                             | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | https://download.opensuse.org/repositories/KDE:/Frameworks5/openSUSE_Leap_15.3/      | 
 7 | https-download.opensuse.org-7c429606 | Emulators                                                                                   | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | https://download.opensuse.org/repositories/Emulators/openSUSE_Leap_15.3/             | 
 8 | https-download.opensuse.org-cbc1e2f0 | Emulators:Wine                                                                              | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Leap_15.3/       | 
 9 | https-download.opensuse.org-f0f8a979 | KDE:Qt5                                                                                     | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | https://download.opensuse.org/repositories/KDE:/Qt5/openSUSE_Leap_15.3/              | 
10 | openSUSE-Leap-15.3-1                 | openSUSE-Leap-15.3-1                                                                        | Ne       | ----         | ----    |   99     | rpm-md | hd:/?device=/dev/disk/by-id/usb-Wilk__070B6502A0A8CC71-0:0-part2                     | 
11 | packman                              | packman                                                                                     | Ano      | (r ) Ano     | Ano     |   90     | rpm-md | https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_15.3/                  | 
12 | repo-backports-debug-update          | Update repository with updates for openSUSE Leap debuginfo packages from openSUSE Backports | Ne       | ----         | ----    |   99     | NONE   | http://download.opensuse.org/update/leap/15.3/backports_debug/                       | 
13 | repo-backports-update                | Update repository of openSUSE Backports                                                     | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | http://download.opensuse.org/update/leap/15.3/backports/                             | 
14 | repo-debug                           | Debug Repository                                                                            | Ne       | ----         | ----    |   99     | NONE   | http://download.opensuse.org/debug/distribution/leap/15.3/repo/oss/                  | 
15 | repo-debug-non-oss                   | Debug Repository (Non-OSS)                                                                  | Ne       | ----         | ----    |   99     | NONE   | http://download.opensuse.org/debug/distribution/leap/15.3/repo/non-oss/              | 
16 | repo-debug-update                    | Update Repository (Debug)                                                                   | Ne       | ----         | ----    |   99     | NONE   | http://download.opensuse.org/debug/update/leap/15.3/oss/                             | 
17 | repo-debug-update-non-oss            | Update Repository (Debug, Non-OSS)                                                          | Ne       | ----         | ----    |   99     | NONE   | http://download.opensuse.org/debug/update/leap/15.3/non-oss/                         | 
18 | repo-non-oss                         | Non-OSS Repository                                                                          | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | http://download.opensuse.org/distribution/leap/15.3/repo/non-oss/                    | 
19 | repo-oss                             | Main Repository                                                                             | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | http://download.opensuse.org/distribution/leap/15.3/repo/oss/                        | 
20 | repo-sle-debug-update                | Update repository with debuginfo for updates from SUSE Linux Enterprise 15                  | Ne       | ----         | ----    |   99     | NONE   | http://download.opensuse.org/debug/update/leap/15.3/sle/                             | 
21 | repo-sle-update                      | Update repository with updates from SUSE Linux Enterprise 15                                | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | http://download.opensuse.org/update/leap/15.3/sle/                                   | 
22 | repo-source                          | Source Repository                                                                           | Ne       | ----         | ----    |   99     | NONE   | http://download.opensuse.org/source/distribution/leap/15.3/repo/oss/                 | 
23 | repo-update                          | Main Update Repository                                                                      | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | http://download.opensuse.org/update/leap/15.3/oss/                                   | 
24 | repo-update-non-oss                  | Update Repository (Non-Oss)                                                                 | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | http://download.opensuse.org/update/leap/15.3/non-oss/                               | 
25 | teamviewer                           | TeamViewer - x86_64                                                                         | Ano      | (r ) Ano     | Ne      |   99     | rpm-md | https://linux.teamviewer.com/yum/stable/main/binary-x86_64/                          | 


jakub@JK-opensuse:~> zypper se -si wine
Načítání dat repozitáře...
Upozornění: Repozitář 'openSUSE:Backports:SLE-15-SP3' vypadá zastaralý. Zvažte použití jiného zrcadlení nebo serveru.
Načítají se nainstalované balíčky...

S  | Name       | Type    | Version             | Arch         | Repository
---+------------+---------+---------------------+--------------+---------------
i+ | wine       | balíček | 6.12-lp153.1361.1   | x86_64       | Emulators:Wine
i  | wine-32bit | balíček | 6.12-lp153.1361.1   | x86_64       | Emulators:Wine
i  | wine-gecko | balíček | 2.47.2-lp153.65.1   | noarch       | Emulators:Wine
i  | wine-mono  | balíček | 6.2.0-lp153.34.1    | noarch       | Emulators:Wine
i  | winetricks | balíček | 20210206-lp153.32.1 | x86_64       | Emulators:Wine

Enabled in zypper.conf: S 'zypper search-packages' prohledejte i dosud neaktivované vzdálené zdroje.                                                                                                                                      ([search] runSearchPackages = always)

Could not parse the options: ambiguous option: -si
Could not search for the package: SUSE::Connect::UnsupportedOperation: Package search is not supported by the registration proxy: Alternatively, use the web version at https://scc.suse.com/packages/
Could not search for the package: SUSE::Connect::UnsupportedOperation: Package search is not supported by the registration proxy: Alternatively, use the web version at https://scc.suse.com/packages/
No package found


jakub@JK-opensuse:~> zypper lr -d
#  | Alias                                | Name                                                                                        | Enabled  | GPG Check    | Refresh | Priority | Type   | URI                                                                                  | Serv->
---+--------------------------------------+---------------------------------------------------------------------------------------------+----------+--------------+---------+----------+--------+--------------------------------------------------------------------------------------+-------
 1 | NVIDIA                               | NVIDIA                                                                                      | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | https://download.nvidia.com/opensuse/leap/15.3                                       | 
 2 | http-ftp.gwdg.de-3021e439            | Packman Repository                                                                          | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_15.3/                   | 
 3 | http-opensuse-guide.org-398dc9e8     | libdvdcss repository                                                                        | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | http://opensuse-guide.org/repo/openSUSE_Leap_15.3/                                   | 
 4 | https-download.opensuse.org-172f01a1 | home:Herbster0815                                                                           | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | https://download.opensuse.org/repositories/home:/Herbster0815/openSUSE_Leap_15.3/    | 
 5 | https-download.opensuse.org-1e690535 | openSUSE:Backports:SLE-15-SP3                                                               | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15-SP3/standard/ | 
 6 | https-download.opensuse.org-28d9b1c6 | KDE:Frameworks5                                                                             | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | https://download.opensuse.org/repositories/KDE:/Frameworks5/openSUSE_Leap_15.3/      | 
 7 | https-download.opensuse.org-7c429606 | Emulators                                                                                   | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | https://download.opensuse.org/repositories/Emulators/openSUSE_Leap_15.3/             | 
 8 | https-download.opensuse.org-cbc1e2f0 | Emulators:Wine                                                                              | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | https://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_Leap_15.3/       | 
 9 | https-download.opensuse.org-f0f8a979 | KDE:Qt5                                                                                     | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | https://download.opensuse.org/repositories/KDE:/Qt5/openSUSE_Leap_15.3/              | 
10 | openSUSE-Leap-15.3-1                 | openSUSE-Leap-15.3-1                                                                        | Ne       | ----         | ----    |   99     | rpm-md | hd:/?device=/dev/disk/by-id/usb-Wilk__070B6502A0A8CC71-0:0-part2                     | 
11 | packman                              | packman                                                                                     | Ano      | (r ) Ano     | Ano     |   90     | rpm-md | https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_15.3/                  | 
12 | repo-backports-debug-update          | Update repository with updates for openSUSE Leap debuginfo packages from openSUSE Backports | Ne       | ----         | ----    |   99     | NONE   | http://download.opensuse.org/update/leap/15.3/backports_debug/                       | 
13 | repo-backports-update                | Update repository of openSUSE Backports                                                     | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | http://download.opensuse.org/update/leap/15.3/backports/                             | 
14 | repo-debug                           | Debug Repository                                                                            | Ne       | ----         | ----    |   99     | NONE   | http://download.opensuse.org/debug/distribution/leap/15.3/repo/oss/                  | 
15 | repo-debug-non-oss                   | Debug Repository (Non-OSS)                                                                  | Ne       | ----         | ----    |   99     | NONE   | http://download.opensuse.org/debug/distribution/leap/15.3/repo/non-oss/              | 
16 | repo-debug-update                    | Update Repository (Debug)                                                                   | Ne       | ----         | ----    |   99     | NONE   | http://download.opensuse.org/debug/update/leap/15.3/oss/                             | 
17 | repo-debug-update-non-oss            | Update Repository (Debug, Non-OSS)                                                          | Ne       | ----         | ----    |   99     | NONE   | http://download.opensuse.org/debug/update/leap/15.3/non-oss/                         | 
18 | repo-non-oss                         | Non-OSS Repository                                                                          | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | http://download.opensuse.org/distribution/leap/15.3/repo/non-oss/                    | 
19 | repo-oss                             | Main Repository                                                                             | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | http://download.opensuse.org/distribution/leap/15.3/repo/oss/                        | 
20 | repo-sle-debug-update                | Update repository with debuginfo for updates from SUSE Linux Enterprise 15                  | Ne       | ----         | ----    |   99     | NONE   | http://download.opensuse.org/debug/update/leap/15.3/sle/                             | 
21 | repo-sle-update                      | Update repository with updates from SUSE Linux Enterprise 15                                | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | http://download.opensuse.org/update/leap/15.3/sle/                                   | 
22 | repo-source                          | Source Repository                                                                           | Ne       | ----         | ----    |   99     | NONE   | http://download.opensuse.org/source/distribution/leap/15.3/repo/oss/                 | 
23 | repo-update                          | Main Update Repository                                                                      | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | http://download.opensuse.org/update/leap/15.3/oss/                                   | 
24 | repo-update-non-oss                  | Update Repository (Non-Oss)                                                                 | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | http://download.opensuse.org/update/leap/15.3/non-oss/                               | 
25 | teamviewer                           | TeamViewer - x86_64                                                                         | Ano      | (r ) Ano     | Ne      |   99     | rpm-md | https://linux.teamviewer.com/yum/stable/main/binary-x86_64/                          | 


jakub@JK-opensuse:~> zypper se -si wine
Načítání dat repozitáře...
Upozornění: Repozitář 'openSUSE:Backports:SLE-15-SP3' vypadá zastaralý. Zvažte použití jiného zrcadlení nebo serveru.
Načítají se nainstalované balíčky...

S  | Name       | Type    | Version             | Arch         | Repository
---+------------+---------+---------------------+--------------+---------------
i+ | wine       | balíček | 6.12-lp153.1361.1   | x86_64       | Emulators:Wine
i  | wine-32bit | balíček | 6.12-lp153.1361.1   | x86_64       | Emulators:Wine
i  | wine-gecko | balíček | 2.47.2-lp153.65.1   | noarch       | Emulators:Wine
i  | wine-mono  | balíček | 6.2.0-lp153.34.1    | noarch       | Emulators:Wine
i  | winetricks | balíček | 20210206-lp153.32.1 | x86_64       | Emulators:Wine

Enabled in zypper.conf: S 'zypper search-packages' prohledejte i dosud neaktivované vzdálené zdroje.                                                                                                                                      ([search] runSearchPackages = always)

Could not parse the options: ambiguous option: -si
Could not search for the package: SUSE::Connect::UnsupportedOperation: Package search is not supported by the registration proxy: Alternatively, use the web version at https://scc.suse.com/packages/
Could not search for the package: SUSE::Connect::UnsupportedOperation: Package search is not supported by the registration proxy: Alternatively, use the web version at https://scc.suse.com/packages/
No package found

Why so many Repos?

And why this one:

5 | https-download.opensuse.org-1e690535 | openSUSE:Backports:SLE-15-SP3                                                               | Ano      | (r ) Ano     | Ano     |   99     | rpm-md | https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15-SP3/standard/ 

Also please use
LANG=C before every command to get an English output:

linux64:/home/stephan # zypper se -si wine
Repository-Daten werden geladen...
Installierte Pakete werden gelesen...

S | Name       | Type  | Version             | Arch   | Repository
--+------------+-------+---------------------+--------+-----------
i | wine       | Paket | 6.0-bp153.1.173     | x86_64 | OSS
i | wine-32bit | Paket | 6.0-bp153.1.173     | x86_64 | OSS
i | wine-gecko | Paket | 2.47.2-bp153.1.10   | noarch | OSS
i | wine-mono  | Paket | 6.1.1-lp153.1.1     | noarch | Non-OSS
i | winetricks | Paket | 20201206-bp153.1.11 | x86_64 | OSS


linux64:/home/stephan # LANG=C zypper se -si wine
Loading repository data...
Reading installed packages...

S | Name       | Type    | Version             | Arch   | Repository
--+------------+---------+---------------------+--------+-----------
i | wine       | package | 6.0-bp153.1.173     | x86_64 | OSS
i | wine-32bit | package | 6.0-bp153.1.173     | x86_64 | OSS
i | wine-gecko | package | 2.47.2-bp153.1.10   | noarch | OSS
i | wine-mono  | package | 6.1.1-lp153.1.1     | noarch | Non-OSS
i | winetricks | package | 20201206-bp153.1.11 | x86_64 | OSS



First without LANG=C is in German, second with it is in English.

I used 1 click install to get an older version of wine, so this repos was automatically added. I just removed them.
But I dont think that was the problem.


jakub@JK-opensuse:~> LANG=C zypper lr -d
# | Alias                                | Name                        | Enabled | GPG Check | Refresh | Priority | Type   | URI                                                                             | Service
--+--------------------------------------+-----------------------------+---------+-----------+---------+----------+--------+---------------------------------------------------------------------------------+--------
1 | NVIDIA                               | NVIDIA                      | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | https://download.nvidia.com/opensuse/leap/15.3                                  | 
2 | http-ftp.gwdg.de-3021e439            | Packman Repository          | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_15.3/              | 
3 | http-opensuse-guide.org-398dc9e8     | libdvdcss repository        | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://opensuse-guide.org/repo/openSUSE_Leap_15.3/                              | 
4 | https-download.opensuse.org-28d9b1c6 | KDE:Frameworks5             | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | https://download.opensuse.org/repositories/KDE:/Frameworks5/openSUSE_Leap_15.3/ | 
5 | https-download.opensuse.org-7c429606 | Emulators                   | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | https://download.opensuse.org/repositories/Emulators/openSUSE_Leap_15.3/        | 
6 | repo-oss                             | Main Repository             | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/distribution/leap/15.3/repo/oss/                   | 
7 | repo-update-non-oss                  | Update Repository (Non-Oss) | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | http://download.opensuse.org/update/leap/15.3/non-oss/                          | 
8 | teamviewer                           | TeamViewer - x86_64         | Yes     | (r ) Yes  | No      |   99     | rpm-md | https://linux.teamviewer.com/yum/stable/main/binary-x86_64/                     | 


jakub@JK-opensuse:~> LANG=C zypper se -si wine
Loading repository data...
Reading installed packages...

S  | Name       | Type    | Version             | Arch   | Repository
---+------------+---------+---------------------+--------+------------------
i+ | wine       | package | 6.12-lp153.871.3    | x86_64 | Emulators
i  | wine-32bit | package | 6.12-lp153.1361.1   | x86_64 | (System Packages)
i  | wine-gecko | package | 2.47.2-lp153.65.1   | noarch | (System Packages)
i  | wine-mono  | package | 6.2.0-lp153.27.1    | noarch | Emulators
i  | winetricks | package | 20210206-lp153.29.1 | x86_64 | Emulators

Enabled in zypper.conf: Run 'zypper search-packages' to search in not yet activated remote resources.                                                                                                                                     ([search] runSearchPackages = always)

Could not parse the options: ambiguous option: -si
Could not search for the package: SUSE::Connect::UnsupportedOperation: Package search is not supported by the registration proxy: Alternatively, use the web version at https://scc.suse.com/packages/
Could not search for the package: SUSE::Connect::UnsupportedOperation: Package search is not supported by the registration proxy: Alternatively, use the web version at https://scc.suse.com/packages/
No package found

If this is your actual Repolist, there are some Repos missing…

jakub@JK-opensuse:~> LANG=C zypper se -si wine
Loading repository data...
Reading installed packages...

S  | Name       | Type    | Version             | Arch   | Repository
---+------------+---------+---------------------+--------+------------------
i+ | wine       | package | 6.12-lp153.871.3    | x86_64 | Emulators
i  | wine-32bit | package | 6.12-lp153.1361.1   | x86_64 | (System Packages)
i  | wine-gecko | package | 2.47.2-lp153.65.1   | noarch | (System Packages)
i  | wine-mono  | package | 6.2.0-lp153.27.1    | noarch | Emulators
i  | winetricks | package | 20210206-lp153.29.1 | x86_64 | Emulators

Enabled in zypper.conf: Run 'zypper search-packages' to search in not yet activated remote resources.                                                                                                                                     ([search] runSearchPackages = always)

Could not parse the options: ambiguous option: -si
Could not search for the package: SUSE::Connect::UnsupportedOperation: Package search is not supported by the registration proxy: Alternatively, use the web version at https://scc.suse.com/packages/
Could not search for the package: SUSE::Connect::UnsupportedOperation: Package search is not supported by the registration proxy: Alternatively, use the web version at https://scc.suse.com/packages/
No package found

I think the System Packages are from the Emulators:wine Repo, which is not present any more…

So the question is:
what else is going wrong.
Post:

zypper se -si | grep -Ei 'system_p|system p|system-p|systemp'
jakub@JK-opensuse:~> zypper se -si | grep -Ei 'system_p|system p|system-p|systemp'

This command gives no output. It doesnt find anything:sarcastic:

This command gives no output. It doesnt find anything

It should find:

i  | wine-32bit | package | 6.12-lp153.1361.1   | x86_64 | (System Packages)
i  | wine-gecko | package | 2.47.2-lp153.65.1   | noarch | (System Packages)

Could you please post your repositories? I’m starting to think I’m missing few.

You need only:
Oss Repo, Non-OSS Repo, Update-Oss Repo, Update Non-OSS Repo, Packman and libdvdcss, Nvidia (if Nvidia card is inside), and the both new SLE Repos for Leap.

#  | Alias                                     | Name                                                         | Enabled   | GPG Check       | Refresh        | Priority  | Type     | URI                                                                                                                                                             | Serv->
---+-------------------------------------------+--------------------------------------------------------------+-----------+-----------------+----------------+-----------+----------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------+-------
 3 | Non-OSS                                   | Non-OSS                                                      | Ja        | (r ) Ja         | Ja             |   99      | rpm-md   | https://download.opensuse.org/distribution/leap/15.3/repo/non-oss/                                                                                              | 
 4 | Non-OSS-Update                            | Non-OSS-Update                                               | Ja        | (r ) Ja         | Ja             |   99      | rpm-md   | https://download.opensuse.org/update/leap/15.3/non-oss/                                                                                                         | 
 5 | OSS                                       | OSS                                                          | Ja        | (r ) Ja         | Ja             |   99      | rpm-md   | https://download.opensuse.org/distribution/leap/15.3/repo/oss/                                                                                                  | 
 6 | OSS-Update                                | OSS-Update                                                   | Ja        | (r ) Ja         | Ja             |   99      | rpm-md   | https://download.opensuse.org/update/leap/15.3/oss/                                                                                                             | 
 14 | backports-update                          | Update repository of openSUSE Backports                      | Ja        | (r ) Ja         | Ja             |   99      | rpm-md   | http://download.opensuse.org/update/leap/15.3/backports/                                                                                                        | 
15 | nvidia                                    | nvidia                                                       | Nein      | ----            | ----           |   99      | NONE     | https://download.nvidia.com/opensuse/leap/15.3/                                                                                                                 | 
16 | opensuse-guide.org-repo                   | libdvdcss                                                    | Ja        | (r ) Ja         | Ja             |   99      | rpm-md   | https://opensuse-guide.org/repo/openSUSE_Leap_15.3/                                                                                                             | 
17 | packman                                   | packman                                                      | Ja        | (r ) Ja         | Ja             |   35      | rpm-md   | https://ftp.halifax.rwth-aachen.de/packman/suse/openSUSE_Leap_15.3/                                                                                             | 
19 | sle-update                                | Update repository with updates from SUSE Linux Enterprise 15 | Ja        | (r ) Ja         | Ja             |   99      | rpm-md   | http://download.opensuse.org/update/leap/15.3/sle/              

All others are not necessary…
And mostly not helpful, if you don’t know how to handle.

Also:
Please do not use any 1-Click Installation.
That will also add the Repo permanently by default.

I say always:
less Repos are often more