https://bugs.winehq.org/show_bug.cgi?id=40325
Bug ID: 40325 Summary: Captvty v3 (.Net4.5) crashes at start Product: Wine Version: 1.9.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mscoree Assignee: wine-bugs@winehq.org Reporter: lerieur@protonmail.com Distribution: ---
Created attachment 53980 --> https://bugs.winehq.org/attachment.cgi?id=53980 Log output, backtrace
Captvty v3 (http://v3.captvty.fr/) is a complete new rewrite from scratch using .NET 4.5.
v2 (written in .NET4.0) works well.
Steps to reproduce: - visit http://v3.captvty.fr/ and download zip file ("Télécharger archive ZIP") - unzip captvty-*.zip - in terminal: $ export WINEARCH=win32 WINEPREFIX=$HOME/.wine32 WINEDEBUG=fixme-all $ winetricks dotnet45 comctl32 $ LD_PRELOAD=/usr/lib32/libjpeg.so.62 wine "/path/to/Captvty.exe"
https://bugs.winehq.org/show_bug.cgi?id=40325
lerieur@protonmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lerieur@protonmail.com
https://bugs.winehq.org/show_bug.cgi?id=40325
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Confirming. Could you try if `winetricks gdiplus` works around the crash?
In my consoleoutput the last line before crash is: fixme:gdiplus:GdipCreateMetafileFromStream (0xa670030, 0x33e6a8): stub
I don`t see that line in your consoleoutput though, which is a bit weird.
https://bugs.winehq.org/show_bug.cgi?id=40325
lerieur@protonmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #2 from lerieur@protonmail.com --- winetricks gdiplus did the trick. That surprised me because the v2 version don't need gdiplus, or at least do work without it.
The reason why I don't have fixme lines in my log is because of WINEDEBUG=fixme-all environment variable. I should have set it to be more verbose.
Thank you very much! Now everything works, no crash at all.
https://bugs.winehq.org/show_bug.cgi?id=40325
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |---
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- That's not a fix.
https://bugs.winehq.org/show_bug.cgi?id=40325
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|mscoree |gdiplus
--- Comment #4 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- And it`s in gdiplus, resetting component. Most likely GdipCreateMetafileFromStream not implemented is the culpritt here
https://bugs.winehq.org/show_bug.cgi?id=40325
--- Comment #5 from lerieur@protonmail.com --- Created attachment 53986 --> https://bugs.winehq.org/attachment.cgi?id=53986 Log until start (with gdiplus, and WINEDEBUG=+all)
https://bugs.winehq.org/show_bug.cgi?id=40325
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitry@baikal.ru, | |erich.e.hoover@wine-staging | |.com, michael@fds-team.de, | |sebastian@fds-team.de Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/gdiplus-GdipCr | |eateMetafileFromStream Status|REOPENED |STAGED
https://bugs.winehq.org/show_bug.cgi?id=40325
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|STAGED |NEW
--- Comment #6 from Sebastian Lackner sebastian@fds-team.de --- GdipCreateMetafileFromStream has been implemented with http://source.winehq.org/git/wine.git/commit/3769778917b2cea0590ffb50e1174e3.... Could someone please retest if this bug can be closed?
https://bugs.winehq.org/show_bug.cgi?id=40325
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |3769778917b2cea0590ffb50e11 | |74e354235174c Resolution|--- |FIXED Status|NEW |RESOLVED Keywords| |dotnet, download
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Sebastian Lackner from comment #6)
GdipCreateMetafileFromStream has been implemented with http://source.winehq.org/git/wine.git/commit/ 3769778917b2cea0590ffb50e1174e354235174c. Could someone please retest if this bug can be closed?
Tested and working after today gdiplus changes.
https://bugs.winehq.org/show_bug.cgi?id=40325
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.19.
https://bugs.winehq.org/show_bug.cgi?id=40325
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani@redhat.com Target Milestone|--- |1.8.x
https://bugs.winehq.org/show_bug.cgi?id=40325
--- Comment #9 from Michael Stefaniuc mstefani@redhat.com --- Remove 1.8.x target milestone from bugs that didn't make it into 1.8.x for one reason or another. This are all included in the stable 2.0 release.
https://bugs.winehq.org/show_bug.cgi?id=40325
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |---