ISTUMBLER If the app closes immediatly on launch check your console.log for a line like this: ** (process:1049): CRITICAL **: _wapi_shm_file_open: shared file [/Users/alf/Library/Application Support/imeem/mono/.wapi/shared_data-puma.local-Darwin-Power Macintosh-308-10-0] open error: No such file or directory I was able to get imeem working by creating this directory: mkdir -p "/Users/alf/Library/Application Support/imeem/mono/.wapi/shared_data-puma.local-Darwin-Power Macintosh-308-10-0" You need to copy the line from the console since it appears to be machine specific, and make sure to put the quotes around the path which contians at least one space. (Version 1.31.4.20445) |