[Mono-list] n00b question C# on osx

crash893 rbarbrow at gmail.com
Wed May 21 13:30:48 EDT 2008




crash893 wrote:
> 
> Hey all
> 
> I'm trying to start a c#(vs express 2005 .net2.0) windows form on a osx
> machine useing mono
> 
> when i go to run it 
> 
> (in x11 typeing "mono mono test.exe")
> 
> I get the following errors
> 
> 
> ** ERROR **: shm_semaphores_init: semget error: No space left on device. 
> Try deleting some semaphores with ipcs and ipcrm
> or increase the maximum number of semaphore in the system.
> aborting...
> Killed
> 
> 
> any ideas on what im doing wrong.
> 


Some suggestions.

1) Run moma (http://www.mono-project.com/MoMA) on the assembly you are
trying to run. It might be a matter of you using some API call not
present in mono.

2) On the machine you built this app on, install mono, SharpDevelop
2.2 (http://www.icsharpcode.net/OpenSource/SD/) and open the solution
in sharpdevelop. You can then target the project for mono and compile
it against the mono libraries. Try running that binary on OSx.

Regards,

Justin Dearing


Here is what i have tried so far

1) I ran moma agesnt all the aps i want to run (one of which is hello world)
, all passed
2)i installed shart developer and compiled the apps again agenst the mono
1.0 and mono 2.0 librarys. Still not working


I took the orginal (compiled in VS express 2005 .net2.0) and droped it on to
a VM of open suse linux with mono preinstalled and it started with no
problem what so ever


my question is why can i run it on suse but not osx and what can i check to
see what the diffrence is.
-- 
View this message in context: http://www.nabble.com/n00b-question-C--on-osx-tp17265652p17364860.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list