CreateNewDialog of dialog manager with caching option True cause ID CS6 crash on quit in windows

following line of code cause crash on some windows machine when i quit indesign (even without doing anything) but if last option (caching) replace with kFalse there is no crash on any machine .there is no crash on Mac in either case.
IDialog* dialog = dialogMgr->CreateNewDialog(dialogSpec, IDialog::kMovableModal, kFalse, kTrue);

following line of code cause crash on some windows machine when i quit indesign (even without doing anything) but if last option (caching) replace with kFalse there is no crash on any machine .there is no crash on Mac in either case.
IDialog* dialog = dialogMgr->CreateNewDialog(dialogSpec, IDialog::kMovableModal, kFalse, kTrue);

Similar Messages

  • I am in process of unlocking my iphone and need to restore my phone backed it up already but ituenes will not let me restore keeps telling me ituenes can not get on the internet no connection with is not true cause otherwise you would not have gotten this

    I have contacted at&t and they did what was nessary to unlock my phone was told to backup my phone and did that so know I just need to restore my phone with ituens which ituenes will not let me do cause I get message can not connect to cause of no internet connection wich is not true cause other wise you would not have gotten this

    Try restoring the iPhone to factory settings. If you are having difficult restoring, put the iPhone into Recovery Mode and see if that then works:
    http://support.apple.com/kb/ht1808
    If not, or if a restore to factory settings does not fix the problem, then your iPhone may have a hardware problem. You can only get the iPhone serviced by Apple in Canada, so you will have to take the iPhone there or send it to someone you know in Canada who can get the iPhone serviced and send it back to you. The only option for getting service in Pakistan would be to pay some unauthorized repair shop to attempt a repair, after which Apple will no longer provide any service even in Canada.
    Regards.

  • Deny Access function with invalid file refnum causes LabVIEW to crash

    Hi folks,
    I have LabVIEW 8.5, and today encountered something interesting that consistently causes LabVIEW to crash.  Essentially, if you find the "Deny Access" function under the advanced file IO palette and wire up an invalid refnum, Windows (XP in my case) reports that LabVIEW has to close.  I checked in task manager, and the LabVIEW process is still active and using a disproportionate amount of the CPU.
    To reproduce the issue, simply drop the function on your block diagram, create a constant from the refnum input terminal, and run the VI.  Has anyone else seen this behavior?
    Thanks,
    Jim

    Hi Carla,
    I'm glad to help, and thanks for looking into it.  The way I ran into the bug was while I was working on an action engine VI to log certain text values (see attached picture).  While logging, I didn't want other programs to access the file.  When a new file had to be generated, I wanted to stop denying access and close the reference.  However, if the value on the shift register was invalid, LabVIEW crashed instead of throwing an error (I guess a crash qualifies as an error).
    If you look at the attached picture, my workaround was to use the "Not A Number/Path/Refnum?" function.  If the reference is bad, I don't try to use the "Deny Access" funtion or close the file.  That worked just fine and seems like a good solution for now.
    Jim
    Attachments:
    Logger.png ‏6 KB

  • Table management with registerSchema, storeVarrayAsTable="true"

    I have a fairly complex XSD that I'm trying to map out the best solution in terms of having oracle create the tables (genTables = "TRUE") or create them myself.
    Initially I registered the schema with gentables = TRUE and storeVarrayAsTable="true", and it generated over 200 tables (majority of them nested ).
    Is there a way during schema registration, with the following options:
    [genTables = "TRUE" and storeVarrayAsTable="true"]
    to suppress of some the tables that automatically get created, and if so
    is there a way to annotate the schema so that I can name the nested tables as well. ( I know I can alter table rename once there created, but was hoping there was some way during the schema registration to accomplish this).
    Also there is only 1 global element so all the nested tables and IOCT's are created from this one table.
    If this is not possible and I have to go down the path of creating my own tables, do I lose any functionality in terms of xpath expressions and query rewrite. I read some of the documentation on this and it seems as though the only disadvantage is if the schema changes, I would have to adjust the underlining tables myself.
    Here's part of the schema:
    <xs:schema id="CDFInboundFile" xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:xdb="http://xmlns.oracle.com/xdb"
    elementFormDefault="qualified"
    version="1.0.0"
    xdb:storeVarrayAsTable="true">
    <xs:element name="InboundFile" type="InboundFileEntityType" xdb:defaultTable="CDF_INBOUND_FILE_TAB"></xs:element>
    <xs:complexType name="InboundFileEntityType" xdb:SQLType="CDF_INBOUND_FILE_T">
    <xs:sequence>
    <xs:element name="TransmissionHeader_1000" type="TransmissionHeader_1000Type" minOccurs="1"
    maxOccurs="1" xdb:SQLName="TRANS_HEADER_1000_COLLECTION"></xs:element>
    <xs:element name="IssuerEntity" type="IssuerEntityType" minOccurs="0"
    maxOccurs="unbounded" xdb:SQLName="ISSUER_ENTITY_COLLECTION"></xs:element>
    <xs:element name="TransmissionTrailer_9999" type="TransmissionTrailer_9999Type" minOccurs="1"
    maxOccurs="1" xdb:SQLName="TRANS_TRAILER_9999_COLLECTION"></xs:element>
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name="IssuerEntityType" xdb:SQLType="ISSUER_ENTITY_T">
    <xs:sequence>
    <xs:element name="IssuerInformation_3000" type="IssuerInformation_3000Type" minOccurs="0"
    maxOccurs="1" xdb:SQLCollType="ISSUER_INFO_3000_V" xdb:SQLName="ISSUER_INFO_3000_VARRAY"
    xdb:maintainOrder="false"></xs:element>
    <xs:element name="HierarchyAddress_4410" type="HierarchyAddress_4410Type" minOccurs="0"
    maxOccurs="6" xdb:SQLCollType="HIER_ADDRESS_4410_V" xdb:SQLName="HIER_ADDRESS_4410_VARRAY"
    xdb:maintainOrder="false"></xs:element>
    <xs:element name="CorporateEntity" type="CorporateEntityType" minOccurs="0"
    maxOccurs="unbounded" xdb:SQLCollType="CORP_ENTITY_V" xdb:SQLName="CORP_ENTITY_VARRAY"
    xdb:maintainOrder="false"></xs:element>
    </xs:sequence>
    <xs:attribute name="ICANumber" type="Id11Type" use="required" xdb:SQLName="ICA_NUMBER"></xs:attribute>
    <xs:attribute name="IssuerNumber" type="Id11Type" use="required" xdb:SQLName="ISSUER_NUMBER"></xs:attribute>

    You have 2 choices (or possibly 3)
    Let eliminate teh first. You say the XML Schema is a one-size fits all but you will only interested in a portion of the info in the associated instance docs ? So the first question is will the instance docs still contain the data you are not interested in, and what proportion of the total size of the document do the uninteresting nodes represent. If the nodes are not present or are a small part of the overall doc then it's probably not worth trying to tune them out. Let registerSchema create the tables and be done with it..
    Assuming you do think it's worth tuning out, and even if it 50% you may be suprised a how little you'll actually save you have 2 choices.
    Annotate the XML Schema so the uninteresting bit are stored as CLOB. Once you make an element with child elements xdb:SQLType="CLOB" we will store the element and all its decendants in a single CLOB column. You can then go ahead and let reigstererSchema create the nested tables for the interesting part of the documents.
    Tell registerSchema not to create the tables and create the table manually. This will get complex, fast is there is a high degree of nested collections in the bit of the document that is of interest. Search the 10.2.x doc and this forum for VARRAY STORE AS TABLE
    Both of these approaches should give good performance as long as all queries are targetting the nodes that are stored in the nested structures.
    DOM fidelity is orthogonal to this. DOM Fidelity is controlled by the annoation xdb:maintainDOM and typically controls whether or not we preserve comments, processing instructions, mixed text, and the order of elements in repeating choices.
    Wether it's easier to allow reigsterScehma to create the tables Dependon how complex the level of nesting is to support the queriability you need.

  • Gnome-power-manager with networkmanager_sleep option

    I have a wireless device using the ipw2200 module. I have always found it extremely annoying that gnome-power-manager asks NetworkManager to sleep before suspending, since, first of all, the ipw2200 module doesn't need to be unloaded and, secondly, because I always have to wait the extra few seconds it takes for NM to send the dhcp request after resuming. I made a patch that adds an option to turn the NM-sleep call on or off via a gconf entry (networkmanager_sleep). The patch has been accepted upstream and included in CVS. However, I've made a patch that applies cleanly to gnome-power-manager 2.16.1 as well. Here it is:
    diff -Naur gnome-power-manager-2.16.1/data/gnome-power-manager.schemas.in gnome-power-manager-2.16.1-new/data/gnome-power-manager.schemas.in
    --- gnome-power-manager-2.16.1/data/gnome-power-manager.schemas.in 2006-07-30 14:51:52.000000000 +0200
    +++ gnome-power-manager-2.16.1-new/data/gnome-power-manager.schemas.in 2006-10-05 11:56:10.000000000 +0200
    @@ -571,6 +571,17 @@
    <long>This is the laptop panel screen brightness used when the session is idle. Only valid when use_time_for_policy is true.</long>
    </locale>
    </schema>
    + <schema>
    + <key>/schemas/apps/gnome-power-manager/networkmanager_sleep</key>
    + <applyto>/apps/gnome-power-manager/networkmanager_sleep</applyto>
    + <owner>gnome-power-manager</owner>
    + <type>bool</type>
    + <default>true</default>
    + <locale>
    + <short>If Networkmanager should disconnect.</short>
    + <long>Chooses whether Networkmanager should disconnect from the network before suspending.</long>
    + </locale>
    + </schema>
    </schemalist>
    </gconfschemafile>
    diff -Naur gnome-power-manager-2.16.1/src/gpm-manager.c gnome-power-manager-2.16.1-new/src/gpm-manager.c
    --- gnome-power-manager-2.16.1/src/gpm-manager.c 2006-09-17 22:33:51.000000000 +0200
    +++ gnome-power-manager-2.16.1-new/src/gpm-manager.c 2006-10-05 12:03:22.000000000 +0200
    @@ -1172,6 +1172,7 @@
    gboolean allowed;
    gboolean ret;
    gboolean do_lock;
    + gboolean nm_sleep;
    gpm_manager_allowed_hibernate (manager, &allowed, NULL);
    @@ -1190,7 +1191,12 @@
    gpm_screensaver_lock (manager->priv->screensaver);
    - gpm_networkmanager_sleep ();
    + nm_sleep = gconf_client_get_bool (manager->priv->gconf_client,
    + GPM_PREF_NETWORKMANAGER_SLEEP, NULL);
    + if (nm_sleep) {
    + gpm_networkmanager_sleep ();
    + }
    +
    ret = gpm_hal_hibernate (manager->priv->hal);
    manager_explain_reason (manager, GPM_GRAPH_EVENT_RESUME,
    @@ -1230,7 +1236,12 @@
    if (do_lock) {
    gpm_screensaver_poke (manager->priv->screensaver);
    - gpm_networkmanager_wake ();
    + nm_sleep = gconf_client_get_bool (manager->priv->gconf_client,
    + GPM_PREF_NETWORKMANAGER_SLEEP, NULL);
    + if (nm_sleep) {
    + gpm_networkmanager_wake ();
    + }
    +
    sync_dpms_policy (manager);
    @@ -1257,6 +1268,7 @@
    gboolean allowed;
    gboolean ret;
    gboolean do_lock;
    + gboolean nm_sleep;
    GpmPowerStatus status;
    char *message;
    int charge_before_suspend;
    @@ -1279,7 +1291,12 @@
    gpm_screensaver_lock (manager->priv->screensaver);
    - gpm_networkmanager_sleep ();
    + nm_sleep = gconf_client_get_bool (manager->priv->gconf_client,
    + GPM_PREF_NETWORKMANAGER_SLEEP, NULL);
    + if (nm_sleep) {
    + gpm_networkmanager_sleep ();
    + }
    +
    /* We save the current charge in mWh so we can see how much power we
    lost or gained over the suspend cycle */
    @@ -1348,7 +1365,12 @@
    if (do_lock) {
    gpm_screensaver_poke (manager->priv->screensaver);
    - gpm_networkmanager_wake ();
    + nm_sleep = gconf_client_get_bool (manager->priv->gconf_client,
    + GPM_PREF_NETWORKMANAGER_SLEEP, NULL);
    + if (nm_sleep) {
    + gpm_networkmanager_wake ();
    + }
    +
    sync_dpms_policy (manager);
    diff -Naur gnome-power-manager-2.16.1/src/gpm-prefs.h gnome-power-manager-2.16.1-new/src/gpm-prefs.h
    --- gnome-power-manager-2.16.1/src/gpm-prefs.h 2006-07-30 14:51:54.000000000 +0200
    +++ gnome-power-manager-2.16.1-new/src/gpm-prefs.h 2006-10-05 12:05:15.000000000 +0200
    @@ -55,6 +55,9 @@
    #define GPM_PREF_CAN_HIBERNATE GPM_PREF_DIR "/can_hibernate"
    #define GPM_PREF_LOCK_USE_SCREENSAVER GPM_PREF_DIR "/lock_use_screensaver_settings"
    +
    +#define GPM_PREF_NETWORKMANAGER_SLEEP GPM_PREF_DIR "/networkmanager_sleep"
    +
    /* These are only effective if the system default is turned off. See bug #331164 */
    #define GPM_PREF_LOCK_ON_BLANK_SCREEN GPM_PREF_DIR "/lock_on_blank_screen"
    #define GPM_PREF_LOCK_ON_SUSPEND GPM_PREF_DIR "/lock_on_suspend"
    It would be great if this could be added to the official package, but I'm not expecting it

    Have a look in gconf-editor to see if there's a setting for that? (I can't check now, I'm using XFCE.) Also, check that you didn't keep the default "put computer to sleep when the lid is closed", but I suppose you've done it already...

  • Hi - Are there any known issues with Webroot Secure Anywhere causing Firefox to crash?

    Hi -
    I use Webroot for anti spyware and anti virus (Webroot Antivirus with Spysweeper) which is Version 7.
    The program keeps bugging me to upgrade to Webroot SecureAnywhere, which is Version 8, so I gave it a try.
    Sure enough, Firefox crashed every few minutes. So I un-installed SecureAnywhere (retaining Version 7) and everything was fine again.
    So not sure what to do. Perhaps try another anti-virus (and if so, what do you recommend) or just keep Webroot Version 7 (which continues to scan and update just fine, from what I can see).
    Thank you,
    Randy

    First (this isn't an official Mozilla opinion, just personal experience), I find Webroot to be rather a poor quality anti-virus, with poor detection rates, and lots of problems when it does run. My opinion is to use Microsoft Security Essentials for anti-virus. It is free, light and quite good. [http://windows.microsoft.com/en-US/windows/products/security-essentials http://windows.microsoft.com/en-US/windows/products/security-essentials]. If you decide to go with it, uninstall webroot first.
    Now, if you decide to keep webroot, you can try fully uninstalling it, then reinstalling it. Also, if you go to "About:crashes" in your firefox address bar, do you have any crash ids (they start with bp-).

  • Whenever I try to load any sizable MP4 file into Animate using the add video option, it causes animate to crash.  Anyone else have this experience.  Is there a cure?  This is on a retina IMac.

    Process:               Adobe Edge Animate CC 2014.1 [70200]
    Path:                  /Applications/Adobe Edge Animate CC 2014.1/Adobe Edge Animate CC 2014.1.app/Contents/MacOS/Adobe Edge Animate CC 2014.1
    Identifier:            com.adobe.Adobe Edge Animate CC 2014.1.application
    Version:               5.0.1 (5.0.1.386)
    Code Type:             X86 (Native)
    Parent Process:        ??? [1]
    Responsible:           Adobe Edge Animate CC 2014.1 [70200]
    User ID:               502
    Date/Time:             2015-03-03 10:03:33.898 -0800
    OS Version:            Mac OS X 10.10.2 (14C109)
    Report Version:        11
    Anonymous UUID:        073294C4-F78D-E448-CA46-B3E16A9BD221
    Time Awake Since Boot: 430000 seconds
    Crashed Thread:        0  CrBrowserMain  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000000001000-00000000000ba000 [  740K] r-x/rwx SM=COW  /Applications/Adobe Edge Animate CC 2014.1/Adobe Edge Animate CC 2014.1.app/Contents/MacOS/Adobe Edge Animate CC 2014.1
    Thread 0 Crashed:: CrBrowserMain  Dispatch queue: com.apple.main-thread
    0   org.chromium.ContentShell.framework 0x02dbd77a cef_time_delta + 785690
    1   libsystem_malloc.dylib         0x906a5495 szone_error + 246
    2   libsystem_malloc.dylib         0x9069902b allocate_pages + 482
    3   libsystem_malloc.dylib         0x9069b3df large_malloc + 1025
    4   libsystem_malloc.dylib         0x90699a66 szone_malloc_should_clear + 1262
    5   libsystem_malloc.dylib         0x90699571 szone_malloc + 24
    6   org.chromium.ContentShell.framework 0x02dbe7e9 cef_time_delta + 789897
    7   libsystem_malloc.dylib         0x90699519 malloc_zone_malloc + 75
    8   libsystem_malloc.dylib         0x9069f858 realloc + 190
    9   com.adobe.AgKernel.framework   0x023c2d1c l_alloc(void*, void*, unsigned long, unsigned long) + 28
    10  com.adobe.AgKernel.framework   0x023d2ffd luaM_realloc_(lua_State*, void*, unsigned long, unsigned long) + 45
    11  com.adobe.AgKernel.framework   0x023d97db luaS_newlstr(lua_State*, char const*, unsigned long) + 203
    12  com.adobe.AgKernel.framework   0x023e0119 luaV_concat(lua_State*, int, int) + 985
    13  com.adobe.AgKernel.framework   0x023c0f86 lua_concat + 86
    14  com.adobe.AgKernel.framework   0x023c2584 luaL_prepbuffer + 164
    15  com.adobe.AgKernel.framework   0x023cf328 read_chars(lua_State*, __sFILE*, unsigned long) + 88
    16  com.adobe.AgKernel.framework   0x023cf0f0 g_read(lua_State*, __sFILE*, int) + 368
    17  com.adobe.AgKernel.framework   0x023cf7f6 f_read(lua_State*) + 86
    18  com.adobe.AgKernel.framework   0x023cb4d7 luaD_precall(lua_State*, lua_TValue*, int) + 1287
    19  com.adobe.AgKernel.framework   0x023e0abb luaV_execute(lua_State*, int) + 2395
    20  com.adobe.AgKernel.framework   0x023cb747 luaD_call(lua_State*, lua_TValue*, int) + 119
    21  com.adobe.AgKernel.framework   0x023c0b91 f_call(lua_State*, void*) + 33
    22  com.adobe.AgKernel.framework   0x023b2956 AgExceptionsPrivate_runProtectedCall + 38
    23  com.adobe.AgKernel.framework   0x023cba74 luaD_pcall(lua_State*, void (*)(lua_State*, void*), void*, int, int) + 100
    24  com.adobe.AgKernel.framework   0x023c0b4e lua_pcall + 238
    25  com.adobe.AgKernel.framework   0x023c3f1f luaB_pcall(lua_State*) + 63
    26  com.adobe.AgKernel.framework   0x023cb4d7 luaD_precall(lua_State*, lua_TValue*, int) + 1287
    27  com.adobe.AgKernel.framework   0x023e0abb luaV_execute(lua_State*, int) + 2395
    28  com.adobe.AgKernel.framework   0x023cb747 luaD_call(lua_State*, lua_TValue*, int) + 119
    29  com.adobe.AgKernel.framework   0x023c0b91 f_call(lua_State*, void*) + 33
    30  com.adobe.AgKernel.framework   0x023b2956 AgExceptionsPrivate_runProtectedCall + 38
    31  com.adobe.AgKernel.framework   0x023cba74 luaD_pcall(lua_State*, void (*)(lua_State*, void*), void*, int, int) + 100
    32  com.adobe.AgKernel.framework   0x023c0b4e lua_pcall + 238
    33  com.adobe.dvalua.framework     0x024aa5d3 dvalua::utility::CallLuaFromCpp(lua_State*, int, int) + 51
    34  com.adobe.dvalua.framework     0x02457b24 dvalua::ui::ControlChangedBinder<dvaui::controls::UI_ControlView>::OnChanged(dvaui::contr ols::UI_ControlChangedMessage*) + 100
    35  com.adobe.dvalua.framework     0x02459138 boost::detail::function::void_function_obj_invoker1<boost::_bi::bind_t<void, boost::_mfi::mf1<void, dvalua::ui::ControlChangedBinder<dvaui::controls::UI_ControlView>, dvaui::controls::UI_ControlChangedMessage*>, boost::_bi::list2<boost::_bi::value<dvalua::ui::ControlChangedBinder<dvaui::controls::UI_ ControlView>*>, boost::arg<1> > >, void, dvaui::controls::UI_ControlChangedMessage*>::invoke(boost::detail::function::function_buf fer&, dvaui::controls::UI_ControlChangedMessage*) + 40
    36  com.adobe.dvalua.framework     0x02457f1f boost::detail::function::void_function_obj_invoker1<dvaui::ui::MessageFunctionAdapter<dva ui::ui::MessageT<dvaui::ui::UI_Node>, dvaui::controls::UI_ControlChangedMessage, boost::function1<void, dvaui::controls::UI_ControlChangedMessage*> >, void, dvaui::ui::MessageT<dvaui::ui::UI_Node>*>::invoke(boost::detail::function::function_buffe r&, dvaui::ui::MessageT<dvaui::ui::UI_Node>*) + 79
    37  com.adobe.dvaui.framework     0x0075524d dvaui::controls::UI_ControlView::SendControlMessages(dvacore::utility::SharedFunctions<bo ost::shared_ptr<boost::function<void (dvaui::ui::MessageT<dvaui::ui::UI_Node>*)> > > const&, dvaui::ui::MessageT<dvaui::ui::UI_Node>*) + 61
    38  com.adobe.dvaui.framework     0x0072d197 dvaui::controls::UI_Button::SendButtonChangedMessage(dvacore::utility::Flags<unsigned char>) + 183
    39  com.adobe.dvaui.framework     0x0072c1b3 dvaui::controls::UI_Button::PerformAction(bool, dvacore::utility::Flags<unsigned char>, bool) + 115
    40  com.adobe.dvaui.framework     0x0072cce9 dvaui::controls::ButtonInputCapture::End() + 137
    41  com.adobe.dvaui.framework     0x009b2e2c dvaui::ui::PointerCapture::InvokeEnd(bool) + 124
    42  com.adobe.dvaui.framework     0x009bd29e dvaui::ui::UI_NodeManager::EndInputCapture(bool) + 94
    43  com.adobe.dvaui.framework     0x0072ceb3 dvaui::controls::ButtonInputCapture::DoMouseEvent(dvaui::ui::MouseEvent const&) + 291
    44  com.adobe.dvaui.framework     0x009c7cc3 dvaui::ui::UI_Node::UI_DispatchCapturedMouseEvent(dvaui::ui::MouseEvent const&) + 547
    45  com.adobe.dvaui.framework     0x009c74b5 dvaui::ui::UI_Node::UI_DispatchPointerEventToTarget(dvaui::ui::UI_Node*, dvaui::ui::PointerEvent const&, bool) + 133
    46  com.adobe.dvaui.framework     0x009c739b dvaui::ui::UI_Node::UI_DispatchPointerEvent(dvaui::ui::PointerEvent const&, bool) + 75
    47  com.adobe.dvaui.framework     0x00a50087 dvaui::ui::OS_View::UI_DispatchPlatformMouseEvent(dvaui::ui::MouseEvent const&, bool) + 663
    48  com.adobe.dvaui.framework     0x00a4fbbc dvaui::ui::OS_View::UI_DispatchPlatformMouseClickEvent(dvaui::ui::OS_Event const&) + 540
    49  com.adobe.dvaui.framework     0x00a4dd03 dvaui::ui::OS_View::UI_DispatchEvent(dvaui::ui::OS_Event*) + 147
    50  com.adobe.dvaui.framework     0x00a4dc3d dvaui::ui::OS_View::UI_HandleOSEvent(dvaui::ui::OS_Event*) + 29
    51  com.adobe.dvaui.framework     0x00a4f6a2 dvaui::ui::OS_View::UI_HandlePlatformEvent(NSEvent*) + 66
    52  com.adobe.dvaui.framework     0x008fe20a boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf1<void, dvaui::ui::OS_View, NSEvent*>, boost::_bi::list2<boost::_bi::value<dvaui::ui::OS_View*>, boost::_bi::value<NSEvent*> > >, void>::invoke(boost::detail::function::function_buffer&) + 42
    53  com.adobe.dvacore.framework   0x0024aeb4 int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 36
    54  com.adobe.dvacore.framework   0x0024b838 boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<int, int (*)(boost::function0<void>*, void*), boost::_bi::list2<boost::_bi::value<boost::function0<void>*>, boost::_bi::value<void*> > >, int>::invoke(boost::detail::function::function_buffer&) + 24
    55  com.adobe.Adobe Edge Animate CC 2014.1.application 0x00030f36 helium::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost::function0<int>) + 38
    56  com.adobe.dvacore.framework   0x0024affd void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void>(boost::f unction0<void>, bool*) + 125
    57  com.adobe.dvacore.framework   0x0024c4e0 void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 160
    58  com.adobe.dvaui.framework     0x00a5a6af -[DVAMacContainerView mouseUp:] + 127
    59  com.apple.AppKit               0x9123af2d -[NSWindow _reallySendEvent:] + 807
    60  com.apple.AppKit               0x90c23948 -[NSWindow sendEvent:] + 484
    61  com.apple.AppKit               0x90bd13fd -[NSApplication sendEvent:] + 4758
    62  com.adobe.dvaui.framework     0x00a54048 -[DVAMacApplication sendEvent:] + 648
    63  com.adobe.exo.framework       0x014c9612 -[ExoMacApplication sendEvent:] + 546
    64  com.apple.AppKit               0x90a4b08c -[NSApplication run] + 1003
    65  com.adobe.exo.framework       0x014c8fe3 exo::app::OS_AppBase::RunEventLoop() + 67
    66  com.adobe.Adobe Edge Animate CC 2014.1.application 0x0004a6f7 main + 1591
    67  com.adobe.Adobe Edge Animate CC 2014.1.application 0x00002fa5 start + 53
    Logical CPU:     1
    Error Code:      0x00000006
    Trap Number:     14
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 184804
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=317.8M resident=126.1M(40%) swapped_out_or_unallocated=191.7M(60%)
    Writable regions: Total=2.3G written=1.7G(76%) resident=1.9G(85%) swapped_out=396K(0%) unallocated=346.1M(15%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    Activity Tracing                   2048K
    CG backing stores                  70.1M
    CG image                           1436K
    CG raster data                     8028K
    CG shared images                    432K
    CoreAnimation                     150.8M
    CoreGraphics                          4K
    CoreUI image data                   376K
    Foundation                            4K
    IOKit                              65.5M
    Image IO                             32K
    Kernel Alloc Once                     4K
    MALLOC                              1.8G
    MALLOC (admin)                       48K
    Memory Tag 242                       12K
    Memory Tag 250                       28K
    OpenCL                               40K
    OpenGL GLSL                         128K
    Stack                             197.7M
    VM_ALLOCATE                        19.0M
    __DATA                             12.5M
    __GLSLBUILTINS                     2588K
    __IMAGE                             528K
    __LINKEDIT                         72.9M
    __OBJC                             4268K
    __TEXT                            244.9M
    __UNICODE                           544K
    mapped file                       171.7M
    shared memory                        76K
    ===========                      =======
    TOTAL                               2.8G
    Model: iMac15,1, BootROM IM151.0207.B01, 4 processors, Intel Core i5, 3.5 GHz, 16 GB, SMC 2.22f16
    Graphics: AMD Radeon R9 M290X, AMD Radeon R9 M290X, PCIe, 2048 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453220
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453220
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x142), Broadcom BCM43xx 1.0 (7.15.159.13.12)
    Bluetooth: Version 4.3.2f6 15235, 3 services, 27 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: Wi-Fi, AirPort, en1
    PCI Card: pci11c1,5901, IEEE 1394 Open HCI, Thunderbolt@195,0,0
    Serial ATA Device: APPLE SSD SD0128F, 121.33 GB
    Serial ATA Device: APPLE HDD ST3000DM001, 3 TB
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Keyboard Hub
    USB Device: Apple Keyboard
    USB Device: Hub
    USB Device: ColorMunki Display
    FireWire Device: JMB35x LUN0, JMicron, Up to 800 Mb/sec
    Thunderbolt Bus: iMac, Apple Inc., 26.1
    Thunderbolt Device: Thunderbolt to FireWire Adapter, Apple Inc., 3, 5.6

    Do you have a backup that you can restore from? Your old hard drive seems to be the problem.

  • "Replace with AE Linked Comp" Causes AE To Crash On Open, CS5

    Hi all,
    Just got my system back and running after a quick uninstall/reinstall/update to 5.0.3 yesterday.  I attempted to send video to a linked composition in AE by right clicking in the timeline.  AE opened and allowed me to name the new AE project, but then proceeded to crash and provide the following message:
    Any thoughts on what's causing this glitch?  Utilizing the linked composition is ideal for this project, but I'll go about the old fashioned way if I have to...
    Thanks, Lindsay

    Whoops should have been more specific about the reinstall etc.  I completely removed and reinstalled hte entire Produciton suite.  Then ran all upates through Bridge>Help>udpates.  After effects is currently version 10.0.2.4
    Thanks
    Lindsay

  • Spelling - no dialog box with options to correct

    I do not get a dialog box when I right click on a misspelled work. This is the case when using Safari (this message box for example), Mail, Outlook for the Mac, Word, and other apps. When a word is misspelled it is underlined in red. When I right click on the redline disappears, but I do not get a dialog box offering me options.
    On another Mac that I own, I get this dialog box with the options to pick the correct spelling or learn the word. I am assuming this is an OS system setting as the problem seems to be universal.

    I found that I did not have secondary click turned on in System Preferences for either my mouse of my tack pad. Control clicking on a misspelled word, worked, and this gave me the clue to the problem. I now get the dialog box I was expecting.

  • Opening print dialog box with "Selection" printing enabled

    Hi all,
    I have a JTable in which I wan to print only selected rows. When I open the Print dialog box using printDialog() method of PrinterJob, the dialog opens with "Selection" option disabled.
    How can I enable this option ?
    How can I print my selection using the standard Print Dialog ?

    This I know.
    Let me refrase my question:
    I have a table with selected cells (Rows Cols
    whatever ...) I wish to open the print dialog box
    with Selection radio button enabled, such that when I
    will check it and click print, the selected table
    cell get printed.This I had understood.
    Let me refrase my reply:
    If you simply print a new table containing the selected data
    then you don't need to have the Selection radio button enabled
    in the print dialog box.

  • Performance of dialogs built with CS Extension Builder in Windows XP

    Are there any known performance issues with dialogs created with extension builder in Creative Suite applications (specifically InDesign) running on Windows XP?  I created a plugin, and whenever the dialogs are loaded on a machine running Windows XP, they consistently take about 9 seconds to load.  When I run on Windows 7, they load almost instantly.  This happens on machines running the same hardware.

    We haven't figured this one out yet, but we have determined that it only happens in InDesign Relase.  In Debug, the dialogs appear immediately.

  • Applets Crashing Internet Explorer on Windows XP with JRE 1.4.0 Final

    I have recently installed the 1.4.0Final JRE, and have found that upon arriving at a page with an applet on internet explorer explorer crashes. Where as under the JRE 1.3.1_02 it does not.
    I am running Windows XP, and cannot remember the exact error message I get, however it is something about an error occuring within iexplorer.exe
    Any help appreciated.

    I have the same symptom on Windows 2000 (SP2) using Internet Explorer 5.00. Replacing the IE JVM with J2SE 1.4 causes IE to crash when I visit java.sun.com.
    I am filing a bug with the JDC Bug Parade, but I am surprised that this has not been more widely reported, since I think I have a common system configuration.

  • When I attempt to send a text from the new iPad, a dialog box appears with the option to either sign in with Apple ID Password or Create New Account. I try signing in using my Apple ID password but IMessage informs me that email address cannot be verified

    When I attempt to send a text from the new iPad, a dialog box appears with the option to either sign in with Apple ID Password or Create New Account. I try signing in using my Apple ID password but IMessage informs me that email address cannot be verified because it is already in use ??? What am I doing wrong?

    settings -> iTunes & App Store
    click on apple ID listed there
    select Sign Out
    sign in with the proper account
    from then on, when the store ask for your password it should be with the correct ID

  • Manage Cache option grayed out in online RPD

    Ran into a problem today, trying to perform manual caching but cache option is grayed out when ascessing manage cache option, this is happening even though i have enabled the cache option in the NQSConfig file as follows
    ENABLE=YES
    YET IT IS GRAYED OUT WHEN I DO FILE -OPEN-MANAGE-CACHE, HAVE ALSO TRIED BOUNCING THE BI SERVER BUT NO LUCK.
    ANY HELP WILL BE APPRECIATED.
    Thanks in advance
    LARRY

    What version of OBIEE are you using? Assuming you are using 11g, providing a solution to enable cache in RPD.
    1) Go to enterprise Manager.
    2) Navigate to Business Intelligence > Core Application
    3) Click on capacity Management tab > Performance
    4) Lock and edit > Make sure cache enabled option is checked. ( This will add an entry to your NQSConfig file.
    Hope this answers your question.
    Award points if helpful.
    Thanks,
    -Amith

  • It's reasonable to start Operations Manager Console always with /ClearCache option?

    In the last month, sometimes i've the problem, that the operations manager console can't find objects; shows some alerts as acitve alerts, but they're closed.
    It could be solved by using the ClearCache argument, when i starts the console.
    It's reasonable to start the console always with ClearCache option? --or i've have some handicaps, when i do so?
    Thank you,
    Kind regards
    Wolfgang Winter

    Hi,
    Here is a discussion about this topic, please also go through it:
    console /ClearCache
    http://social.technet.microsoft.com/Forums/en-US/400a1856-bc9e-4cd1-879d-76c56b8dee88/console-clearcache?forum=operationsmanagergeneral
    Regards,
    Yan Li
    Regards, Yan Li

Maybe you are looking for

  • How to configure ME38 and Message Output

    topic:EDI in procurement - delivery forecast  (DELINS) ME38 - ERROR:Output LPH1 for partner  cannot be processed  How would I configure the same in ME38 and the resultant PrintOuts and EDI messages? I've had a look in SPRO, andthis is the standard st

  • There's really no way to suppress headers and footers in Word output?

    Says here that there's nothing you can do to suppress the headers and footers RoboHelp adds to Word / PDF output. Is that really true? http://www.grainge.org/pages/authoring/printing/rh9_printing.htm

  • The ipod nano replacement in france is taking more than 2 month

    hi, how come it's that long ? I have start the process end of december. March is now on the way I'm at step 3 of the program waiting for the replacement since january. Regards, Benoit

  • Error with new Package

    I am trying to retrieve a variable from an .as file from one mxml file, while setting it from another.  I thought I had everything set up, but I am retrieving an error.  1119: Access of possibly undefined property loc through a reference with static

  • Sorting by Stars in Bridge CS6

    At some point, my previous version, CS4, stopped sorting based on stars or labels. While I could star or label, clicking on Sort didn't do anything -- it remained in the view where everything was shown. Unfortunately, this has continued over into CS6