jonnyhyman / ResolveCollaboration

Streamlining and Extending DaVinci Resolve's Live Collaboration
GNU General Public License v3.0
35 stars 4 forks source link

server doesn't run on Windows 10 #25

Open czyz opened 3 years ago

czyz commented 3 years ago

I've been following the instructions for windows and got to this command.

"python rmc_server.py"

When I run that, "User Account Control" takes over the screen and asks if I want to let Python 3.9.5 make changes to my device. I click 'yes', and then I'm back to my screen waiting for a UI that never appears. The command doesn't exit, it just sits there.

Happy to provide more information if there's anything I can poke around and determine. rmc_client.py appears to run, or at least pops up a UI.

image
czyz commented 3 years ago

Hah, ok, running Powershell as an administrator and then subsequently running that same "python .\rmc_server.py" command from within that administrator Powershell causes the UI to appear. Maybe something's wrong with elevate?

DesertCookie commented 3 years ago

Following the docs it worked without a problem for me. I am unsure of what happened to you here.