Monday 18 March 2013

Problem running O2's Exe on OSX 10.8 , fixed using XQuartz

I just tried to run a simple O2 Platform Exe on OSx (which used to work) and got this:

NewImage

I.e. nothing happened!

Running the same exe under Xamarin Studio, I found this error:

NewImage

which lead me to this and this thread, where the proposed solution is to install XQuartz

NewImage

After the download, click on the XQuartz.pkg file

NewImage

which doesn't need to special install verification bypass:

NewImage

After the installation

NewImage

Running the Util - LogViewer v1.0.exe  (in Xamarin Studio) will now work :)

NewImage

The execution works from the command line:

NewImage

Including more advanced scripts like the Util - Text Based C# REPL v1.0.exe one

NewImage