so I made new tests with my 60 cams...
hard loop: crashed
(when i say "crashed" I mean the "press shutter to close" ending msg that happens randomly on some of my 60 cams)
any sleep: crashed
any wait_click: crashed
tried then the very simple script REMOTE.BAS included in chdk... : crashed that too...
I tried then to understand if the problem was related to the "enable remote" feature,
so I made a script that perform all tests I have been doing (hard loop, sleep, wait_clic, etc...)
but disabling the "enable remote" via script...
It crashed again but the strange thing was that even if I did disable the enable remote feature, the script was still responding to my remote clicks...
So I definitly decided to move to the dev branch with the new developed remote features.
As soon as I'll have tests result I'll post them.
PS:
The scripting engine is not crashing - its just not able to understand the next thing it was asked to do
Don't you think it would be possible to somehow CATCH this error and ignore it before it terminates the script? I mean, the error happens during a loop waiting for a remote click. Even if the script fails I could ignore this fail ane keep looping...
thanks