[Bug 53115] New: 3D graphics program crashes when going full screen

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jun 8 22:13:31 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=53115

            Bug ID: 53115
           Summary: 3D graphics program crashes when going full screen
           Product: Wine
           Version: 7.0
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: winevulkan
          Assignee: wine-bugs at winehq.org
          Reporter: nagle at animats.com
      Distribution: ---

Error message from Wine is 

0104:fixme:explorerframe:taskbar_list_MarkFullscreenWindow iface
0000000000083450, hwnd 000000000001004A, fullscreen true stub!

after which the program aborts due to the graphics context failing.

Program runs successfully on Windows 10.

More details at

https://github.com/BVE-Reborn/rend3/issues/399

Reproduce by:

git clone https://github.com/John-Nagle/ui-mock.git
cd ui-mock
git checkout bug-windows-full-screen
cargo build --target x86_64-pc-windows-gnu
cd target/x86_64-pc-windows-gnu/debug
wine ui-mock.exe

This is a mockup of a game GUI. It brings up 2D EGUI menus atop a 3D Rend3
image. It's a very simple program for checking out graphics libraries.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list