[Fwd: Fwd: Re: [Mono-list] Unable to get mono-wine working]

David Douglas computerwiz1970@charter.net
Tue, 12 Aug 2003 08:45:17 -0500


This is a multi-part message in MIME format.
--------------090605040801070401090906
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Hi, Aleksey

Yes and No.... ;-)

I did install the packages from that page and I did run the mono-setup 
script. However, at the time I did not have WINE installed. I have since 
installed :

wine-20030508-1rh9winehq.i386.rpm

Before I had installed this I was getting a lot of other error messages. 
These messages stated that libntdll.dll.so could not be found. This was, 
of course, because WINE was not installed. I suppose that because of 
this round-about install I may have messed something up.

Any ideas?

David

--------------090605040801070401090906
Content-Type: message/rfc822;
 name="Fwd: Re: [Mono-list] Unable to get mono-wine working"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="Fwd: Re: [Mono-list] Unable to get mono-wine working"

Return-Path: <computerwiz1970@charter.net>
Received: from [68.113.82.80] (HELO dd-jewel.charter.net)
  by remt25.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6)
  with ESMTP id 119936917 for computerwiz1970@charter.net; Tue, 12 Aug 2003 09:15:58 -0400
Message-Id: <5.2.0.9.0.20030812081539.00a67c28@mail.charter.net>
X-Sender: computerwiz1970@mail.charter.net
X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9
Date: Tue, 12 Aug 2003 08:15:45 -0500
To: computerwiz1970@charter.net
From: David Douglas <computerwiz1970@charter.net>
Subject: Fwd: Re: [Mono-list] Unable to get mono-wine working
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed


>Delivered-To: mono-list@ximian.com
>From: Aleksey Ryabchuk <ryabchuk@yahoo.com>
>Subject: Re: [Mono-list] Unable to get mono-wine working
>To: mono-list@ximian.com
>X-Spam-Status: No, hits=-9.4 required=5.0
>         tests=EMAIL_ATTRIBUTION,IN_REP_TO,MAILTO_TO_SPAM_ADDR
>         version=2.53
>X-Spam-Level:
>X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp)
>Sender: mono-list-admin@lists.ximian.com
>X-BeenThere: mono-list@lists.ximian.com
>X-Mailman-Version: 2.0.13
>List-Help: <mailto:mono-list-request@lists.ximian.com?subject=help>
>List-Post: <mailto:mono-list@lists.ximian.com>
>List-Subscribe: <http://lists.ximian.com/mailman/listinfo/mono-list>,
>         <mailto:mono-list-request@lists.ximian.com?subject=subscribe>
>List-Id: Mono Developer Discussion List <mono-list.lists.ximian.com>
>List-Unsubscribe: <http://lists.ximian.com/mailman/listinfo/mono-list>,
>         <mailto:mono-list-request@lists.ximian.com?subject=unsubscribe>
>List-Archive: <http://lists.ximian.com/archives/public/mono-list/>
>Date: Tue, 12 Aug 2003 03:42:34 -0700 (PDT)
>
>Hello David,
>
>Did you follow all instructions from this page ?
>http://www.nullenvoid.com/mono/wiki/index.php/MonoWinePackages
>
>Regards
>Aleksey
>
>--- David Douglas <computerwiz1970@charter.net> wrote:
> > I have installed redhat 9.0, wine, and the packages
> > on the mono website
> > for redhat 9.0.  I am getting the following error
> > message when I tried
> > to run an application that brings up an empty
> > window.
> >
> > > [david@dd-linux david]$ SWF=1 mono hello.exe
> > >
> > > ** (hello.exe:5885): WARNING **: Failed to load
> > function PROCESS_InitWine from libntdll.dll.so
> > >
> > > ** (hello.exe:5885): WARNING **: Failed to load
> > function PROCESS_InitWine from libntdll.dll.so
> > > MonoWin32: Initializing WineLib
> > >
> > > Unhandled Exception:
> > System.TypeInitializationException: An exception was
> > thrown by the type initializer for
> > System.Windows.Forms.Control --->
> > System.TypeInitializationException: An exception was
> > thrown by the type initializer for
> > System.Windows.Forms.Win32 --->
> > System.MissingMethodException: A missing method
> > exception has occurred.
> > > in <0x00042> 06
> > System.Windows.Forms.Win32:PROCESS_InitWine
> > (int,string[])
> > > in <0x00083> 00 System.Windows.Forms.Win32:.cctor
> > ()
> > > --- End of inner exception stack trace ---
> > >
> > > --- End of inner exception stack trace ---
> > >
> > > in (unmanaged) 00
> > System.Windows.Forms.Control:.ctor ()
> > > in <0x0000e> 00
> > System.Windows.Forms.ScrollableControl:.ctor ()
> > > in <0x00014> 00
> > System.Windows.Forms.ContainerControl:.ctor ()
> > > in <0x0001b> 00 System.Windows.Forms.Form:.ctor ()
> > > in <0x0000a> 00 .hello:.ctor ()
> > > in <0x00054> 08 .hello:.ctor ()
> > > in <0x0001e> 00 .hello:Main ()
> >
> > I am not sure what I may be doing wrong here.  The
> > source for my
> > hello.exe file is :
> >
> > > using System;
> > > using System.Windows.Forms;
> > >
> > > class hello : System.Windows.Forms.Form
> > > {
> > >         public static void Main()
> > >         {
> > >                 Application.Run(new hello());
> > >         }
> > > }
> >
> > I would appreciate any suggestions.
> >
> > Thanks,
> > David
> >
> > _______________________________________________
> > Mono-list maillist  -  Mono-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list
>
>
>__________________________________
>Do you Yahoo!?
>Yahoo! SiteBuilder - Free, easy-to-use web site design software
>http://sitebuilder.yahoo.com
>_______________________________________________
>Mono-list maillist  -  Mono-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-list




--------------090605040801070401090906--