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@winehq.org Reporter: axel.braun@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!
https://bugs.winehq.org/show_bug.cgi?id=47561
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW Ever confirmed|0 |1 CC| |dark.shadow4@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@web.de --- Confirming.
Added a download link, please fill this into the fields next time.
"winetricks -q dotnet40" helps.
https://bugs.winehq.org/show_bug.cgi?id=47561
Nikolay Sivov bunglehead@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 |
https://bugs.winehq.org/show_bug.cgi?id=47561
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- Does it use comctl32 to load it? It sounds like it could be about "newer" imagelist stream format.
https://bugs.winehq.org/show_bug.cgi?id=47561
--- Comment #3 from Axel axel.braun@gmx.de --- (In reply to Fabian Maurer from comment #1)
"winetricks -q dotnet40" helps.
That helped, thanks!
https://bugs.winehq.org/show_bug.cgi?id=47561
--- Comment #4 from Nikolay Sivov bunglehead@gmail.com --- It fails on first Read() call in Imagelist_Read() for some reason.
https://bugs.winehq.org/show_bug.cgi?id=47561
--- Comment #5 from Nikolay Sivov bunglehead@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.
https://bugs.winehq.org/show_bug.cgi?id=47561
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com --- Apparently there is already a patch for that area, https://github.com/dotnet/winforms/pull/1481.
https://bugs.winehq.org/show_bug.cgi?id=47561
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mscoree CC| |z.figura12@gmail.com
--- Comment #7 from Zebediah Figura z.figura12@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
https://bugs.winehq.org/show_bug.cgi?id=47561
--- Comment #8 from Nikolay Sivov bunglehead@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.
https://bugs.winehq.org/show_bug.cgi?id=47561
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |d593a80bb6359f9cbcd47dd243e | |0bf5d08387cf5
--- Comment #9 from Vincent Povirk madewokherd@gmail.com --- The Mono fix is in Wine Mono 4.9.2, so it should be fixed in the next Wine release.
https://bugs.winehq.org/show_bug.cgi?id=47561
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.14.
https://bugs.winehq.org/show_bug.cgi?id=47561
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winehq@iooioio.hadar.ubersp | |ace.de
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com --- *** Bug 47602 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=47561
--- Comment #12 from Axel axel.braun@gmx.de --- Thank you!