Skip to main content
Arun_Tomy-DDJQu0
Participating Frequently
September 21, 2012
Question

Requested extension com.adobe.Vibration is not supported for Windows-x86 Problem with Cs6,air3.4.

  • September 21, 2012
  • 2 replies
  • 6107 views

While compiling my application on Flash CS6 with Air for iOS 3.4, I am getting the error given below:

The content cannot be loaded because there was a problem loading an extension: Error: Requested extension com.adobe.Vibration is not supported for Windows-x86.

I am using vibration.ane file which got it from Adobe (http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/vibration.html)

Anybody out there who knows how to solve this problem!

Thanks.

This topic has been closed for replies.

2 replies

Inspiring
September 21, 2012

1) The vibration ANE from Adobe does not support Windows.

2) The iOS simulator (adl) is not a virtual machine but rather it is a native Windows app, thus the platform your app runs on is Windows not iOS.

What Adobe needs to do to avoid confusing everyone is one of two things:

1) Include a stub for Windows (and MacOS) in the Vibration ANE.

2) Make it possible to deploy an app to a platform where the ANE is not supported, but produce a runtime error upon an attempt to use the ANE. The developer could then put logic in the app to detect the underlying platform and make adjustments.

Arun_Tomy-DDJQu0
Participating Frequently
September 21, 2012

Thanks mbresnahan,

Thanks for your valuable reply. So if i tried the same from Mac then itshould work, right! or shall i need to find another vibration.ane for mac?
Or if you have a vibrate.ane file or any ane file for vibration functionality then please share with me. Then it would be so greatful. Or please suggest another way to do this functionality!

Thanks in advance.

Colin Holgate
Inspiring
September 21, 2012

I believe that all mobile ANEs will fail to test inside ADL, on Mac or Windows. I find I have to delete any ANEs when doing testing, and then put them back in for making the real version.

Adobe Employee
September 21, 2012

It seems you are try to use the extension on the adl simulator. The ane should run fine on the mobile device.

Arun_Tomy-DDJQu0
Participating Frequently
September 21, 2012

Hi Varun,

Thanks for you reply..

As per your suggestion i published my app to .ipa and tested it in ipad still its not working. There it executes to Vibration.as file which i got from adobe from there my app is getting terminated.but no error or bugs is showing!

Thanks.

Adobe Employee
September 24, 2012

As per the following post http://stackoverflow.com/questions/5424599/does-ipad-2-vibrate ipad does not has support vibration mode. Even I could not find vibration settings on iPad. Can you please confirm the same?