Adobe Flash CS6 - AIR export error "CreateWinProces failed" - air

By trying to debug an AIR project in Flash CS6 (Windows XP) this error occurs and Flash doesn't responds anymore:
CreateWinProcess failed with error 2. The system cannot find the file
specified.
This error even comes up with a new and empty project .fla file.
I already updated the Air runtime and Flash to the latest version.
How to fix this problem?
Thank you.

Related

Appcelerator Studio Crashes on Safari Launch?

I'm working on an iMac 27-inch, Late 2012 (macOS High Sierra)
When I open Safari, Appcelerator Studio crashes immediately! I couldn't figure that out why this is happening.
Does anyone know anything about this?
Can you check what is the error reported in the crash log? Just look for main thread crash and search in the google - this might give some clue.
Not sure if it's related to this:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=465693
When crash happens, you'll see a rectangular dialog with a title of JVM Terminate on your screen and Studio will disappear. This indicates Java itself has crashed, but it creates a log file in the process.
By default, the crash file should be in either the Studio installation directory, or in the system temp directory, most likely with a file name of hs_err_pid*.log. If you still could not locate it, follow the directions here:
Finding your Error Log
On OS X, the location is ~/Library/Logs/Java/*.crash.log or ~/Library/Logs/CrashReporter, and the file will have the word java in its name.
http://docs.appcelerator.com/platform/latest/#!/guide/Crashes_and_Freezes

IBM MobileFirst Adobe Air Error

I manage to package adobe air app on MobileFirst platform but am unable to install the .air installation file. I'm prompted with this error: Installation Error screenshot
I've tried reinstalling Adobe AIR runtime and currently on the latest version.
When I look at my Mac Console, I see the following error. Did I miss anything during packaging?
Dec 28 11:54:54 Adobe AIR Application Installer[20848]: Got an unexpected fatal error while unpackaging: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Missing necessary file META-INF/AIR/application.xml" errorID=0]
Dec 28 11:55:01 Adobe AIR Application Installer[20848]: Application Installer end with exit code 7
Dec 28 11:55:01 com.apple.xpc.launchd1 (com.adobe.air.ApplicationInstaller.253928[20848]): Service exited with abnormal code: 7
You did not mention your version number of MobileFirst Platform...
However note that Adobe AIR is a deprecated environment scheduled to be removed in a future release. I would re-consider using it.
From the error you have received you'll need to open a PMR so that it could be investigated by the development team.

Can't install published Adobe AIR application

Hi I create a flash game using adobe flash player 6 (AIR).
If I test it using "Test Scene", it run very well.
I set it to run on Adobe AIR desktop target 3.2 (my PC is 4.0)
I publish the game in format .air and create a certificate.
The problem : I can't install my game (in AIR package) on my computer.
The warning is:The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author.
I already use administrator account but it does n't work. Can you help me??
I found the solution. It is because my system clock is not accurate and I use self certificate (using time stamp).
So, I must repair my system clock and publish adobe AIR application again with new certificate.

Simple-OpenNI for Processing fatal errors with the Kinect

I have been using SimpleOpenNI, a wrapper for Processing, all summer now. I use it for the Kinect to make games and demos. Last week, I have been getting a fatal error in my processing window and none of the SimpleOpenNI projects will work. Here is the error:
SimpleOpenNI Version 0.20
A fatal error has been detected by the Java Runtime Environment:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x72e8f955, pid=4596, tid=4624
JRE version: 6.0_24-b07
Java VM: Java HotSpot(TM) Client VM (19.1-b02 mixed mode windows-x86 )
Problematic frame:
C [OpenNI.dll+0xf955]
An error report file with more information is saved as:
C:\Users\mss042\Desktop\processing-1.5.1\hs_err_pid4596.log
If you would like to submit a bug report, please visit:
http://java.sun.com/webapps/bugreport/crash.jsp
The crash happened outside the Java Virtual Machine in native code.
See problematic frame for where to report the bug.
It appears as if the new OpenNI/NITE/SensorKinect drivers do not work with the SimpleOpenNI wrapper. I have tried it with people using the old drivers and everything still works. Problem is, you cannot download the old drivers off of the websites so I cannot test if it's that or not. You can see everything I've downloaded from the simpleopenni site: http://code.google.com/p/simple-openni/
Any help with this error would be appreciated. Thanks.
Mike
It looks like there's a problem with OpenNI.dll. Make sure that:
You have the dll (It should be in Program Files where you've installed OpenNI)
Make sure you've got the Environment Variables for the Open NI paths and that the paths are correct, otherwise, you might have the .dll file, but the .jnilib wouldn't know where it is.
Had a Kinect Workshop in Uni, and my colleagues using Windows all had issues with the drivers,
so I'm just passing on what they did:
Even though they had 64-bit versions of Windows they used the 32-bit version, and used Brekel OpenNI Kinect Auto Installer - Developer Edition v1.3.2.3.exe(direct link via developkinect.com) after reading this message:
Comment 4 by tijmenva...#gmail.com, Oct 21, 2011 Hey all I have Solved
the unsatisfied link dll error on windows 7 64 bits by installing java
runtime (jre-7u1-windows-i586.exe)and (Brekel OpenNI Kinect Auto
Installer - Developer Edition v1.3.2.3.exe) I uninstalled everything
and than it worked :)
hope this helpes
in Issue#17 on the SimpleOpenNI project issues page.
Another colleague used Synapse and OSC in Processing instead of SimpleOpenNI, but she had loads of errors with the drivers (basically spent a few good hours uninstalling/installing different versions). In her case, uninstalling any previous partial or complete drivers from the machine and deleting any registry entries related to PrimeSense(Sensor, Nite) and OpenNI, then using the installers from the links on the Synapse page, worked for her.
HTH
This is a long shot, but that exact error is also given if the Kinect USB and/or power supply simply becomes unplugged. Thought it was worth mentioning as it is not obvious from the error message itself and it may help someone out if they kicked their power supply and started searching for the above exception :)

Adobe Air 1.5.2 and Flash Builder

Recently I'm working on some air stuff, and I am using Flash Builder and latest Nightly build SDK in order to compile my application ( I even used stable version before this stage ), but when ever I export the final air file from the Flash Builder, the air file giving me this error message :
The application could not be installed because the AIR file is damaged. Try obtaining a new AIR file from the application author.
I wounder what's wrong about my file?! I even changed the namespace to other versions like 1.5.1 and 1.5 but none of them will do the trick! Any one has any idea?!
If you try logging the application install it might give you more info and troubleshooting information - http://kb2.adobe.com/cps/403/kb403123.html
=Ryan
ryan#adobe.com