deltacv / EOCV-Sim

Develop, test, and tune your EasyOpenCV pipelines directly on your computer with a simple GUI !
https://docs.deltacv.org/eocv-sim/
MIT License
54 stars 19 forks source link

EOCV-SIM crashes instantly on startup #107

Closed Cjh4444 closed 10 months ago

Cjh4444 commented 10 months ago

Describe the bug Program crashes instantly when started via the terminal, and when started by double clicking the .jar, is unable to access any cameras

To Reproduce Steps to reproduce the behavior:

  1. Go to Terminal
  2. run java -jar file-name
  3. program will crash with final messages being

[15:18:51] [DefaultDispatcher-worker-1/INFO]: [ClasspathScan] Found 0 pipelines [15:18:51] [DefaultDispatcher-worker-1/INFO]: [ClasspathScan] Finished scanning (took 1.093398084s) [15:18:51] [main/INFO]: [PipelineManager] Found 1 pipeline(s) [15:18:52] [AWT-EventQueue-0/INFO]: [SwingOpenCvViewport] CheckState(): user requested that we deactivate [15:18:52] [AWT-EventQueue-0/INFO]: [SwingOpenCvViewport] CheckState(): already deactivated zsh: trace trap sudo java -jar /Users/[REDACTED]/Downloads/EOCV-Sim-3.5.1-all.jar

Expected behavior The app should start and behave normally

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Cjh4444 commented 10 months ago

Disregard, just realized i wasn't on the newest MacOS version, updated from 14.0 to 14.2.1 and it fixed the issue.