Dimitre
Dimitre
It can be fixed if we add this lines to the start of ofAppGLFWWindow::setFullscreen function ```objective-c #ifdef TARGET_OSX NSWindow * cocoaWindow = glfwGetCocoaWindow(windowP); if (([cocoaWindow styleMask] & NSFullScreenWindowMask) == NSFullScreenWindowMask)...
any specific platform? all platforms? thanks
I've just noticed on this thread it doesn't work anymore, https://forum.openframeworks.cc/t/ofxaccelerometer-and-undefined-symbols/30134 Should it be removed from the core? Maybe replaced with something like this addon? https://github.com/trentbrooks/ofxCoreMotion
those doesn't return and print using ofLogNotice() void ofAppGLFWWindow::listVideoModes(); void ofAppGLFWWindow::listMonitors();
which platform are you using?
Another good thing it stops all the strange messages on Apple M1 ``` [ error ] ofAppGLFWWindow: 65544: Cocoa: Failed to find service port for display [ error ] ofAppGLFWWindow:...
Nice! GLFW 3.4.0 also fixes broken glfwGetMonitorName
Hello @zohairhadi please report back if @2bbb solved your question, I think this issue can be closed
It seems to be working on latest master But I have this issue if I install via Arduino Libraries
Not sure if it helps but the issue was always triggered by video closing (if I load another video file in the same ofxHapPlayer object or in program exit)