[MonoDevelop] Error while running

John Luke jluke@users.sourceforge.net
Wed, 14 Apr 2004 17:13:48 -0400


On Wed, 2004-04-14 at 14:46 +0200, Attila Goda wrote:
> Hi!
> 
> I installed the latest MonoDevelop snapshot (r1429) to my Mandrake 10 box. 
> Before the MonoDevelop I installed a following packages:
> 
> gecko-sharp-0.1.tar.gz
> gtk-sharp-0.18.tar.gz
> gtksourceview-sharp-0.1.0.tar.gz
> icu-2.8.tgz
> mcs-0.31.tar.gz
> mono-0.31.tar.gz
> mono-debugger-0.6.tar.gz
> monodoc-0.13.tar.gz
> 
> The MD compiled and installed without any problems. It works fine for me, till 
> I tired to run or debug my program. When I run my application the MD send a 
> following message: Error while running. But I can run my application with the 
> mono <project dir>/bin/Debug/appname.exe. When I tired to debug the program 
> the MD crashed. Before die it write a following message to the console: 
> sem_wait in handler failed. It is a simple gtksharp application. With a 
> console project the debug command run the console application, but the run 
> command give the same "Error while runnning" message.
> 

You probably just don't have xterm installed which is what we currently
run your program through.  This will be fixed when we switch to vte,
which will hopefully be soon.  We use xterm because gnome-terminal does
not pass your environment when running.