|
Project Information
Links
|
Queued is an open-source application, written by SitePen Inc., that lets you manage your Netflix queues using Adobe AIR 1.5+. Issues with Queued 1.02We're aware that many people are trying to install Queued from the install badge at http://sitepen.com/labs/queued and are running into an issue where the application seems to die at the "initializing database services..." step. The first thing to check for is to make sure you are running AIR 1.5 (http://get.adobe.com/air/). The installer badge does not seem to check for the version of AIR you are running, just that you have AIR installed. If you have AIR 1.5 installed correctlyThe reason for the error is that the AIR installer seems to either corrupt or fail to create the encrypted local storage for the application when it first runs. To solve this problem, quit Queued and delete the following directories: OS X: (user)/Library/Application Support/Adobe/AIR/ELS/com.sitepen.Queued* Windows XP/2003 Server: C:\Documents and Settings\(user)\Application Data\Adobe\AIR\ELS\com.sitepen.Queued* Vista: C:\Users\(user)\AppData\Roaming\Adobe\AIR\ELS\com.sitepen.Queued* Linux: should be a combination of the OS X and Windows XP directory setup From there, you should be able to just run Queued again; it looks like the second time around AIR creates the encrypted local storage correctly. In addition, on certain flavors of Linux, it's possible that you do not have the required packages installed. If you're running into this problem, do the following: 1. Download the following package: http://www.boundlesssupremacy.com/Cappy/getlibs/getlibs-all.deb 2. Run the following commands: sudo getlibs -l libgnome-keyring.so sudo getlibs -l libgnome-keyring.so.0 sudo getlibs -l libgnome-keyring.so.0.1.1 |