
- Posts: 7
- Joined: Mon Jan 13, 2025 11:10 pm
- Real Name: Josh Zeigler
When I try to start Resolve Studio (testing mostly on a Mac, but the same thing seems to be happening on Linux) from the command line, the splash screen hangs at the "Checking Licenses" step and eventually becomes unresponsive. The app starts fine via Spotlight/Applications, but I need to start via the command line because the goal is to run with -nogui for headless scripting purposes.
The final lines in the log file are
so my guess was that it's trying to reach the license server differently when started via the command line, but I went back and looked again, and the "Unable to open listener socket" line is also present for a successful startup, so I'm out of ideas. I haven't been able to find any relevant forum posts so far; has anyone else run into this issue?
The final lines in the log file are
0x16dff7000 | Main | ERROR | 2025-02-04 16:53:39,438 | Unable to open listener socket for external communication
0x1f3540840 | UI.GLContext | INFO | 2025-02-04 16:53:39,442 | Creating shared OpenGL context for this thread (1 total).
0x1f3540840 | UI.GLContext | INFO | 2025-02-04 16:53:39,495 | Initialized OpenGL 2.1 (requested 2.0) on device 'Apple Apple M4 Max'
0x1f3540840 | Main | INFO | 2025-02-04 16:53:39,495 | Show splash screen message: Checking Licenses
so my guess was that it's trying to reach the license server differently when started via the command line, but I went back and looked again, and the "Unable to open listener socket" line is also present for a successful startup, so I'm out of ideas. I haven't been able to find any relevant forum posts so far; has anyone else run into this issue?