http://bugs.winehq.org/show_bug.cgi?id=36860
Bug ID: 36860 Summary: Molot VST stop working in Wine 1.7.20 Product: Wine Version: 1.7.20 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: xj@wp.pl
Created attachment 48954 --> http://bugs.winehq.org/attachment.cgi?id=48954 Backtrace
Molot ( http://vladgsound.wordpress.com/plugins/molot/ ) stop working in Wine 1.7.20. Not working in 1.7.21 as well. In Wine 1.7.19 it works.
http://bugs.winehq.org/show_bug.cgi?id=36860
Béla Gyebrószki gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression URL| |http://dl.dropbox.com/u/184 | |75891/Molot031.zip CC| |gyebro69@gmail.com Severity|major |normal
--- Comment #1 from Béla Gyebrószki gyebro69@gmail.com --- Please do a regression test to see which commit is to blame. http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=36860
--- Comment #2 from Xj xj@wp.pl --- Hope , I did everything good ;-)
089832e6d5450b86fea87e043ba0bebf763bac6e is the first bad commit commit 089832e6d5450b86fea87e043ba0bebf763bac6e Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue May 20 07:38:43 2014 +0200
d2d1: Implement D2D1CreateFactory().
:040000 040000 c07665c1b92eff57e291683154ae33f0273f85bc 1cf252d769b349d774a87b27d4d93d0042426a8f M dlls
http://bugs.winehq.org/show_bug.cgi?id=36860
--- Comment #3 from Xj xj@wp.pl --- This probably help: In working version , I see this message which could be related to this commit:
fixme:d2d:D2D1CreateFactory factory_type 0x1, iid {06152247-6f50-465a-9245-118bfd3b6007}, factory_options (nil), factory 0x100673bc stub! fixme:wincodecs:PngDecoder_Block_GetCount stub
http://bugs.winehq.org/show_bug.cgi?id=36860
Béla Gyebrószki gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hverbeet@gmail.com Regression SHA1| |089832e6d5450b86fea87e043ba | |0bebf763bac6e
https://bugs.winehq.org/show_bug.cgi?id=36860
Henri Verbeet hverbeet@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #4 from Henri Verbeet hverbeet@gmail.com --- The actual crash is because of d2d_factory_CreateStrokeStyle() failing, but even with that fixed it will likely be a while before this will work properly with Direct2D. Until that happens, disabling d2d1 in winecfg should be an easy workaround.
https://bugs.winehq.org/show_bug.cgi?id=36860
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c903192243e4438ab08e5426e24 | |604b93c231493 Status|NEW |RESOLVED CC| |focht@gmx.net Resolution|--- |FIXED
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit http://source.winehq.org/git/wine.git/commitdiff/c903192243e4438ab08e5426e24...
Thanks Henri
Next is bug 36939
--- snip --- ... 0023:fixme:d2d:d2d_factory_CreateHwndRenderTarget iface 0x15cb20, desc 0x33f87c, hwnd_rt_desc 0x33f858, render_target 0x33f89c stub! 0023:trace:d2d:d2d_factory_CreateStrokeStyle iface 0x15cb20, desc 0x33f790, dashes (nil), dash_count 0, stroke_style 0xe625cfc. 0023:fixme:d2d:d2d_stroke_style_init Ignoring stroke style properties. 0023:trace:d2d:d2d_factory_CreateStrokeStyle Created stroke style 0x21f5b0. 0023:trace:d2d:d2d_stroke_style_Release 0x21f5b0 decreasing refcount to 0. 0023:fixme:dwrite:dwritefontfamily_GetFont (0xadf4580)->(0 0x33f5c4): stub 0023:trace:seh:raise_exception code=c0000005 flags=0 addr=0xe4aae5d ip=0e4aae5d tid=0023 0023:trace:seh:raise_exception info[0]=00000000 0023:trace:seh:raise_exception info[1]=0000002c 0023:trace:seh:raise_exception eax=0e4e5668 ebx=00000000 ecx=00000000 edx=0033f598 esi=0e4e5668 edi=0e625d40 0023:trace:seh:raise_exception ebp=00160710 esp=0033f570 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00210202 0023:trace:seh:call_vectored_handlers calling handler at 0x15fd180 code=c0000005 flags=0 0023:fixme:dbghelp:elf_search_auxv can't find symbol in module --- snip ---
Regards
https://bugs.winehq.org/show_bug.cgi?id=36860
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.23.
https://bugs.winehq.org/show_bug.cgi?id=36860
Xj xj@wp.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Version|1.7.20 |1.7.31 Resolution|FIXED |---
--- Comment #7 from Xj xj@wp.pl --- Problem back in 1.7.29 where Molot GUI cause segfault. After 1.7.30 this VST works but GUI not appear.
https://bugs.winehq.org/show_bug.cgi?id=36860
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED
--- Comment #8 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Xj from comment #7)
Problem back in 1.7.29 where Molot GUI cause segfault. After 1.7.30 this VST works but GUI not appear.
The original issue reported against wine 1.7.20 was fixed, for new problems please open new bugs following the steps described in http://wiki.winehq.org/Bugs
https://bugs.winehq.org/show_bug.cgi?id=36860
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Version|1.7.31 |1.7.20
--- Comment #9 from Bruno Jesus 00cpxxx@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=36860
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |d2d
https://bugs.winehq.org/show_bug.cgi?id=36860
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://dl.dropbox.com/u/184 |https://web.archive.org/web |75891/Molot031.zip |/20201227214542/https://www | |.tokyodawn.net/labs/vladgso | |und/Molot031b.zip