loopFindr icon indicating copy to clipboard operation
loopFindr copied to clipboard

Can't find GUI/defaultColors.xml:

Open javl opened this issue 9 years ago • 1 comments

I'm trying to run the loopFindr app on OSX (10.9.4, no XCode installed), but after loading my file the screen stays gray and nothing happens.

Starting the app from the terminal (loopFindr/Contents/MacOS/loopFindr) shows me some verbose messages and one error: [ error ] ofxTLColors -- Couldn't load color file GUI/defaultColors.xml:

Complete log:

username:MacOS user$ ./loopFindr [verbose] ofTrueTypeFont: loadFontFace(): "Helvetica Neue" not a file in data loading system font from "/System/Library/Fonts/HelveticaNeue.dfont" [verbose] ofTrueTypeFont: loadFontFace(): "Helvetica Neue" not a file in data loading system font from "/System/Library/Fonts/HelveticaNeue.dfont" [verbose] ofTrueTypeFont: loadFontFace(): "Helvetica Neue" not a file in data loading system font from "/System/Library/Fonts/HelveticaNeue.dfont" [verbose] ofTrueTypeFont: loadFontFace(): "Helvetica Neue" not a file in data loading system font from "/System/Library/Fonts/HelveticaNeue.dfont" [verbose] ofTrueTypeFont: loadFontFace(): "Helvetica Neue" not a file in data loading system font from "/System/Library/Fonts/HelveticaNeue.dfont" [verbose] ofTrueTypeFont: loadFontFace(): "Helvetica Neue" not a file in data loading system font from "/System/Library/Fonts/HelveticaNeue.dfont" [ error ] ofxTLColors -- Couldn't load color file GUI/defaultColors.xml: [verbose] ofxTLPage::loadTrackPositions: Couldn't load position file [verbose] ofxTLInOut -- couldn't load in/out settings file ../../../data/timeline0_inout.xml [verbose] ofxTLZoomer -- couldn't load zoom settings file ../../../data/timeline0_zoomer.xml [verbose] ofxTLPage::loadTrackPositions: Couldn't load position file vidPath: /Users/username/Downloads/myVideo.mp4 vidName: myVideo.mp4 [verbose] ofTrueTypeFont: loadFontFace(): "Helvetica Neue" not a file in data loading system font from "/System/Library/Fonts/HelveticaNeue.dfont" [verbose] ofFbo: GL frame buffer object supported [verbose] ofFbo: checkGLSupport(): maxColorAttachments: 8, maxDrawBuffers: 8, maxSamples: 8 [verbose] ofFbo: FRAMEBUFFER_COMPLETE - OK totes frames: 5210 5210 [verbose] ofTrueTypeFont: loadFontFace(): "Helvetica Neue" not a file in data loading system font from "/System/Library/Fonts/HelveticaNeue.dfont"

javl avatar Aug 16 '14 15:08 javl

Looking at ofxTLColors.cpp, the "couldn't load color file" error doesn't seem to be a breaking error (I assumed it was, as the log mentions "[error]" instead of "[warning]") so the error must be somewhere else. I guess the same is true for the "Helvetica Neue not in a file ..." error, because it is displayed multiple times (instead of breaking after the first one).

Seeing as the script doesn't break and mentions the amount of frames found, it seems to do it's job but is unable to display the UI. This might be confirmed by the fact that moving to fullscreen shows the same gray screen but with some glitches around the edges (some frame buffer artifacts, showing other OSX windows).

javl avatar Aug 16 '14 20:08 javl