chrisjob012 wrote:
> 
> Hi Alex,
> 
> This is my scenario.
> 
> I have a C#.Net application that i have developed in Visual studio. This
> program is intented to run on Ubuntu. This application has a form with a
> webbrowser control in it. I basically need to display a flash file in the
> webbrowser control.
> 
> I have two Ubuntu machines, 1 is running on Ubuntu 8.10 and the second one
> is running on 8.04. When I open and run my application in MonoDevelop, I get
> two different errors. 
> 
> in the first machine, i get an error -  Thread (nil) may have been
> prematurely finalized and in the second machine, I get an error -
> libgluezilla not found. To have webbrowser support, you need libgluezilla
> installed
> 
> I have installed libgluezilla and xulrunner in both machines using the apt
> command.

Hm, I remember a similar problem with gluezilla on my Ubuntu-9.4.  I 
don't recall how exactly I solved it but suppose I've compiled mono and 
gluezilla myself.

You can try running

MONO_LOG_LEVEL=debug mono myapp.exe | grep gluezilla

on the second machine.  In theory this should reveal which locations did 
mono try to find the lib and why it doesn't find one.

About the problem on your first machine I have no idea.  Maybe others 
have to say something about it.

--
Regards,
Alex

_______________________________________________
Mono-winforms-list maillist  -  Mono-winforms-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to