So:
(from now on when I say "crash" or "error" i mean the "press shutter to close" ending script msg)
- it happens completly random, sometimes after 1 hour no problem, sometimes problems after 5 min...
- on 60 cams after 1 hour, about 50 of them experienced the error
- what appears on the screen is only and just the msg "PRESS SHUTTER TO CLOSE"
- when it crashes the restore() function is never called (tested and verified)
- my script is long and complex but the error arises also on super simple hard loops like
while(true) do
sleep(3000)
end
here there's a picture showing:
http://www.experience-3.com/camerror1.jpgthat's a point of the script where it just wait for a remote click to shoot,
as you can see cam52 is ok, still waiting while cam 23 crashed suddenly and with
no clear reason (I was doing nothing, no pressing buttons, nothing...)...
(NEOR6-RR etc... is the name of my script)
For the moment I worked-around the problem by enabling the "restart lua on error", but since my script
has different status this is not optimal as it could restart on a status different from the one in the other cams, so I always have to synch them manually...
On next days I'll be back in the studio where I have all the cams and try to reproduce again the error with the REMOTE.BAS script.
I could do a build for him without exmem and maybe everything but Lua turned off ?
well, I dont want to bother you but if you got time to do it I would appreciate it