From owner-freebsd-mono@freebsd.org Fri Jul 31 05:03:31 2015 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F14869AD61B for ; Fri, 31 Jul 2015 05:03:30 +0000 (UTC) (envelope-from jdsukow@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CF38C1E99 for ; Fri, 31 Jul 2015 05:03:30 +0000 (UTC) (envelope-from jdsukow@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id CE4279AD61A; Fri, 31 Jul 2015 05:03:30 +0000 (UTC) Delivered-To: mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3E909AD619 for ; Fri, 31 Jul 2015 05:03:30 +0000 (UTC) (envelope-from jdsukow@gmail.com) Received: from mail-ig0-x234.google.com (mail-ig0-x234.google.com [IPv6:2607:f8b0:4001:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 751031E96 for ; Fri, 31 Jul 2015 05:03:30 +0000 (UTC) (envelope-from jdsukow@gmail.com) Received: by igr7 with SMTP id 7so9670494igr.0 for ; Thu, 30 Jul 2015 22:03:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=VSmDH5CISxfrO1LQmCOqJduyEwIM/TGNH0SSBgoGlbw=; b=FzuYHWQZeJAaAmheV+xOknzEQzbRO3on5H+YOuMtKQa7B9qImD2+DOtvDYIOACFa5n Y91JTyUHLOls3Xia+J47LEhpkhusAd7tQHa1SCi+Qk6ei+1Mrxq+P8f8lAxSPYHjkyGw snCEPCwffYAKrasM4dkDuRhzdfwPL6fkmk46p3q/LECy+MtBaYxoDMGbONqs/PtFPHCe VYFLuXmNUF6P0acLxvn+VafFvpTq7nOu1tC0mXWGd6kbgWZ11IzbqWMW7hbF6yBev2/x ezIWQGgVwobBIqTN4QdlPpVWoX+mSbd6hi1Jj6blKJiFN8eYITCC5f5jQf1fP7Pgmwcg j1xw== X-Received: by 10.50.43.131 with SMTP id w3mr1961245igl.8.1438319009687; Thu, 30 Jul 2015 22:03:29 -0700 (PDT) Received: from [10.253.160.43] (71-82-249-218.dhcp.stpt.wi.charter.com. [71.82.249.218]) by smtp.googlemail.com with ESMTPSA id ot6sm1379107igb.11.2015.07.30.22.03.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Jul 2015 22:03:29 -0700 (PDT) Subject: Re: Mono Develop 5.0.1_1 Not Launching? To: Russell Haley , mono@freebsd.org References: From: Jeff Sukow Message-ID: <55BB01A0.2040404@gmail.com> Date: Fri, 31 Jul 2015 00:03:28 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2015 05:03:31 -0000 Hi Russ, I'm running FreeBSD but I bet it is the same problem that I'm seeing. System.IO.FileNotFoundException: Could not load file or assembly 'Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies. From the cli, run 'monodevelop --no-redirect' INFO [2015-07-30 23:59:41Z]: Starting MonoDevelop 5.0.1 INFO [2015-07-30 23:59:41Z]: Running on Mono 4.0.1 (tarball Sun Jul 5 01:37:28 UTC 2015) (64-bit) INFO [2015-07-30 23:59:41Z]: Using GTK+ 2.24.28 ERROR [2015-07-30 23:59:41Z]: MonoDevelop failed to start. Some of the assemblies required to run MonoDevelop (for example gtk-sharp)may not be properly installed in the GAC. System.Exception: Toolkit could not be loaded ---> System.IO.FileNotFoundException: Could not load file or assembly 'Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies. File name: 'Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00000] in :0 ... I haven't found a fix yet. Let me know if you find a solution. Jeff On 07/29/15 01:16, Russell Haley wrote: > Hi there, > > I am trying to run Monodevelop on PC-BSD 10.1 release 25. First, ports > wouldn't build any of the dependency files and then when I finally got > it installed through the AppCafe using a binary, the application fails > to start. There is no error or pop-up. It just fails to start. > > I'd really like to debug this and fix the issue. Is there any logging > or any way I can figure out what the next step in debuggin this issue > is? > > Thanks, > > Russ > _______________________________________________ > freebsd-mono@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mono > To unsubscribe, send any mail to "freebsd-mono-unsubscribe@freebsd.org" >