You are not logged in.

#1 2008-10-25 02:56:07

FightRight
Member
From: Germany
Registered: 2006-05-25
Posts: 64

Cannot start Monodevelop

Hi there,

i have installed monodevelop 1.0-3. If i try to start it i get the following error message:

Mono.Addins.MissingDependencyException: The required addin 'MonoDevelop.SourceEditor,1.0.0' is not installed.
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000]
  at Mono.Addins.AddinSessionService.ResolveLoadDependencies (System.Collections.ArrayList addins, System.Collections.Stack depCheck, System.String id, Boolean optional) [0x00000]

Can anybody give me a hint how i can slove this problem. Thanks in andvance.


Ps: Sorry for my bad english

Offline

#2 2008-10-25 06:30:41

dave3068
Member
Registered: 2007-03-27
Posts: 3

Re: Cannot start Monodevelop

i'v got this problem too, waitting for some advice.

Offline

#3 2008-10-25 06:42:48

Martuk
Member
Registered: 2008-10-25
Posts: 2

Re: Cannot start Monodevelop

Hello

I got the same problem, i tried to compile the package myself. There i get this error:


./MonoDevelop.SourceEditor.Gui/SourceEditorWidget.cs(26,33): error CS0234: The type or namespace name `PrintJob' does not exist in the namespace `Gnome'. Are you missing an assembly reference?
./MonoDevelop.SourceEditor.Gui/SourceEditorWidget.cs(27,27): error CS0246: The type or namespace name `PrintDialog' could not be found. Are you missing a using directive or an assembly reference?

How did the package maintainer compile the MonoDevelop.SourceEditor? *think*

Martuk

Last edited by Martuk (2008-10-25 06:44:47)

Offline

#4 2008-10-25 10:31:52

dave3068
Member
Registered: 2007-03-27
Posts: 3

Re: Cannot start Monodevelop

finally, i'v download the 'monodevelop-1.0-12' and compiled, installed successful.
of course, comment the codes which with 'Gnome.PrintJob' and 'Gnome.PrintDialog'.
(i have no printer, it useless)

Offline

#5 2008-10-25 11:42:54

FightRight
Member
From: Germany
Registered: 2006-05-25
Posts: 64

Re: Cannot start Monodevelop

Has anybody a pkgbuild for the 2.0 Alpha 1 version?


Ps: Sorry for my bad english

Offline

#6 2008-10-25 12:02:20

creslin
Member
Registered: 2008-10-04
Posts: 241

Re: Cannot start Monodevelop

Check the AUR page.. the maintainer says he hopes to release an alpha PKGBUILD within the day.


ARCH|awesome3.0 powered by Pentium M 750 | 512MB DDR2-533 | Radeon X300 M
The journey is the reward.

Offline

#7 2008-10-25 15:41:54

FightRight
Member
From: Germany
Registered: 2006-05-25
Posts: 64

Re: Cannot start Monodevelop

Oh thank you for this information. I will observe this.


Ps: Sorry for my bad english

Offline

#8 2008-10-26 07:22:47

mclang
Member
From: Finland
Registered: 2005-10-24
Posts: 79

Re: Cannot start Monodevelop

Is the only current solution to compile from source, or is there any other workaround?


Duettaeánn aef cirrán Cáerme Gláeddyv. Yn á esseáth.

Offline

#9 2008-10-27 07:45:55

FightRight
Member
From: Germany
Registered: 2006-05-25
Posts: 64

Re: Cannot start Monodevelop

Any new PKGBUILD for the alpha version available? I followed the tip and observe the aur for the new version but it seems that the maintainer has also problems to complie the source.


Ps: Sorry for my bad english

Offline

#10 2008-10-29 07:19:46

Martuk
Member
Registered: 2008-10-25
Posts: 2

Re: Cannot start Monodevelop

I could not compile it myself without commenting out all the PrintDialog and PrintJob stuff in the code. For some reason it does not find these things in gnome. Maybe there is a problem with gtk/gnome-sharp too?

Last edited by Martuk (2008-10-29 07:29:06)

Offline

#11 2008-10-29 07:49:43

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: Cannot start Monodevelop

WARNING: Cannot find Mozilla directory containing libgtkembedmoz.so. Some Addins may not be able to function. Please set MOZILLA_FIVE_HOME to your Mozilla directory.
WARNING [2008-10-29 07:46:57Z]: Inotify watch limit is too low (8192).
MonoDevelop will switch to managed file watching.
See http://www.monodevelop.com/Inotify_Watches_Limit for more info.

** (MonoDevelop:6058): WARNING **: The following assembly referenced from /usr/lib/monodevelop/AddIns/GnomePlatform/GnomePlatform.dll could not be loaded:
     Assembly:   gnome-sharp    (assemblyref_index=0)
     Version:    2.16.0.0
     Public Key: 35e10195dab3c99f
The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/usr/lib/monodevelop/AddIns/GnomePlatform).


** (MonoDevelop:6058): WARNING **: Could not load file or assembly 'gnome-sharp, Version=2.16.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f' or one of its dependencies.
ERROR [2008-10-29 07:46:58Z]: Add-in error (): Error while getting object for node in path '/MonoDevelop/Core/PlatformService'.
System.TypeLoadException: Could not load type 'MonoDevelop.Platform.GnomePlatform' from assembly 'GnomePlatform, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
  at (wrapper managed-to-native) System.MonoType:GetConstructors_internal (System.Reflection.BindingFlags,System.Type)
  at System.MonoType.GetConstructors (BindingFlags bindingAttr) [0x00000] 
  at System.MonoType.GetConstructorImpl (BindingFlags bindingAttr, System.Reflection.Binder binder, CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) [0x00000] 
  at System.Type.GetConstructor (BindingFlags bindingAttr, System.Reflection.Binder binder, CallingConventions callConvention, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) [0x00000] 
  at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) [0x00000] 
  at System.Activator.CreateInstance (System.Type type) [0x00000] 
  at Mono.Addins.TypeExtensionNode.CreateInstance () [0x00000] 
  at Mono.Addins.InstanceExtensionNode.GetInstance () [0x00000] 
  at Mono.Addins.InstanceExtensionNode.GetInstance (System.Type expectedType) [0x00000] 
  at Mono.Addins.ExtensionNode.GetChildObjects (System.Type arrayElementType, Boolean reuseCachedInstance) [0x00000] 
FATAL ERROR [2008-10-29 07:46:58Z]: A platform service implementation has not been found.

Not sure if it helps....


Mr Green

Offline

Board footer

Powered by FluxBB