|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Flex Debug ProblemI have imported an AIR project to Flex Builder 3.2.0, but I get this error:
Process terminated without establishing connection to debugger. Command: "/Applications/Adobe Flex Builder 3/sdks/3.2.0/bin/adl" -runtime "/Applications/Adobe Flex Builder 3/sdks/3.2.0/runtimes/air/mac" "/Users/mac_video/Documents/Flex Builder 3/PSM Flash2/bin-debug/psmflash-app.xml" "/Users/mac_video/Documents/Flex Builder 3/PSM Flash2/bin-debug" Output from command: initial content not found I have changed the 2nd line of project specs with <application xmlns="http://ns.adobe.com/air/application/1.5" > but it doesn't work... Anyone have an idea about that? Thank you very much, it's very important for me and for my work. |
|
|
RE: Flex Debug ProblemFirst, try closing ad re-opening FlexBuilder and the project. That fixed
this error for me. Tracy Spratt, Lariat Services, development services available _____ From: flexcoders@... [mailto:flexcoders@...] On Behalf Of alexprando Sent: Tuesday, March 31, 2009 10:52 AM To: flexcoders@... Subject: [flexcoders] Flex Debug Problem I have imported an AIR project to Flex Builder 3.2.0, but I get this error: Process terminated without establishing connection to debugger. Command: "/Applications/Adobe Flex Builder 3/sdks/3.2.0/bin/adl" -runtime "/Applications/Adobe Flex Builder 3/sdks/3.2.0/runtimes/air/mac" "/Users/mac_video/Documents/Flex Builder 3/PSM Flash2/bin-debug/psmflash-app.xml" "/Users/mac_video/Documents/Flex Builder 3/PSM Flash2/bin-debug" Output from command: initial content not found I have changed the 2nd line of project specs with <application xmlns="http://ns.adobe. <http://ns.adobe.com/air/application/1.5> com/air/application/1.5" > but it doesn't work... Anyone have an idea about that? Thank you very much, it's very important for me and for my work. |
|
|
Re: Flex Debug ProblemThank you for the answer but the problems still remains...
I've tried to import the project to another PC (WIN XP) and I get these 2 problems: A) if I create a new project (copying my old files later) I get the same problem of my first message B) if I import the project directory there's a new problem: my bin-debug directory remains with old compiled files (it seems that he can't write on them, it's impossibile!) and I see the old version of my application. Every change (deleting, moving, ecc..) to the bin-debug directory it get me to A) problem. I'm very confused and I can't do anything... please help me! --- In flexcoders@..., "Tracy Spratt" <tspratt@...> wrote: > > First, try closing ad re-opening FlexBuilder and the project. That fixed > this error for me. > > > > Tracy Spratt, > > Lariat Services, development services available > > _____ > > From: flexcoders@... [mailto:flexcoders@...] On > Behalf Of alexprando > Sent: Tuesday, March 31, 2009 10:52 AM > To: flexcoders@... > Subject: [flexcoders] Flex Debug Problem > > > > I have imported an AIR project to Flex Builder 3.2.0, but I get this error: > > Process terminated without establishing connection to debugger. > > Command: > > "/Applications/Adobe Flex Builder 3/sdks/3.2.0/bin/adl" -runtime > "/Applications/Adobe Flex Builder 3/sdks/3.2.0/runtimes/air/mac" > "/Users/mac_video/Documents/Flex Builder 3/PSM > Flash2/bin-debug/psmflash-app.xml" "/Users/mac_video/Documents/Flex Builder > 3/PSM Flash2/bin-debug" > > Output from command: > > initial content not found > > I have changed the 2nd line of project specs with > <application xmlns="http://ns.adobe. > <http://ns.adobe.com/air/application/1.5> com/air/application/1.5" > > but it doesn't work... > > Anyone have an idea about that? Thank you very much, it's very important for > me and for my work. > |
|
|
Re: Flex Debug Problemhi,
i've got the same identical problem. I thought that is the new update to 3.0.2 of the ide, so i've uninstalled it and reinstall the 3.0 version, but the problems still remains: 1) often the swf doesn't update with build or automatically build 2) i can't compile ("initial content not found"). i've try too the change form 1.0 to 1.5 in the 3.0.2 version of the ide but nothing. i'ts very frustrantig: if someone have found the solution, tell us please
|
|
|
Re: Flex Debug ProblemHi there
I managed to find a solution to the problem. It has to do with outdated app xml config files (which I think don't get committed into source control) So after importing my project from source control, I create a new application (eg. Test) and run / debug it, which works fine. Compare the 2 app xml config files. In the new file at the top you will see a line: <application xmlns="http://ns.adobe.com/air/application/1.5"> In the old file I had: <application xmlns="http://ns.adobe.com/air/application/1"> I actually copied all the data over from my original app to the test app, but if you replace just that line of xml, the original project should run fine. Cheers Tracy |
| Free embeddable forum powered by Nabble | Forum Help |