Page 1 of 1

Loading Sources/Registration

Posted: Mon Dec 14, 2015 20:18
by dirtyjohn_lv
I noticed in the log file if you load external sources (camera, spout controller, ... flash) that the registration check runs and Arena hangs for a few seconds.


The first few lines are me loading the CirclesAndLinesDemo from spout controller and copying instances. Then my laptop camera.

Code: Select all

Registration file does not exist: C:\ProgramData\Resolume Arena 5\registration\Registration.avr
Registration file does not exist: C:\ProgramData\Resolume Arena 5\registration\Registration.avr
Registration file does not exist: C:\ProgramData\Resolume Arena 5\registration\Registration.avr
CaptureDeviceManager::getDevice: BisonCam, NB Pro 1
Registration file does not exist: C:\ProgramData\Resolume Arena 5\registration\Registration.avr
CaptureDeviceManager::getDevice: BisonCam, NB Pro 1
CaptureDeviceManager::getDevice: BisonCam, NB Pro 1
Registration file does not exist: C:\ProgramData\Resolume Arena 5\registration\Registration.avr
Registration file does not exist: C:\ProgramData\Resolume Arena 5\registration\Registration.avr
Registration file does not exist: C:\ProgramData\Resolume Arena 5\registration\Registration.avr

Re: Loading Sources/Registration

Posted: Tue Dec 15, 2015 09:59
by Joris
Thanks for brining this to our attention.

The hang is more likely to be caused by the Spout or camera initialisation than the registration check. The registration check always runs during various runtime events in the software. We just weren't logging it before.

We'll take a look though.

Re: Loading Sources/Registration

Posted: Tue Dec 15, 2015 13:03
by leadedge
Not sure of the registration details, but with SpoutController there was a delay due to the way the sketch loaded and it interrupted GUI messages. This could be the problem you see.

This has now been resolved and while there is a "wait" icon while the sketch loads, Resolume GUI messages are not interrupted. Other things updated too.

https://github.com/leadedge/SpoutControls/releases

Re: Loading Sources/Registration

Posted: Tue Dec 15, 2015 18:45
by dirtyjohn_lv
new update is awesome, love the hidden sender!