https://bugs.winehq.org/show_bug.cgi?id=41593
Bug ID: 41593 Summary: Molot VST - GUI still doesn't work Product: Wine Version: 1.9.21 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: d2d Assignee: wine-bugs@winehq.org Reporter: xj@wp.pl Distribution: ---
This is second bug for the same application ( problem first appear at least in 1.7.20), but developers prefer more tickets, so here it is ;-)
Previously this has been reported here, and last comment from @Nikolay Sivov explain why we need additional report: https://bugs.winehq.org/show_bug.cgi?id=37579
My wine report different problem:
fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x20. fixme:dxgi:dxgi_check_feature_level_support Ignoring adapter type. fixme:winediag:dxgi_check_feature_level_support None of the requested D3D feature levels is supported on this GPU with the current shader backend. fixme:d2d:d2d_stroke_style_init Ignoring stroke style properties.
https://bugs.winehq.org/show_bug.cgi?id=41593
--- Comment #1 from Xj xj@wp.pl --- Seems that my problem is duplication of this: https://bugs.winehq.org/show_bug.cgi?id=41063
.. but please DO NOT close this ticket. There is for sure additional problem mentioned by Nikolay in previous (closed) ticket.
https://bugs.winehq.org/show_bug.cgi?id=41593
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|d2d |-unknown Severity|major |normal
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- It's a duplicate of bug 38648. You can try setting MaxVersionGL registry key, see https://wiki.winehq.org/Useful_Registry_Keys.
https://bugs.winehq.org/show_bug.cgi?id=41593
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- Did you try suggested workaround using registry key?
https://bugs.winehq.org/show_bug.cgi?id=41593
--- Comment #4 from Xj xj@wp.pl --- Created attachment 56726 --> https://bugs.winehq.org/attachment.cgi?id=56726 Molot VST log
https://bugs.winehq.org/show_bug.cgi?id=41593
--- Comment #5 from Xj xj@wp.pl --- Created attachment 56727 --> https://bugs.winehq.org/attachment.cgi?id=56727 Molot VST screenshot
https://bugs.winehq.org/show_bug.cgi?id=41593
--- Comment #6 from Xj xj@wp.pl --- Yes. It helps because now I see GUI at all, but some parts are still missing and there is a lot of fixme or err messages. I added some attachments.
https://bugs.winehq.org/show_bug.cgi?id=41593
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |d2d Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com --- Right, missing knobs are about failed texture allocation, relevant error is:
err:d2d:d2d_bitmap_create Failed to create texture, hr 0x80070057.
Confirming.
https://bugs.winehq.org/show_bug.cgi?id=41593
Attila Schler attila.schler@atskler.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |attila.schler@atskler.net
https://bugs.winehq.org/show_bug.cgi?id=41593
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org
https://bugs.winehq.org/show_bug.cgi?id=41593
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Resolution|--- |FIXED Summary|Molot VST - GUI still |Molot VST 0.3.1 UI: some |doesn't work |knobs are not rendered Status|NEW |RESOLVED URL| |https://web.archive.org/web | |/20201227214542/https://www | |.tokyodawn.net/labs/vladgso | |und/Molot031b.zip Keywords| |download
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
I can't reproduce this with newer Wine releases 5.x and 6.0-rc4. All the UI controls (knobs) are properly rendered. There is still various d2d FIXME message spam in console but that seems harmless.
--- snip --- ... 00c4:fixme:d2d:d2d_device_context_PushAxisAlignedClip Ignoring antialias_mode 0. 00c4:fixme:d2d:d2d_device_context_PushAxisAlignedClip Ignoring antialias_mode 0. 00c4:fixme:d2d:d2d_device_context_Flush iface 000000000919B2D0, tag1 0000000000000000, tag2 0000000000000000 stub! ... --- snip ---
Not sure if I snapped the correct version of the VST plugin via Internet Archive:
https://web.archive.org/web/20201227214542/https://www.tokyodawn.net/labs/vl...
I've used 'Reaper' from bug 44243 (https://bugs.winehq.org/show_bug.cgi?id=44243#c6) as VST plugin host for testing:
https://web.archive.org/web/20201227172414if_/https://dlcf.reaper.fm/6.x/rea...
Resolving 'FIXED' here.
$ sha1sum Molot031b.zip 049f77f0ef5519d0036cc01e7f81bce8753a78db Molot031b.zip
$ du -sh Molot031b.zip 9.1M Molot031b.zip
$ sha1sum reaper619_x64-install.exe 18c7f90a4322dcaa11beb6ac813b0aea986a5b35 reaper619_x64-install.exe
$ du -sh reaper619_x64-install.exe 14M reaper619_x64-install.exe
Regards
https://bugs.winehq.org/show_bug.cgi?id=41593
--- Comment #9 from Nikolay Sivov bunglehead@gmail.com --- Original issue was about creating a texture that's too large for d3d to handle, in this case it should be split in multiple smaller ones by D2D. That was never fixed on D2D side, so I'm not sure why it's working now. Maybe application had changed.
https://bugs.winehq.org/show_bug.cgi?id=41593
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.0-rc5.
https://bugs.winehq.org/show_bug.cgi?id=41593
Sergey Ukolov zezic51@yandex.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zezic51@yandex.ru
--- Comment #11 from Sergey Ukolov zezic51@yandex.ru --- The bug still exists for me when loading the 64-bit Synapse Audio Obsession VST:
err:d2d:d2d_bitmap_create Failed to create texture, hr 0x80070057.
That's for the plugin knobs which are fairly large textures. Is it possible to reopen this ticket?
My Wine version is wine-6.20 (Staging)