Runtime error with SMP with OSMF 2.0 - Video Overlay problems

I am attempting to compile OSMF and Strobe from the 2.0 SVN tree.  I am able to compile and play video, but when I attempt to bring up the video overlay (either via the context menu or having it auto-load) Strobe crashes with the following:
TypeError: Error #2022: Class ASSET_backDrop_left$ must inherit from DisplayObject to link to a symbol.
          at flash.display::Sprite/constructChildren()
          at flash.display::Sprite()
          at flash.display::MovieClip()
          at ASSET_VideoInfoOverlay()
          at org.osmf.player.chrome.widgets::VideoInfoOverlay/showInfo()[/Users/syncfreak/Documents/os mf/osmf/player/StrobeMediaPlayback/src/org/osmf/player/chrome/widgets/VideoInfoOverlay.as: 88]
          at org.osmf.player.chrome.widgets::VideoInfoOverlay/onItemSelect()[/Users/syncfreak/Document s/osmf/osmf/player/StrobeMediaPlayback/src/org/osmf/player/chrome/widgets/VideoInfoOverlay .as:148]
Do I need to re-export the assets.fla file?
I am using Flash Builder 4.7 with Flex 4.6
- Brian

Do you have a piece of source code (what you do from bringing up the video overlay) ?
Steph0

Similar Messages

  • HT1923 I downloaded Itunes and keep getting a runtime error R6034 and was told to contact Itunes about problem/

    I downloaded Itunes and keep getting a runtime error R6034 and was told to contact Itunes about problem/

    First try updating to iTunes 11.1.5.5, using an installer downloaded from the Apple website:
    http://www.apple.com/itunes/download/
    If you still get the errors after that, try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Runtime Error in JTable with JTableModel Implementation

    Hi,
    I tried to do a JTable (named "table) in my program, with an implementation of JTableModel, called DataContent (obj named "dc"). Now if I try to change dc's data and refresh the table in the window by doing a "table.setModel(dc);", my programm gives me just runtime errors.
    class MyFrame extends JFrame implements ActionListener{
    // This is the class of the JFrame which contains the table
    // globally defined vars:
    private DataContent dc;
    private final JTable table;
    // in someMethod(){
    public MyFrame(){
    // creates, inits and draws the table into the window - this works !
         JPanel jpPreview = new JPanel(new GridLayout(1,0));
         dc = new DataContent();
            table = new JTable(dc.getTableData(), dc.getCol());
            table.setPreferredScrollableViewportSize(new Dimension(500, 40));
            table.setBorder(borderPanel);
            jpPreview.add(table);
         jpSeparator.add(jpPreview);
    public void actionPerformed(ActionEvent ae) {
    // in the same class
              if(ae.getSource() == butLoadPath){
                   // choose a path by clicking on a button "butLoadPath"
                   szPath = sg.readPath();
                   labelLoadPath.setText(szPath);
                   dc.setPath(szPath);
                   dc.setContent(szToken);
              }else if(ae.getSource() == butSeparator){
                   // choose a different separator token by JRadioButtons
                   // when someone clicks on the button butSeparator,
                   // the table should be refreshed, with this function:
                   setPreview();
              }else...
    private void setPreview(){
              // reads out which option was chosen by the radiobuttons - this works
              // refreshes the Object[][] oData in dc - this works, too
              dc.setContent(szToken);
              // this should refresh the table obj in the JFrame,
              // this gives me some Null.pointer.exception - why ?
              table.setModel(dc);// ??? P R O B L E M ???
         }I have implemented the Interface DataContent like this:
    public class DataContent implements TableModel{
         // vars
         private int iRow,iCol;
         private String szInputData = "";
         char cToken, cLineLimiter;
         private Object[][] oData;
         // ctor
         public DataContent(){
              reset(); // set Elements...
         public void setPath( String szPath){          
              // read line from file obj...
         private void reset(){
              // set up an epmty set of data in the table...
         public void setContent( String szToken){          
              // separate content of szInputData by szToken and set oData...
         public Object[][] getTableData(){
              // return oData...
         public String[] getCol(){
              // gives some name for each column...
    ////////////////////////////////// automatic generated for the implementation of the interface JTableModel /////////////////
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#getRowCount()
         public int getRowCount() {
              // TODO Auto-generated method stub
              return iRow;
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#getColumnCount()
         public int getColumnCount() {
              // TODO Auto-generated method stub
              return iCol;
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#getColumnName(int)
         public String getColumnName(int columnIndex) {
              // TODO Auto-generated method stub
              String[] szColumnName = getCol();
              return szColumnName[columnIndex];
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#getColumnClass(int)
         public Class getColumnClass(int columnIndex) {
              // TODO Auto-generated method stub
              return null;
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#isCellEditable(int, int)
         public boolean isCellEditable(int rowIndex, int columnIndex) {
              // TODO Auto-generated method stub
              return false;
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#getValueAt(int, int)
         public Object getValueAt(int rowIndex, int columnIndex) {
              // TODO Auto-generated method stub
              return oData[rowIndex][columnIndex];
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#setValueAt(java.lang.Object, int, int)
         public void setValueAt(Object aValue, int rowIndex, int columnIndex) {
              // TODO Auto-generated method stub
              // NO editing !
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#addTableModelListener(javax.swing.event.TableModelListener)
         public void addTableModelListener(TableModelListener l) {
              // TODO Auto-generated method stub
         /* (non-Javadoc)
          * @see javax.swing.table.TableModel#removeTableModelListener(javax.swing.event.TableModelListener)
         public void removeTableModelListener(TableModelListener l) {
              // TODO Auto-generated method stub
    }I tried to implement some of the automatic generated methods, without success, still the same problem. What can I do, that...
    table.setModel(dc);
    ...works without probs ???
    Is there a better way to do this - the table should not even be editable, just to be shown in the window, to give an impression ??
    THX

    Why are you creating you own TableModel. Use the DefaultTableModel its easier. If you don't want you cells to be editable then you just do this:
    JTable table = new JTable(...)
         public boolean isCellEditable(int row, int column)
              return false;
    };

  • Runtime error Outlook.exe with Acrobat 7.0.9

    I use Acrobat 7.0.9 professional with Office 2000. When using Outlook I get often messages "Microsoft Visual C++ runtime library Runtime error! Program: X:\Apps\Microsoft Office\Office]Outlook.exe This application has requested the Runtime to terminate it in a unusual way. Please contact the application's support team for more information."
    This error message shows up after deleting a message. Not always. The operating software is Windows XP.

    1 - the latest is 7.1
    2 - microsoft has one (maybe two) runtime fixes
    go to http://search.microsoft.com/search.aspx?mkt=en-US&setlang=en-US
    search for the text of the error message, or "something like"
    runtime update
    and follow the links to find the download

  • Runtime Error building Installer with NI-VISA Runtime

    Greetings,  I'm getting this error whenever I check the "NI-VISA Runtime" option in the installer app builder.
    Everything builds fine when I check only the Runtime Engine.  Shown below is what causes the RUNTIME ERROR and closes Labview Unexpectedly.
    Any help you could provide would be very much appreciated.
    Regards,
    JD

    Hi JD,
    This is a relatively common error with the Application Builder that can happen for several different reasons, namely registry keys pointing to installations that no longer exist. The easiest way to identify the problem is to get detailed information about the installer build. Here are directions:
    LabVIEW has the
    ability to create a very detailed log of the events that occur when
    building an application or installer. To enable this feature, open up
    the LabVIEW.ini file and copy "CDK.EnableLog=true" to the bottom
    of the file. Save the changes and close the ini file. The LabVIEW.ini
    file is usually located in C:\Program Files\National
    Instruments\LabVIEW X.X
    Enabling this feature will create a log file in the %temp% directory of your computer (%...% means a computer variable) .
    To
    find out where this temp directory is located, go to Start>>Run.
    Type in "cmd". Then type "set". This will return all of your computer's
    variable names.
    Look for TEMP in the list of variable names. You should see something like "TEMP=C:\DOCUME~1\user\LOCALS~1\Temp".
    Navigate to this directory using Windows Explorer.
    You
    should see a file named "Name.log" where "name" is the name of your
    build specification. For example, you might see "My Installer.log" if
    the name of your build specification is "My Installer".
    This will give you a more detailed log of the attempted build and, if I'm correct about why this particular build failed, show you which installer is expected at that registry. If the registry points to a directory without the necessary installer (i.e. VISA), simply delete the registry and allow the App Builder to prompt you to to point to the correct location.
    Michael K.
    | Michael K | Project Manager | LabVIEW R&D | National Instruments |

  • Getting "warning" -- "Late bound resolution, runtime errors could occur" with a line referencing a Word document

    The problem line is:
                Dim Author$ = wd.ActiveDocument.BuiltInDocumentProperties(WdBuiltInProperty.wdPropertyAuthor).value.ToString
    "wd" is my program's instance of Microsoft Word.
    I've encountered this error before and could always fix the program and get rid of the warning without having to enclose the line in a "Try..Catch" structure. I enclosed this line in a Try..Catch, but the warning still appears, and for some reason,
    I have dedicated my few remaining years to getting rid of it.
    Robert Homes

    Armin:
    That didn't work for me. I couldn't even compile it like that, and I changed it to:
    =============================================
            Dim props As Microsoft.Office.Core.DocumentProperties = _
                    DirectCast(wd.ActiveDocument.BuiltInDocumentProperties, _
    Microsoft.Office.Core.DocumentProperties)
            Dim Author$ = props(WdBuiltInProperty.wdPropertyAuthor).Value.ToString
    =============================================
    That at least allowed me to compile (and DID get rid of the warning), but then I got a runtime error:
    ========================================================
    An unhandled exception of type 'System.InvalidCastException' occurred in Share.exe
    Additional information: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Office.Core.DocumentProperties'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{2DF8D04D-5BFA-101B-BDE5-00AA0044DE52}'
    failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
    ================================================================================
    Robert Homes

  • Runtime Error on XP with Outlook 2010

    I get Runtime errors too.
    When i want to open an PDF in my Office 2010 Outlook then i get a runtime error.
    Whats to do?
    Greets
    Olaf

    A good idea would be to search for this problem in discussion forums (such as this one) and also to reinstall both Outlook and Adobe Reader to see if this resolves the problem.
    John
    http://www.ep1c-gaming.co.uk

  • Runtime error in linking with static variables....

    Hi,
    I am building a shared library which includes a compiled object generated from a class containing the static variables only and also I have another version of same class with same & some new static variables in it and using that to generate another shared library. Now when I tried to run a program
    which links with both the library it core dumps when it tries to return from the program i.e when it finishes.
    Can someone please help me explain why my program is behaving like that?? Can duplicate inculsion of static variables in different scope can cause problem ?? How can this be avoided ?
    Also please be advised that the class with static variables gets generated at the compile time using a script which uses a DTD whose version (specification) can be different in both the libraries therefore I can't just seperate the common stuff into one class and specific into another.
    Thanks.
    Rajeev.

    Not to worry...found the answer in another post. Seems like patches need to applied to the OS.

  • IE 8 "Runtime Error" trying to open PDF with Reader 9.5.1

    I've seen many variants of this problem on the forum.  Running Win7, IE 8, Firefox 14, and Reader 9.5.1.
    For some little while, I've had a problem opening PDF files from links on Webpages that I view in IE8.  I see the following Runtime Error message:
    More recently, I've seen a similar problem with Firefox 14.  The difference is that there's no error message with Firefox ... it opens a new tab, but the browser tab remains blank.
    Could the problem be from installing Reader 9.5.1 recently?  How do I back out that update, and resort to the previous version of Reader -- which ran error free?
    Thanks
    Jerry

    We created a small standalone test application, which just opens a PDF. Same issue was found, with just this one User. Here's the code:
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark"
            xmlns:mx="library://ns.adobe.com/flex/mx"
            width="1004" height="510" backgroundColor="#000000" creationComplete="windowedapplication1_creationCompleteHandler(event)">
    <fx:Script>
      <![CDATA[
       import mx.events.FlexEvent;
       protected function windowedapplication1_creationCompleteHandler(event:FlexEvent):void
        myHtml.location = "vt1_04_using_flash_builder.pdf";
      ]]>
    </fx:Script>
    <fx:Declarations>
      <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <mx:HTML id="myHtml" left="10" right="10" top="10" bottom="10"/>
    </s:WindowedApplication>

  • Runtime Error while opening the transaction ME22N

    Hi,
       when am trying to open the transaction ME22Nin Ecc6.0 its showing the runtime error like Assign with Length 0 in the pgm SAPLTAX1 in the Module FIND_TAX_SPREADSHEET.
    than you in advance.

    post your Dump information with           
    Short text
    What happened?

  • RSIMPCURR: Runtime error while executing

    Hi Everyone,
    I want to create a process chain to transfer global settings from my ECC system to the BI system. For this purpose I was checking the ABAP program RSIMPCURR which is used to transfer the currecny exchange rates. But when this program is executed, it throws a runtime error and ends with a dump.
    Here's a snippet of the ABAP dump:
      151   CALL FUNCTION 'RSAR_DESTINATION_GET'                                                      
      152     EXPORTING                                                                               
    153       i_logsys      = l_source                                                              
      154     IMPORTING                                                                               
    155       e_destination = l_destination                                                         
      156     EXCEPTIONS                                                                               
    157       not_exist     = 1                                                                     
      158       OTHERS        = 2.                                                                    
      159   IF sy-subrc <> 0.                                                                         
    ' >>>>>     MESSAGE x000(rh).                                                                       
      161   ENDIF.                                                                               
    162                      
    The thing is, when I manually transfer the currencies from the RSA1 > Source system screen, I'm not facing any issues. Its only while executing the program that I get the dump.
    Any suggestions?
    Thanks,
    Ram

    Hi,
    I don't think this is a resource issue, because the global settings get transferred when I do it from RSA1 > Source system.
    Also the FM 'RSAR_DESTINATION_GET' is the one that throws the exception 'Cannot find destination'. I think this is because I cannot enter the Source System in the program parameters because it is disabled. The other parameters (like 'Exchange Rate type' and 'Changes since') are not disabled and I'm able to enter the selections into those.
    Is there anyway that I can enable the source-system box and provide my source system as a location extract the currencies?

  • Visual C++ runtime error on startup audition cs5.5 win8.1

    After reinstalling Audition cs5.5, I get a visual C++ runtime error at startup.  I have never had a problem before on a reinstallation.  I have tried uninstall and reinstall without any success.  Is their a version of Visual C++ that is needed here?  Is this an incompatibility problem with Win 8.1?  Has anyone else had this problem?  I haven't had any luck in the FAQ section.

    The only issues I've ever heard about involving this appear to have been caused by having too many versions of the run-time on a machine. I'm not entirely sure what the situation with software only running properly with the version it was intended to is, but apparently clearing out older versions (you can check this out and remove them if you want using the normal uninstall routine) has fixed this particular problem on at least one occasion. It's worth investigating, anyway.

  • Unable to interpret "650.00u00A0 " as a number. Runtime Error : CONVT_NO_NUMBER

    Hi ,
    This is a issue which has to be resolved ASAP as all the checks are being thrown Dump in Production.
    It would be great if any of you could help me in this regard.
    I have been encountering a runtime error as "CONVT_NO_NUMBER" with
    short text as "Unable to interpret "650.00  " as a number."
    System versio : SAP ECC 6.0
    The problem is occuring at the below code
        FORM XXXXXXXX TABLES t_XXX_in  STRUCTURE itcsy
                                       t_XXX_out STRUCTURE itcsy.
          DATA: $_swnet     LIKE regud-swnet.
          DATA: $_rwbtr     LIKE reguh-rwbtr.
          DATA: $_zbukr     TYPE bukrs.        
          READ TABLE t_XXXX_in WITH KEY 'REGUH-RWBTR'.
          CONDENSE t_XXXX_in-value NO-GAPS.
    make sure the amount field is an amount.
          IF t_XXXX_in-value CA 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'.
            $_rwbtr = 0.
          ELSE.
    >>>>>     $_rwbtr = t_XXXX_in-value.
          ENDIF.
    Can you please help me in this regard.
    regards,
    bhima
    Moderator message: number formatting questions = FAQ, please search before posting, do not use the term "ASAP", all threads have the same priority.
    Edited by: Thomas Zloch on Nov 17, 2010 6:19 PM

    This is a FAQ. Please search before posting.
    Just to avoid dump catch the exception cx_sy_conversion_no_number . But you have to do some other changes like replacing the unwanted characters like comma,dot etc and then move it.

  • Widows 7 runtime error R6034 installing iTunes

    For the last 5 years I have had my iTumes account on a Gateway XP dual core x64 computer.  From this account I have added 5 iPod containing my 38G music collection, an iPad, iPhone3, and recently Apple TV.  According to the info provided on my account only the iPhone 3 and the iPod nano which has been missing for 3 years are on my account. All the other devices are working as long as they are charged.  In the process of installing a update 2 weeks ago things went South.  First message  at install : mobile device not found - not sure if this was the missing Nano.  Clicked ignore, and then run time error  R6034 appeared for both iTunes,exe and iTunes\helper.exe. R6034 states An application has made an attempt to load the C runtime library incorrectly. Please contact application support. {itunes help is one of the programs not responding}  The final message was iTunes was installed incorrectly,please reinstall.  After restoring from 3 weeks ago, deleating iTunes completely and then iCloud from this computer the problem has persisted and now I no iTunes on this computer. Anyone, including Apple techs staff who should be answering the problems they create, have a solution?  I have 2 other Widows 7 computer [x64] which I can transfer my iTune  backup data to the iTune program which have not be associated with the satilite Apple TV, iPods,Pad and phone.  Your help for an old man trying to keep up with this ever changing software will be greatly appreciated.

    Fix *Runtime Error R6034* - Windows® Help Center
    Solving the iTunes Installation Problems in Windows
    1. Apple has posted their solution here: iTunes 11.1.4 for Windows- Unable to install or open - MSVCR80 issue.
    2. If the Apple article does not fully resolve the problem for you, then try Troubleshooting issues with iTunes for Windows updates - MSVCR80.

  • Runtime error when I start iTunes??

    When I open my iTunes, I keep getting an error message of: This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
    I can't figure it out or what to do. Can someone help??
    Thanks!
      Windows XP  

    Hi everyone. This seems to a a problem with the Apple
    Updater program. If you rename file C:\Program
    Files\Apple Software Update\SoftwareUpdate.exe to say
    C:\Program Files\Apple Software
    Update\__SoftwareUpdate.exe or any thing else the
    problem seems to go away. Then after iTunes has
    started you can close iTunes, and return the file to
    its original name and everything works fine.
    I downloaded iTunes 7.3 update and the Runtime error
    went away but now I have a different problem.
    ---My podcasts haven't updated since 6/25/07;so, I
    clicked on "Get" on one of them to see if that works:
    nope. It goes on forever.
    --I tried "Refresh" podcast directory but nothing
    happened.
    --I tried quitting but it wouldn't let me. I did the
    CTRLALTDELETE and ended the process. Now I can't
    even run iTunes! It won't open.
    ---Brian, I'm hoping your advice will help me also, but
    I have a basic question: how/where do I change the name
    of the SoftwareUpdate.exe? I know you listed the
    pathway, but I'd have no trouble getting to it if it
    were a Mac but I have no idea with this PC.
    iMac DV 400 Blueberry,512 mb RAM   Mac OS X (10.3.9)   HP Compaq Presario v5102nr Notebook

Maybe you are looking for