You are not logged in.

#1 2017-04-29 03:01:45

mryux
Member
Registered: 2017-04-29
Posts: 2

monodevelop crashed while opening existing project or creating new one

Hi All:

monodevelop was working fine on my arch linux,
however after recent upgrade, monodevelop gets crashed while opening existing project or creating new one.
========================
MonoDevelop
Version 6.2
Installation UUID: b1eae66b-5ba1-456c-ac12-48de24dc9d5e
Runtime:
    Mono 4.8.0 (Stable 4.8.0.495/e4a3cf3 Mon Feb 27 08:30:18 UTC 2017) (64-bit)
    GTK+ 2.24.31 (Adwaita-dark theme)

NuGet
Version: 3.5.0.0

Build Information
615fe0299995fbf4023cf95980615013b1cf8d74

Operating System
Linux
Linux mysky 4.10.11-1-ARCH #1 SMP PREEMPT Tue Apr 18 08:39:42 CEST 2017 x86_64 GNU/Linux
========================

Any reference is appreciated, thanks.

kind regards

Offline

#2 2017-05-01 14:21:08

Jmillwood
Member
Registered: 2016-09-19
Posts: 10

Re: monodevelop crashed while opening existing project or creating new one

I'm having the same issues

Offline

#3 2017-05-02 09:20:28

carljohnsen
Member
Registered: 2017-05-02
Posts: 1

Re: monodevelop crashed while opening existing project or creating new one

I was having the same issue, but after disabling version-control globally in settings as mentioned here, I can open projects in monodevelop again.

Offline

#4 2017-05-02 11:09:14

mryux
Member
Registered: 2017-04-29
Posts: 2

Re: monodevelop crashed while opening existing project or creating new one

carljohnsen wrote:

I was having the same issue, but after disabling version-control globally in settings as mentioned here, I can open projects in monodevelop again.

thanks, that works for me.

Offline

#5 2017-05-15 20:35:13

Archtefact
Member
Registered: 2017-05-15
Posts: 5

Re: monodevelop crashed while opening existing project or creating new one

Worked for me too. Thanks smile

Offline

#6 2017-09-06 12:37:01

kutzmann
Member
Registered: 2017-09-06
Posts: 1

Re: monodevelop crashed while opening existing project or creating new one

For me worked:

pacman -S libgit2

checked this after looked for in /usr/lib/

Offline

#7 2017-09-14 16:45:42

rad8329
Member
Registered: 2017-09-14
Posts: 2

Re: monodevelop crashed while opening existing project or creating new one

I'm having the same issues

Offline

#8 2017-09-14 16:47:51

rad8329
Member
Registered: 2017-09-14
Posts: 2

Re: monodevelop crashed while opening existing project or creating new one

carljohnsen wrote:

I was having the same issue, but after disabling version-control globally in settings as mentioned here, I can open projects in monodevelop again.

thanks, It works

Offline

#9 2017-10-20 16:18:29

BoeroBoy
Member
Registered: 2017-10-20
Posts: 2

Re: monodevelop crashed while opening existing project or creating new one

I need the git integration.  Was bummed out to see a fresh rebuild hit this one.  Proper (ugly) workaround:

$ cd /usr/lib64
$ sudo ln -s libgit2.so libgit2-e8b8948.so

Note use this at your own risk.  No telling how compatible your libgit2 is with that branch...

Offline

#10 2017-10-22 16:22:08

arifur
Member
Registered: 2017-04-08
Posts: 3

Re: monodevelop crashed while opening existing project or creating new one

carljohnsen wrote:

I was having the same issue, but after disabling version-control globally in settings as mentioned here, I can open projects in monodevelop again.


Thank you. this worked for me too

Offline

Board footer

Powered by FluxBB