-
-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with childwindow patch on Wine 9.12 #1220
Comments
to clarify, this happens on roblox studio's vulkan renderer with proprietary nvidia drivers. the d3d11 engine (with or without dxvk) works worse. when using the vulkan renderer and nvidia drivers, the workspace editor of studio is broken until the studio window is resized. after the resize, the editor works but is positioned at 0,0: after some investigation, the workspace editor being frozen until a resize might be a nvidia driver or roblox bug. this roblox print seems to be spammed until the resize:
this warning is printed after the resize, i assume this part is a childwindow bug:
full log of warn:vulkan prints attached. i forgot to mention, these screenshots and logs are from a wine 9.13 build, with the same patch. the person who is testing the build said that flashing menus (visible in the OP) went away with the 9.13 build.
not for everyone 😅: vinegarhq/vinegar#423 |
I tried to make the patch work somehow and used https://gitlab.winehq.org/rbernon/wine and the "wip/vulkan-child-window" branch but I have no luck. I have interestingly much worse artifacts and maybe the new patch will work better for you. Rename txt to patch! |
It would help if you could mention any childwindow issues in this MR: |
i tested it myself too, and i had intense flickering, wrong positioned menus and weird noise. for some reason my friend doesnt have that.
i will do. thanks. |
I tried to test it on a plain wine to make sure that it is a problem with the childwindow patch itself and yes it is a childwindow problem. So I left a comment with a description of the issues and a log file. |
thanks a lot! btw, you tested it with dxvk which has more instabilities. the same is observable with the roblox vulkan engine though. (you can test that too by changing the renderer from studio settings) wined3d with d3d11 renderer works ok. sorry, another edit: for some reason d3d11 was forced on his amd igpu with xorg.
|
I'm encountering the same problems. Is there a fix for it? |
not yet as far as i know |
@lunarlattice0 @km9l |
@Tk-Glitch I think we can close this issue |
Fixed upstream. |
Hi,
I've identified a bug with the childwindow patch on Wine 9.12 that causes Roblox Studio to not function correctly:
as built here
The patch functions correctly on Wine 9.2, and Roblox Studio does not have any graphical issues in that version.
Please advise, thanks
The text was updated successfully, but these errors were encountered: