Quantcast
Channel: bugs, errors - openFrameworks
Browsing all 636 articles
Browse latest View live

ofxThreadedImageLoader and for-loop introduces "pointer being freed was not...

Hey, I currently try to do a project where I need to load many (small) images, around 10k in around 5 minutes - so I can’t fit them into memory at startup but need to (re-)load them during runtime - I...

View Article


Image may be NSFW.
Clik here to view.

Can't build on Mac Monetrey Xcode 13.4.1

I tried the following: Downloaded of_v0.11.2_osx_release Run example via ProjectBuilder Run but Failed to Build Get Error : *The Legacy Build System will be removed in a future release. You can...

View Article


videoPlayerExample reports error on orangepi

I tested last nightly-build (v20230509) dependencies and compileOF script works correctly cli outputs here: orangepi@orangepi5:video/videoPlayerExample $ DISPLAY=:0 ./bin/videoPlayerExample [ error ]...

View Article

Can't build on Mac M1 Xcode 14.3.1using latest OF Version and also nighly build

I am getting an error on build by using ofxRules AddOn - /Users/master/Developer/of_v0.9.8_osx_release/addons/ofxXmlSettings/libs/tinyxmlparser.cpp 4 posts - 2 participants Read full topic

View Article

Trying to use GLFW APIs but it crashes

I’m macOS/ M1 and I’m trying to get multiple windows raised on top programmatically. It seems the only way is to use glfwFocusWindow. So this is how I’m trying to do: in .h file #include...

View Article


projectGenerator : testing / help needed

I’ve recently finished some important changes in projectGenerator and it would be great if you can help testing. I’ve tested mostly on XCode and VS2019 but additional test for this platforms is also...

View Article

New installation of openFrameworks says something wrong with sound

I was trying to install OF using: “of_v20230804_msys2_mingw64_release” With reference to “msys2 | openFrameworks” I did this: (1) cd your_oF_directory/libs/openFrameworksCompiled/project (2) make This...

View Article

ofxAssimpModelLoader doesn't disable it after glEnable(GL_CULL_FACE)

OF version: 0.11.2 Platform: linuxgcc64 Bug: ofxAssimpModelLoader doesn’t disable it after glEnable(GL_CULL_FACE) in its draw() method. This bug will cause the inappropriate culling after drawing a...

View Article


PG linux issue OF12

Got the OF12 install no issues there but when running » ./compilePG.sh i got this , i think i saw this happen once a long time ago but can’t seem to remember how to fix it Compiling projectGenerator...

View Article


Image may be NSFW.
Clik here to view.

Linking Problems with ofxTesseract

I’m trying to run the example of @kylemcdonald 's ofxTesseract: GitHub - kylemcdonald/ofxTesseract: tesseract-ocr wrapper for openFrameworks It includes CvUtils.h which includes cv.h. But cv.h cannot...

View Article

Image may be NSFW.
Clik here to view.

Nonstatic callbacks? (ofxEspeakSynth)

In ofxEspeakSynth, the method to set callbacks only takes a static method as an argument: I was hoping if I changed the method to non-static, I could have multiple instances of espeak in play at once....

View Article

Getting permission denied during make on debian bullseye and bookworm

Fresh installs of both versions of debian. Make requires sudo for some reason. During the installation process, running compileOF.sh requires sudo, which should not be necessary. Also, when running...

View Article

Compiling OF 0.11.2 Issues with of3dprimitives.o

So a little information I am trying to compile openframeworks of_v0.11.2_msys2_mingw32_release I am using the last version of msys2. I am running on Windows 10. Any help is appreciated! $...

View Article


ofxLiquidFun bouncy particles

I’m trying to use ofxLiquidFun to simulate 2d water. But I’m constantly getting very bouncy particles. I already changed all the settings like step period, iterations, particle size, scale, damping,...

View Article

OF 0.12.0 ofSetRandomSeed does not set random seed for ofRandom

Hi, I just noticed that in OF 0.12 (the current downloadable release) ofSetRandomSeed does not have any effect on ofRandom. That is because rand() is used in ofRandom and ofSetRandomSeed uses...

View Article


Shaders keep throwing weird error

I tried to create a simple box blur shader applied to a photo. When running the code, I keep getting this error: [ error ] ofShader: setupShaderFromSource(): GL_FRAGMENT_SHADER shader failed to...

View Article
Browsing all 636 articles
Browse latest View live