Error initializing JRE. Flash CC - actionscript-3

Recently I have been getting this error:
Error initializing Java Runtime Environment. You may need to reinstall Flash.
It pops up when I try to compile my swf.
ScreenShot: http://prntscr.com/abwror
I deleted the .ini file in appdata but it didn't fix the problem.
I'm using windows 7 64bit, flash cc, just running the swf inside flash (ctrl + enter), yes im using the oracle version.

Related

FlashDevelop startup problems - problems with plugins

When starting up FlashDevelop version 5.3.3.1 for .NET 4.0 on my Windows 10 system I'm getting these messages:
Unable to load an incompatible or broken plugin: C:\Program Files(x86)\FlashDevelop\Plugins\jni4net.n.w32.v20-0.8.4.0.dll
and
Unable to load an incompatible or broken plugin: C:\Program Files(x86)\FlashDevelop\Plugins\LoomContext.dll
Once I select OK on both notifications the program seems to run and build without issue.
Now it's been a couple months since I ran this program on this Windows 10 system but I don't remember there being a problem until now.
Reinstalling FlashDevelop did not fix it.
I tried simply removing these files from the \Plugins folder and now it starts up without the error notifications and seems to run fine but I'm concerned that there are unseen problems because of these plugin problems.
Anyone have any special insight on why these two plugin files would suddenly be giving me problems?

Flash Builder can't find PPAPI flash debugger

I was able to get flash builder to work with the NPAPI version of the debugger, but I have installed chrome 64-bit (v 38.0.2125.101), which seems to only work with the PPAPI version found here. With that version installed I am back to this error message:
C:\Program Files (x86)\Google\Chrome\Application\plugins\NPSWF32.dll
Flash Builder cannot locate the required version of Adobe Flash Player. You might need to install the Flash Player or reinstall Flash Builder.
Do you want to try to run your application with the current version?
That directory doesn't exist, and it doesn't look like it ever did, so I have no idea why Flash Builder is looking there, or how to tell it to look elsewhere.

Symbol(s) not found for architecture armv7 - Flash Builder for Windows / iOS Native Extension

I'm attempting to run the example project for this Adobe Native Extension 'SongPickerANE' from Flash Builder on Windows onto an iOS device. I've run it successfully on the same device (and iOS Simulator) from Flash Builder on my Mac with AIR SDK 3.4, but it failed to run with 3.4 on Windows, as it couldn't get access to the required iOS SDK (6.1).
So, I've updated my AIR SDK on my windows machine, first to 3.5, and now to the current version 3.9, which seemed to sort out the iOS SDK issues I was having, but both failed to run with the following error:
java.lang.Exception:
Undefined symbols for architecture armv7:
"_objc_setProperty_nonatomic", referenced from:
-[SongPickerHelper setPickedItem:] in libcom.newpixel.air.nativeextensions.SongPicker.a(SongPickerHelper.o)
ld: symbol(s) not found for architecture armv7
Compilation failed while executing : ld64
From what I remember of it in the dim, distant past of my iOS development, this is some sort of XCode linking / Build Settings / Phases error? So to fix it, will I have to edit and recompile the ANE, or is there anything I can set in the Flash Builder project which uses the ANE to fix it?
If it requires recompiling the ANE, any tips / advice on where to start would be appreciated, as I've so far managed to avoid having anything to do with them, and I do find them slightly terrifying.
Many thanks in advance.

FlashDevelop - browser crashes while FD is attached to Flash 11 debugger

I've just upgraded to publish my SWF files as Flash 11. I want to attach FlashDevelop to Firefox (or IE). I'm able to first attach it, however player crashes after my first call to PHP file(not sure if it is related) and the debugger is stopped. If I just run the program without debugging it doesn't crash.
How can I figure out what is causing the problem?
Here is my set up:
FlashDevelop 4.0.1 RTM on Windows 7 (32bit)
Installed - Windows Flash Player 11.2 Plugin content
debugger (for Netscape-compatible browsers) (EXE, 3.89MB) from http://www.adobe.com/support/flashplayer/downloads.html
In FlashDevelop, I point Program->Settings->FlashViewer to flashplayer_11_plugin_debug_32bit.exe (I'm not exactly sure if this correct).
The way I attach is by going to Debug->Start Remote Session. Then launch an HTML page that loads my SWF.
update: Instead of upgrading to 11.2 version I upgraded to 11.1 . Now I'm getting some feedback in the output window. [Fault] exception, information=TypeError: Error #1009: Cannot access a property or method of a null object reference. However FlashDevelop doesn't break on that exception and I don't see a file name or line number which would help me to figure out wher exectly the error is happening.
update: I finally rolled back to my original version of 10.1.102.64 and now FlashDeveloper isn't crashing while debugging.
When you debug a flash application, you freeze the thread and your browser will think the application has locked up or died. It will then try to save your browsing session by force closing the plugin causing the problem (in this case, Flash).
To stop Firefox from doing this, type in "about:config" (minus quotes) in the address bar and hit enter, then click "I'll be careful" if a warning comes up.
Look for "dom.ipc.plugins.timeoutSecs" by typing it in the config search bar and set its value to -1. This will stop the browser from shutting down laggy plugins.
Disable the flash debugger plugin in your browser. Are you accessing the same SWF from the browser that you are debugging?

install flash debugger on linux for chrome

i am trying to install flash debugger on Linux Ubuntu 16.04.3 LTS for Chrome.
i downloaded from https://www.adobe.com/support/flashplayer/debug_downloads.html
the version Download the Flash Player Plugin content debugger (64-bit) - PPAPI..
I then deleted the folder /usr/lib/adobe-flashplugin and restarted chrome to check if it warns me that there is no flash installed on this page https://helpx.adobe.com/flash-player.html
but it says i still have flash installed version xxxx..xxx
so where is flash for chrome located?
i need to place the debug version of flash there. even after replacing the contents of the above folder with the contents of the downloaded file, i still do not see the debug version of flash
EDIT
thanks to Joshs comment I now know it is in /.config/google-chrome/PepperFlash/28.0.0.137, but on replacing the contents with the debug version (including manifest), I am now displayed the flash version of 24.0.0 instead of the debugger version
How do I enable/install the debug version of flash?