FlashPlayer 11 (non-debug only) + LCCS v2.1.0 targeting FP 10.0 not loading content

Is anyone still compiling apps with LCCS 2.1.0 targeting FlashPlayer 10.0 and running the app in a FlashPlayer 11 ( non-debug ) ?
* Not an issue when I target LCCS 2.1.0 to FP 10.3 but I can't upgrade just yet because of some of our customers
Most of my UI elements ( mx:boxes, video, audio...etc  doesn't show up) just trying to see how wide spread is this problem ( it's hard to debug when the issue only occurs in a non-debug version of FlashPlayer 11 )
I was able to collect LCCS info and seems like I'm connecting to a room and all is good, the camera input starts but I don't see any of the UI components:
"Thu Oct 6 14:06:06 GMT-0400 2011 LCCS SDK Version : 2.1.0 Player Version : MAC 11,0,1,152
14:06:06 GMT-0400 requestInfo https://connect.acrobat.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?mode=xml&glt=g :&x=0.2601146502420306
14:06:07 GMT-0400 authentication status: 200
14:06:07 GMT-0400 authentication request complete
14:06:07 GMT-0400 requestInfo https://connect.acrobat.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?gak=cmVuZ2EqbmE xcioxMzJkYTY4YjE3YypNUDNGMDFUNlBONzVRN002RlpRVzgzVkhTOA==&mode=xml&x=0.316164287738502
14:06:07 GMT-0400 #TicketService# ticket received: 1x3ewlxtsvupx
14:06:07 GMT-0400 Getting FMS at https://na2.collaboration.adobelivecycle.com/fms?ticket=1x3ewlxtsvupx&proto=rtmfp, attempt #1/3
14:06:08 GMT-0400 result: <fms> <origin>fms8.acrobat.com</origin> <proto_ports>rtmfp:1935,rtmps:443</proto_ports> <retry_attempts>2</retry_attempts> </fms>
14:06:08 GMT-0400 protocols: [object ProtocolPortPair],[object ProtocolPortPair]
14:06:08 GMT-0400 [attempt 1 of 2] Connecting to 0/1: rtmfp://fms8.acrobat.com/cocomo/xxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxx #startProtosConnect#
14:06:08 GMT-0400 tempNetStatusHandler 0/2,NetConnection.Connect.Success
14:06:08 GMT-0400 isTunneling? false
14:06:08 GMT-0400 is using RTMPS? false
14:06:08 GMT-0400 RECEIVED LOGIN AT SESSION
14:06:08 GMT-0400 .user descriptor from server [object]
14:06:08 GMT-0400 \
14:06:08 GMT-0400 .affiliation [number]= 100
14:06:08 GMT-0400 .role [number]= 100
14:06:08 GMT-0400 .displayName [string]= Eschool Dev
14:06:08 GMT-0400 .userID [string]= WCD-34624D004898515B99201587
14:06:08 GMT-0400 RECEIVENODES UserManager
14:06:08 GMT-0400 receiveAllSynchData UserManager
14:06:08 GMT-0400 RECEIVENODES FileManager
14:06:08 GMT-0400 receiveAllSynchData FileManager
14:06:08 GMT-0400 checkManagerSync:[object FileManager]
14:06:08 GMT-0400 RECEIVENODES AVManager
14:06:08 GMT-0400 receiveAllSynchData AVManager
14:06:08 GMT-0400 checkManagerSync:[object StreamManager]
14:06:08 GMT-0400 RECEIVENODES RoomManager
14:06:08 GMT-0400 receiveAllSynchData RoomManager
14:06:08 GMT-0400 checkManagerSync:[object RoomManager]
14:06:08 GMT-0400 checkManagerSync:[object UserManager]
14:06:09 GMT-0400 RECEIVENODES SupportRoomReassignmentModel
14:06:09 GMT-0400 receiveAllSynchData SupportRoomReassignmentModel
14:06:09 GMT-0400 RECEIVENODES Classroom
14:06:09 GMT-0400 receiveAllSynchData Classroom
14:06:09 GMT-0400 RECEIVENODES RSUserManager
14:06:09 GMT-0400 receiveAllSynchData RSUserManager
14:06:09 GMT-0400 RECEIVENODES default_SimpleChat
14:06:10 GMT-0400 receiveAllSynchData default_SimpleChat
Any ideas / clues / similar experiences ?
Thanks
Alex G.

1) -swf-version is not set when targeting 10.0; -swf-version=12 was set for FP 10.3 integration
2) Correct, LCCS v2.0.0/2.1.0 for Player10.0
3) Flex 4.1 SDK
4) No, non-LCCS elements do not show up
5) Both, Mac and Windows. Yes, Chrome, Firefox ( 3.6 and 7 ), IE 8/9
We found out where the problem lies; fyi our init process is 3 steps:
1) init data
2) connect to room - lets call it lobby view / intermediate room that has no significant UI to indicate we are connectingto LCCS room
3) and finally the full UI that a teacher / student sees
When we get the room URL we also destroy the 'lobby view' room right before rendering the video/audio/full UI to the user. At this point we set the instance to null "_lobbyView = null". Somewhere later in the code _lobbyView is referenced but it's null even though we have null checks around all of _lobbyView instances :/
This line of code causes a Flash RTE but ONLY in a non-debug version of FlashPlayer 11 and I think we are now finding evidence that this issue has been happening in FlashPlayer 10.3 but much rearer. So after our users started upgrading to Flash Player 11 we started seeing the problem show up very frequently. Without code changes on our end, it's odd that upgrade to either the LCCS lib (to Player10.3 lib) or FlashPlayer itself we start seeing this problem come up.
Thanks for the quick response
Alex G.

Similar Messages

  • Flashplayer 10.1 debug

    Hi Guys,
    I just updated the sdk and i noticed mention of the flashplayer 10.1 debugger being renamed, how can we get access to this debug version of the player ?
    thanks
    David.

    1) -swf-version is not set when targeting 10.0; -swf-version=12 was set for FP 10.3 integration
    2) Correct, LCCS v2.0.0/2.1.0 for Player10.0
    3) Flex 4.1 SDK
    4) No, non-LCCS elements do not show up
    5) Both, Mac and Windows. Yes, Chrome, Firefox ( 3.6 and 7 ), IE 8/9
    We found out where the problem lies; fyi our init process is 3 steps:
    1) init data
    2) connect to room - lets call it lobby view / intermediate room that has no significant UI to indicate we are connectingto LCCS room
    3) and finally the full UI that a teacher / student sees
    When we get the room URL we also destroy the 'lobby view' room right before rendering the video/audio/full UI to the user. At this point we set the instance to null "_lobbyView = null". Somewhere later in the code _lobbyView is referenced but it's null even though we have null checks around all of _lobbyView instances :/
    This line of code causes a Flash RTE but ONLY in a non-debug version of FlashPlayer 11 and I think we are now finding evidence that this issue has been happening in FlashPlayer 10.3 but much rearer. So after our users started upgrading to Flash Player 11 we started seeing the problem show up very frequently. Without code changes on our end, it's odd that upgrade to either the LCCS lib (to Player10.3 lib) or FlashPlayer itself we start seeing this problem come up.
    Thanks for the quick response
    Alex G.

  • Why can't I run in non-debug mode???

    I recently copied a JSC project into another project using the "Save Project As" option when right clicking on the project name.
    The new project appeared to copy fine and I was able to bild and run the project normally.
    Somewhere along the line, I did something that changed something to where I can no longer run the project in 'non-debug' mode by using either the 'Run Main Project Ctrl+F5' under the 'Run' menu or by clicking the Right Green 'Run" triangle on the main menu.
    The project builds successfully, but never runs in the browser.
    I have tried stopping the server and everything else I can think of, but nothing works.
    I can select 'Debug Main Project F5' from the 'Run' menu and it will build and start in the browser.
    Other projects, including the source for this one, run fine in 'nion-debug' mode, but not this one.
    How can I fix this??
    I have run into instances where I get a message that says the build.xml file was altered externallt and was rebuilt. Is there any way to force a remake of the build.xml file using "Standard" defaults?
    Thanks

    The reason for copying the project was in order to create another very similar product that required only minor modifications at this time.
    I got around the problem by doing another project copy and then using Beyond Compare to update the new copy with modifications I made to the original copy.
    That worked.
    My basic question was what would cause the problem that would create the situation where you could run in debug mode, but not non-debug mode.
    This happened after the original copy (that worked fine) and after I had done most of the required modifications.
    My thought was that there was some file or parameter that I could change rather than redoing the process.
    Apparently not......................

  • Non-Debug version of standalone player?

    Both Flex Builder and the SDK include the debug version of
    the standalone flash 9 player. How to I get the release (non-debug)
    version of the standalone player for Windows? Does it exist?
    I see a place to download the release version of the
    standalone player for OSX but not for Windows.
    Thanks

    And the answer is...
    http://www.adobe.com/support/flashplayer/ts/documents/tn_19166/Install_Flash_Player_9_Acti veX.zip
    (Until the link breaks some day...) Adobe really hid this gem
    well as far as I can tell, buried in the flash install trouble
    FAQs. But whatever, happy now.
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19166&sliceId=1

  • Flash Player (13.0.0.82) non-debug image doesn't give security popup for secure access.

    I have a RHEL platform in which tomcat is listening on 443 port.
    Scope of Problem:
    With the latest flash plugin, i am experiencing issue with Firefox on SSL port on Windows platform.
    i.e.
    Everythig works fine on non-SSL mode on Firefox, Chrome, IE on Windows 7.
    Everythig works fine on SSL mode on Chrome, IE on Windows 7
    Observations:
    In the Flash debug image(13.0.0.82), Firefox started showing us a popup indicating untrusted certificate  "This page requires a secure connection which includes server authentication. The Certificate Issuer for this site is untrusted or unknown. Do you wish to proceed ? "
    If we click "yes", then the complete functionality works fine.
    Any clues/pointers, why the above popup is not coming in non-debug Flash image?

    Flash Player takes the philosophy that we don't ask end-users questions that they're not qualified to answer.  The debugger will give you the prompt because it's intended for development environments.  In the release player, we're just going to fail unless the certificate is valid.
    For a production environment, you'll need to use a "real" SSL certificate, issued by a trusted CA.  If you're on an Intranet environment, Verisign sells dirt-cheap intranet-only SSL certificates.

  • Debug button launched non-debug player

    Hi all!
    I just started working with flash builder 4 today, but for some reason i cant normally use the debug mode.
    i want to see all my traces and such so i kinda need it, i think the reason is that the "debug" button launches a non-debug version Flash Player, because on right-click i dont see any of the debug functions. Awhile after opening the window the error about cant connect to Player pops up
    When i manually open a debug player the debug function works how it should.
    But ofcourse i dont want to open a window each time i want to run it. So my question is, how can i let the debug button run a debug version of the Player? I've tried reinstalling and removing all flashplayers before reinstalling
    Thanks already,
    Thom

    Hi,
    I'm assuming you are having trouble launching the debugger standalone binary on Mac. Open Finder, select any SWF file, do a "Get Info" and say "Open with" and point to the debug version of standalone player and choose "Change All".
    You can get the debug version of standalone player here: http://www.adobe.com/support/flashplayer/downloads.html
    Thanks,
    Anirudh Sasikumar
    Flash Builder Engineering

  • Award amount field in Infotype 183 as display (Grey/Non-input) only field

    Hello friends,
    I want award amount field in infotype 183 (Award) as display (Grey/Non input) only field. I tried to do it throught txn user screen change but it is not working.
    Pls suggest how to do it.
    Thanks in advance
    anand

    Try  using IT Screen Control table T588M  with Module Pool MP018300  and check  the radio Button for the field  Amount as Output only .
    If there is no entry for MP018300 in T588M , Create one .Hope this works for you.
    Subhash

  • How to display debug message on non-debug player

    I have a debug version of flash player on my computer and in case of error it displays detailed messages together with affected filenames and stack trace. I would like to achieve the same on a non-debug player, for example filling a TextArea with all these error messages and then displaying it. I tried this:
    loaderInfo.uncaughtErrorEvents.addEventListener function, where I call the errorEvent.toString();
    the output is as follows:
    > [SecurityErrorEvent type="securityError" bubbles=false cancelable=false
    > eventPhase=2 text="Error #2048"]
    it is not very detailed. Is there possibility to have more detailed information on what is going on, which file is affected? I need this because my flex application behaves differently on different computers - sometimes it seems to have security problem while loading a file.

    The non-debug player doesn't output anything.  Some folks build facilities
    into their app like a hidden text control that stores output for later
    display with some magic key sequence.

  • Exception: non-read-only mapping defined for the primary key field

    Hello.
    I'm new to Oracle and I created Java EE Web Project.
    And I created entities from tableA, tableB, tableC from my database.
    tableA has foreign key to tableB and has unidirectional Many-to-One relationship. tableC has two primary keys and one of these is foreign key to primary key in tableA. tableC also has unidirection Many-to-One relationship to tableA.
    Then I created session bean and data control from it, in design window, created read-only table from tableA.
    And I selected columns in tableA and also in tableB.
    I ran the application and saw the following exception in log window.
    Local Exception Stack:
    Exception [EclipseLink-46] (Eclipse Persistence Services - 2.1.3.v20110304-r9073): org.eclipse.persistence.exceptions.DescriptorException
    Exception Description: There should be one non-read-only mapping defined for the primary key field [tableC.tableA_ID].
    Descriptor: RelationalDescriptor(mypack.tableC --> [DatabaseTable(tableC)])
    tableA_ID is a primary key in tableA.
    How can I solve this error?
    Please help me.
    Edited by: 900471 on 2011. 12. 3 오전 5:32
    Edited by: 900471 on 2011. 12. 3 오전 5:33
    Edited by: 900471 on 2011. 12. 3 오전 5:33
    Edited by: 900471 on 2011. 12. 3 오전 5:34

    There are not enough details to be sure since you have not provided the mappings. From just the error, it looks like you are using the tableC.tableA_ID field as the foreign key in the ManyToOne relationship to A, but have marked it as insertable=false, writeable=false, meaning that it cannot be updated or used for inserts.
    Either make it writable (set the settings to true), or add another basic mapping/attribute in the entity for TableC that maps to the field which you can use to set when you insert a new tableC entity. A simple example is available at
    http://wiki.eclipse.org/EclipseLink/Examples/JPA/2.0/DerivedIdentifiers
    Best Regards,
    Chris

  • [PhoneGap] Building a non-debug APK for Android Market?

    I have an app completely built and tested, and am ready to put it out in the Market. However, I can find NO information about how to do this. All I can manage to build from Dreamweaver is the debug version of the APK, which works fine on my phone, but cannot be uploaded to the Market. How do I build the 'non-debug' version?

    I'm sorry to do this but I have to quote an old post of mine.  Best way to answer this:
    Dreamweaver does not allow you to bypass the store process and give you a certificate.  The Adobe AIR team has given a good explanation of what is going on and how DW signs the app for development and debug mode.
    http://forums.adobe.com/thread/853774
    The answer that they give after the explanation will point you to the Android Developers website which gives you the details on Google's methods for obtaining a proper certificate.
    http://developer.android.com/guide/publishing/app-signing.html

  • Produce a FMB for debugging Only ..!!??  Developer 6/6i

    Is it possible to produce a FMB for debugging pusposes only.Meaning that i want to make my FMB valid for tracing and debugging Only and it produces an invalid FMX OR a fmx with a MARK like "for Debugging only" that can't be removed through the FMB....
    Is there anyway to do that...Oracle Designer or any other tool ???

    I have the same problem, I have been killing myself to configure tnsnames.ora in different ways but that never worked. Except sqlplus, not a single front end tool is able to connect to database. And the surprising part is sqlplus does not require any connect string in order to connect to database, just the username and password suffice. I would really appreciate if anybody could help in this regard. I have tried another software like Erwin data modelling tool to connect to database but ... only frustration...Please help.
    Thanks,
    Mohammad

  • Works, just one problem, make disk images non read only

    I have a script that enables me to drop a file onto it and will ask for a text. It will copy the file and the text inside a new disk image.
    However the created is read only, i would prefer it if i could edit it's contents.
    The code is given below:
    global variable1, selecto, diskName, tempfolder, thepathp, xx, pathp
    on open {}
    my openp()
    end open
    on openp()
    set thepathp to path to desktop
    set pathp to POSIX path of (path to desktop folder) as string
    set variable1 to ""
    tell application "Finder"
    set selecto to selection as alias
    set infor to info for selecto
    set diskName to name of infor
    set diskname1 to diskName as text
    set john to count character of diskname1
    set xx to characters -john through -5 of diskname1 as string
    set tempfolder to make new folder at desktop with properties {name:xx}
    set thepathp to thepathp & xx & ":" as string
    my serialnumber()
    duplicate selecto to tempfolder
    my makeimage()
    delete tempfolder
    end tell
    end openp
    on serialnumber()
    tell me to activate
    display dialog "Enter the Serial Number:" default answer "" buttons {"Cancel", "Ok"} default button "Ok"
    copy the result as list to {the log_message, the button_pressed}
    if the button_pressed is not "Cancel" then
    set fName2 to xx & ".txt"
    set myFile to open for access file ((thepathp as string) & fName2) with write permission
    write log_message & return to myFile starting at eof
    close access myFile
    end if
    end serialnumber
    on makeimage()
    set selecto to thepathp
    set pathp to quoted form of (pathp & xx & "s" & ".dmg")
    set pselecto to quoted form of POSIX path of selecto as string
    set variable1 to "hdiutil create -srcfolder " & pselecto & " " & pathp
    do shell script variable1
    end makeimage
    Merry Christmas and happy new year.

    Hi Richard!
    Merry Christmas and Happy New Year to you too!
    I don't know how much I can help but maybe you need to make a disk image first then convert it to get your results instead of creating the disk image in one step? In the "attach" function you have the possibility to select read/write. And interesting comments "about overriding the decision to make read only." (See man hdiutil under attach)
    But this is just a thought...for what it's worth?
    Reg

  • Firefox is freezing, then only showing a white blank screen when I try to load it.

    Ok, I have not had any problems with firefox, I was logging on it all the time, everyday, etc... with no problems until today. Today when I went to log onto the net, firefox opened, and it looked like everything I had customized from tabs, bookmarks and etc... had been wipped off. But also, it would not load any page, none of my bookmarks were showing in the side bookmark window that was open. It would only say "connecting..." in the only tab that was there. I could not click on anything, or do anything. When I tried to click on anything within it, I would get the "not responding" error at the top, and then the whole browser would disappear, and be replaced with a white blank page, with only the firefox logo, in the blue bar at the very top. This would also be frozen, and I could not even get it to close. I would have to open my task manager, and close it that way by stopping the process.
    I have not installed anything new on my comp, I have not downloaded unknown things, or anything new I do not think recently either. Like I said I have been using firefox for years, never had this problem. I used it just fine even this morning before I went to bed. Then tonight when I woke, logged on, this was happening.
    I have tried using IE, and IE is working just fine, without any problems. I used IE to download, and then update firefox to the newest version, still no change. By the way I was not running "really old" version or anything, I keep my firefox updated. Soooo can someone help me?

    I have a similar issue -- using an embedded google form rendered as an iframe. It is present in the source, but displays as blank space.
    This problem seems to be confined to Mac OS X (I'm on 10.6.3), and I didn't have this problem with FF 3.6.x (not sure if I ever had 3.6.9, or what version I had prior to 3.6.10). The issue is not present in Chrome or Safari, or on 3.6.10 on Windows 7.0 I believe

  • Flex Mobile Project only lists "Google Android" in Target Platforms

    I just downloaded the masters colection cs5.5 and im am using FlashBuilder 4.5.  When I create a new Flex  Mobile Project, only Google Android is a target platform.  I don't see  Blackberry or iOS as options.
    I do see Apple iOS when I create a mobile ActionScript project.
    This must be due to a configuration setting.  Can anyone help?
    i have already looked at this peron post and i have tryed all of the sollutions and none of them seem to work http://forums.adobe.com/thread/867857

    That didn't help me either.  Ultimately, here's what I did.
    I uninstalled and reinstalled the software
    After it was reinstalled, I updated to the 4.5.1 SDK PRIOR to doing any other software update.
    Then I updated the Software
    The software update found all new items and installed them properly (which is what I believe the issue is -- if you update prior to using the 4.5.1 SDK it doesn't install the required bits).
    Now it seems to be working for me.
    Not sure if that's the problem, but that's how I fixed it.

  • HT2534 why isn't there 'None' in the payment method in my iphone? I could not skip it. Please help

    why isn't there 'None' in the payment method in my iphone? I could not skip the billing info. Please help

    yes, the display is different and the sequence is different too....
    until step 9
    in step 10, i saw only 3 cards, no paypal, no 'none'
    as long as i didnt key in credit card I can proceed and not to say about verification and so on..
    thanks

Maybe you are looking for