Hello everyone. I recently installed Openmv IDE 2.6.5 onto OSX Catalina 10.15.7. Every time I try to open it, I get an error telling me “Please close any programs that are viewing/editing OpenMV IDE’s application data and then restart OpenMV IDE!”. I click ok, and the IDE closes. Has anyone else ran into this issue, as I’m failry new to Openmv, and have not been able to open this version of the IDE. Thank you.
Hi, I’m about to release a new version this week. Hopefully your issue gets fixed.
This issue happens however because the IDE cannot write to the your config directory to copy resources (~/.config/OpenMVIDE on Mac). Try launching the IDE with sudo. It only needs to do that write once on the first startup after an update of the IDE or resources.
Hi Nyamekye,
I’m still seeing the same issue with your latest release (Openmv IDE 2.6.7). I will give the sudo run on the terminal a shot as a workaround. Thanks!
Okay, I don’t know what the issue is then. However, the code is designed to throw that error when it can’t delete and/or update its private config settings.
This isn’t an error related to the code but to your security settings preventing the IDE from updating its resources folder. A solution would be to delete the resource folder. OpenMV IDE stores its settings in the standard application settings directory.
Thanks, opening it using “sudo” worked!
Hello everyone !
After installing OpenMV 4.4.7 on macOS 15.1.1 M1, I encountered the same error message: “Please close any programs that are viewing/editing OpenMV IDE’s application data and then restart OpenMV IDE!” Despite using sudo to open it as recommended, the error persists.
Any suggestions ?
Thank you in advance.
Delete ~/.config/OpenMV IDE.
Don’t run the IDE in sudo mode.
Thank you for your response, I appreciate your time.
I have been attempting to resolve this issue. Firstly, there is no folder named “OpenMV IDE” in the “.config” directory.
Upon running the executable to debug, I encountered the following error message:
“Could not create “/Users/mohamedalfatih/.config/OpenMV/openmvide”
“Could not create “/Users/mohamedalfatih/.config/OpenMV/openmvide”
“Could not create “/Users/mohamedalfatih/.config/OpenMV/openmvide”
“Could not create “/Users/mohamedalfatih/.config/OpenMV/openmvide”
2024-12-06 11:57:05.739 OpenMV IDE[1807:17554] +[IMKClient subclass]: chose IMKClient_Modern
2024-12-06 11:57:05.739 OpenMV IDE[1807:17554] +[IMKInputSession subclass]: chose IMKInputSession_Modern
zsh: segmentation fault ./OpenMV\ IDE
Therefore, I manually created the “OpenMV/openmvide” folder within the “.config” directory and granted the user read and write permissions (u+rw).
Upon running the executable again using “sudo ./OpenMV\ IDE”, despite the application running and opening, I encountered the following error messages:
2024-12-06 12:02:10.487 OpenMV IDE[2314:21830] +[IMKClient subclass]: chose IMKClient_Modern
Execution of PAC script at “http://wpad/wpad.dat” failed: The operation couldn’t be completed. (NSURLErrorDomain error -1003.)
Execution of PAC script at “http://wpad/wpad.dat” failed: The operation couldn’t be completed. (NSURLErrorDomain error -1003.)
I will notify you if any errors arise.
Okay, I’m glad to see it launched.
Those other messages are benign.