[Mono-winforms-list] OpenLink winelib + Mono.

Alexandre Pigolkine pigolkine@gmx.de
Wed, 21 May 2003 12:31:47 +0200


Hello

> 
> Hello,
> 
>    This is a list of the error messages I get while trying to 
> run a sample Windows forms application.  The program corrupts 
> the memory after this point and Mono sits on a tight loop 
> handling SIGSEGV.
> 
...
> 
>         Warning: Language 'en_US' was not found, retrying 
> without country name...
>         Warning: Language 'en' was not recognized, defaulting 
> to English
>         no window, defwndproc
>         no window, defwndproc
>         no window, defwndproc
>         WM_CREATE (static)
>         no window, defwndproc
>         setting parent
>         add ourself to the parents control
>         SetParent
>         setting parent
>         add ourself to the parents control
>         SetParent
>         setting parent
>         add ourself to the parents control
>         SetParent
>         setting parent
>         add ourself to the parents control
>         SetParent
>         err:menu:MENU_GetSysMenu failed to load system menu!
>         no window, defwndproc
>         no window, defwndproc
>         no window, defwndproc
>         WM_CREATE (static)
>         no window, defwndproc
>         OnHandleCreated
>         fixme:win:SetWindowTextA cannot set text "Form1" of 
> other process window 0x40df0460
>         Adding Control
>         
> This is where the code gets a segfault, I believe this is 
> CreateWindowEx, but I can no longer get a stack trace with 
> the failure.  The code just loops there now.


I think that this is connected to the problem reported here:
http://bugzilla.ximian.com/show_bug.cgi?id=43074 


Alexandre Pigolkine