Loading Sources/Registration

Post your questions here and we'll all try to help.
Post Reply
dirtyjohn_lv
Posts: 388
Joined: Sat Oct 29, 2011 22:24
Location: Las Vegas, NV

Loading Sources/Registration

Post 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

Joris
Posts: 5186
Joined: Fri May 22, 2009 11:38

Re: Loading Sources/Registration

Post 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.

leadedge
Posts: 104
Joined: Fri Feb 14, 2014 13:58

Re: Loading Sources/Registration

Post 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

dirtyjohn_lv
Posts: 388
Joined: Sat Oct 29, 2011 22:24
Location: Las Vegas, NV

Re: Loading Sources/Registration

Post by dirtyjohn_lv »

new update is awesome, love the hidden sender!

Post Reply