[Bug 47561] New: Crash starting Rak24u Program
https://bugs.winehq.org/show_bug.cgi?id=47561 Bug ID: 47561 Summary: Crash starting Rak24u Program Product: Wine Version: 4.11 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: axel.braun(a)gmx.de Distribution: --- Created attachment 64950 --> https://bugs.winehq.org/attachment.cgi?id=64950 error messages Running wine 4.11-1.1 on openSUSE Tumbleweed Download program: https://sites.google.com/site/rak24uurs/ (a program for weather routing in a sail race) unpack program and start -> crash report attached Any ideas? Thanks! -- 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=47561 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW Ever confirmed|0 |1 CC| |dark.shadow4(a)web.de URL| |https://www.dropbox.com/sh/ | |u11k6ti3ofd6ung/AABUJYnkShB | |cLAamP-W61kDia/rak24u/1.%20 | |Rak24u%20_%20Windows/2.%20R | |ak-software/rak24u%20softwa | |re%20-%202016-jan.zip?dl=0 --- Comment #1 from Fabian Maurer <dark.shadow4(a)web.de> --- Confirming. Added a download link, please fill this into the fields next time. "winetricks -q dotnet40" helps. -- 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=47561 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://www.dropbox.com/sh/ |https://sites.google.com/si |u11k6ti3ofd6ung/AABUJYnkShB |te/rak24uurs/download-pagin |cLAamP-W61kDia/rak24u/1.%20 |a |Rak24u%20_%20Windows/2.%20R | |ak-software/rak24u%20softwa | |re%20-%202016-jan.zip?dl=0 | -- 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=47561 --- Comment #2 from Nikolay Sivov <bunglehead(a)gmail.com> --- Does it use comctl32 to load it? It sounds like it could be about "newer" imagelist stream format. -- 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=47561 --- Comment #3 from Axel <axel.braun(a)gmx.de> --- (In reply to Fabian Maurer from comment #1)
"winetricks -q dotnet40" helps.
That helped, thanks! -- 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=47561 --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> --- It fails on first Read() call in Imagelist_Read() for some reason. -- 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=47561 --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> --- I believe the issue is in how IStream is exposed for .NET Core/Winforms resource data stream. It's trivial to workaround in comctl32, but it's not the right way, I'll take a look at patching winforms instead. -- 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=47561 --- Comment #6 from Nikolay Sivov <bunglehead(a)gmail.com> --- Apparently there is already a patch for that area, https://github.com/dotnet/winforms/pull/1481. -- 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=47561 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mscoree CC| |z.figura12(a)gmail.com --- Comment #7 from Zebediah Figura <z.figura12(a)gmail.com> --- That'll fix it, but there's also a bug in Mono, for which I've sent a patch: <https://github.com/mono/mono/pull/15906> -- 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=47561 --- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> --- (In reply to Zebediah Figura from comment #7)
That'll fix it, but there's also a bug in Mono, for which I've sent a patch: <https://github.com/mono/mono/pull/15906>
This is merged now, https://github.com/mono/mono/commit/b51c696081a58515adf53a50e5746ed08bd1062e. Thank you. -- 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=47561 Vincent Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |d593a80bb6359f9cbcd47dd243e | |0bf5d08387cf5 --- Comment #9 from Vincent Povirk <madewokherd(a)gmail.com> --- The Mono fix is in Wine Mono 4.9.2, so it should be fixed in the next Wine 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=47561 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.14. -- 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=47561 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winehq(a)iooioio.hadar.ubersp | |ace.de --- Comment #11 from Nikolay Sivov <bunglehead(a)gmail.com> --- *** Bug 47602 has been marked as a duplicate of this bug. *** -- 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=47561 --- Comment #12 from Axel <axel.braun(a)gmx.de> --- Thank you! -- 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