[Bug 21624] MJ12node.exe crashes with StackOverflowException

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Feb 7 08:21:18 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=21624


Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net




--- Comment #1 from Anastasius Focht <focht at gmx.net>  2010-02-07 08:21:17 ---
Hello,

--- snip ---
fixme:ntoskrnl:KeInitializeTimerEx stub: 0x131288 0
...
--- snip ---

it seems you installed the app into a tainted WINEPREFIX which can cause all
kinds of errors.

Just use a new/clean WINEPREFIX for your .NET app (see wine wiki/appdb if
unsure what that means)

You need 'winetricks dotnet20 corefonts' steps.

'corefonts' is needed because the app requires arial font (despite the app
saying 'ignored global error'):

--- snip ---
Ignored global app error: System.ArgumentException: Font 'Arial' cannot be
found.
   at System.Drawing.FontFamily.CreateFontFamily(String name, FontCollection
fontCollection)
   at System.Drawing.FontFamily..ctor(String name)
   at NPlot.PlotSurface2D.Init()
   at NPlot.Windows.PlotSurface2D..ctor()
   at MJ12node.frmMain.InitializeComponent()
   at MJ12node.frmMain..ctor(String[] p_args)
   at MJ12node.frmMain.Main(String[] args)
--- snip ---

You might also want to set gdiplus to "native then builtin" to prevent serious
font drawing ugliness.

Regards

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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