Skip to main content
October 18, 2011
Question

Error #2014: Feature is not available at this time. at flash.filesystem::File$/initDocumentsDir()

  • October 18, 2011
  • 1 reply
  • 5012 views

We have a customer that is occasionally getting this error on the startup of our AIR app:

Error: Error #2014: Feature is not available at this time.

at flash.filesystem::File$/initDocumentsDir()

at flash.filesystem::File$/get documentsDirectoryPath()

at flash.filesystem::File$/get documentsDirectory()

at licensing::LicensingManager()

at licensing::LicensingManager$/getInstance()

at Function/http://adobe.com/AS3/2006/builtin::apply()

at MethodInfo-13695()

at Function/http://adobe.com/AS3/2006/builtin::apply()

at mx.binding::Watcher/wrapUpdate()

at mx.binding::FunctionReturnWatcher/updateFunctionReturn()

at mx.binding::FunctionReturnWatcher/updateParent()

at _YNABWatcherSetupUtil/setup()

at YNAB/initialize()

at mx.managers::SystemManager/

http://www.adobe.com/2006/flex/mx/internal::childAdded()

at mx.managers::SystemManager/initializeTopLevelWindow()

at mx.managers::SystemManager/

http://www.adobe.com/2006/flex/mx/internal::docFrameHandler()

at mx.managers::SystemManager/docFrameListener()

I have never heard of this error before, and what makes it worse is that it is only occasional! Do any Adobe developers have any ideas?

Best regards,

Taylor

This topic has been closed for replies.

1 reply

Participating Frequently
October 19, 2011

Hi,

This issue should be due to that the user has his documents folder pointing (right click "my documents" -> properties -> location tab) to a folder on a remote drive that's not alway accessible. For example, pointing the folder to X: (\\orc-fs\temp) and then right-clicking on X to disconnect the drive. The applicaiton developers had better catch this error and show meaningful error message to the users.

Thanks,

Jian

Adobe Flash Runtime team