stuck on send_message function (waiting for graphics driver to be ready) in load_desktop_driver in dlls/win32u/driver.c

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Post Reply
hosh62q7
Newbie
Newbie
Posts: 2
Joined: Wed Aug 16, 2023 6:21 pm

stuck on send_message function (waiting for graphics driver to be ready) in load_desktop_driver in dlls/win32u/driver.c

Post by hosh62q7 »

Hi everyone, Rhino 8 gets stuck on send_message function (waiting for graphics driver to be ready) in load_desktop_driver in the dlls/win32u/driver.c?
Does anyone have any suggestions where to look for clues?

Code: Select all

$ WINELOADERNOEXEC=1 gdb --args /home/user/src/wine/loader/wine64 "C:\Program Files\Rhino 8 WIP\System\Rhino.exe"
Backtrace (after sending SIGINT):

Code: Select all

#9  0x00007ffff7415eee in send_message_timeout (hwnd=hwnd@entry=0x10020, msg=msg@entry=0, wparam=wparam@entry=0, lparam=lparam@entry=0, flags=flags@entry=0, timeout=timeout@entry=0, ansi=0) at dlls/win32u/message.c:4125
#10 0x00007ffff7416a21 in send_message (hwnd=hwnd@entry=0x10020, msg=msg@entry=0, wparam=wparam@entry=0, lparam=lparam@entry=0) at dlls/win32u/message.c:4132
#11 0x00007ffff73da303 in load_desktop_driver (hwnd=0x10020) at dlls/win32u/driver.c:962
#12 0x00007ffff73da601 in load_driver () at dlls/win32u/driver.c:1022
#13 0x00007ffff73da779 in loaderdrv_SetDesktopWindow (hwnd=0x10020) at dlls/win32u/driver.c:1179
#14 0x00007ffff744d7fb in get_desktop_window () at include/basetsd.h:204
#15 0x00007ffff73da5f9 in load_driver () at dlls/win32u/driver.c:1022
#16 0x00007ffff73da6a1 in get_display_driver () at dlls/win32u/driver.c:1040
#17 0x00007ffff738f0c5 in NtGdiOpenDCW (device=0x0, devmode=0x0, output=0x0, type=<optimized out>, is_display=1, hspool=<optimized out>, driver_info=0x0, pdev=0x0) at dlls/win32u/dc.c:719
#18 0x00007ffff7d09104 in __wine_syscall_dispatcher () from /home/user1/src/wine/dlls/ntdll/ntdll.so
#19 0x00006ffffd5cb0d8 in ?? ()
#20 0x00006ffffe055b46 in ?? ()
#21 0x0000000000000000 in ?? ()
full log: https://pastebin.com/b8zHryDq
Post Reply