[Bug 40325] New: Captvty v3 (.Net4.5) crashes at start
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(a)winehq.org Reporter: lerieur(a)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" -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40325 lerieur(a)protonmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lerieur(a)protonmail.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40325 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Louis Lenders <xerox_xerox2000(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40325 lerieur(a)protonmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from lerieur(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40325 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> --- That's not a fix. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40325 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|mscoree |gdiplus --- Comment #4 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> --- And it`s in gdiplus, resetting component. Most likely GdipCreateMetafileFromStream not implemented is the culpritt here -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40325 --- Comment #5 from lerieur(a)protonmail.com --- Created attachment 53986 --> https://bugs.winehq.org/attachment.cgi?id=53986 Log until start (with gdiplus, and WINEDEBUG=+all) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40325 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmitry(a)baikal.ru, | |erich.e.hoover(a)wine-staging | |.com, michael(a)fds-team.de, | |sebastian(a)fds-team.de Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/gdiplus-GdipCr | |eateMetafileFromStream Status|REOPENED |STAGED -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40325 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|STAGED |NEW --- Comment #6 from Sebastian Lackner <sebastian(a)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? -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40325 Bruno Jesus <00cpxxx(a)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(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40325 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.9.19. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40325 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani(a)redhat.com Target Milestone|--- |1.8.x -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40325 --- Comment #9 from Michael Stefaniuc <mstefani(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=40325 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |--- -- 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.
participants (1)
-
wine-bugs@winehq.org