[Mono-list] Mono-list Digest, Vol 135, Issue 7

Baltasar García Perez-Schofield baltasarq at gmail.com
Thu Jul 14 07:57:48 UTC 2016


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, <mono-list-request at lists.dot.net>
escribió:

> Send Mono-list mailing list submissions to
>         mono-list at lists.dot.net
>
> 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
>         mono-list-request at lists.dot.net
>
> You can reach the person managing the list at
>         mono-list-owner at lists.dot.net
>
> 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 <baltasarq at gmail.com>
> To: "mono-list at lists.ximian.com" <mono-list at lists.ximian.com>
> Subject: [Mono-list] Mono (last version)
> Message-ID:
>         <
> CAGzCYFOecJfmZcVOL7LGh_xUKoaijgGPVntN+LHGdpdp6dLKBQ at 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 <miguel at microsoft.com>
> To: Baltasar Garc?a Perez-Schofield  <baltasarq at gmail.com>,
>         "mono-list at lists.ximian.com" <mono-list at lists.ximian.com>
> Subject: Re: [Mono-list] Mono (last version)
> Message-ID: <2E72CE1F-5D1D-4ED6-9EF6-C8E2133FC67A at microsoft.com>
> 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: <mono-list-bounces at lists.dot.net> on behalf of Baltasar Garc?a
> Perez-Schofield <baltasarq at gmail.com>
> Date: Wednesday, July 13, 2016 at 12:50 PM
> To: "mono-list at lists.ximian.com" <mono-list at lists.ximian.com>
> 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
> Mono-list at lists.dot.net
> http://lists.dot.net/mailman/listinfo/mono-list
>
>
> End of Mono-list Digest, Vol 135, Issue 7
> *****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dot.net/pipermail/mono-list/attachments/20160714/5b5e02d8/attachment.html>


More information about the Mono-list mailing list