Log in

View Full Version : AvsP user functions


Floatingshed
29th August 2010, 16:48
I know this isn't strictly avisynth but where else would anyone have even heard of AvsP?

I've been trying to tidyup my usage of AvsP and decided to add all the various functions that I use in order to save time inputting my "starting point" params manually in each script.

It works fine until I close and re-open avsp. Whereupon the added functions don't work and attempting to open the functions definition dialog throws an error. The only way out of it is to replace or edit options.ini. Here's the error I get for my function called "arqiva":

Traceback (most recent call last):
File "AvsP.pyo", line 5950, in OnMenuOptionsFilters
File "AvsP.pyo", line 8596, in ShowFunctionDefinitionDialog
File "AvsP.pyo", line 1950, in __init__
File "AvsP.pyo", line 2002, in CreateWindowElements
KeyError: u'arqiva'

AvsP version 2.0.2 un-modded.
Any help much appreciated. Thanks.

Zarxrax
29th August 2010, 17:34
I think this problem is fixed in avspmod. Have you tried to see if that works?
http://forum.doom9.org/showthread.php?t=153248

Version 2.0.4:
- Fixed custom function definitions not being saved