Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
1
Question by SoBiT · Jun 23, 2013 at 12:58 PM · monodevelop

MonoDevelop with Unity 4.1.5f1

MonoDevelop does not work anymore, after I updated Unity. There are already posts on the forums but none did solve it for me. Does anyone have a solution?

This is what MonoDevelop says at Start:

 System.EntryPointNotFoundException: Unable to find an entry point named 'gtksharp_list_get_data' in DLL 'glibsharpglue-2'.
 
  
 
    at GLib.List.gtksharp_list_get_data(IntPtr l)
         
    at GLib.List.GetData(IntPtr current)    
      
    at GLib.ListBase.ListEnumerator.get_Current()    
      
    at GLib.ListBase.CopyTo(Array array, Int32 index)
      
    at GLib.Marshaller.ListToArray(ListBase list, Type type)
 
    at GLib.Marshaller.ListPtrToArray(IntPtr list_ptr, Type list_type, Boolean owned, Boolean elements_owned, Type elem_type) 
      
    at Gtk.Container.get_Children()    
      
    at MonoDevelop.Components.Commands.CommandToolbar.SetEnabled(Boolean enabled) in c:\BuildAgent\work\f07246b5212f7be4\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Components.Commands\CommandToolbar.cs:line 73    
      
    at MonoDevelop.Components.Commands.CommandManager.RegisterCommandBar(ICommandBar commandBar) in c:\BuildAgent\work\f07246b5212f7be4\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Components.Commands\CommandManager.cs:line 1225    
      
    at MonoDevelop.Components.Commands.CommandToolbar..ctor(CommandManager manager, String id, String title) in c:\BuildAgent\work\f07246b5212f7be4\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Components.Commands\CommandToolbar.cs:line 40    
      
    at MonoDevelop.Components.Commands.CommandManager.CreateToolbar(String id, CommandEntrySet entrySet, Object initialTarget) in c:\BuildAgent\work\f07246b5212f7be4\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Components.Commands\CommandManager.cs:line 496    
      
    at MonoDevelop.Components.Commands.CommandManager.CreateToolbar(String id, CommandEntrySet entrySet) in c:\BuildAgent\work\f07246b5212f7be4\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Components.Commands\CommandManager.cs:line 491    
      
    at MonoDevelop.Components.Commands.CommandManager.CreateToolbarSet(String addinPath) in c:\BuildAgent\work\f07246b5212f7be4\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Components.Commands\CommandManager.cs:line 128    
      
    at MonoDevelop.Ide.Gui.DefaultWorkbench.InitializeWorkspace() in c:\BuildAgent\work\f07246b5212f7be4\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Ide.Gui\DefaultWorkbench.cs:line 271    
      
    at MonoDevelop.Ide.Gui.Workbench.Initialize(IProgressMonitor monitor) in c:\BuildAgent\work\f07246b5212f7be4\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Ide.Gui\Workbench.cs:line 78         
 
    at MonoDevelop.Ide.IdeApp.Initialize(IProgressMonitor monitor) in c:\BuildAgent\work\f07246b5212f7be4\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Ide\Ide.cs:line 171    
      
    at MonoDevelop.Ide.IdeStartup.Run(String[] args) in c:\BuildAgent\work\f07246b5212f7be4\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Ide\IdeStartup.cs:line 242
Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image MrVerdoux · Jun 28, 2013 at 09:19 PM 0
Share

Same problem here, I hope someone helps us soon.

5 Replies

· Add your reply
  • Sort: 
avatar image
3
Best Answer

Answer by Immanuel-Scholz · Jun 28, 2013 at 09:24 PM

I don't have the problem, but from my gut-feeling when looking at the error, I would recommend deinstalling all GTK-version you find in your system. Then reinstalling Unity.

There may be some messup with DLL's and the GAC.

Comment
Add comment · Show 5 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image SoBiT · Jun 29, 2013 at 11:04 AM 0
Share

This really worked! THAN$$anonymous$$S SO $$anonymous$$UCH

avatar image leegod · Jun 30, 2013 at 08:13 AM 0
Share

hi, what is GT$$anonymous$$? I don't know.

avatar image Immanuel-Scholz · Jun 30, 2013 at 08:20 AM 0
Share

Its a platform independend function library to draw windows and things on the screen. $$anonymous$$any programms that ship on windows and mac/linux use GT$$anonymous$$ to draw their interfaces.

You should find it under your installed programms in your system panel.

avatar image Fractalbase · Aug 05, 2013 at 04:01 AM 0
Share

worked for me, thanks.

avatar image Adreni · Sep 05, 2013 at 05:39 PM 0
Share

Unless GT$$anonymous$$ has multiple entries in Programs/Features, I'm stumped. I uninstalled it, reinstalled Unity, and nothing.

UPDATE: I had to manually reinstall GT$$anonymous$$ from the $$anonymous$$onodevelop site. Now it works.

avatar image
0

Answer by Daemon0x0 · Jul 25, 2013 at 01:04 PM

Deinstalling version of GTK# for .net (2.12.10) by Xamarin was helpfully for me. I've got W7 64bit with srvp 1

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Xaon · Aug 08, 2013 at 12:35 PM

Find and download the MonoDelvelop.exe.config file and replace the one in your instalation. Also find and download the glibsharpglue-2.dll file ( http://originaldll.com/file/glibsharpglue-2.dll/31306.html ) and also replace in your instalation. It looks like the library is somehow broken in latest update.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by hubecube_ · Oct 01, 2013 at 11:56 AM

This thread provided the file: http://answers.unity3d.com/questions/534908/monodevelop-failed-to-start.html

The path for glibsharpglue-2.dll is Unity >> MonoDevelop >> bin >> glibsharpglue-2.dll

You should already have a copy of it just not a good one.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by Jani86 · Nov 10, 2013 at 10:50 PM

Thanks! The sollution worked for me too. :)

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

22 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

How to associate monodevelop with unity3d 4.5.2 ? 1 Answer

Cloud recognition in Vuforia 0 Answers

why my unity3d software can't connect with monodevelop? 0 Answers

Object deformation on activat 0 Answers

unity3d can't connecte with monodevelop 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges