ReferenceError: Error #1065: Variable flash.media::VideoCodec is not defined

Hi
I seem to get thisexception fired when launching my flex project from debug optoon.
ReferenceError: Error #1065: Variable flash.media::VideoCodec is not defined.
I have created a version of flex 4.5.1 with folder 11.0 in player folder. This has the latest flash player global swc renamed as playerglobal.swc. All is well when compiling, but when running i seem to that exception.
Also my compiler settinsg are set to 11.0.1
What is going wrong ??

Hi,
SoundCodec class is defined in Player 10. Are you using the
player 10 afcs swc ? If so, you need to change Require Flash Player
Version unser Project->Properties->Flex Compiler in Flex
Builder and put that to 10.0.0 and also make sure that your browser
has player 10 and you Flex SDK also supports player 10.
And if you are using afcs 9 swc , then put 9.0.124 or
something in the Require Flash Player Version and that should fix
the problem
Thanks
Hironmay Basu

Similar Messages

  • Error #1065: Variable flash.media::SoundCodec is not defined.

    Good morning,
    Since I moved to SDK 0.91, I have the recurrent error when I
    launch a second instance of my application on the same PC, for test
    purposes:
    ReferenceError: Error #1065: Variable flash.media::SoundCodec
    is not defined.
    at com.adobe.rtc.clientManagers::MicrophoneManager/get
    selectedMic()[C:\work\main\connect\cocomoPlayer10\src\com\adobe\rtc\clientManagers\Microp honeManager.as:160]
    at com.adobe.rtc.clientManagers::MicrophoneManager/set
    _1703516469micIndex()[C:\work\main\connect\cocomoPlayer10\src\com\adobe\rtc\clientManager s\MicrophoneManager.as:126]
    at com.adobe.rtc.clientManagers::MicrophoneManager/set
    micIndex()[C:\work\main\connect\cocomoPlayer10\src\com\adobe\rtc\clientManagers\Microphon eManager.as:122]
    at
    com.adobe.rtc.clientManagers::MicrophoneManager()[C:\work\main\connect\cocomoPlayer10\src \com\adobe\rtc\clientManagers\MicrophoneManager.as:81]
    at
    com.adobe.rtc.clientManagers::MicrophoneManager$/getInstance()[C:\work\main\connect\cocom oPlayer10\src\com\adobe\rtc\clientManagers\MicrophoneManager.as:93]
    at
    com.adobe.rtc.sharedManagers::StreamManager/findCodec()[C:\work\main\connect\cocomoPlayer 10\src\com\adobe\rtc\sharedManagers\StreamManager.as:1864]
    at
    com.adobe.rtc.sharedManagers::StreamManager/onUserRemove()[C:\work\main\connect\cocomoPla yer10\src\com\adobe\rtc\sharedManagers\StreamManager.as:1851]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at
    com.adobe.rtc.sharedManagers::UserManager/userRemoved()[C:\work\main\connect\cocomoPlayer 10\src\com\adobe\rtc\sharedManagers\UserManager.as:1020]
    at
    com.adobe.rtc.sharedManagers::UserManager/onItemRetract()[C:\work\main\connect\cocomoPlay er10\src\com\adobe\rtc\sharedManagers\UserManager.as:920]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.adobe.rtc.sharedModel::CollectionNode/
    http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveItemRetraction()[C:\wo rk\main\connect\cocomoPlayer10\src\com\adobe\rtc\sharedModel\CollectionNode.as:758
    at com.adobe.rtc.messaging.manager::MessageManager/
    http://www.adobe.com/2006/connect/cocomo/messaging/internal::receiveItemRetraction()[C:\wo rk\main\connect\cocomoPlayer10\src\com\adobe\rtc\messaging\manager\MessageManager.as:678
    at
    com.adobe.rtc.session.managers::SessionManagerBase/receiveItemRetraction()[C:\work\main\c onnect\cocomoPlayer10\src\com\adobe\rtc\session\managers\SessionManagerBase.as:341]
    The weird thing is that I'm working on an application that
    doesn't use the microphone. I'm only using a simple SharedModel to
    share Arrays.
    Any idea where this could come from?
    Axel

    Hi,
    SoundCodec class is defined in Player 10. Are you using the
    player 10 afcs swc ? If so, you need to change Require Flash Player
    Version unser Project->Properties->Flex Compiler in Flex
    Builder and put that to 10.0.0 and also make sure that your browser
    has player 10 and you Flex SDK also supports player 10.
    And if you are using afcs 9 swc , then put 9.0.124 or
    something in the Require Flash Player Version and that should fix
    the problem
    Thanks
    Hironmay Basu

  • Flex Error - ReferenceError: Error #1065: Variable flash.external::HostObject is not defined

    Has anyone gotten this error with FlashBuilder 4.6 and Extension Builder. I do believe I have all the right classes imported and I am using defaults on SDK's and swc's
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" historyManagementEnabled="false">
        <mx:Script>
            <![CDATA[
                import flash.external.*;
                [Bindable]
                private var hostName:String = HostObject.mainExtension;
            ]]>
        </mx:Script>
        <mx:VBox height="100%" width="100%" verticalAlign="middle" horizontalAlign="center">
            <mx:Button label="Run PS code" click="TestPhotoshop.run()" enabled="{hostName.indexOf('photoshop') > -1}"/>
        </mx:VBox>
    </mx:Application>

    Hi,
    SoundCodec class is defined in Player 10. Are you using the
    player 10 afcs swc ? If so, you need to change Require Flash Player
    Version unser Project->Properties->Flex Compiler in Flex
    Builder and put that to 10.0.0 and also make sure that your browser
    has player 10 and you Flex SDK also supports player 10.
    And if you are using afcs 9 swc , then put 9.0.124 or
    something in the Require Flash Player Version and that should fix
    the problem
    Thanks
    Hironmay Basu

  • ReferenceError: Error #1065: Variable is not defined.

    Hi people.
    Whatever I do (seems like) I end up with the following
    message in Flash CS3:
    "ReferenceError: Error #1065: Variable is not defined."
    I have no clue to what causes it, and therefor I cannot seem
    to fix it. I've been trying to look for answers online, but all I
    got out of that was to declare my classes as public, which I
    already had done.
    Even a very simple class that runs a trace command from its'
    constructor method won't work. It even gives me this message even
    though I don't have any variables or trace commands or anything.
    This is really annoying, so please help me out :)
    A

    Some code sample would help - and remember classes must be
    contained within
    packages in CS3.
    Dave -
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

  • Please help! ReferenceError: Error #1065: Variable tracker is not defined.

    Hi guys im tearing my hair out over this, sorry if its an extreme noob question but i know its quite a common problem and im sure someone on here must be able to help.
    After debugging my project here is the error message -
    ReferenceError: Error #1065: Variable tracker is not defined.
              at CustomsConnect/buttonClick()[C:\Users\LiamT\Desktop\plz\CustomsConnect\CustomsConnect.as: 443]
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at shell::Button/buttonClick()[C:\Users\LiamT\Desktop\plz\CustomsConnect\shell\Button.as:47]
    Please let me know if you can point me in the right direction here -  the problem has come about as I have inherited a .fla that has been set up on another machine. If you need me to post any of the code that its referring to above let me know.
    Thanks in advance for any help that you can offer me.

    CustomsConnect is the designated document class.    Tracker is relating to my google analytics tracker as far as I can see it is already defined and perhaps this line of code could be something to do with the problem
    Line 77:   private var tracker: GATracker;
    Do you want me to post up the rest of the code?
    thankyou so much Ned for taking the time out to help me with this.
    Many thanks  
    Liam

  • [CS4] ReferenceError: Error #1065: Variable {ClassName}  is not defined

    A few days ago I decided to give Matrix3D a try, so I changed my publish setting to target flash player 10, and just to be safe, I hit the test movie magic combo (ctrl-enter) and got the dreaded Error #1065 all over the screen, so, ok, I thought I'll pass on Matrix3D for now, flipped the publish setting back to flash player 9 and I was a happy camper again.
    Just now, publishing for flash player 9 fails with the same result. This happens _right after_ a successful build, I moved a few movie clips around on the stage, re-test, and got myself an Error #1065 wall of text in the output window.
    Funny fact: this only happens with "test movie" (ctrl-enter). If I "debug" (ctrl-shift-enter) the movie, it compiles and runs just fine with no problem whatsoever.
    All the class has been tested to work just before the incident.
    Has anyone got this problem before?

    Just an update here:
    I copied the entire library of my fla and put it in a fresh
    fla file. My original fla has nothing on the main timeline so I
    figured I'd just rebuild the thing.
    So, upon compiling the first time in it's new fresh file, I
    get this compiler error:
    , Line 1: 5005: Unknown error optimizing byte code.
    Good. No longer do my symbols cause Reference Errors, I
    thought to myself. After pursuing this error on the forums, I
    gathered I just need to restart the flash ide. I did so, and went
    to rebuild the fresh fla...
    One single line in the output window:
    ReferenceError: Error #1065: Variable ComponentShim is not
    defined.
    After wiping the tears from my eyes, I've come to post here
    again in hopes someone can help me.
    Here is my directory structure and names of files:
    /public_html/
    /webdev/
    /game/
    /MarbleMaze2/
    /Game.as
    /marblemaze.fla
    /Maze.as
    /MazeConstants.as
    /Boards.as
    marblemaze.fla has no document class specified in the
    Document Class field, just a few lines of actionscript that creates
    a new Game() on frame 1.

  • Very Strange:  ReferenceError: Error #1065: Variable txtToonName is not defined.

    I have a flash label on a movie clip with its instance name called 'txtToomName'.  This object has existed, been successfully instantiated and used for over a year without any modifications.  All of a sudden, during the getClassByName() call, I start getting an errors.
    The actual error is:
    ReferenceError: Error #1065: Variable txtToonName is not defined.
    at mcToonInformation_Design/__setTab_txtToonName_mcToonInformation_Design_Layer1_0()
    There are other objects on the movieclip, defined as buttons, that were derived from an object in the library that didn't have its linkage set.  This had worked fine up til now where I could define a common object without linkage, create copies of that object on a movie clip and assign an instance name to allow access.
    Once I changed my buttons to be an instance of an object in the library with linkage properties assigned they didn't give me an error.  The problem now is that it doesn't seem to like the Label object which is by default an instance of an object in the library that does have linkage properties set and yet still doesn't like it.
    Anyone have any idea what the heck is going on?  There hasn't been any library changes made or CS5 updates applied since 8/16/2010, the date on flash.exe.
    I am using CS5 ver.11.0.2.489
    Any advise/direction/assistance would be greatly appreciated as this is a show stopper and adds hours upon hours of adjustments to an application that has been running fine for a long time.
    Message was edited by: whornak
    In an attempt to get beyond the previously mentioned error, realizing that it references 'tab', I made the label inaccessible and now receive the following error:
    ReferenceError: Error #1065: Variable txtToonName is not defined.
         at mcToonInformation_Design/__setAcc_txtToonName_mcToonInformation_Design_Layer1_0()

    Upon attempted execution, after changing the setting you requested, the following is what I get.
    ReferenceError: Error #1065: Variable lblCoinQty is not defined.
    at mcToonInformation_Design/__setTab_lblCoinQty_mcToonInformation_Design_Layer1_0()[mcToonIn formation_Design::__setTab_lblCoinQty_mcToonInformation_Design_Layer1_0:1]
    at mcToonInformation_Design()
    at BPBGlobalFunctions$/getCasaMovieClipFromBulkLoader()[D:\Wayne\WizardBrewStudios\BackPackB uddys_Dev\BackPackBuddys_CS5_SFSX2\src\classes\BPBGlobalFunctions.as:167]
    at com.bpb.ui::ToonInformationUI$/loadToonInformationUI()
    at com.bpb::BackPackBuddys/onToonInformationLoadRequest()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at com.bpb.avatar::ExampleAvatar/onToonClick()
    Cannot display source code at this location.
    Another thing noticed is that the object that flash is having an issue making adjustments to is visible via the Variables window and has the tabindex property.

  • ReferenceError: Error #1065: Variable {ClassName}  is not defined

    Hi,
    I am getting the following error for each of around 520
    symbols in my library when I run my .fla file in Flash CS4:
    ReferenceError: Error #1065: Variable {ClassName} is not
    defined.
    My .fla does not use a document class nor are any of my
    classes using the same name. Any ideas on what the problem could
    be?

    Just an update here:
    I copied the entire library of my fla and put it in a fresh
    fla file. My original fla has nothing on the main timeline so I
    figured I'd just rebuild the thing.
    So, upon compiling the first time in it's new fresh file, I
    get this compiler error:
    , Line 1: 5005: Unknown error optimizing byte code.
    Good. No longer do my symbols cause Reference Errors, I
    thought to myself. After pursuing this error on the forums, I
    gathered I just need to restart the flash ide. I did so, and went
    to rebuild the fresh fla...
    One single line in the output window:
    ReferenceError: Error #1065: Variable ComponentShim is not
    defined.
    After wiping the tears from my eyes, I've come to post here
    again in hopes someone can help me.
    Here is my directory structure and names of files:
    /public_html/
    /webdev/
    /game/
    /MarbleMaze2/
    /Game.as
    /marblemaze.fla
    /Maze.as
    /MazeConstants.as
    /Boards.as
    marblemaze.fla has no document class specified in the
    Document Class field, just a few lines of actionscript that creates
    a new Game() on frame 1.

  • ReferenceError: Error #1065: Variable onMediaComplete is not defined.

    Does anyone know what the following means and how I can stop it constantly cropping up -
    ReferenceError: Error #1065: Variable onMediaComplete is not defined.
              at GoogleAnalytics/registerEvents()
              at GoogleAnalytics/initialize()
              at com.brightcove.api::CustomModule/onTemplateReady()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at com.brightcove.api.modules::ExperienceModule/wrapEvent()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at com.brightcove.player.api.modules::ExperienceAPI/onPlayerInstanceReady()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at com.brightcove.player::PlayerInstance/onContentLoad()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at com.brightcove.player.content::ContentManager/onContentLoad()
              at com.brightcove.player.services::PersistentResponder/onResult()

    Good work!
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb2.adobe.com/cps/865/cpsid_86551.html#prob1=uninst,os=m10.6,
    See in each Browser which version of Flash it thinks it has...
    http://kb2.adobe.com/cps/155/tn_15507.html
    Then Test Adobe Shockwave & Flash Players...
    http://www.adobe.com/shockwave/welcome/

  • ReferenceError: Error #1065: Variable TCMText is not defined.

    All,
    I am working on aniMAC running 10.7.2 with Flash CS6
    I built a Flash file that has been running excellent, until now. Now I am getting the following error that I can not figure out and no one seems to have the answer. Can some one (maybe even Adobe) please reply with a reason and a solution as to why it is happening and what I can do to fix it?
    ReferenceError: Error #1065: Variable TCMText is not defined.
    Some people thought it might be a simple changing of text properties (from TLX text to Classic text) but this does not fix the issue. I have also changed my memory settings, but this does not work either.
    Many thanks,
    HD

    click file>publish settings>swf>actionscript settings (the wrench icon)>library path>and change the default linkage combobox to "merged into code".  retest.

  • ReferenceError: Error #1065: Variable @namespace is not defined.

    I am using FB4 but SDK 3.5.  I created a webservice to call a webservice by .Net.  The related codes are listed below
    <mx:WebService id="ws"   wsdl="{URL_WSDL2}" fault="wsHandleFault(event)"  useProxy="false"  >
      <mx:operation name="GetDistrict"
       resultFormat="object"
       result="GetDistrict(event)" />
      <mx:operation name="GetStates"
       resultFormat="object"
       result="GetStates(event)" />
    </mx:WebService>
    private function LoadData():void {;
      ws.getOperation("GetDistrict").send();
      ws.getOperation("GetStates").send();
      btnLoad.enabled = false;
    However, I got runtime error:
    ReferenceError: Error #1065: Variable @namespace is not defined.
    at mx.rpc.xml::SchemaLoader/schemaImports()
    at mx.rpc.wsdl::WSDLLoader/schemaImports()
    at mx.rpc.wsdl::WSDLLoader/resultHandler()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at HTTPOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
    at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()
    at mx.rpc::Responder/result()
    at mx.rpc::AsyncRequest/acknowledge()
    at DirectHTTPMessageResponder/completeHandler()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/onComplete()
    I really don't know how to fix it.  Wish someone can share his/her experience.  Thanks.

    When creating a Web Service in .NET, specifically a WCF based Web Service, the auto generated code tends to have an empty namespace (for you to fill). If you specify a namespace for the service contract and behavior this tends to resolve the Flex issue.
    e.g. in your .NET service or service interface code you can specify them as attributes and would look something like:
    ' VB
    Imports System.ServiceModel
    <ServiceContract(Namespace:="http://somedomain.com")>
    <ServiceBehavior(Namespace:="http://somedomain.com")>
    Public Class MyWebService
    // C#
    using System.ServiceModel;
    [ServiceContract(Namespace:="http://somedomain.com")]
    [ServiceBehavior(Namespace:="http://somedomain.com")]
    public class MyWebService
    Hope that helps someone!
    (I realise this post is a bit old, but shows up high in Google for the error message, so have posted for the benefit of anyone finding it)

  • ReferenceError: Error #1065: Variable TestMain is not defined

    I'm loading a .swf and trying to find a class based on an embedded xml document in it. I've looked this problem up endlessly and everyone has either said "Your class isn't public", "Your classname is interfering with your document class", or "You aren't using the same ApplicationDomain", none of which are true. Here's my code:
    In CoCMain.as, with a CoCMod.fla:
        private function pluginLoadingComplete(e:Event):void {
            var testXML:XML = new XML(new e.target.content.description);
            trace(e.target.applicationDomain.hasDefinition("blah.blaah.testPlugin.TestMain"));//returns false
            trace(ApplicationDomain.currentDomain.hasDefinition("blah.blaah.testPlugin.TestMain"));//returns false
            trace(testXML.main[0]);//returns blah.blaah.testPlugin.TestMain
            var pluginClass:Class = e.target.applicationDomain.getDefinition(testXML.main[0]) as Class;//error here
    And in TestMain.as, with a TestMod.fla (this is the swf I am loading):
    package blah.blaah.testPlugin {
        public class TestMain {
            public function TestMain():void {
                super();
            public function onEnable():void {
                trace("blah");
    And in frame 1 of TestMod.fla:
    import blah.blaah.testPlugin.TestMain;
    [Embed(source = 'main.xml', mimeType = "application/octet-stream")]
    const description:Class;
    The xml file:
    <mod>
              <name>Test Mod</name>
              <description>Please ignore</description>
              <author>Bleachisback</author>
              <version>1.0</version>
              <main>blah.blaah.testPlugin.TestMain</main>
    </mod>
    The error I am getting:
    ReferenceError: Error #1065: Variable TestMain is not defined.
        at flash.system::ApplicationDomain/getDefinition()
        at me.bleachisback.cocMod::CoCMain/pluginLoadingComplete()

    copy and paste code where you add the listener that calls pluginLoadingComplete and the load method code.
    also, make sure your loaded swf is using TestMain in blah/blaah/testPlugin by using a trace statement in TestMain.

  • Get ReferenceError: Error #1065: Variable Transform3DController is not defined. when running debug.

    Hi,
    I just upgraded my Flash Builder to 4.6. Ever since the upgrade I have been getting the following error right when I run my web files through debug:
    ReferenceError: Error #1065: Variable Transform3DController is not defined.
              at global/flash.utils::getDefinitionByName()
              at ominds.mouseinspect::MouseInspector/onTmd3dModuleLoaded()
    I'm not sure if this came from the new upgrade to the builder or if this an issue with the new Flash Player 11,1,102,55 release. It seems that when I got to http://www.adobe.com/software/flash/about/ it doesn't even load the flash movie.
    I'm on a Mac OS X v10.6.8 and I use mostly chrome but this issue also occurs in FireFox.
    Does anyone have any ideas to wtf is going on?
    Thanks,
    -Nate

    I have been experiencing this same issue. After reading this post a messing around, I also feel like it has to do with either Flashbug or FlashFirebug. So I've been experiencing this issue while trying to launch my application in Chrome. I disabled these extensions and the error when away. I then reenabled the extensions, and the error didn't come back until I launched debug in Firefox, even if I switched to launching in Chrome. I can only guess that these extensions are doing something to the flash player that v11 isn't happy with.
    Anyway, even if you're debugging in Chrome, try out disabling these extensions. It's odd, yes, but it worked for me.

  • Exception fault: ReferenceError: Error #1065: Variable ::_fileSystemType is not defined. - ?

    Hi! I'm stuck with debugging our AIR Application since it does crash very hard. After days of tracking down at least one point where the app crashes on AIR 3.5, 3.7 and AIR 3.8 beta (you see - I tried...).
    AIR 3.5 finally reports this console output:
    ScrollerTouch.onTargetMouseDown()-F true // A
    ScrollerTouch.onTargetMouseDown()-I // B
    targetV [object ScrollPane] // C
    CRASH! // D
    Exception fault: ReferenceError: Error #1065: Variable ::_fileSystemType is not defined.
              at global/trace()[int:49]
              at de.superclass.control::ScrollerTouch/onTargetMouseDown()[/path/to/.../ScrollerTouch.as:381]
              at de.superclass.control::ScrollerTouch/onTargetMouseDown()
    The code snipped:
    trace("ScrollerTouch.onTargetMouseDown()-F", _scrollHorizontal ); // A
      switch ( _scrollPolicyVertical )
      case ScrollPolicy.ON:
      trace("ScrollerTouch.onTargetMouseDown()-G");
      _scrollVertical = true;
                                            break;
      case ScrollPolicy.OFF:
      trace("ScrollerTouch.onTargetMouseDown()-H");
      _scrollVertical = false;
                                            break;
      case ScrollPolicy.AUTO:
      trace("ScrollerTouch.onTargetMouseDown()-I"); // B
      default:
                                                      trace( "targetV", targetV ); // C
                                                      try
                                                                trace( "targetV.height", targetV.height );
                                                      catch( e: Error )
                                                                trace( "CRASH!" ); // D
                                                      _scrollVertical = Boolean( targetV.height < targetV.contentHeight ); // line 381
      trace( "targetV.xxx" );
                                                      trace( "targetV.contentHeight", targetV.contentHeight );
    return;
    So accessing targetV.height somehow crashes very hard (app quits) but I have no clue at all. Actually, this code worked for a long time...
    So please, what is ::_fileSystemType ?

    I changed the code again but the app keeps crashing. This is what XCode-Console says:
    Jul  4 21:25:48 iRad-3 ReportCrash[1206] <Notice>: Formulating crash report for process APP_NAME[1191]
    Jul  4 21:25:48 iRad-3 backboardd[26] <Warning>: BKSendGSEvent ERROR sending event type 3001: (ipc/send) invalid destination port (0x10000003)
    Jul  4 21:25:48 iRad-3 backboardd[26] <Warning>: BKSendGSEvent ERROR sending event type 3001: (ipc/send) invalid destination port (0x10000003)
    Jul  4 21:25:48 iRad-3 backboardd[26] <Warning>: BKSendGSEvent ERROR sending event type 3001: (ipc/send) invalid destination port (0x10000003)
    Jul  4 21:25:48 iRad-3 ReportCrash[1206] <Error>: libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
    Jul  4 21:25:48 iRad-3 com.apple.launchd[1] (UIKitApplication:APP_NAME_SPACE[0x469][1191]) <Warning>: (UIKitApplication:APP_NAME_SPACE[0x469]) Job appears to have crashed: Segmentation fault: 11
    Jul  4 21:25:48 iRad-3 backboardd[26] <Warning>: Application 'UIKitApplication:APP_NAME_SPACE[0x469]' exited abnormally with signal 11: Segmentation fault: 11
    Jul  4 21:25:48 iRad-3 ReportCrash[1206] <Notice>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/APP_NAME_2013-07-04-212547_iRad-3.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0
    Jul  4 21:25:55 iRad-3 kernel[0] <Debug>: launchd[1207] Builtin profile: container (sandbox)
    Jul  4 21:25:55 iRad-3 kernel[0] <Debug>: launchd[1207] Container: /private/var/mobile/Applications/CDA04278-5D34-4609-BE71-D66FB16794C1 (sandbox)
    Jul  4 21:25:56 iRad-3 kernel[0] <Debug>: launchd[1208] Builtin profile: PasteBoard (sandbox)
    Jul  4 21:25:56 iRad-3 backboardd[26] <Warning>: CoreAnimation: updates deferred for too long
    Jul  4 21:25:56 iRad-3 backboardd[26] <Warning>: CoreAnimation: timed out fence 2685b
    And here's the Crash Log:
    Jul  4 21:25:48 iRad-3 ReportCrash[1206] <Notice>: Formulating crash report for process APP_NAME[1191]
    Jul  4 21:25:48 iRad-3 backboardd[26] <Warning>: BKSendGSEvent ERROR sending event type 3001: (ipc/send) invalid destination port (0x10000003)
    Jul  4 21:25:48 iRad-3 backboardd[26] <Warning>: BKSendGSEvent ERROR sending event type 3001: (ipc/send) invalid destination port (0x10000003)
    Jul  4 21:25:48 iRad-3 backboardd[26] <Warning>: BKSendGSEvent ERROR sending event type 3001: (ipc/send) invalid destination port (0x10000003)
    Jul  4 21:25:48 iRad-3 ReportCrash[1206] <Error>: libMobileGestalt copySystemVersionDictionaryValue: Could not lookup ReleaseType from system version dictionary
    Jul  4 21:25:48 iRad-3 com.apple.launchd[1] (UIKitApplication:APP_NAME_SPACE[0x469][1191]) <Warning>: (UIKitApplication:APP_NAME_SPACE[0x469]) Job appears to have crashed: Segmentation fault: 11
    Jul  4 21:25:48 iRad-3 backboardd[26] <Warning>: Application 'UIKitApplication:APP_NAME_SPACE[0x469]' exited abnormally with signal 11: Segmentation fault: 11
    Jul  4 21:25:48 iRad-3 ReportCrash[1206] <Notice>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/APP_NAME_2013-07-04-212547_iRad-3.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0
    Jul  4 21:25:55 iRad-3 kernel[0] <Debug>: launchd[1207] Builtin profile: container (sandbox)
    Jul  4 21:25:55 iRad-3 kernel[0] <Debug>: launchd[1207] Container: /private/var/mobile/Applications/CDA04278-5D34-4609-BE71-D66FB16794C1 (sandbox)
    Jul  4 21:25:56 iRad-3 kernel[0] <Debug>: launchd[1208] Builtin profile: PasteBoard (sandbox)
    Jul  4 21:25:56 iRad-3 backboardd[26] <Warning>: CoreAnimation: updates deferred for too long
    Jul  4 21:25:56 iRad-3 backboardd[26] <Warning>: CoreAnimation: timed out fence 2685b
    And here's the Crash Log:
    Incident Identifier: 17615510-16A5-43B9-B8A5-2ED2C5A2EEBA
    CrashReporter Key:   3f85661334bfff23c2d4128bc63674d30647c15b
    Hardware Model:      iPad3,3
    Process:         APP_NAME [1191]
    Path:            /var/mobile/Applications/CDA04278-5D34-4609-BE71-D66FB16794C1/APP_NAME.app/APP_NAME
    Identifier:      APP_NAME
    Version:         ??? (???)
    Code Type:       ARM (Native)
    Parent Process:  launchd [1]
    Date/Time:       2013-07-04 21:25:47.935 +0200
    OS Version:      iOS 6.1.3 (10B329)
    Report Version:  104
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x4095e008
    Crashed Thread:  0
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0   APP_NAME        0x008c71c8 0x1000 + 9200072
    1   APP_NAME        0x005284ac 0x1000 + 5403820
    2   APP_NAME        0x007b5edc 0x1000 + 8081116
    3   APP_NAME        0x00002928 0x1000 + 6440
    4   APP_NAME        0x0045f128 0x1000 + 4579624
    5   APP_NAME        0x0045f5f8 0x1000 + 4580856
    6   APP_NAME        0x0045eeb4 0x1000 + 4578996
    7   APP_NAME        0x0045eab4 0x1000 + 4577972
    8   APP_NAME        0x003d98d8 0x1000 + 4032728
    9   APP_NAME        0x003c59c0 0x1000 + 3951040
    10  APP_NAME        0x00443d24 0x1000 + 4468004
    11  APP_NAME        0x009d5448 0x1000 + 10306632
    12  APP_NAME        0x009d509c 0x1000 + 10305692
    13  APP_NAME        0x009d4ad0 0x1000 + 10304208
    14  APP_NAME        0x009d6618 0x1000 + 10311192
    15  APP_NAME        0x00cf4d40 0x1000 + 13581632
    16  APP_NAME        0x00a5f418 0x1000 + 10871832
    17  APP_NAME        0x008d810c 0x1000 + 9269516
    18  APP_NAME        0x009b45ac 0x1000 + 10171820
    19  APP_NAME        0x009b5140 0x1000 + 10174784
    20  UIKit                         0x347ff51e -[UIWindow _sendTouchesForEvent:] + 314
    21  UIKit                         0x347ec7fc -[UIApplication sendEvent:] + 376
    22  UIKit                         0x347ec116 _UIApplicationHandleEvent + 6150
    23  GraphicsServices              0x364e05a0 _PurpleEventCallback + 588
    24  GraphicsServices              0x364e01ce PurpleEventCallback + 30
    25  CoreFoundation                0x329b9170 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 32
    26  CoreFoundation                0x329b9112 __CFRunLoopDoSource1 + 134
    27  CoreFoundation                0x329b7f94 __CFRunLoopRun + 1380
    28  CoreFoundation                0x3292aeb8 CFRunLoopRunSpecific + 352
    29  CoreFoundation                0x3292ad44 CFRunLoopRunInMode + 100
    30  GraphicsServices              0x364df2e6 GSEventRunModal + 70
    31  UIKit                         0x348402fc UIApplicationMain + 1116
    32  APP_NAME        0x008f5c0c 0x1000 + 9391116
    33  APP_NAME        0x00d2b0e0 0x1000 + 13803744
    Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
    Thread 1:
    0   libsystem_kernel.dylib        0x3ad76648 kevent64 + 24
    1   libdispatch.dylib             0x3aca6974 _dispatch_mgr_invoke + 792
    2   libdispatch.dylib             0x3aca6654 _dispatch_mgr_thread$VARIANT$mp + 32
    Thread 2 name:  WebThread
    Thread 2:
    0   libsystem_kernel.dylib        0x3ad75eb4 mach_msg_trap + 20
    1   libsystem_kernel.dylib        0x3ad76048 mach_msg + 36
    2   CoreFoundation                0x329b9040 __CFRunLoopServiceMachPort + 124
    3   CoreFoundation                0x329b7d9e __CFRunLoopRun + 878
    4   CoreFoundation                0x3292aeb8 CFRunLoopRunSpecific + 352
    5   CoreFoundation                0x3292ad44 CFRunLoopRunInMode + 100
    6   WebCore                       0x3891a500 RunWebThread(void*) + 440
    7   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    8   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 3:
    0   libsystem_kernel.dylib        0x3ad75eb4 mach_msg_trap + 20
    1   libsystem_kernel.dylib        0x3ad76048 mach_msg + 36
    2   APP_NAME        0x00480b04 0x1000 + 4717316
    3   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    4   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 4:
    0   libsystem_kernel.dylib        0x3ad8608c __psynch_cvwait + 24
    1   libsystem_c.dylib             0x3acd7d2a _pthread_cond_wait + 642
    2   libsystem_c.dylib             0x3ace1f14 pthread_cond_wait + 36
    3   APP_NAME        0x00a33ad4 0x1000 + 10693332
    4   APP_NAME        0x0097d9e0 0x1000 + 9947616
    5   APP_NAME        0x00a33938 0x1000 + 10692920
    6   APP_NAME        0x00a3398c 0x1000 + 10693004
    7   APP_NAME        0x00a336b8 0x1000 + 10692280
    8   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    9   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 5:
    0   libsystem_kernel.dylib        0x3ad8608c __psynch_cvwait + 24
    1   libsystem_c.dylib             0x3acd7d2a _pthread_cond_wait + 642
    2   libsystem_c.dylib             0x3ace1f14 pthread_cond_wait + 36
    3   APP_NAME        0x00a33ad4 0x1000 + 10693332
    4   APP_NAME        0x0097d9e0 0x1000 + 9947616
    5   APP_NAME        0x00a33938 0x1000 + 10692920
    6   APP_NAME        0x00a3398c 0x1000 + 10693004
    7   APP_NAME        0x00a336b8 0x1000 + 10692280
    8   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    9   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 6:
    0   libsystem_kernel.dylib        0x3ad866a4 __semwait_signal + 24
    1   libsystem_c.dylib             0x3ace43ce nanosleep + 138
    2   APP_NAME        0x00a33724 0x1000 + 10692388
    3   APP_NAME        0x00913638 0x1000 + 9512504
    4   APP_NAME        0x009135d8 0x1000 + 9512408
    5   APP_NAME        0x00a33938 0x1000 + 10692920
    6   APP_NAME        0x00a3398c 0x1000 + 10693004
    7   APP_NAME        0x00a336b8 0x1000 + 10692280
    8   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    9   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 7:
    0   libsystem_kernel.dylib        0x3ad8608c __psynch_cvwait + 24
    1   libsystem_c.dylib             0x3acd7d2a _pthread_cond_wait + 642
    2   libsystem_c.dylib             0x3acd7aa0 pthread_cond_timedwait + 40
    3   APP_NAME        0x00a33b54 0x1000 + 10693460
    4   APP_NAME        0x000a7254 0x1000 + 680532
    5   APP_NAME        0x00a33938 0x1000 + 10692920
    6   APP_NAME        0x00a3398c 0x1000 + 10693004
    7   APP_NAME        0x00a336b8 0x1000 + 10692280
    8   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    9   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 8:
    0   libsystem_kernel.dylib        0x3ad866a4 __semwait_signal + 24
    1   libsystem_c.dylib             0x3ace43ce nanosleep + 138
    2   APP_NAME        0x00a33724 0x1000 + 10692388
    3   APP_NAME        0x008caff0 0x1000 + 9215984
    4   APP_NAME        0x008cae08 0x1000 + 9215496
    5   APP_NAME        0x00a33938 0x1000 + 10692920
    6   APP_NAME        0x00a3398c 0x1000 + 10693004
    7   APP_NAME        0x00a336b8 0x1000 + 10692280
    8   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    9   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 9 name:  com.apple.NSURLConnectionLoader
    Thread 9:
    0   libsystem_kernel.dylib        0x3ad75eb4 mach_msg_trap + 20
    1   libsystem_kernel.dylib        0x3ad76048 mach_msg + 36
    2   CoreFoundation                0x329b9040 __CFRunLoopServiceMachPort + 124
    3   CoreFoundation                0x329b7d9e __CFRunLoopRun + 878
    4   CoreFoundation                0x3292aeb8 CFRunLoopRunSpecific + 352
    5   CoreFoundation                0x3292ad44 CFRunLoopRunInMode + 100
    6   Foundation                    0x332773d0 +[NSURLConnection(Loader) _resourceLoadLoop:] + 304
    7   Foundation                    0x332fae80 __NSThread__main__ + 968
    8   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    9   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 10 name:  com.apple.CFSocket.private
    Thread 10:
    0   libsystem_kernel.dylib        0x3ad86594 __select + 20
    1   CoreFoundation                0x329bd1f2 __CFSocketManager + 674
    2   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    3   libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 11:
    0   libsystem_kernel.dylib        0x3ad86d98 __workq_kernreturn + 8
    1   libsystem_c.dylib             0x3acd4cf6 _pthread_workq_return + 14
    2   libsystem_c.dylib             0x3acd4a12 _pthread_wqthread + 362
    3   libsystem_c.dylib             0x3acd48a0 start_wqthread + 4
    Thread 12:
    0   libsystem_kernel.dylib        0x3ad8608c __psynch_cvwait + 24
    1   libsystem_c.dylib             0x3acd7d68 _pthread_cond_wait + 704
    2   libsystem_c.dylib             0x3aceb080 pthread_cond_timedwait_relative_np + 12
    3   APP_NAME        0x00a7e558 0x1000 + 10999128
    4   APP_NAME        0x00a7e200 0x1000 + 10998272
    5   APP_NAME        0x00a7e0f8 0x1000 + 10998008
    6   APP_NAME        0x00a33938 0x1000 + 10692920
    7   APP_NAME        0x00a3398c 0x1000 + 10693004
    8   APP_NAME        0x00a336b8 0x1000 + 10692280
    9   libsystem_c.dylib             0x3acdf30e _pthread_start + 306
    10  libsystem_c.dylib             0x3acdf1d4 thread_start + 4
    Thread 13:
    0   libsystem_kernel.dylib        0x3ad86d98 __workq_kernreturn + 8
    1   libsystem_c.dylib             0x3acd4cf6 _pthread_workq_return + 14
    2   libsystem_c.dylib             0x3acd4a12 _pthread_wqthread + 362
    3   libsystem_c.dylib             0x3acd48a0 start_wqthread + 4
    Thread 0 crashed with ARM Thread State (32-bit):
        r0: 0x4095e000    r1: 0x2fdfdf58      r2: 0x0052844c      r3: 0x2fdfdf1c
        r4: 0x00000221    r5: 0x084d8060      r6: 0x2fdfdf14      r7: 0x2fdfdf88
        r8: 0x2fdfdf20    r9: 0x000003fe     r10: 0x4095e000     r11: 0x00000000
        ip: 0x000002fc    sp: 0x2fdfdf10      lr: 0x005284b0      pc: 0x008c71c8
      cpsr: 0x20000010
    This immediately occurs when I touch and move a little on a specific display object which listens to Mouse-Events DOWN, MOVE to drag it's contents. I think it has something to do with the event system or so. But I'm absolutely blind I guess.
    What could I do?

  • HELP ReferenceError: Error #1065: Variable is not defined.

    okay i keep writing code for a button that when clicked
    should jump to another frame on my timeline but each time i preview
    it i get this error : ReferenceError: Error #1065: Variable is not
    defined.
    I NEED HELP PLEASE HOW DO I DEFINE THE VARIABLE?

    you declare its data type to stop the error message, but
    that's unlikely to help you because you're probably trying to use a
    value of some variable.
    so, you need to pinpoint the area of code that triggers the
    error message. for example, does the error only appear after you
    click your button?

Maybe you are looking for

  • Able to view Movies, but not TV shows on iPod Touch

    The summary basically says it all, but I had a series of videos that I have synced successfully. Some were set to "Movies", and some were set to "TV Shows". I'm able to view the movies when I touch "Videos" at the bottom of the home screen, but I can

  • Safari 4 and Reader 9.1

    Hello, I just used automatic update on my powerPC to upgrade to OSX 10.5.8. This update also installed Safari 4. I then installed Reader 9.1 (latest version). The reader install was clean, no previous versions on my machine. When I opened Reader for

  • SDK error while installing Labview 8.2 on Windows 7

    Hello all,                   I have been trying to install LabVIEW 8.2 version software on Windows 7. I always see an SDK error - 12. I saw an helpful artcle in knowledge base but i am not clear why this is happening? Could somebody explain indetail

  • Is there any add on which i can reload all tabs from offline mode to online immediately without press the resend button in each tab?

    Hello to everyone! I want to ask if there is any add on to firefox which I can reload all tabs from offline mode to online mode immediately without press the resend button for each tab all the time.

  • Photoshop Layering Bug with Multi-language discs

    I have searched and couldn't find information regarding this problem. I am in the process of converting projects created in DVDSP1.52 that were multi-lingual and used layered menus created in Photoshop. Projects are moved into DVDSP3.02 where the lan