malkia / ufo

Portable distribution of LuaJIT with precompiled binaries, libraries and FFI bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDL Binding Error

camoy opened this issue · comments

Using the SDL module fails with these messages on OSX Lion.

luajit[71964] <Error>: kCGErrorInvalidConnection: CGSGetCurrentCursorLocation: Invalid connection
luajit[71964] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
luajit[71964] <Error>: kCGErrorInvalidConnection: CGSGetCurrentCursorLocation: Invalid connection 
luajit[71964] <Error>: kCGErrorInvalidConnection: CGSNewWindowWithOpaqueShape: Invalid connection
luajit: C++ exception

It errors as soon as I call SDL_SetVideoMode.

hi camoy, what os version is this running, and what arch (32 or 64)

Mac OS X Lion 10.7.4 (11E53) on x64.