Running Windows 8.1 64bit, Various versions of Unity (preferably 4.6 or later but not 5), Monodevelop version 4.0.1
**Fatal error I receive on startup is as follows:**
System.IO.IOException: The file exists.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.__Error.WinIOError()
at System.IO.Path.InternalGetTempFileName(Boolean checkHost)
at System.IO.Path.GetTempFileName()
at MonoDevelop.Components.CairoExtensions.LoadImage(Assembly assembly, String resource) in c:\buildslave\monodevelop\build\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Components\CairoExtensions.cs:line 544
at MonoDevelop.Components.MainToolbar.LazyImage.get_Img() in c:\buildslave\monodevelop\build\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Components.MainToolbar\RoundButton.cs:line 45
at MonoDevelop.Components.MainToolbar.LazyImage.op_Implicit(LazyImage lazy) in c:\buildslave\monodevelop\build\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Components.MainToolbar\RoundButton.cs:line 57
at MonoDevelop.Components.MainToolbar.RoundButton.GetIcon() in c:\buildslave\monodevelop\build\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Components.MainToolbar\RoundButton.cs:line 159
at MonoDevelop.Components.MainToolbar.RoundButton.OnExposeEvent(EventExpose evnt) in c:\buildslave\monodevelop\build\monodevelop\main\src\core\MonoDevelop.Ide\MonoDevelop.Components.MainToolbar\RoundButton.cs:line 181
at Gtk.Widget.exposeevent_cb(IntPtr widget, IntPtr evnt)
**Solutions I have already tried:**
- Reinstalled and installed unity versions ( 4.3.? through 4.6.? )
- Replaced existing glibsharpglue-2.dll with a supposed fix version, which had no effect
- Cleaned my C:\Windows\%temp% folder which was a suggested solution in another forum, but had no effect
- Installed suggested "new" .NET framework 4.0 and GTK# ( Do not remember which GTK# version I downloaded )
- I have checked if Monodevelop is running in the background and at no point is it running when I have not explicitly clicked on the application.
Nothing has had any effect. I usually do not even get the Fatal message; the most often string of events when I attempt to launch Monodevelop is -- splash logo with loading bar, loading bar reaches about two thirds the way to completion, window opens up in project view, and finally window closes.
For me to get the error what-so-ever I had to clean my %temp%, restart my computer and before I do anything else attempt to open Monodevelop it will give me the error for a duration of 60 seconds before ultimately closing itself. If I attempt to open Monodevelop again I will NOT receive the error.
I need unity and monodevelop to work for my college course, and there is no way around that. Any feedback/suggestions/help would be greatly appreciated.
Thank you if you made it through my lengthy question.
↧