[Mono-winforms-list] monostub

Alexandre Pigolkine pigolkine@gmx.de
Sat, 22 Mar 2003 20:57:48 +0100


Lets see how far you can get before the exception.
How do you start the application ?
Do you see output from monostub ?
parsing configuration file
initializing JIT engine
opening assembly ...

Then, you can go to monogc.c and monosem.c and
set TRACE just to "printf" and rebuild monostub. This will bring more
output.

You can also try run application without monowinehooks ( if you run with it
now).
You will see a lot of output from wine, so redirect stderr.

Alexandre


----- Original Message -----
From: "Roderick Colenbrander" <thunderbird2k@gmx.net>
To: "Alexandre Pigolkine" <pigolkine@gmx.de>
Cc: <mono-winforms-list@lists.ximian.com>
Sent: Saturday, March 22, 2003 6:37 PM
Subject: Re: [Mono-winforms-list] monostub


> I rechecked everything but I still have the strange problem.
> Still this stuff:
> wine: Unhandled exception, starting debugger...
> WineDbg starting on pid 8
> Unknown type 'R'
> Failure on complex float:t(0,16)=R3;8;0; at 3;8;0;
> Unknown type 'R'
> ...
>
> When not executing any mono related code it works fine.
>
> Perhaps it are the changes in Wine CVS. The past few weeks various things
> changed because of glibc 2.3.x problems on recent distributions (redhat
8.1
> beta, gentoo ..)
>
> Roderick
>