http://bugs.winehq.org/show_bug.cgi?id=58506 --- Comment #12 from gogokily@gmail.com --- Since it started working in 10.13 and immediately in 10.14 broke again (and still is in current latest version) it broke somewhere with these commits: https://gitlab.winehq.org/wine/wine/-/commit/227dd946333c54b6480090517db4bba... https://gitlab.winehq.org/wine/wine/-/commit/bc9d6f9640ad428fc98653787061d23... Provided patch above fixes the issue since it checks if HDC is valid before passing it further. When VST tries to load there are: 0314:warn:win:get_window_pixel_format getting format on win (nil) not supported 0314:warn:opengl:update_handle_context Failed to re-create context for wglShareLists which makes them stuck in loop (not responding both them and main app (Reaper). So the fix was to check if hdc is actually valid in `update_handle_context` and return early. -- 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.