Problem with local addons
@christofng wrote: When I use local addons in a project, and when one of the local addon has dependent addons, the makefile seems to append unrelated paths to the dependency paths. For example, I'm...
View ArticleofxHTTP segfault
@thomasgeissl wrote: Hello,I am trying to run ofxHTTP's example_basic_client and get a segfault. It crashes in: std::ostream& BaseClient::send(BaseRequest& request, Context& context) { ......
View ArticleProbelm project generator
@Timpic wrote: Hi all,I'm new in OpenFrameworks programing and I'm trying to launch the projectGenerator with of_v0.9.0_vs_release but I have some trouble. This is what I get when i double click on it...
View ArticleExemples don't compile
@flyingrub wrote: Hi i don't know why but after some test on ofxMidi, it didn't compile any of my project... So i removed my openframeworks directory to rebase it on clean 0.9 but even there it...
View ArticleOfxXmlSetting not working correctly
@nathanblanchard12 wrote: It only works for saving files but not ladin them. This is what I did. In a class used the below function to load the xml file if (xml.loadFile(name+ ".xml")) Then the xml...
View ArticleGraphics Example On ARM 7
@toliaferrode wrote: Hi, just got my Pi back up and running and compiled oF for it. Everything seemed to go fine so I had a go at the examples. Noticed that the graphicsExample runs and it shows the...
View ArticleofSystem Dialog opens behind oF window when in fullscreen
@django wrote: Hello everyone, the ofSystem Dialogs open behind the oF window, when it is in Fullscreen mode.I encountered this problem using of-V0.9.0 on Windows. Best wishes, django Posts: 1...
View ArticleUbuntu executing error. boost::fliesystem
@damiles wrote: Hi, i compile fine the of code and seems all ok but when i tried to execute any compiled of app i always received the same SIGSEGV error: 0 0x00007ffff39ea62a in...
View ArticleFixed ofxOsc Broadcast to 255.255.255.255 in OF 0.84 under Windows
@syntheticmatter wrote: I spent almost three hours finding this one, so I'd like to let you guys know... Calling ofxOscSender.setup() with the local network broadcast-address (255.255.255.255) under...
View Article[IGNORE] ofDirectShowPlayer, setVolume() & update() tweaks
@nickhubben wrote: Been working on a video heavy app for a corporate lobby and have come across 2 small but significant changes to ofDirectShowPlayer that have been necessary. I'll happily submit a...
View Article[SOLVED] ofDirectShowPlayer : getPixels() problem
@nickhubben wrote: Having trouble using the getPixels() method and no luck in tracking down exactly why. VS debugger is throwing an error at processPixels(), specifically: dstPixel[1] = srcPixel[1]in...
View ArticleCan't use ofxTimeline with 0.9.0
@sebescudie wrote: hi all! started using OF few weeks ago and loving it! definitely seems like the best tool out here to create cool GUI. i'm having troubles with ofxTimeline. I've cloned the repo and...
View ArticleGetting the globalPosition of a parent node is crashing the app
@edapx wrote: Hello, I'm trying to get the gloabl position of a parent node, but the app crashes with the error: Thread 1: EXC_BAD_ACCESS To reproduce the error, is enough to put this code in the...
View ArticleProblems with ofThread and ofSystem(command) …
@fooness wrote: Dear openFrameworkers, for a studies colleague and friend of mine, I tried to rewrite his tiny OSX/XCode application from scratch—porting it from Processing to openFrameworks....
View ArticleProblem with size of reproduced full-size grabScreen screenshot?
@sdaau wrote: Please consider the compilable minimal (non)working example below - based on examples/empty/emptyExample, standard Makefile and main.cpp, and then: ofApp.h #pragma once #include...
View ArticleMacOS specific- debugging 'spinning beach ball' on installs
@eco_bach1 wrote: I have an install that I thoroughly tested and relaunch on a daily basis. Every few days I encounter the wonderful OSX 'spinning beach ball' and the entire application is frozen, and...
View ArticleError compiling OF on msys2
@macusual wrote: Hello, I've been trying to compile OF on msys2 using the MinGW terminal, but it spits out this error: C:/Users/m/Documents/OF/libs/openFrameworks/utils/ofUtils.cpp: In function...
View ArticleIs the ofxEmscripten documentation link broken?
@Dece wrote: Hi GuysGoogle brings up the below link when trying to search about the addon ofxEmscripten. ofxEmscripten introduction I am getting a 404 not found error. Any other possible links?...
View ArticleofSystem() 009 on Raspberry Pi Error
@toliaferrode wrote: Hi community, Just wanted to report this error. I recently started using ofSystem() to shutdown my Pi when I'm finished using my project (it's an audio/visual system). I do:...
View ArticleofPolyline out of range vertices error
@Dece wrote: Hello,So I thought of playing with OF and browser and I wrote a sample example with ofPolyline drawing. Adds vertices in mousedrag and renders the polyline in draw()....
View Article