Page 1 of 1

Runtime error in "(vs) Synchro (layer)" (Listen) a

Posted: Mon Mar 09, 2009 3:17 pm
by FAiLUr3
Everytime when i launch Modul8 it will appear error message :

Runtime error in "(vs) Synchro (layer)" (Listen) at line 8

IndexError: list assignment index out of range

when i click on "Go to Error" it will open new window with this




if msg == 'ctrl_position':
ctrl_position = param['value']
if ctrl_livesynchro:
resynch(ctrl_position)

elif msg == 'ctrl_selectLayer':
target_layer=int(param['NAME'])
layerStack[target_layer]= int(param['value'])

elif msg == 'ctrl_synchro':
resynch(ctrl_position)

elif msg == 'ctrl_livesynchro':
ctrl_livesynchro = param['value']







the line 8 is layerStack[target_layer]= int(param['value'])

at all layers is loaded same video :( ...


can anybody help me pls ? thx

Posted: Thu Mar 12, 2009 5:45 pm
by mowgli_uk
as i mentioned on your other post, the culprit is the synchro layer module. just switch it off or delete it from your modules folder before opening your project