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