vote up 0 vote down star

When I try to run my Mono C# programs in MonoDevelop on an external console, I get the following error.

http://i146.photobucket.com/albums/r248/bobber205/error.jpg (First time needing to post a pic here on stackoverflow, sorry if this isn't correct to just post a link)

:)

It runs on windows's regular "cmd" console when I debug with input working as well.

I've tested an older version of mono and this feature worked. (Note I get this error on both Windoows Vista, Windows 7, and Mac OS X).

Any ideas on how to give it that "filename"? I thought maybe beta 2 would fix this but I guess not. :P

flag

1 Answer

vote up 1 vote down check

I'm pretty sure that MonoDevelop uses xterm & bash for the "external console", which won't work on Windows, and might have problems on Mac. It needs to be abstracted out to use native consoles for these different platforms.

Please file a bug: http://monodevelop.com/Developers#Reporting%5FBugs

link|flag
I will do this. Thanks! – bobber205 Nov 5 at 0:30
I remember this working on 2.0 or an earlier version on OS X. – bobber205 Nov 5 at 0:30
I just checked, and it works fine on OS X for me. Maybe you don't have X11 installed? – mhutch Nov 9 at 15:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.