Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically exit #121

Open
MenLonII opened this issue May 2, 2016 · 5 comments
Open

Automatically exit #121

MenLonII opened this issue May 2, 2016 · 5 comments

Comments

@MenLonII
Copy link

MenLonII commented May 2, 2016

Why I put release of App(One of the examples in of ofxFaceTracker) to other places, the release of App can not run?
What should I do?
@kylemcdonald @genekogan @Daandelange

@genekogan
Copy link
Collaborator

you have to make sure to keep the app in the same directory with the "data" folder, otherwise it won't find the settings/data files it needs. i.e. keep these two together.

bin

  • ofApp
  • data

@MenLonII
Copy link
Author

MenLonII commented May 3, 2016

Is there any other way to change without relying on data folder?@genekogan

@javl
Copy link
Contributor

javl commented May 3, 2016

You might be better of asking these kind of questions at the Openframeworks forum, as this is not an issue with ofxFaceTracker.

@MenLonII
Copy link
Author

MenLonII commented May 3, 2016

@javl OK

@genekogan
Copy link
Collaborator

if you are compiling from mac, you can use ofSetDataPathRoot("../Resources/data/"); to make the internal resources folder the data folder (inside the built application, which you can find by right clicking on the app and click "show contents"). then just move all the stuff in the regular data folder into there, and you can freely move the app around. this is how FaceOSC works if you want to see an example. and yes, this is a general openframeworks question, not specific to facetracker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants