|
|
Subject: [Mono-dev] Can't launch MonoDevelop built from svn - msg#00027
List: gnome.mono.monodevelop.general
Hi All,
I just built everything from svn and I get this error
when trying to launch monodevelop from the command
line:
Entering VB.NET parser
Reading
/root/.config/MonoDevelop/CodeCompletionData/mscorlib_1.0.5000.0_b77a5c561934e089.pidb
Creating DefaultWorkbench
Loading error, please reinstall :
System.EntryPointNotFoundException:
gtksharp_get_type_name_for_id
in (wrapper managed-to-native)
GLib.ObjectManager:gtksharp_get_type_name_for_id(intptr)
in <0x000ad> GLib.ObjectManager:LookupType (IntPtr
typeid)
in <0x00019> GLib.ObjectManager:GetTypeOrParent
(IntPtr obj)
in <0x00031> GLib.ObjectManager:CreateObject (IntPtr
raw)
in <0x000cc> GLib.Object:GetObject (IntPtr o, Boolean
owned_ref)
in <0x0000c> GLib.Object:GetObject (IntPtr o)
in <0x00015> Gtk.Widget:get_DefaultStyle ()
in <0x00048>
MonoDevelop.Core.Services.ResourceService:GetIcon
(System.String name, IconSize size)
in <0x0001a>
MonoDevelop.Core.Services.ResourceService:GetBitmap
(System.Stringname, IconSize size)
in <0x00012>
MonoDevelop.Core.Services.ResourceService:GetBitmap
(System.Stringname)
in <0x001e5> MonoDevelop.Gui.DefaultWorkbench:.ctor ()
in <0x00019>
MonoDevelop.Commands.InitializeWorkbenchCommand:Run ()
in <0x00714> MonoDevelop.SharpDevelopMain:Main
(System.String[] args)
I'm running Suse 9.2
mono r50052
MonoDevelop r2794
Any suggestions appreciated.
Thanks,
Joe
joe_audette [at] yahoo dotcom
http://www.joeaudette.com
http://www.mojoportal.com
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: Running MonoDevelop with gmcs
Probably you need to hack CSharpBindingCompilerManager.cs in
Core/src/AddIns/BackendBindings/CSharpBinding
(please, if you patch it for gmcs let me know)
--
http://people.hazent.com/~jrp - Jose Ramon Palanco
Next Message by Date:
click to view message preview
MonoDevelop.StartPage Addin
All,
I am interested in resuscitating the MonoDevelop.StartPage addin.
Before I do, I want to make sure I am not duplicating effort, so please
let me know if this is already being worked on or if there are any
issues I should be aware of.
My main goals are:
* Create an aesthetically pleasing startup page for MonoDevelop. This
would include the logo graphic.
* List the recent projects, and be able to open these via links
* Create a new project button
Other ideas:
Links to tutorials, tips & tricks, perhaps a list of new articles on the
wiki, or the latest MonoDevelop/Mono News.
thanks,
Scott Ellington
Previous Message by Thread:
click to view message preview
Monodevelop 0.7.3
Today I installed Mono 1.1.9. I noticed the following.
My projects that use Glade# and Gtk# list GTk# glade# gda# etc as
Version 2.0, specifically 2.0.0.0.
The version shown for Glade#, Gtk# gda# etc, in the GAC is version 2.4,
specifically 2.4.0.0.
If I change the refereences to point to the 2.4.0.0 versions from the
GAC, my projects compile and run fine.
However.
If I create a new Glade# 2 project, MonoDevelop 0.7.3 creates a project
that references version 2.0.0.0 of the Glade#, Gtk#, gda# libraries, and
NOT the 2.4.0.0 libraries that are listed in the GAC. naturally the
project will not compile, and instead displays several error messages,
when I attempt to compile, like the ones below. Interestingly, the
Glade# GUI seems to work fine, and compiles the 'C' code without
incident.
glade-sharp, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f could not be found or is invalid.
gtk-sharp, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=35e10195dab3c99f could not be found or is invalid.
What I have done.
Is roll back to Mono 1.1.7. At this point, the version number of Glade#
and Gtk# list GTk# glade# gda# etc in my propjects are the same as the
versions of these libraries in the GAC, specifically Version 2.0.0.0.
If I create a new Glade# 2 Project, Monodevelop creates references to
GTk# glade# gda# etc that match the version number of these libraries
listed in the GAC.
If I roll forward to Mono 1.1.8-2, there are no problems with version
numbers.
But, when I roll forward to Mono 1.1.8-3, we get the problem, of
mismatched version numbers.
I had upgraded from Mono 1.1.8-2 to 1.1.9, so this problem had not
presented itself to me earlier.
regards
Tracy Barlow
Next Message by Thread:
click to view message preview
MonoDevelop.StartPage Addin
All,
I am interested in resuscitating the MonoDevelop.StartPage addin.
Before I do, I want to make sure I am not duplicating effort, so please
let me know if this is already being worked on or if there are any
issues I should be aware of.
My main goals are:
* Create an aesthetically pleasing startup page for MonoDevelop. This
would include the logo graphic.
* List the recent projects, and be able to open these via links
* Create a new project button
Other ideas:
Links to tutorials, tips & tricks, perhaps a list of new articles on the
wiki, or the latest MonoDevelop/Mono News.
thanks,
Scott Ellington
|
|