Re: Mono-list Digest, Vol 135, Issue 7

Baltasar García Perez-Schofield <[email protected]>
Newsgroups gmane.comp.gnome.mono.general
Message-ID <CAGzCYFMx9HVRnMwQV2L+iZXL+E3i==78DHX8Wfyj7cd8dK3AQw@mail.gmail.com>
Hi, Miguel,

I've invoked the execution of one of the programs that uses Gtk# and fails:
WinForms programs are not affected.

==
$ mono --debug Colorado.exe
CRITICAL error: libglib-2.0-0.dll

Unhandled Exception:
System.TypeInitializationException: The type initializer for 'Gtk.Dialog'
threw an exception. ---> System.DllNotFoundException: gtksharpglue-2
  at (wrapper managed-to-native)
Gtk.Dialog:gtksharp_gtk_dialog_get_action_area_offset ()
  at Gtk.Dialog..cctor () <0x419535c0 + 0x0000b> in <filename unknown>:0
==

Is that the info you need?
BTW, in Windows executing the program with .NET fails, but executing it
with mono works.

-- Baltasar




El mié., 13 jul. 2016 a las 22:32, <[email protected]>
escribió:

> Send Mono-list mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.dot.net/mailman/listinfo/mono-list
> or, via email, send a message with subject or body 'help' to
>         [email protected]
>
> You can reach the person managing the list at
>         [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Mono-list digest..."
>
>
> Today's Topics:
>
>    1. Mono (last version) (Baltasar Garc?a Perez-Schofield)
>    2. Re: Mono (last version) (Miguel de Icaza)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 13 Jul 2016 16:50:58 +0000
> From: Baltasar Garc?a Perez-Schofield <[email protected]>
> To: "[email protected]" <[email protected]>
> Subject: [Mono-list] Mono (last version)
> Message-ID:
>         <
> CAGzCYFOecJfmZcVOL7LGh_xUKoaijgGPVntN+LHGdpdp6dLKBQ@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi, all,
>
> The last version of mono seems to have broken a lot of things.
>
> I'm using Lubuntu 16.04, and using the repo at
> http://download.mono-project.com/repo/debian. Also last available version
> in Windows.
>
> $ mono --version
> Mono JIT compiler version 4.4.1 (Nightly 4.4.1.0/4747417 Wed Jun 22
> 11:14:49 UTC 2016)
>
> When I try to launch an application compiled with Gtk#, it always crashes
> with the following error:
> System.TypeInitializationException: The type initializer for 'Gtk.Dialog'
> threw an exception. ---> System.DllNotFoundException: gtksharpglue-2
>   at at (wrapper managed-to-native)
> ...
>
> I've tried with various .NET framework targets, but no-one seems to work.
> This happens both in Windows (also last versions) and Linux.
>
> In MonoDevelop/XamarinStudio, I'm facing the same problems also in both
> platforms: I installed a plugin called "show in Github". However, it is
> impossible to install the needed dependencies, which are MonoDevlop.Core
> 6.0 and MonoDevelop.Ide 6.0.
>
> The outcome is that the status bar at the top of the window starts filling
> with green up arrows. The funny colophon is that I can uninstall the
> plugin, but with errors. It seems that the System.*.AspNet.dll is missing
> (?).
>
> Any idea?
> Why is it an adventure to install a new version of mono?
> I offer myself to test each new version, if that has the benefit of having
> more stable releases.
>
> -- Baltasar
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.dot.net/pipermail/mono-list/attachments/20160713/6d65243a/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Wed, 13 Jul 2016 19:58:10 +0000
> From: Miguel de Icaza <[email protected]>
> To: Baltasar Garc?a Perez-Schofield  <[email protected]>,
>         "[email protected]" <[email protected]>
> Subject: Re: [Mono-list] Mono (last version)
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="utf-8"
>
> Hello,
>
> Can you trace the execution to determine what happened?
>
> The man page for Mono has instructions on tracing DLL import errors as a
> sample.
>
> From: <[email protected]> on behalf of Baltasar Garc?a
> Perez-Schofield <[email protected]>
> Date: Wednesday, July 13, 2016 at 12:50 PM
> To: "[email protected]" <[email protected]>
> Subject: [Mono-list] Mono (last version)
>
> Hi, all,
> The last version of mono seems to have broken a lot of things.
> I'm using Lubuntu 16.04, and using the repo at
> http://download.mono-project.com/repo/debian<
> https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fdownload.mono-project.com%2frepo%2fdebian&data=01%7c01%7cmiguel%40microsoft.com%7cc7fad708e3404645b6b508d3ab3de67f%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=MqbGQdWnWwI75i7u1LNgan%2burXx6qtz6ZCBUL1jb7Uo%3d>.
> Also last available version in Windows.
>
> $ mono --version
> Mono JIT compiler version 4.4.1 (Nightly 4.4.1.0/4747417<
> https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2f4.4.1.0%2f4747417&data=01%7c01%7cmiguel%40microsoft.com%7cc7fad708e3404645b6b508d3ab3de67f%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=0jb6OxYYocpqbXCiAKXKBXls3MRAOP0UjJsILnj2Er8%3d>
> Wed Jun 22 11:14:49 UTC 2016)
> When I try to launch an application compiled with Gtk#, it always crashes
> with the following error:
> System.TypeInitializationException: The type initializer for 'Gtk.Dialog'
> threw an exception. ---> System.DllNotFoundException: gtksharpglue-2
>   at at (wrapper managed-to-native)
> ...
> I've tried with various .NET framework targets, but no-one seems to work.
> This happens both in Windows (also last versions) and Linux.
> In MonoDevelop/XamarinStudio, I'm facing the same problems also in both
> platforms: I installed a plugin called "show in Github". However, it is
> impossible to install the needed dependencies, which are MonoDevlop.Core
> 6.0 and MonoDevelop.Ide 6.0.
> The outcome is that the status bar at the top of the window starts filling
> with green up arrows. The funny colophon is that I can uninstall the
> plugin, but with errors. It seems that the System.*.AspNet.dll is missing
> (?).
> Any idea?
> Why is it an adventure to install a new version of mono?
> I offer myself to test each new version, if that has the benefit of having
> more stable releases.
>
> -- Baltasar
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.dot.net/pipermail/mono-list/attachments/20160713/cd12f69c/attachment.html
> >
>
> ------------------------------
>
> _______________________________________________
> Mono-list mailing list
> [email protected]
> http://lists.dot.net/mailman/listinfo/mono-list
>
>
> End of Mono-list Digest, Vol 135, Issue 7
> *****************************************
>

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.dot.net/mailman/listinfo/mono-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.