OmniSharp / omnisharp-brackets

does some brackets stuff
49 stars 20 forks source link

OmniSharp doesn't start in Brackets on Ubuntu 14.04 #19

Closed AlexZeitler closed 9 years ago

AlexZeitler commented 9 years ago

OmniSharp doesn't start in Brackets on Ubuntu 14.04, the OmniSharp Icon is blinking. "Start OmniSharp" shows no errors nor does it start OmniSharp.

AlexZeitler commented 9 years ago

[node-error 2:42:31 PM] Cannot open assembly '/home/alexzeitler/.config/Brackets/extensions/user/mat-mcloughlin.omnisharp/omnisharp/omnisharp.exe': No such file or directory.

mat-mcloughlin commented 9 years ago

Hey, sorry I didn't get back sooner. I've not tried running it on linux yet. I'll give it go and get back to you ASAP

AlexZeitler commented 9 years ago

Don't worry. If I can test something for you just let me know.

andrebaltieri commented 9 years ago

Same issue here, but running Mac OS Yosemite!

meldj commented 9 years ago

I have the same problem on Mac OS Yosemite, any solution?

andrebaltieri commented 9 years ago

Hey guys, I just installed Xcode and Xamarin Studio,,, Not sure which one corrected the problem, but it works now...

Do you know if there's any dependency on Mono or other tool/framework to install this plugin?

Thanks

nosami commented 9 years ago

Xcode installs git. That's the only thing I can think of. On 14 Dec 2014 12:30, "Andre Baltieri" notifications@github.com wrote:

Hey guys, I just installed Xcode and Xamarin Studio,,, Not sure which one corrected the problem, but it works now...

Do you know if there's any dependency on Mono or other tool/framework to install this plugin?

Thanks

— Reply to this email directly or view it on GitHub https://github.com/OmniSharp/omnisharp-brackets/issues/19#issuecomment-66911679 .

andrebaltieri commented 9 years ago

I already had git installed on my machine

nosami commented 9 years ago

Did you have mono installed previously? On 14 Dec 2014 13:03, "Andre Baltieri" notifications@github.com wrote:

I already had git installed on my machine

— Reply to this email directly or view it on GitHub https://github.com/OmniSharp/omnisharp-brackets/issues/19#issuecomment-66912557 .

andrebaltieri commented 9 years ago

Humm... I don't think so... Thought when I installed KRE (brew tap aspnet/k) it installed Mono here... but not sure it is true.. Strange... does KRE runs without mono? Because I was running some ASP.NET apps before install Xcode/Xamarin.

nosami commented 9 years ago

I don't know if kre requires mono to be on the PATH. Maybe you didn't brew link mono?

andrebaltieri commented 9 years ago

No. Probably that is the problem. Thanks for the support!

mat-mcloughlin commented 9 years ago

@AlexZeitler @andrebaltieri @meldj

Hey guys, are any of you still suffering from this problem still? I think its the same problem I had when I installed Mono from brew rather than the installer. If its still a problem I'll look into it now

Sorry for the later reply. New job == not much time

andrebaltieri commented 9 years ago

Hi @mat-mcloughlin, I solved installing mono outside brew also, as mentioned before. Unfortunally there's no log about the error when you don't have mono installed.

meldj commented 9 years ago

Hi @mat-mcloughlin @andrebaltieri I solved installing mono. Tnx guys.

nosami commented 9 years ago

brew link mono might have worked also, if you hadn't done that.

On Wed, Dec 17, 2014 at 1:53 PM, Manuel notifications@github.com wrote:

Hi @mat-mcloughlin https://github.com/mat-mcloughlin @andrebaltieri https://github.com/andrebaltieri I solved installing mono. Tnx guys.

— Reply to this email directly or view it on GitHub https://github.com/OmniSharp/omnisharp-brackets/issues/19#issuecomment-67324539 .

andrebaltieri commented 9 years ago

Nice! Thanks guys!

andrebaltieri commented 9 years ago

Give it a try @ygoronline If this not works, try installing the .NET Framework

mat-mcloughlin commented 9 years ago

You shouldn't have to install mono on windows @ygoronline

@nosami I tried the link myself and it wasn't playing well for some reason

nosami commented 9 years ago

@mat-mcloughlin which link?

mat-mcloughlin commented 9 years ago

brew link mono :)

mat-mcloughlin commented 9 years ago

Ok, please let me know how it goes