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
--- Begin Message ---
Delivered-To: [EMAIL PROTECTED] From: Aleksey Ryabchuk <[EMAIL PROTECTED]> Subject: Re: [Mono-list] Unable to get mono-wine working To: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] X-BeenThere: [EMAIL PROTECTED] X-Mailman-Version: 2.0.13 List-Help: <mailto:[EMAIL PROTECTED]> List-Post: <mailto:[EMAIL PROTECTED]> List-Subscribe: <http://lists.ximian.com/mailman/listinfo/mono-list>, <mailto:[EMAIL PROTECTED]> List-Id: Mono Developer Discussion List <mono-list.lists.ximian.com> List-Unsubscribe: <http://lists.ximian.com/mailman/listinfo/mono-list>, <mailto:[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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. > > > [EMAIL PROTECTED] 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 - [EMAIL PROTECTED] > 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 - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
--- End Message ---
