• Home
  • Documentation
  • Forum
  • Blog
  • Users
    • Map
    • Userlist
    • Businesses
    • Userpages
    • Connections
  • Contributions
    • All
    • Store
  • Downloads
    • vvvv beta
    • vvvv beta previews
  • Store
Show / Hide Table of Contents

VVVVatcher

Author: tekcor
Date: 26 Jul, 2013
Category: tool
Credits:

tekcor

Download

64bit

1-VVVVatcher_Python275_psutil101.zip
13 Dec, 2013 - 14:21
Added Dependencies
0-VVVVatcher.7z
26 Jul, 2013 - 15:59

Description

RemoterSA had too much features for my simple purpose. This lightweight Python27 script can just replace your .bat file. It will monitor the vvvv.exe process all the time and if it crashes it restarts your patch in partially light-speed.

Requires: Python27

http://code.google.com/p/psutil/

How to use it?

You just have to open the .py file with a text editor and write the path of the vvvv.exe to start and the path to the .v4p you want to open. Don't forget to use the python specific double backslash path (eg: C:\Folder\tada)

Coming Soon: -Support for multiple vvvv instances -Standalone Executable

Comments

Comments are no longer accepted.
Please create a new topic in the vvvv beta forum to discuss this contribution.
microdee
30 Jul, 2013 - 18:23

and it summons hovercat as well?

io
12 Dec, 2013 - 17:16

Hi I am getting an error :

Traceback (most recent call last):
  File "C:\Contribuitions\Modules\VVVVatcher\VVVVatcher_v001.py", line 34, in <m
odule>
    proc_name = proc.name
  File "C:\Python27\lib\site-packages\psutil\_common.py", line 85, in **get**
    ret = self.func(instance)
  File "C:\Python27\lib\site-packages\psutil\**init**.py", line 345, in name
    name = self._platform_impl.get_process_name()
  File "C:\Python27\lib\site-packages\psutil\_psmswindows.py", line 195, in wrap
per
    return fun(self, *args, **kwargs)
  File "C:\Python27\lib\site-packages\psutil\_psmswindows.py", line 227, in get_
process_name
    return os.path.basename(self.get_process_exe())
  File "C:\Python27\lib\site-packages\psutil\_psmswindows.py", line 199, in wrap
per
    raise AccessDenied(self.pid, self._process_name)
psutil._error.AccessDenied: (pid=304)
tekcor
13 Dec, 2013 - 14:25

Hi, Try it with the Dependencies that I included in the Update please. If it does not change something then your admin right settings have to be changed i guess.

and uninstall other python versions before if possible..

  • Improve this Doc

© 2020 by vvvv group. Imprint | Privacy Policy.
Thanks to DocFX for building this website. Analytics by Plausible.

Back to top