[Bug 52131] wine-mono + RMS Express: HF Channel Selection Browser crashes

WineHQ Bugzilla wine-bugs at winehq.org
Sun Dec 5 23:10:20 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=52131

--- Comment #22 from Eric <eric.wheez at gmail.com> ---
Looking at PropagationPrediction.PredictionClass.CreateDVOACapQuery in ILspy,
it looks like the input frequency is first stored as a double, then
PropagationPrediction.PredictionClass.GridSquareToDecimalDegrees is run (but
has no frequency inputs at all), then some math and double-to-string &
string-to-double conversions are run on the input frequency.

I'm not actually sure if the Structured exception handling (SEH) error is with
the way that the math/conversions are being handled in .NET, or if the SEH
error is coming from the dvoa.dll Delphi library's erroring/exception.

I suppose another thing to check would be to see where dvoa.dll came from and
whether that's open-source or not.

---
>From Microsoft, "Structured exception handling (SEH) is a Microsoft extension
to C to handle certain exceptional code situations, such as hardware faults,
gracefully." 
https://docs.microsoft.com/en-us/cpp/cpp/structured-exception-handling-c-cpp?view=msvc-170

-- 
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.



More information about the wine-bugs mailing list