Wine hangs after last update

Hi.

After the last update, programs launched by wine, although working correctly, take an abnormally long time to start up (around 30 to 40 seconds), whereas previously it was almost instantaneous. This only happens the first time. Subsequent times, the program launches instantly.

Here is what I get the first time (the error “Failed loading SDL3 library” occured after last update)

christian@linux:~/.wineTMNF/drive_c/Program Files/TmNationsForever> wine TmForeverLauncher.exe
002c:err:winediag:getaddrinfo Failed to resolve your host name IP
0070:fixme:thread:GetThreadUILanguage : stub, returning default language.
0070:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0031D9EC, 00000000 0031DA14
0070:fixme:nls:get_dummy_preferred_ui_language (0x38 0x40c 0031D9EC 00000000 0031DA14) returning a dummy value (current locale)
0070:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0031D9EC, 01F4CFE0 0031DA14
0070:fixme:nls:get_dummy_preferred_ui_language (0x38 0x40c 0031D9EC 01F4CFE0 0031DA14) returning a dummy value (current locale)
0070:fixme:system:NtUserSystemParametersInfo Unknown action: 8220
0070:fixme:wtsapi:WTSRegisterSessionNotification Stub 00010062 0x00000000
0070:fixme:uxtheme:BufferedPaintInit Stub ()
Failed loading SDL3 library.
wine: Assertion failed at address F7F89579 (thread 0104), starting debugger...
0104:fixme:process:NtCreateUserProcess unhandled output attribute 149dbfc
0104:fixme:process:NtCreateUserProcess unhandled output attribute 149fbc0
0104:fixme:process:NtCreateUserProcess unhandled output attribute 10
0078:err:ole:start_rpcss Failed to start RpcSs service
0078:err:ole:start_rpcss Failed to start RpcSs service
003c:err:service:process_send_command receiving command result timed out
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"winebus" failed to start: 1053
003c:err:service:process_send_command receiving command result timed out
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb" failed to start: 1053
003c:err:service:process_send_command receiving command result timed out
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"winebth" failed to start: 1053
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION

Here is my “inxi -GSaz”

inxi -GSaz
System:
  Kernel: 6.13.6-1-default arch: x86_64 bits: 64 compiler: gcc v: 14.2.1
    clocksource: tsc avail: hpet,acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.13.6-1-default
    root=UUID=b47e31a2-a16b-43de-873b-82d4e459a94d splash=silent quiet
    security=apparmor kvm.enable_virt_at_load=0 mitigations=auto
  Desktop: KDE Plasma v: 6.3.3 tk: Qt v: N/A info: frameworks v: 6.12.0
    wm: kwin_x11 tools: avail: xscreensaver vt: 2 dm: SDDM Distro: openSUSE
    Tumbleweed 20250318
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Navi 23 [Radeon RX 6600/6600
    XT/6600M] vendor: Gigabyte driver: amdgpu v: kernel arch: RDNA-2
    code: Navi-2x process: TSMC n7 (7nm) built: 2020-22 pcie: gen: 4
    speed: 16 GT/s lanes: 16 ports: active: DP-2 empty: DP-1, HDMI-A-1,
    HDMI-A-2, Writeback-1 bus-ID: 2d:00.0 chip-ID: 1002:73ff class-ID: 0300
  Display: x11 server: X.Org v: 21.1.15 with: Xwayland v: 24.1.6
    compositor: kwin_x11 driver: X: loaded: modesetting unloaded: vesa
    alternate: fbdev dri: radeonsi gpu: amdgpu display-ID: :0 screens: 1
  Screen-1: 0 s-res: 2560x1440 s-dpi: 96 s-size: 677x381mm (26.65x15.00")
    s-diag: 777mm (30.58")
  Monitor-1: DP-2 model: VG32AQA1A serial: <filter> built: 2023 res:
    mode: 2560x1440 hz: 60 scale: 100% (1) dpi: 93 gamma: 1.2
    size: 697x392mm (27.44x15.43") diag: 800mm (31.5") ratio: 16:9 modes:
    max: 2560x1440 min: 720x400
  API: EGL v: 1.5 hw: drv: amd radeonsi platforms: device: 0 drv: radeonsi
    device: 1 drv: swrast gbm: drv: kms_swrast surfaceless: drv: radeonsi x11:
    drv: radeonsi inactive: wayland
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 25.0.1 glx-v: 1.4
    direct-render: yes renderer: AMD Radeon RX 6600 (radeonsi navi23 LLVM
    19.1.7 DRM 3.61 6.13.6-1-default) device-ID: 1002:73ff memory: 7.81 GiB
    unified: no
  API: Vulkan v: 1.4.309 layers: 1 device: 0 type: discrete-gpu name: AMD
    Radeon RX 6600 (RADV NAVI23) driver: N/A device-ID: 1002:73ff
    surfaces: xcb,xlib
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo de: kscreen-console,
    kscreen-doctor, xfce4-display-settings wl: wayland-info
    x11: xdpyinfo, xprop, xrandr

Same behaviour occurs with xfce.
Any hint?

After investigating, I saw that 32bit lib were missing…
I (re?)installed libdecor-0-0-32bit, libSDL-1_2-0-32bit, libSDL3-0-32bit, libSDL-gfx16-32bit, libwayland-cursor0-32bit and libXss1-32bit and everthing works fine now.

Sorry for the noise.