mSparks43 / XPlane-11-AutoATC-plugin

C/C++ Source code for Xplane AutoATC plugin
GNU Lesser General Public License v3.0
16 stars 7 forks source link

Mac OS Plane Plugin Error #86

Closed sr7171 closed 4 years ago

sr7171 commented 4 years ago

Hi, I am using XPlane 11.50 beta on Mac OS 10.13.6. I don't see the AutoATC 0.9.4.3 plugin in the plugin menu of XPlane. The log shows the following. Any suggested solutions appreciated.

dlerror:dlopen(/Users/stephen2/Desktop/X-Plane 11/Resources/plugins/AutoATC/64/mac.xpl, 6): Symbol not found: ____chkstk_darwin Referenced from: /Users/stephen2/Desktop/X-Plane 11/Resources/plugins/AutoATC/64/mac.xpl (which was built for Mac OS X 10.15) Expected in: /usr/lib/libSystem.B.dylib in /Users/stephen2/Desktop/X-Plane 11/Resources/plugins/AutoATC/64/mac.xpl

Best regards

Steve

mSparks43 commented 4 years ago

Hi Steve, The latest mac build was compiled on Catalina (which is probably a bad idea, since it's struggling to run on Catalina..)

Since its missing a Darwin reference, I assume this is High Sierra or Mojave? I don't have access to earlier macOS versions, probably the simplest solution is to compile it if possible?

There is an xcode project included in the source release.

sr7171 commented 4 years ago

Hi, thanks for the response. I recompiled it on MacOS10.13.6. Works now.

Much appreciated

Steve