https://bugs.winehq.org/show_bug.cgi?id=39748
Bug ID: 39748 Summary: SDRSharp Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus Assignee: wine-bugs@winehq.org Reporter: ian.bennett62@gmail.com Distribution: ---
Created attachment 53023 --> https://bugs.winehq.org/attachment.cgi?id=53023 SDRSharp backtrace
Crashes on startup. Followed the process here: http://blazehook.tumblr.com/post/62184078037/how-to-setup-sdrsharp-in-wine When executing 'wine sdrsharp.exe', got an error saying the application required dotnet v4.0.30319. Installed dotnet40 using winetricks and it crashes before any window appears. Backtrace attached.
https://bugs.winehq.org/show_bug.cgi?id=39748
Benny ian.bennett62@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|gdiplus |-unknown
https://bugs.winehq.org/show_bug.cgi?id=39748
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.7.55 Summary|SDRSharp |SDRSharp crashes
--- Comment #1 from Austin English austinenglish@gmail.com --- (In reply to Benny from comment #0)
Created attachment 53023 [details] SDRSharp backtrace
Crashes on startup. Followed the process here: http://blazehook.tumblr.com/post/62184078037/how-to-setup-sdrsharp-in-wine When executing 'wine sdrsharp.exe', got an error saying the application required dotnet v4.0.30319. Installed dotnet40 using winetricks and it crashes before any window appears. Backtrace attached.
Why is it installed in the H: drive, is that a windows partition? Also note that you should install .Net _before_ installing your application.
https://bugs.winehq.org/show_bug.cgi?id=39748
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download Status|UNCONFIRMED |RESOLVED URL| |http://airspy.com/download/ CC| |focht@gmx.net Resolution|--- |DUPLICATE Summary|SDRSharp crashes |SDRSharp (.NET 4.0 app) | |crashes on startup | |(System.ArgumentException: | |Font 'Verdana' cannot be | |found.)
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
dupe of bug 32323
The output from Wine crash reporter alone is *useless* in case of .NET/CLR exceptions. Always attach the terminal output after pressing 'close' button in crash reporter because in most cases it contains the managed backtrace.
--- snip --- ... Unhandled Exception: System.ArgumentException: Font 'Verdana' cannot be found. at System.Drawing.FontFamily.CreateFontFamily(String name, FontCollection fontCollection) at System.Drawing.FontFamily..ctor(String name) at SDRSharp.PanView.SpectrumAnalyzer.DrawCursor(Boolean drawFilter, Boolean drawFrequencyMarker, Boolean drawPeaks, Boolean drawHotTrackingLine, Boolean drawHotTrackingText) at SDRSharp.PanView.SpectrumAnalyzer.DrawSpectrum() at SDRSharp.PanView.SpectrumAnalyzer.DrawForeground() at SDRSharp.PanView.SpectrumAnalyzer.Perform(Boolean force) at SDRSharp.PanView.SpectrumAnalyzer.OnResize(EventArgs e) at System.Windows.Forms.Control.OnSizeChanged(EventArgs e) at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight) at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height) at System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified) at System.Windows.Forms.Control.SetBounds(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified) at System.Windows.Forms.Control.set_Size(Size value) at SDRSharp.MainForm.InitializeComponent() at SDRSharp.MainForm..ctor() at SDRSharp.Program.Main() --- snip ---
-> 'winetricks -q corefonts'
--- quote --- Followed the process here: http://blazehook.tumblr.com/post/62184078037/how-to-setup-sdrsharp-in-wine --- quote ---
Recipes/howtos from websites should be taken with a grain of salt. They tend to bit-rot quickly (=outdated) and some are even incorrect.
$ sha1sum sdrsharp-x86.zip adb2f2d6ed71ce723b183dd79e0b52d38ea2460f sdrsharp-x86.zip
$ du -sh sdrsharp-x86.zip 1.2M sdrsharp-x86.zip
$ wine --version wine-1.8-rc3
Regards
*** This bug has been marked as a duplicate of bug 32323 ***
https://bugs.winehq.org/show_bug.cgi?id=39748
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com --- Closing.