vm-rpc icon indicating copy to clipboard operation
vm-rpc copied to clipboard

Doesn't run

Open eveee00 opened this issue 1 year ago • 0 comments

When trying to run i get this:

Connected to RPC.
Please note that Discord has a 15 second ratelimit in sending Rich Presence updates.
Traceback (most recent call last):
  File "X:\Desktop\vm-rpc-master\main.py", line 218, in <module>
    virtualbox.updateOutput()
  File "X:\Desktop\vm-rpc-master\virtualbox.py", line 25, in updateOutput
    output = subprocess.run([str(self.vmrunpath), "list", "runningvms"], stdout=subprocess.PIPE)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Python311\Lib\subprocess.py", line 548, in run
    with Popen(*popenargs, **kwargs) as process:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Python311\Lib\subprocess.py", line 1026, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\Python311\Lib\subprocess.py", line 1538, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

Das System kann die angegebene Datei nicht finden means The system couldn't fin the file specified Here's a screenshot: grafik

eveee00 avatar Jul 02 '23 21:07 eveee00