On Thu, Apr 04, 2013 at 08:00:14AM -0500, Jonathan Fosburgh wrote:
dcom8009196:MacOS jefosburgh$ pwd /Applications/x2goclient.app/Contents/MacOS dcom8009196:MacOS jefosburgh$ ./x2goclient Illegal instruction: 4
OK, that's doesn't tell me much. Can you enable crash reporting using $> defaults write com.apple.CrashReporter DialogType developer and re-run it? This should give you a possiblility to save a crash report. Please send this report to me. When you're done, you can disable the crash reporting again using $> defaults write com.apple.CrashReporter DialogType basic
dcom8009196:MacOS jefosburgh$ uname -a Darwin dcom8009196 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64
So it's not a 32bit issue. It might be related to the libraries not being built against the 10.7 SDK and without MACOSX_DEPLOYMENT_TARGET set.
-- Clemens