[Mono-winforms-list] Error Running Basic Win-Forms App

Freddie Witherden freddie.witherden at googlemail.com
Sun Jan 22 05:22:32 EST 2006


Hello, I am having trouble running a very basic helloworld win forms app. I 
compiled it with mcs like so: mcs -r:System.Drawing -r:System.Windows.Forms 
HelloWorld-Win-Button.cs  but when I try it run it I get:
mono HelloWorld-Win-Button.exe
Mono System.Windows.Forms Assembly [Revision: 54007; built: 2005/12/6 
14:35:24]
Keyboard: British keyboard layout
KDE colorscheme read

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
..... (The stacktrace the follows is quite long so I have omitted it).
I am using mono:
Mono JIT compiler version 1.1.12.1, (C) 2002-2005 Novell, Inc and 
Contributors. www.mono-project.com
        TLS:           normal
        GC:            Included Boehm (with typed GC)
        SIGSEGV      : normal

Can anyone help me? The same bit of code works fine on Windows under the 
Microsoft Visualstudio compile/run time environment.


More information about the Mono-winforms-list mailing list