Opened 8 years ago

Last modified 8 years ago

#108 closed defect

Mono not detected when installed on Mac — at Initial Version

Reported by: Iritscen Owned by: Alloc
Priority: critical Component: AEI2
Keywords: Cc:

Description

Over the last few months, there were various issues with Mono installing in 10.11. I believe all those have been cleared up by the developers. However, the AEI is now failing to detect Mono when it is installed. The install directory was moved from /usr/bin/ to /usr/local/bin/ to work with 10.11, but that shouldn't make a difference.

I see that the AEI is simply running "which mono" and checking the output to see if it looks like a path. This should work; on my Macs, I can run "which mono" in Terminal and get "/usr/local/bin/mono" as output, but the AEI does not seem to be getting this output when it runs the command. The result is that it tells the user to install .NET and quits.

Change History (0)

Note: See TracTickets for help on using tickets.