Ok, i also remembered to try with my older version. That one had been compiled
in Linux with mono 1.1.13.2 . I remembered of it complaining, also, of not
finding Gtk but it isn't true, it complains of something else.
Attached, i send the file "erro.txt" with the console result.

One other dude who tried that older 1.1.13.2 version on Linux in mono 1.1.13.4
said that the program runs well. He didn't installed with the Linux universal
installer, like i did.

Hope this helps.



[EMAIL PROTECTED] escreveu:
>Attached goes the file "erro.txt" with the output. But, yes, my program uses
>Gtk# 2.8.
>
>And,
>"The Linux installer comes with gtk# 2.4, while the windows installer
> comes with gtk# 2.8."
>Am i very stupid or does this not makes any sense at all?
>
>
>
>Citando Wade Berrier <[EMAIL PROTECTED]>:
>
> On Sat, 2006-04-08 at 00:06 +0100, [EMAIL PROTECTED] wrote:
> > It was good to know that it was a bug, as a first thing, because i actually
> > ended up suspecting that it might have not been a bug.
> > And it is good to know that you are still paying attention to it.
> > And even better to know that you may be seeing a solution.
> > 
> > I ended up compiling the program with mono 1.1.13.4, to be sure my users
> could
> > run it without having to install another mono. This time in Windows.
> > Yet another funny thing. Tried it in mono 1.1.13.4 (same) in Linux and it
> > complained again about not finding Gtk... I had used the .bin installer
> (the
> > click and run installer). So you may want to check that one too, if that
> wasn't
> > in the plans already.
> 
> Could you post some details about the error using the Linux installer?
> The Linux installer comes with gtk# 2.4, while the windows installer
> comes with gtk# 2.8.  Maybe that was the issue?
> 
> Please run you app with with setting this first:
> 
> export MONO_LOG_LEVEL=debug
> 
> and post the output so we can debug this.
> 
> Thanks!
> 
> Wade
> 
> > 
> > 
> > Citando Mike Kestner <[EMAIL PROTECTED]>:
> > 
> >  On Fri, 2006-03-31 at 16:04 +0100, [EMAIL PROTECTED] wrote:
> >  > That instalation of mono worked. My program seemed to run fine.
> >  > In the mean time, i noticed that there is another version of mono,
> 1.1.13.6,
> >  and
> >  > went to try that one. It still gives the same problem.
> >  > 
> >  > For watever reason, your experimental installer for Windows runs my Gtk#
> >  2.4
> >  > application while the official mono one does not (neither in Windows nor
> in
> >  > Linux)...
> >  
> >  Talked to Wade about this today and we think we figured out why the
> >  mono-project installers policy stuff wasn't working.  He's working on
> >  the issue.
> >  
> >  -- 
> >  Mike Kestner <[EMAIL PROTECTED]>
> >  
> >  _______________________________________________
> >  Mono-devel-list mailing list
> >  Mono-devel-list@lists.ximian.com
> >  http://lists.ximian.com/mailman/listinfo/mono-devel-list
> >  
> > 
> > 
> > 
> > __________________________________________________________
> > Porque insiste em pagar o dobro?
> > Compare o preço da sua ligação à Internet
> > http://acesso.portugalmail.pt/maisbarato
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> > 
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list

__________________________________________________________
Email gratuito com 2 000 MB
Espaço para guardar 1 milhão de mensagens
http://www.portugalmail.pt/2000mb
[EMAIL PROTECTED]:~> export MONO_LOG_DEVEL=debug
[EMAIL PROTECTED]:~> cd EdSv0.9/
[EMAIL PROTECTED]:~/EdSv0.9> /opt/mono-1.1.13.4/bin/mono 
EditorSpringGUI.exe.mono

Unhandled Exception: System.TypeInitializationException: An exception was 
thrown by the type initializer for Gtk.Container---> 
System.DllNotFoundException: gtksharpglue-2
in (wrapper managed-to-native) 
Gtk.Container:gtksharp_gtk_container_get_focus_child_offset ()
in <0x0000a> Gtk.Container:.cctor ()--- End of inner exception stack trace ---

in <0x00000> <unknown method>
in <0x0000e> Gtk.Bin:.ctor (IntPtr raw)
in <0x0002f> Gtk.Window:.ctor (WindowType type)
in <0x0000c> Gtk.Window:.ctor (System.String title)
in <0x0002a> EditorSpringGUI.LinguaGUI:.ctor ()
in <0x00042> EditorSpringGUI.Principal:.ctor ()
in <0x00016> EditorSpringGUI.Principal:Main (System.String[] args)
[EMAIL PROTECTED]:~/EdSv0.9>
[EMAIL PROTECTED]:~/EdSv0.9>
[EMAIL PROTECTED]:~/EdSv0.9>
[EMAIL PROTECTED]:~/EdSv0.9> /opt/mono-1.1.14/bin/mono EditorSpringGUI.exe.mono

Unhandled Exception: System.TypeInitializationException: An exception was 
thrown by the type initializer for Gtk.Container---> 
System.DllNotFoundException: gtksharpglue-2
in (wrapper managed-to-native) 
Gtk.Container:gtksharp_gtk_container_get_focus_child_offset ()
in <0x0000a> Gtk.Container:.cctor ()--- End of inner exception stack trace ---

in <0x00000> <unknown method>
in <0x0000e> Gtk.Bin:.ctor (IntPtr raw)
in <0x0002f> Gtk.Window:.ctor (WindowType type)
in <0x0000c> Gtk.Window:.ctor (System.String title)
in <0x0002a> EditorSpringGUI.LinguaGUI:.ctor ()
in <0x00042> EditorSpringGUI.Principal:.ctor ()
in <0x00016> EditorSpringGUI.Principal:Main (System.String[] args)
[EMAIL PROTECTED]:~/EdSv0.9>
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to