https://bugs.winehq.org/show_bug.cgi?id=50625
--- Comment #10 from David Paradis david.paradis@us.abb.com --- (In reply to David Paradis from comment #9)
(In reply to André H. from comment #8)
Please try again with wine 6.22, it's very likely fixed
Thank you Andre. I will download and and try this release and make sure that it is has been addressed.
Hello Andre,
I have built and am trying to test the SEH unwinding and having some issues.
I am getting the following messages (and lots of them) when my application calls "throw ExceptionClass();". 010c:err:seh:unwind_builtin_dll libunwind not available, unable to unwind
I have done an "apt install libunwind-dev" thinking that, that would fix the issue, but still getting the same result.
This is the command that I am using the configure the Wine sources before doing a make: ./configure --with-xml --with-png --with-netapi --with-gnutls --without-x --without-freetype --without-coreaudio --without-mpg123 --without-pulse --without-sane --without-vdk3d
Am I missing are argument to including the unwind library? I tried to add "--with-libunwind" but that argument was unrecognized.
Again, any help is much appreciated.
Thank you, David Paradis