VCVRack / VCV-Prototype

Other
130 stars 23 forks source link

'Could not create LuaJIT context' on macOS #27

Closed modlfo closed 4 years ago

modlfo commented 4 years ago

I know that this problem happens in macOS when the flags -pagezero_size 10000 -image_base 10000000 are not passed when linking the main executable. It seems like the flags are indeed passed to VCV Rack.

I wonder if you do anything special when compiling the VCV-Prototype on mac. When I compile it, I always get that error, but the shipped version works correctly.

modlfo commented 4 years ago

Seems like this problem is related to me having macOs Catalina with the latest Xcode version. I built the binaries in a friend's computer with High Sierra and they run without problems in my mac.