Hello Luis,
I'm having a runtime crash trying to run the example. Both on QtCreator and XCode. OF0.11.0 (release). MacOS 10.12.
From main.cpp :: ofCreateWindow(settings), it crashes somewhere far in ofAppGLFWWindow::setup(), nothing that makes sense.
In fact, it's not ofxDarkKnight related, but a conflict between luiscript/ofxLua and luiscript/ofxMeshWarp : creating an empty ofApp with both of these addons, and I get the same crash on launch. (The Batmapp release binary runs fine on my computer.)
This looks very obscure to me, have you ran into something like this ? Any idea ?
I'm I using the right addons ? (I guessed the repo for ofxLua)
Btw, I've made ofxDarkKnight easier to install, and fixed some compilation issues, feel free to merge.
Daan
Hello Luis,
I'm having a runtime crash trying to run the example. Both on QtCreator and XCode. OF0.11.0 (release). MacOS 10.12.
From
main.cpp :: ofCreateWindow(settings), it crashes somewhere far inofAppGLFWWindow::setup(), nothing that makes sense.In fact, it's not ofxDarkKnight related, but a conflict between
luiscript/ofxLuaandluiscript/ofxMeshWarp: creating an empty ofApp with both of these addons, and I get the same crash on launch. (The Batmapp release binary runs fine on my computer.)This looks very obscure to me, have you ran into something like this ? Any idea ?
I'm I using the right addons ? (I guessed the repo for ofxLua)
Btw, I've made ofxDarkKnight easier to install, and fixed some compilation issues, feel free to merge.
Daan