Monodevelop crash on create new GTK# project - linux

I just have installed monodevelop from Debian (sid) repository and I am actually unable to use it. When I try to create new gtk# project, it crashes immediately:
http://pastebin.com/FN6htN48
Do you have any idea how to make it working?

I was getting this same error from the Debian package monodevelop (Version 5.10). I found this bug report, and a reply from the developers https://bugzilla.xamarin.com/show_bug.cgi?id=57533:
Thanks for the bug report. MonoDevelop 5.10 is pretty old and
deprecated, although many distributions are still shipping it.
You can find an updated MonoDevelop version at
http://www.monodevelop.com/download/linux/, there is a preview build
available via flatpak or you can get a more recent MD 6.0 (still
deprecated) from our package repository
(http://www.mono-project.com/download/#download-lin-debian).
I did the above, got version 7.5 Preview, and this particular issue was fixed.

Related

Eclipse - cannot download version 3.6.1

I need to download an old version of Eclipse on Linux 32bit (Eclipse version: 3.6.1).
But I face a problem with downloading - all mirrors are unavailable (https://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.6.1-201009090800/eclipse-SDK-3.6.1-linux-gtk.tar.gz)
Do anyone knows another way to download it?
Inb4 "try to use other/new version" - I cannot. The project needs to be configured on Eclipse 3.6.1, Linux 32bit. It is impossible to use other or the new one.
Thanks!
The Eclipse "Classic" version is not available (or almost, I cannot found it) but checking on releases page (http://www.eclipse.org/downloads/packages/release/helios/sr1) you can download all the rest versions:
Java EE
Java
C/C++
...
It could be helpful for you, I think.

MonoDevelop can't import VS2017 solutions

I run Linux (Elementary) on my machine and for .NET MVC projects, I use Monodevelop ( 5.4.0.199 version), but I cannot open projects developed using Visual Studio 2017.
Opening the .sln file, the following error will keep appearing: Error while trying to load the project '/home/emma/Documents/My-App/My-App/My-App.csproj': Unknown ToolsVersion '15.0'.
I tried to update the monodevelop version, but with no success. I, also, tried to do what is suggested here: MonoDevelop can't import VS2013/2015 solutions , but, with no success.
Can you, please, help me solving this issue?
You have two choices:
Update MonoDevelop to a version superior to 7
Change ToolsVersion from 15.0 to 14.0 or smaller based on which version of VS is supported by your version of MonoDevelop*
*To check which version of VS is supported for each MonoDevelop version check the history of MonoDevelop requirements Here

Eclipse Luna Not Working (Kali Linux)

Every time go to run the Linux Version of Eclipse Luna SR2, it just stops at the little Splash Screen (The window that comes up before you select your work space) and it just stays like that for about 30 seconds, and then closes. Any help please?
It generates this error log which is found Here
New Answer: This is a known bug and a workaround that has fixed the issue in at least one case is to run
export SWT_GTK3=0
before starting Eclipse. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=430736 for more information. If this workaround does not fix your issue make sure GTK3 is installed and upgrade glibc to at least version 2.14 to ensure Eclipse uses it. Apparently when Eclipse detects an older glibc it tries to use GTK2. If none of these suggestions fix your issue you should submit a bug report at http://bugreport.java.com/bugreport/crash.jsp to work it out with the Eclipse development team and also to help inform other people about it.
#ElectroMan - This got too long for a comment. Yes, the error log says the same thing. That means you are running Java 6, "JRE version: 6.0_34-b34" according to the log. I suggest you try running Java 8 or at least Java 7. Java SE 8u40 is the current release from Oracle and it can be downloaded for 64 bit Linux from a link on http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html. It is best to use the latest Oracle release and get away from the OpenJDK version, especially one that is two major releases outdated. However, if you opt for Java 7 its final release is available at http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html. You should be able to install either in a non-default location and keep OpenJDK 1.6.0_34 as your main version of Java on your platform. Eclipse can be configured to use Java 8 or 7 after it is installed by project or as its default for all new projects, but the main thing is to tell it to use Java 8 or 7 when it runs, since it is a Java application. Some instructions for this are at http://www.cs.umd.edu/eclipse/install_java8_luna.html. One of the main reasons for upgrading from Eclipse Kepler to Luna is to get built-in Java 8 support. Another option is to follow the instructions in the error log and file a bug report at http://www.cs.umd.edu/eclipse/install_java8_luna.html and wait for a reply. Or maybe there is already a new Luna update and you could try it.

REDHAWK IDE sandbox not appearing in SCA Explorer

I am using version 1.9.0 of the REDHAWK IDE on CentOS 6.5 and ran software updates today, made up of OpenJDK updates.
Before the updates, I was able to see the sandbox and chalkboard in the IDE. When I opened the IDE a little while after the updates, the sandbox was gone.
I tried installing Java SE JRE version 1.8.0_05 and restarting REDHAWK IDE without success.
I then tried a fresh IDE installation, which successfully showed the sandbox for two different times starting the IDE. Although, after being closed for an hour or so, the sandbox went missing again.
Does this sound like a java issue? If not, is the IDE breaking itself in some way?
Note that during the time of REDHAWK inactivity I was only using a word processor and a web browser.
Edit: Prior to the updates I had installed the newest GNU HAWK components and was able to load various GNU HAWK components onto the chalkboard with the sandbox still showing up.
I had the same issue, and ended up fixing it by commenting out the following line in the eclipse.ini file:
#-Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB
For other people looking at this, I went through the basic example in the Getting Started and the plot window would flash and go away. It is related to that line in the accepted answer.

Install previous version of MonoTouch

Yo,
I've installed the brand new (updated) version of MonoTouch 5.4. And things not compile anymore in my code, call of ctors AVPLayerItem, AVAssetReader and AVAssetWritter... That I do not want to change the next few days. So my question: How to install back MonoTouch 5.3.6?
Cheers, Patrick
Support (support#xamarin.com) should be able to give you links to download previous beta versions.
If you want a stable version (MonoTouch 5.2.13 for instance), you can download it yourself from your Xamarin Store account.

Resources