Cant figure out what error in my car wash tunnels

I made a vi to practice the car wash CLD sample question. And labview says there is missing assignment in every one of my 10 tunnels. But I checked, there is an enum array going into every one of 10 the tunnels. Where did the error come from? 
I cant figure it out!   My tunnels look exactly like the one in the CLD sample answer attached.
Solved!
Go to Solution.
Attachments:
Car Wash LV86.zip ‏73 KB
sunflower car wash 100.zip ‏44 KB

Hi,
Just move that Enum tunnel upward which you are indicating in RED arrow. You can find a unwired tunnel.Just delete that. Since it has been overlapped you are not able to see.
Thats it.All your error will vanish.

Similar Messages

  • I have a samsung intensity ll.How do i get rid of a small box with AA off of my main screen?Cant figure out what setting it is.

    How do i get rid of a small box with AA in it on my main screen? cant figure out what setting it is on my samsung intensity ll ?

    Good deal      (the AA stands for Auto Answer, by the way; and I like your avatar  )

  • I cant figure out what my user icon is a picture of!!!

    i just reinstalled tiger and i cant figure out what my new icon is a picture of. Any suggestions?
    http://i112.photobucket.com/albums/n183/xxxSinkEmFastxxx/Picture2-3.png

    All user pictures are located in /Library/User Pictures/. Figuring out which is which, is left as an exercise. More than likely, a flower or nature thingy. They'll all open in Preview.

  • HT1414 In updating my iTunes,I got a message "Service Apple Mobile Device failed to start. verify that you have sufficent priviliges to start system services". Cant figure out what to do

    In updating my iTunes,I got a message "Service Apple Mobile Device failed to start. verify that you have sufficent priviliges to start system services". Cant figure out what to do

    So many people are having this problem! Doehunter's instructions here worked for me!  Hope this helps. https://discussions.apple.com/message/23824640#23824640

  • I connected to itunes and it says i have 2.11 GB of space taken up under OTHER , i cant figure out what is taking up so much space can anyone help?

    i connected to itunes and it says i have 2.11 GB of space taken up under OTHER , i cant figure out what is taking up so much space can anyone help?

    I believe the new IOS 8 system takes up 1.3 Gb on it's own.   Then plus anything else you may have loaded.

  • Hi. I cant figure out, what I will get in the creative cloud.

    Hi. I cant figure out, what I will get in the creative cloud. ?? Do I get it all ?? if not wich programs are in it. ? I hope, i can get an answar fast :-)

    Cloud Plans https://creative.adobe.com/plans
    -Special Photography Plan includes Photoshop & Lightroom & Bridge & Mobile Lightroom
    -Special Photography Plan includes 2Gig of Cloud storage (not the 20Gig of the full plan)
    -http://helpx.adobe.com/creative-cloud/faq/mobileapps.html
    -http://helpx.adobe.com/photoshop/kb/differences-photoshop-creative-cloud-photography.html
    -and subscription terms http://www.adobe.com/misc/subscription_terms.html
    -what is in the entire Cloud http://www.adobe.com/creativecloud/catalog/desktop.html
    -http://www.adobe.com/products/catalog/mobile._sl_id-contentfilter_sl_catalog_sl_mobiledevi ces.html

  • HT201304 my i phone says its disabled until i die just jokes but for a long time and i cant figure out what to do its my phone

    my i phone says its disabled until i die just jokes but for a long time and i cant figure out what to do its my phone

    Follow the instructions in this support document for a disabled iPhone. iOS: Forgot passcode or device disabled

  • My pages documents on my ipad wont sync to icloud. Some documents have had the upload icon on them for over a month. It was all working fine but now I cant figure out what is going on.

    MY pages documents on my ipad wont sync to icloud. Some of the documents have had the upload icon on them for over a month. It was all working fine a month or so ago but I cant figure out why it wont work now.

    Why start a new and very similar thread to your other one which you have not responded to (have you read the replies?)
    I suggest that no response is made to this duplicate thread. 

  • Cant figure out what my keychain password is.

    Hey,
    I didn't set up this computer and I need to figure out what my keychain password is. Every thing finder help tells me to do already requires it.
    Any ideas?
    G5 Dual 1.8   Mac OS X (10.3.9)  

    Hi Justin,
    Changing your keychain password
    You can change the password for your keychain at any time. However, if you want your default keychain to be unlocked automatically when you log in, make sure your keychain password is the same as your Mac OS X login password.
    If your Mac OS X login password is not the same as your default keychain password, you'll be asked for the password whenever an application needs access to your keychain and your keychain is locked.
    Open Keychain Access and select the keychain in the drawer (click Show Keychains if the drawer is closed).
    Choose Edit > "Change Password for Keychain 'login'." (The name of the keychain in the menu matches the name of the selected keychain. If you selected the keychain that unlocks when you log in, the name you see is "login.")
    If the keychain is locked, type the password to unlock it.
    Type the current password for this keychain.
    Type a new password, then type it again to verify.
    Click OK.
    You can use Password Assistant to help you choose a new password. Click the "i" button to see how secure your new password is.
    from keychain access help searched "password for keychain access"
    hope it helps you, Eme

  • I can get on the itunes page and click download itunes but now i cant figure out what to do next?, i can get on the itunes page and click download itunes but now i cant figure out what to do next?

    i cant figure out to download itunes, all that shows up so far it the download now on the webpage, but then after that im lost.

    after this you have to go were the file was downloaded to and then double click on it and itunes will walk you through the rest

  • I purchased an ITunes card and it has already been redeemed. The store told me it was Apple's problem, but I cant figure out what to do?

    I purchased a ITunes gift card at Hastings. When we tried to load it, is was not able to load b/c it had already been redeemed. I have tried to look on the site to figure out what to do since the store said they could do nothing.

    See here: iTunes Store: Invalid, inactive, or illegible codes
    B-rock

  • I cant figure out what is wrong i keep getting this an OIEception that says "{"The process cannot access the file because it is being used by another process."}

    I am trying to move a file from a folder to another folder.
    here is my code:
    //storage of the all files
    string[] folderContentNames = Directory.GetFiles(@"C:\Users\Jonah\Desktop\Test Pictures");
    private void historyPictureBox_Click(object sender, EventArgs e)
    destinationFile = @"C:\Users\Jonah\Desktop\Test Test";
    File.Move(folderContentNames[1], destinationFile);
    updateListBoxFileName();
    updateImageBox();
    each time I hit the bolded underlined part I get that error message.
    if you need anything else just ask.
    Thanks in advance,
    Thor Orb

    Hi Thor,
    If you want to move a file from a folder to another folder, I think you could get the sourcePath and TargetPath. The code below shows a simple demo:
    string[] folders = Directory.GetFiles(@"D:\Test\VSC#\01\WindowsFormsApp\WindowsFormsApp\Test");
    string desFile =Path.Combine( @"D:\Test\VSC#\01\WindowsFormsApp\WindowsFormsApp\Test - Copy\"+Path.GetFileName(folders[1]));
    File.Move(folders[1], desFile);
    In addition, the link below might be useful to you:
    # How to: Copy, Delete, and Move Files and Folders (C# Programming Guide)
    >> The process cannot access the file because it is being used by another process
    The message seemed that the file was opened in other process. Did you operate the file with other code?
    I think you could check if the files and the folders were opened, and review your codes if they were used in other places.
    If you have any further questions, please feel free to post in this forum.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.
    Ya, Thanks I figured about the path and destation. yes I am using the file in another area, the file is an image jpg and I am displaying it in a picture box. Now I have been doing a little research I see a command called Dispose() and this is suppose to
    release the handle on the image, but I can seem to figure out have to use it correctly.
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Collections;
    using System.Threading.Tasks;
    using System.Windows.Forms;
    using System.IO;
    namespace Scanned_Picture_Ogranizer
    public partial class Form1 : Form
    //storage of the all files
    string[] folderContentNames = Directory.GetFiles(@"C:\Users\Jonah\Desktop\Scan Project Testing\Test Pictures", "*.jpg");
    //List<string> folderContentList = folderContentNames.ToList();
    private List<string> folderContentList = new List<string>();
    Bitmap currentImage;
    Bitmap placeHolder;
    public Form1()
    InitializeComponent();
    convertingArrayToList();
    startUpData();
    string sourceFile = @"C:\Users\Jonah\OneDrive\My Programming Projects\Scanned Picture Organizer Project\Test Pictures";
    string destinationFile = "";
    private void moveButton_Click(object sender, EventArgs e)
    private void startUpData()
    //placeHolder = new Bitmap(folderContentList[0]);
    //currentImage = (Bitmap)placeHolder.Clone();
    // Image loadImage = new Bitmap(pictureClones[0]);
    // currentFilePictureBox.Image = loadImage;
    int numberOfFilesLeft = folderContentNames.Length;
    foreach (string name in folderContentNames)
    fileNamesListBox.Items.Add(name);
    fileNameTextBox.Text = folderContentNames[0];
    numberOfFilesLeftTextBox.Text = numberOfFilesLeft.ToString();
    ///loadImage.Dispose();
    //FileStream currentImage = new FileStream(folderContentList[0], FileMode.Open, FileAccess.Read, FileShare.ReadWrite);
    private void convertingArrayToList()
    foreach (string listName in folderContentNames)
    folderContentList.Add(listName);
    private void selectingImageFromListBox()
    private void updateImageBox()
    Bitmap currentImage = new Bitmap(folderContentList[0]);
    currentFilePictureBox.Image = currentImage;
    currentImage.Dispose();
    private void updateListBoxFileName()
    fileNamesListBox.Items.RemoveAt(0);
    fileNameTextBox.Text = folderContentList[0];
    // numberOfFilesLeftTextBox.Text = numberOfFilesLeft.ToString();
    private void historyPictureBox_Click(object sender, EventArgs e)
    destinationFile = @"C:\Users\Jonah\Desktop\Scan Project Testing\Test Test\";
    File.Move(folderContentList[0], destinationFile + System.IO.Path.GetFileName(folderContentList[0]));
    folderContentList.RemoveAt(0);
    updateImageBox();
    updateListBoxFileName();
    when I first start the program the first picture displays, but when I trigger historyPictureBox_Click(), it does that error again. Another things is that I already looked at that link and it didn't help.
    I just super confused, I would like your help on this.
    Thanks,
    Thor Orb

  • Cant figure out whats wrong with my applet, help pls??

    this applet checks a string against one in a database then if passwords match, a new url is opened. the applet loads in webpage with no problems. it just doesnt seem to work. have granted full access to code base in policy file.
    heres the code:
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import java.applet.*;
    import java.sql.*;
    import java.net.*;
    public class LoginApplet extends Applet implements ActionListener
        Panel top;
        Panel bottom;
        TextField nameField;
        TextField passField;
        Label userNameLabel;
        Label passwordLabel;
        Button loginButton;
        public void init()
            setSize(230,200);
            setBackground(Color.white);
            // Create panels, labels, and text fields
            top                = new Panel(new FlowLayout(FlowLayout.LEFT));
            bottom                = new Panel(new FlowLayout(FlowLayout.LEFT));
            nameField           = new TextField(15);
            passField           = new TextField(15);
            userNameLabel      = new Label("User Name:", Label.LEFT);
            passwordLabel      = new Label("Password:   ", Label.LEFT);
            loginButton          = new Button("Login:");
            loginButton.addActionListener(this);
            // Mask the input so that people looking over your shoulder
            // won't be able to see the password
            passField.setEchoChar('*');
            // Add items to their panels
            top.add(userNameLabel);
            top.add(nameField);
            top.add(passwordLabel);
            top.add(passField);
            bottom.add(loginButton);
            // Set the applet layout
            setLayout(new GridLayout(3,3));
            // Add the panels to the applet (skip this
            // part and you won't see the panels on screen)
            add(top);
            add(bottom);
        public void actionPerformed(ActionEvent e)
                   String name      = nameField.getText();
                   String pass      = passField.getText();
                   try
                        Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                        // set this to a MS Access DB
                        String filename = "e:/iain/College/Y4/SWP/Program/website/database/loginDetails.mdb";
                        String database = "jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=";
                        database+= filename.trim() + ";DriverID=22;READONLY=true}"; // add on to the end
                        // now we can get the connection from the DriverManager
                        Connection con = DriverManager.getConnection( database ,"","");
                        Statement s = con.createStatement();
                        s.execute(" SELECT [password] FROM logindetails WHERE [username] = '" + name + "' "); // select the data from the table
                        ResultSet rs = s.getResultSet(); // get any ResultSet that came from our query
                        if (rs != null) // if rs == null, then there is no ResultSet to view
                             while ( rs.next() ) // this will step through our data row-by-row
                                  String passtmp = "";
                                  passtmp = passtmp + rs.getString(1);
                                  if(passtmp.equals(pass))
                                       String url = "E:/iain/College/Y4/SWP/Program/website";
                                       Runtime rt = Runtime.getRuntime();
                                       String[] callAndArgs = {"\"C:\\Program Files\\Internet Explorer\\iexplore.exe\"", url };
                                       try
                                            Process child = rt.exec(callAndArgs);
                                            nameField.setText("");
                                            passField.setText("");
                                       catch (Exception eee)
                                            eee.printStackTrace(System.err);
                                  else
                                       System.out.println("Invalid Password " +name);
                                  s.close(); // close the Statement to let the database know we're done with it
                                 con.close(); // close the Connection to let the database know we're done with it
                   catch (Exception ee)
                        System.out.println("Error: " + ee);
    }

    this is the initial error, when applet is run:
    java.security.policy: error adding Entry:
    java.net.MalformedURLException: unknown
    unknown protocol: eI don't know where that's from that code, but e isn't a protocol. If it's a file, you should append "file:///" to the full path.
    then when trying to read from db:
    Error: java.security.AccessControlException: access
    denied (java.lang.RuntimePer
    mission accessClassInPackage.sun.jdbc.odbc)
    didnt think of running it through applet viewer.
    the whole thing will be running on the same server
    using IIS over a LANYou don't connect to a local file system thru an applet without a signed applet. Period.

  • Cant figure out the error

    public void datfileout()
    try
    BufferedWriter outstream = new BufferedWriter(new FileWriter("character.txt"));//declares variable that reads in from file
    for(int x=0;x<holdinfo.size();x++)
    outstream.write((String)holdinfo.get(x));//writes names to file
    outstream.newLine();//starts a new line
    outstream.close(); //closes file
    catch (Exception e)
    System.err.println("Caught exception " + e.toString());//checks for an error
    this is what i have attempted to put in an applet but it seems just to freeze every time i go in this method what should i do?

    Your code works for me :
    * Applet_Test.java
    import java.io.*;
    import java.util.*;
    import javax.swing.*;
    public class Applet_Test extends JApplet {
        public void init() {
            datfileout();
            System.out.println("Applet_Test is OK");
        ArrayList holdinfo = new ArrayList();{
            holdinfo.add("Test 1");
            holdinfo.add("Test 2");
            holdinfo.add("Test 3");
        public void datfileout() {
            try {
                BufferedWriter outstream = new BufferedWriter(new FileWriter("character.txt"));
                for(int x=0;x<holdinfo.size();x++) {
                    outstream.write((String)holdinfo.get(x));//writes names to file
                    outstream.newLine();//starts a new line
                outstream.close(); //closes file
            } catch (Exception e) {
                System.err.println("Caught exception " + e.toString());//checks for an error
    }

  • Help I cant figure out what the problem is.

    Here is my code:
    package
        import flash.display.MovieClip;
        import flash.events.KeyboardEvent;
        import flash.ui.Keyboard;
        import flash.events.Event;
        public class Main_Character_Two extends MovieClip
            var vx:int;
            var vy:int;
            public function Main_Character_Two()
                init();
            function init():void
                //Initialize variables
                vx = 0;
                vy = 0;
                //Add event listeners
                stage.addEventListener(KeyboardEvent.KEY_DOWN, onKeyDown);
                stage.addEventListener(KeyboardEvent.KEY_UP, onKeyUp);
                addEventListener(Event.ENTER_FRAME, onEnterFrame);           
            function onKeyDown(event:KeyboardEvent):void
                if (event.keyCode == Keyboard.LEFT)
                    vx = -5;
                else if (event.keyCode == Keyboard.RIGHT)
                    vx = +5;
                else if (event.keyCode == Keyboard.UP)
                    vy = -5;
                else if (event.keyCode == Keyboard.DOWN)
                    vy = +5;
            function onKeyUp(event:KeyboardEvent):void
                if (event.keyCode == Keyboard.LEFT || event.keyCode == Keyboard.RIGHT)
                    vx = 0;
                else if (event.keyCode == Keyboard.DOWN || event.keyCode == Keyboard.UP)
                    vy = 0;
            function onEnterFrame(event:Event):void
                //Initialize local variables
                var playerHalfWidth:uint = player.width / 2
                var playerHalfHeight:uint = player.height / 2
                var backgroundHalfWidth:uint = backdrop.width / 2;
                var backgroundHalfHeight:uint = backdrop.height / 2;
                //move the background
                backdrop.x += -vx;
                backdrop.y += -vy;
                //Stop the background at stage edges
                if (backdrop.x + backgroundHalfWidth < stage.stageWidth)
                    backdrop.x = stage.stageWidth - backgroundHalfWidth;
                else if (backdrop.x - backgroundHalfWidth > 0)
                    backdrop.x = 0 + backgroundHalfWidth;
                if (backdrop.y - backgroundHalfHeight > 0)
                    backdrop.y = 0 + backgroundHalfHeight;
                else if (backdrop.y + backgroundHalfHeight < stage.stageHeight)
                    backdrop.y = stage.stageHeight - backgroundHalfHeight;
    This is what it says is my problem,
    Fonts should be embedded for any text that may be edited at runtime, other than text with the "Use Device Fonts" setting. Use the Text > Font Embedding command to embed fonts.
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Main_Character_Two/onEnterFrame()

    either backdrop or player don't exist.
    to pinpoint which, click file>publish settings>swf and tick permit debugging.  retest.
    the new error message(s) will indicate the problematic line number (trying to) reference the non-existant object.

Maybe you are looking for

  • Aggregation in 3X

    Friends; I am having four charcteristics, Ley say A, B, C, D. Here D not Necessary in report. Three KF. Let Say E,F,G Dividing E/F will Serve G. Here this E/F will completely depend with Characteristic D which i don't want to show in report. Example:

  • Automated way to overlay one image over multiple images from a folder?

    I need to overlay a transparent image of a tablet over about 50 images from a folder - is there any automated way to do this? I can use either Photoshop or Illustrator Thanks Jamie

  • Add Button to GUI STATUS Application toolbar

    Hi, I have to add a button in the application toolbar of a gui status. I have done that many times before, but I never got into trouble like this time.... When I open the Gui status and the tree for the application toolbar, I can see already set butt

  • Can not login to ProSite

    I have a Creative Cloud subscription and I created a “Project” on the Behance site and when I attempted to create my own ProSite website, I received multiple error messages, so I requested assistance from the Behance/ProSite Customer Support.  After

  • Reseting my Xserve Raid

    Hi I have an Xserve G5 that provides user accounts with network home directories that are stored on an Xserve raid. When I opened raid admin today it was no longer able to see the Raid's IP address via Bonjour. l have seen a number of threads in whic