Problem with Excel 2013, crashing unexpectedly

I have problem with Office, it's crashing without any specific reason. I can't describe what exactly triggers crashing, but there is lots of copy and pasting on that workstation between excel worksheets. RAM has been tested, Office suite has been reinstated
and even all of hardware has been changed.
If there any suggestion, I would really appreciate them.
If you need additional information please ask.
Faulting application name: EXCEL.EXE, version: 15.0.4701.1001, time stamp: 0x54e30a7b
Faulting module name: mso.dll, version: 0.0.0.0, time stamp: 0x54d9bfd6
Exception code: 0xc0000602
Fault offset: 0x011aee88
Faulting process id: 0x1990
Faulting application start time: 0x01d0773e764ce473
Faulting application path: C:\Program Files\Microsoft Office 15\Root\Office15\EXCEL.EXE
Faulting module path: C:\Program Files\Common Files\Microsoft Shared\Office15\mso.dll
Report Id: 66154c61-e40f-11e4-afd6-d43d7eb40d36
Faulting package full name: 
Faulting package-relative application ID: 
System
Provider
[ Name]
Application Error
EventID
1000
[ Qualifiers]
0
Level
2
Task
100
Keywords
0x80000000000000
TimeCreated
[ SystemTime]
2015-04-16T08:05:52.000000000Z
EventRecordID
35372
Channel
Application
Computer
Security
EventData
EXCEL.EXE
15.0.4701.1001
54e30a7b
mso.dll
0.0.0.0
54d9bfd6
c0000602
011aee88
1990
01d0773e764ce473
C:\Program Files\Microsoft Office 15\Root\Office15\EXCEL.EXE
C:\Program Files\Common Files\Microsoft Shared\Office15\mso.dll
66154c61-e40f-11e4-afd6-d43d7eb40d36

Hi,
According to your description, >>RAM has been tested, Office suite has been reinstated and even all of hardware has been changed.<< I noticed that you have tired several methods. Then, based on the log,>>Faulting module path: C:\Program
Files\Common Files\Microsoft Shared\Office15\mso.dll<<, please try the following steps:
Renamed the MSO.DLL in C:\Program Files\Microsoft Office 15\root\vfs\ProgramFilesCommonX86\Microsoft Shared\OFFICE15
The copied the MSO.DLL from C:\Program Files (x86)\Common Files\Microsoft Shared\OFFICE15
to C:\Program Files\Microsoft Office 15\root\vfs\ProgramFilesCommonX86\Microsoft Shared\OFFICE15
Hope it's helpful.
Regards,
George Zhao
TechNet Community Support
It's recommended to download and install
Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
programs.
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • G700 f4 problem with Excel 2013

    I have a g700 laptop and wants to know why F4 & F2 doesn't work as usually with Excel 2013
    Is there any possibility to find the same functionnality as I had with Excel 2010 before ?
    Thanks for your quick answer 
    Regards
    Alain
    Moderator Note; subject edited.

    some more information:
    There was a web-site: 
    http://download.lenovo.com/consumer/hnt/7acn89ww.exe 
    to find the 7acn89ww.exe directly. 
    The information came from:
    http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?DocID=HT080432
    The content of this site was: 
    Function Key "F4" Cannot be Implemented with Customized Function - IdeaPad S500, Lenovo G700
    SymptomFor IdeaPad S500 and Lenovo G700, customer defined special function for “F4” when playing games, but when “F4” or combination “Fn+F4” was pressed, it implemented the original windows function "close current window", no matter "Hotkey Mode" is switched to Enable or Disable.
     Affected configurationsThe above symptom may occur to the following systems:
    Ideapad S500, Lenovo G700
    The above symptom may occur to the following software:
    S500 BIOS version lower or equal 7ECN21WW 
    G700 BIOS version lower or equal 7ACN89WW
     SolutionFor S500:
    Updateing BIOS to version 7ECN23WW can solve problem.
    For G700:
    Updating BIOS to version 7ACN89WW can solve problem.
    If you are unable to find what you are looking for, please do try the following options:
    1. Lenovo Assisted Search 
    2. Product usage and general troubleshooting tips 
    3. Lenovo Support Forum 
    4. Technical Support Call Centre 
    Country Availability
    Available
    Worldwide
    Alias ID : IN20131126-004
    Document ID : HT080432
    Legacy Document ID : IN20131126-004
    Last Updated : 29 Dec 2013
    Copyright © Lenovo 2013, all rights reserved

  • Problem with Excel 2013 TaskPane

    Hello,
    I got problem with TaskPane on Excel 2013. With Excel 2007 and 2010 my program works perfectly.
    I'm opening a workbook and making custom ribbon, but my workbook is hided and the problem comes that first time i can see TaskPane but after any other workbook opening and closing i can't show TaskPane because Globals.ThisAddIn.SarasuTaskPane.Visible
    = true don't showing me TaskPane. Actual it's showing but we can't see it because it's hided with workbook, and if i unhide workbook i can see and use it. But i need my main workbook to be not visible for all time and users must see TaskPane.
    I will try write step by step.
    1. I'm launching .exe which creating excel object
    2. With Excel object I'm opening .xlsm which sheets are protected and not visible, and Run my Sub
    3. That Sub loads my COM AddIn, and opens another .xlsm file (at the moment there are 2 .xlsm files opened)
    4. My Add-in creates TaskPane, and TaskPane adds on my first .xlsm file(i noticed), and it's fine i can see it. But then i try some of my functions which sets TaskPane visible - false, and opens another .xlsx file then closes it, and trying to do TaskPane visible
    - true no errors but also no TaskPane, then i Manually unhide my first Workbook i can see the TaskPane, when i hide it manualy - TaskPane hides too.. and this only on Excel 2013.
    Any ideas to solve this? As i mention before with Excel 2007 and 2010 no problems it's works perfectly.
    sincerely,
    Julius

    I have used you code to hide a panel , it works fine
    Maybe my first post was incorrectly written. I will try write step by step.
    1. I'm launching .exe which creating excel object
    2. With Excel object I'm opening .xlsm which sheets are protected and not visible, and Run my Sub
    3. That Sub loads my COM AddIn, and opens another .xlsm file (at the moment there are 2 .xlsm files opened)
    4. My Add-in creates TaskPane, and TaskPane adds on my first .xlsm file(i noticed), and it's fine i can see it. But then i try some of my functions which sets TaskPane visible - false, and opens another .xlsx file then closes it, and trying to do TaskPane
    visible - true no errors but also no TaskPane, then i Manually unhide my first Workbook i can see the TaskPane, when i hide it manualy - TaskPane hides too.. and this is only on Excel 2013.

  • Problem with Excel 2013 on W8 and WD NAS

    With my W8 laptop, I get a lot of problem saving excel file on my NAS. I get "we can't save filename.xlsx because the file is in read-only. To keep your changes you'll need to save the workbook with a new name or in a different location..."
    I'm alone using the file. Not being use by anyone else.
    Exemple: load file "A" from the NAS, can't save it back on the NAS. I save it as "B" on my desktop. Open "B" do some change and try to save it... get " that someone else is using the file....
    Only way is to save it one a 3rd name...
    I have this issue often but not all the time..
    Don't see this with W7pro laptops...
    Thank you 

    Hi FGauthier,
    Have you ever try to save Document ,PPT file or Text file to the NAS? Does this issue only occurs with excel file?
    what will happen if you copy the file to NAS instead of use the 'save as' feature within excel?
    When you open the excel file, if it flagged as read-only, try to right-click the file, check if the read-only option is ticked. Also you can try to save the file as different file format to test this issue.
    Also please check if you enable the preview pane, try to disable it . 
    a) Open File Explorer.
    b) Click on View Tab.
    c) Click on Preview Pane to view\hide it.
    Wind Zhang
    TechNet Community Support

  • Error Message: "Excel cannot complete this task with available resources" when creating pivot table with Excel 2013

    Hi, 
    One of our users encountered this problem with Excel 2013 while creating pivot tables, particularly with large files. We tried to modify Virtual Memory
    of the pc but error still persist. Why does this happen and how can we resolve this? Thanks.
    Another error message encountered by the user, this time when opening large files. The files she tried to open are working fine in 2010. But when opened in 2013, it prompted : "There
    isn't enough memory to complete this action. Try using less data or closing other applications."

    Hi,
    In regarding of the issue, please provide us more information to assist you better.
    Did your user using the Excel 2013 and Excel 2010 with same PC? If not, please let me know the both of the 2 PCs' hardware list/Windows operation system info.
    Did you using Excel 2013 32bit version and Excel 2010 64bit version?
    General speaking, this issue usually occurs with Office 2013 32 bit version. It has a limitation of 2Gb of memory that can be used by its process. And the 64-bit Excel can handle larger workbooks.
    Thus, if your user using 32bit Excel, I recommend try 64bit Excel instead.
    Here is a similar issue, we also could try it:
    http://answers.microsoft.com/en-us/office/forum/office_2007-excel/excel-cannot-complete-the-task-with-available/d31b1822-ebde-4c9b-8d11-e54bb652847d
    If you have any update, please feel free let us know.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • OLAP 10g with Excel 2007 crashing problems

    We currently have a 10g database and 10g OLAP toolset. We have a user population split between Windows XP on Excel 2003 and Windows 7 on Excel 2007. We are distributing the Excel Add-In 10.1.2.3.0.2 version, but the Windows 7/Excel 2007 users are having a lot of problems with Excel crashing unless it is the only application that is open (which is understanably frustrating to that user base). They have to go into task manager and kill the excel process (not just the application) or face doing a full reboot. Are there any settings we can change to improve performance on Excel 2007? We hope to do an 11g upgrade later this year, but it won't happen until 2nd half at the earliest due to other contstraints.

    First verify if the patch was successfully installed by checking the Xcelsius application version from the Help Menu.  It should be 4.2.5.5 or higher. 
    In addition, that might be behavior due to an Excel add-in affecting the automation between Xcelsius and Excel. You may need to remove any Excel add-ins that you have installed.

  • Excel 2013 crash - related to digital signature?

    This is a cross-posting of a thread originally started in Microsoft Answers (Office- Excel) forum, advised to post in this forum by MS support engineer Mohan Suryanarayan (link to other forum: here).
    I have a VB macro in file A (which otherwise contains only several Excel Tables with named ranges). My digital signature (for signing code) is attached to file A.
    As the macro executes, the Open file dialog is called up so that the User can select a secondary file to open (file B or C).
    Files B and C contain several sheets with formulas and Excel Tables, and also their own extensive VB macros. My digital signature is also attached to files B & C.
    The remainder of the macro in file A simply executes an update of the Excel Tables in the secondary file, before saving & closing it.
    I have been finding that during execution of the file A macro, Excel crashes and closes all open Excel files.
    If I remove the digital signature from the secondary files then the macro in file A executes with no problem.
    The macro was written in Excel 2007 and on a different laptop, with different digital signature, and used to have no problem at all. When a new laptop was purchased a new digital signature was obtained and placed into all of the files.
    Execution of file A is a critical process - I need help with stopping the crash, while maintaining a digital signature in the secondary files (so that their own macros can execute).
    Event Viewer error shows the following:
    Faulting application name: EXCEL.EXE, version: 15.0.4667.1000, time stamp: 0x543d366c
    Faulting module name: mso.dll, version: 0.0.0.0, time stamp: 0x5447696f
    Exception code: 0xc0000602
    Fault offset: 0x011aafdd
    Faulting process id: 0x2d58
    Faulting application start time: 0x01d01e17eafcd0bb
    Faulting application path: C:\Program Files\Microsoft Office 15\root\office15\EXCEL.EXE
    Faulting module path: C:\Program Files (x86)\Common Files\Microsoft Shared\Office15\mso.dll
    JL Latham replied:
    Tom, all I can give you is relatively non-information.  I haven't experienced that type of behavior even in Excel 2013 with digitally signed macros in multiple workbooks.  But my digital signature is a commercial one from DigiCert, not
    self-cert.  I'm not even sure what piece of Excel or Office processes the digital signature (that is, whether it is mso.dll or not).  But your whole process has more moving parts than most of mine involving multiple workbooks do - I quite often turn
    off .EnableEvents when doing things like that just so event driven macros in the other workbook(s) do not execute.
    Do the macros in the 'B files' have to execute during all of this processing in file A?  If not, have you tried turning interrupts off:
    Application.EnableEvents = False
    before starting to work with the B-files?  Maybe something in them, such as a Worksheet_Change() or other event triggered process is messing things up?
    If you do use  Application.EnableEvents=False, remember that you MUST re-enable that later in the code with Application.EnableEvents=True to get responses to things like button clicks, changes in a worksheet or other event driven processes
    to run 'normally' again.
    Have you looked at this discussion:
    http://answers.microsoft.com/en-us/office/forum/office_2013_release-excel/excel-2013-crashing-immediately-when-attempting-to/ea2ab100-5525-4a0d-a3cf-6977319f954f
    Sounds very similar to yours - original signature created in 2007, and crashing in 2013.  Some suggestions were made, but whether they fixed the issue or not is unknown: OP never came back and said "fixed it" or "didn't fix it".
    I replied:
    In answer, the secondary B files don't execute any part of their macros during the A file process, and I hadn't included an EnableEvents = False within the file A code. However, I have just tried it to check if it made any difference and unfortunately it didn't.
    I had read the thread you gave a link to before posting, and also the sub threads given within that one, but didn't see anything I thought of immediate parallel other than an Excel 2013 crash.
    The way I read the linked thread was that a User added a signature in Excel 2007 and when they tried to open the file Excel (2007?) crashes, although other people using Excel 2013 can open it (not clear whether it means others can open the one with
    the 2007 signature or without it).
    Anyway, the differences in my situation are that:
    (1) my B-files were originally created in Excel 2007 on a different laptop to current and had their own signature attached. I maintain a 'stock' of B-file versions, some of which have the old signature and some the new. If I run the A-file macro
    on one of the B-files with the old signature then it executes ok;
    (2) I am able to open the B-files ok, no matter whether the signature in them derives from the old laptop with Excel 2007 or the new laptop with Excel 2013;
    (3) the macros within the B-files execute ok (this includes any versions of the B-files which still have an old signature attached, by removing the old signature and replacing with the new and executing on the new laptop);
    (4) the offending operation which triggers the crash (when the B-files have the new signature attached) is a Resize of the Excel Tables within the B-file. I understand that I may eventually have to find a workaround for this operation but initially
    I want to sort out the signature issue (I'm reasonably sure the signature issue is not a red herring where the Resize is the 'real' problem).
    Regards, Tom

    Hi,
    According to your description, this issue occurred with some particular files that stored in SharePoint site. Did the user  download the file to local disk to print?
    Based on the event log >>Faulting module name: EXCEL.EXE<<, it does not show the root Faulting module. Thus, please try to follow this KB to do general troubleshooting:
    https://support.microsoft.com/en-us/kb/2758592
    Then, if you have used "printer status application", please go to Device settings -> Installable options -> Printer Status notification and select disable.
    If this issue still exists, we may need to collect the App crash dump file:
    https://technet.microsoft.com/en-us/sysinternals/dd996900.aspx
    You can try to analyze dump by yourself if you would like to:
    How to analyze app crash dump file:
    http://blogs.technet.com/b/askperf/archive/2007/05/29/basic-debugging-of-an-application-crash.aspx
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Problem with Word 2013 through VPN

    Hello,
    From several weeks my company has a problem
    with Word 2013 when laptop is connected to the network
    via VPN.
    Symptoms:
    - Word 2013 is opening very slow (even
    opening a blank card)
    - there are no matter if I try to open blank page or network files
    - All other Office 2013 components are working fine (Excel, Powerpoint etc).
    - When I disconnect from a VPN, Word is opening properly.
    It is not a problem with VPN because:
    - Word is opening locally (not network files)
    - before we had Word 2010 and it was working smoothly
    Does anyone know a similar case
    and could help solve this problem?
    Regards,
    Pawel

    Hi,
    "- before we had Word 2010 and it was working smoothly" -
    Word 2013 might deal with documents in different ways.
    Since Word will open properly when you disconnect from a VPN, you might want to start by analyzing the network traffic, VPN connections.
    Please try to check the option "Copy remotely stored files onto your computer and update the remote file when saving" in
    FILE>Options>Advanced>Save section, and then verify result.
    The other thing to check is add-ins. I'd suggest you to start Word in safe mode and see if issue persists:
    Press Win + R and type "winword /safe" in the blank box, then press Enter.
    Thanks,
    Ethan Hua CHN
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Excel 2013 crashes when creating VFP OLE DB Data connection

    Hi all,
    I don't know how often the DBF format is used in Office but it seems some demand still exists because Microsoft created 64 bit version of dBase ODBC and OLE DB driver (in Access data engine). Then I don't understand why Microsoft ignores its own FoxPro
    DBF data format because FoxPro ODBC driver is not supported already and no 64 bit version of VFP OLE DB driver is planned...
    I am testing DBF file import to Excel 2013 (32 bit) but it crashes instantly. I have VFP OLE DB driver (the last version), some small DBF file, and I am trying to read it as external data in Excel.
    Steps to reproduce (menu prompts are translated, so some differences may occur):
    Open empty worksheet
    Click "Other data sources" on Data ribbon
    Select Data Connection Wizard and from the list of available drivers select "Other" and click "Next"
    A list of OLE DB providers installed appears, select Microsoft OLE DB Provider for Visual FoxPro and click "Next >>"
    Excel 2013 crashes...
    This process works in Excel 2010 and 2007 so the problem must be in Excel 2013...
    The question is how to read DBF data in FoxPro format when there is no older Office version available?

    To connect to a Visual FoxPro database or table in Excel
    Open an Excel worksheet.
    From the Data menu, point to Import External Data, and click
    Import Data.
    In the Select Data Source dialog box, click New Source Data Connection.
    In the Data Connection Wizard, select Other/Advanced.
    In the Provider tab, select Microsoft OLE DB Provider for Visual FoxPro.
    The Connection tab in the Data Link Properties dialog box appears.
    To connect to a Visual FoxPro database or table in Word
    Open a Word document.
    From the View menu, point to Toolbars, and click
    Database.
    On the Database toolbar, click the Insert Database icon.
    In the Database dialog box, click Get Data.
    In the Select Data Source dialog box, click New Source Data Connection.
    In the Data Connection Wizard, select Other/Advanced.
    In the Provider tab, select Microsoft OLE DB Provider for Visual FoxPro.
    The Connection tab in the Data Link Properties dialog box appears.
    To add a Visual FoxPro database or table folder
    On the Connection tab and in the Select or enter a database name box, type path and name of the database or table folder you want. 
    -or- 
    To browse for a Visual FoxPro database or table folder, click the ellipsis (...) button to the right of the
    Select or enter a database name box to open the Configure Connection dialog box.
    Specify a different collating sequence if desired.
    To test the connection, click Test Connection. If connection is successful, click
    OK.

  • Small file get extremely big after saving with Excel 2013

    A file who is only 666Kb big with Excel 2007 is opened with Excel 2013. When I direct safe that file, the size increases to more than 6GB. Opening that file takes more than one minute. And Excel seems to crasch.(Not responding) The problem seems to be one
    (1) sheet. when I delete rows the size of that file is increasing up to 16 GB. This means a less filed excel sheet, makes a bigger file.

    Hi,
    The issue seems happened in the special file and it may be caused by the conditional formatting, cell format, formula calculation automatic or macros,ect. Please see the thread which some communicators discussed:
    http://answers.microsoft.com/en-us/office/forum/office_2007-excel/why-do-my-excel-files-become-huge/8235dc08-aa70-4a65-9892-b776790d79c5?page=1
    Then, we may try the Mr. Ashish's suggestion:
    =====
    1. Identify the last filled up row of data and click on any cell in one row below that
    2. Select from that row till the end and delete all rows
    3. Do the same for columns
    4. Save and close the file
    5. Shut down MS Excel
    6. Reopen the file
    =====
    If the issue still exists, please copy all the content to new/blank Excel 2013 file to test.
    Regards,
    George Zhao
    TechNet Community Support

  • Problem with Excel output format

    Hi Guys,
    I am creating a report in XML Publisher (not standalone). I am facing some problems could anyone please help me to figure out the issues.
    Is it possible to have all three output format (PDF, HTML & EXCEL) exact (same aligned) only by creating a single RTF Template? I am facing the problem with Excel output format the output format of excel is taking excels cell formatting.
    Example Numeric fields --> Right Aligned, text fields --> Left Aligned
    One more issue with excel is -ve(negative) values are getting displayed in red and in brackets like ($13) (with red color).
    Our client want excel output on priority.
    Is there any limitation for excel output format of reports?
    It is very urgent for us please help.
    Any help would be highly appreciated.
    Thanks,
    Pragati
    Edited by: user11237443 on Aug 27, 2009 1:22 AM

    Hi Mahi,
    Thanks for your response. But i could not understand how can we write wrapper program could you please give some light on this or provide some link it would be helpful for me:-)
    I have read that blog for excel limitations but i have more question?
    1) What about the negative values?
    if any field is displaying negative amount then excel not displaying right value for that:(
    2)How can we align header or data?
    Do XMLP with EBS provide any solution for formatting in excel?
    3) If for the alignment of numeric value we concatenate them with any special character then how can we perform calculation that field?
    Here are so many formatting issues do we need to write any code in xml for that?
    Please help.
    Many Thanks,
    Pragati

  • How To Make Shapes Change Colors When Clicking on them. Example Sheet Sales Data.xlsx template with Excel 2013

    My question is related to the Sales Data.xlsx template that comes with Excel 2013
    IN this workbook is a sheet named Sales Data. It has, 3 shapes. One each for each of the tab sheets in the workbook. When I click on the 'Sales Report' shape it selects the sales report tab. When you do this the shape changes color and the 'Sales Data' shape
    also changes color.
    However I'm unable to figure out how the colors are changing. 
    I don't see any macros in the workbook/worksheet. Nor do I see any code for worksheet events. I don't see any modules in VBA either. I think what is happening is that there are 2 shapes. When you click on one, the one shape goes to the background and the
    other one comes to the foreground.
    I'm no sure how it's doing that. 
    Can someone look at this template, Sales Data.xlsx that comes with Excel and explain how this functionality works?
    Thank You
    Keith Aul
    Keith Aul

    The shapes are exactly as I suspected, each of 3 sheets has 3 'navigation' shapes. The shape with the same name as the sheet has no hyperlink and is coloured differently to indicate it refers to the active sheet. The other two have hyperlinks linked to respective
    sheets. 3x3 shapes, 9 in total, none of them ever change colour!
    It's logical though not necessary to name each shape same as the sheet it links to, but they'd work just as well with their original default names.
    For aesthetics, the shapes that refer to own sheet have a horizontal line on top, actually two shapes as a group.
    If still confused copy each set of 3 shapes to a 4th sheet, or open two new windows so you can see all three sheets at the same time.

  • Problem with After Effects crashing machine when rendering

    Ive been having a repeated problem with after effects crashing when I try to render a sequence.
    The render halts then first After Effects becomes unresponsive then every other applications follows and I have to hard-restart my machine.
    Can anyone help me find out how to stop this happening?

    i - Illl try to answer these bellow...
    What exact version of After Effects? Include the minor version number---e.g., After Effects CC (12.2.1) or After Effects CS6 (11.0.4). Do not just say "After Effects with the latest updates" or "After Effects CC"; give the specific version number.
    Ive just updated it - I have After Effects CC 13.2.0.49
    Have you installed the recent updates? (If not, you should. They fix a lot of problems.)
    Just don'e this - not tried to render since
    What operating system? This should include specific minor version numbers, like "Mac OSX v10.6.8"---not just "Mac".
    Late Mac operating system Yosamete 10.10.1 (14B25)
    If you are getting error message(s), what is the full text of the error message(s)?
    There is no error message
    What were you doing when the problem occurred? What is the exact sequence of steps that you are taking?
    Performing a render, the render gets partially through but stops at different parts and hangs, then the computer hangs and I have to hard reset.
    Has this ever worked before? If this worked before by doesn't work now, what has changed on your computer in the intervening time?
    I had a similar problem two days ago, i thought it could be a problem with some animated png sequences and a "matte feather" effect so i replaced the sequences with non animated versions and it seemed to fix the problem.
    Tell us about your computer hardware. Include CPU type and number of processor cores, amount of RAM installed, GPU, number and sizes of connected monitors, number of disk drives, and how any external drives are connected.
    Model Name: Mac Pro
      Model Identifier: MacPro6,1
      Processor Name: 6-Core Intel Xeon E5
      Processor Speed: 3.5 GHz
      Number of Processors: 1
      Total Number of Cores: 6
      L2 Cache (per Core): 256 KB
      L3 Cache: 12 MB
      Memory: 32 GB
      Boot ROM Version: MP61.0116.B07
      SMC Version (system): 2.20f18
      Illumination Version: 1.4a6
      Serial Number (system): F5KM804VF694
      Hardware UUID: A50DAB15-0502-5AAB-85A9-4F1B1B6DD9C1
    AMD FirePro D500:
      Chipset Model: AMD FirePro D500
      Type: GPU
      Bus: PCIe
      Slot: Slot-1
      PCIe Lane Width: x16
      VRAM (Total): 3072 MB
      Vendor: ATI (0x1002)
      Device ID: 0x679e
      Revision ID: 0x0000
      ROM Revision: 113-C3861J-687
      gMux Version: 4.0.11 [3.2.8]
      EFI Driver Version: 01.00.687
    Displays:
    DELL UP2414Q:
      Resolution: 3008 x 1692 @ 30 Hz
      Pixel Depth: 32-Bit Color (ARGB8888)
      Display Serial Number: WWRHC42G085L
      Main Display: Yes
      Mirror: Off
      Online: Yes
      Rotation: Supported
      Connection Type: DisplayPort
      Television: Yes
    What versions of drivers for your graphics hardware do you have installed (including CUDA driver and driver for display adapter)?
    AMD FirePro D500 3072 MB graphics
    Not sure how to find out about CUDA or what it is?
    Do you have any third-party I/O hardware (e.g., AJA, Matrox, Blackmagic, MOTU)?
    No
    What kind(s) of source footage? When telling about your source footage, tell us about the codecs, not just the container types. For example, "H.264 in a .mov container", not just "QuickTime".
    Apple Prores4444 and some png sequences
    Do you have QuickTime installed. (You should.) If so, what version? The answer should be specific, such as "QuickTime 7.6.2".
    Quick Time player 10.4
    What other software are you running?
    I have the CC suite and use Premier mostly but not running anything else whilst the problem is occurring
    Do you have any third-party effects or codecs installed?
    I have Video Copilot optical flares (though I've tried switching this off.)
    Are you using OpenGL features in After Effects?
    Im not sure?
    Does the problem only happen with your final output, RAM preview, or both?
    Doesn't appear to hang on RAM preview
    Are you using Render Multiple Frames Simultaneously multiprocessing?
    Yes
    Are you using the ray-traced 3D renderer?
    No
    If the problem is with output, give your exact output settings (both render setting and output module settings). Screenshots help.
    Best Settings - Outputting as Apple Pro Res 4444
    Hope this is helpful,
    thanks,
    Jonathan

  • Problems with Excel and Word 2013 saving to OneDrive for Business

    I've had OneDrive for Business running for about a month without any problems. On Thursday I noticed I wasn't able to save an Excel 2013 spreadsheet to my OneDrive account. When I try to save it a box comes up that it's communicating with OneDrive then I
    get an error that the file wasn't able to upload due to permissions. I've tried to resync and repair OneDrive, but that didn't help. I also repaired Office 2013.
    If I create a txt file in Notepad I can save immediately to the same folder on OneDrive. If I create a new spreadsheet and hit the browse button to save it takes forever for OneDrive to access the folder then I get an upload error saying it cannot save and
    to make a copy.
    Should I re-install Office 2013?

    Hi,
    Are you able to new a Word/Excel file directly in that OneDrive folder?
    Please first try to remove and re-add the OneDrive service in Office and then verify result.
    You might also want to install any available updates, make sure your system/Office is up to date and then try again.
    Regards,
    Ethan Hua
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • PowerPivot Excel 2013 crashes after column rename in source datatabase

    Hello,
    Using Windows 8.1, Excel 2013 64Bits, PowerPivot Add-In :
    Not using a SQL Server TabularModel just a local Excel Model.
    Having 32MB Ram  memory.
    Readed a table from a SQL Source that contains 13.000.000 records. After loading I discoverd that in the Source one of the columnn names is incorrect. It's name ExecudingProvider and should be ExecutingProvider, so I changed the SQL Server source table and
    added the "t" to ExecutingProvider...
    Back in PowerPivot I do go to the PowerPivot Data model > Design > Table Properties (not sure of translation using dutch edition but you should be able to find it)
    It mentions that it is missing the ExecudingProvider. It;s indeed gone from the Columns that are listed, in place I do see the ExecutingProvider column which is not selected, clicked the checkbox to select the new column name. When clicking Save PowerPivot
    starts loading. On reach of 13.000.000 records PowerPivot crashes saying an error has occurred, no real specification on what error and restarts excel automatically.
    My work arround for know is to remove the table from the model and add it again, causing to recreate all relation ships. This should not be the case I think.
    Do other have this same problem and did you figure out what is going wrong?
    Regards,
    Arjan

    In the event view of the Notebook I can only see the following related errors:
    Faulting application name: EXCEL.EXE, version: 15.0.4603.1000, time stamp: 0x53162a3a
    Faulting module name: EXCEL.EXE, version: 15.0.4603.1000, time stamp: 0x53162a3a
    Exception code: 0xc0000005
    Fault offset: 0x000000000070c3eb
    Faulting process id: 0x1f9c
    Faulting application start time: 0x01cf84820bcf4ee4
    Faulting application path: C:\Program Files\Microsoft Office\Office15\EXCEL.EXE
    Faulting module path: C:\Program Files\Microsoft Office\Office15\EXCEL.EXE
    Report Id: cb310f11-f094-11e3-9cbd-6c626d373f9c
    Faulting package full name:
    Faulting package-relative application ID:
    And
    The program EXCEL.EXE version 15.0.4603.1000 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
    Process ID: 1cc0
    Start Time: 01cf84a1a42cd29e
    Termination Time: 0
    Application Path: C:\Program Files\Microsoft Office\Office15\EXCEL.EXE
    Report Id: ffbd693c-f099-11e3-9cbd-6c626d373f9c
    Faulting package full name:
    Faulting package-relative application ID:

Maybe you are looking for

  • Hard drive is locked

    Hi there ! My brother just press some key on my laptop, then i cannot tunr it on again. On the screen it appears the logo of apple and some character that tell me '' hard drive is not yet set up''. Thus, i think the hard drive is locked, how can i un

  • HT2731 How you can do a App Store I'd

    Can you put you tincks

  • Hyperlink attached to employee name

    Hi I want to remove hyper link attached to employee name in all ESS/MSS Applications. For example in MSS in some of the table we will get Employee names and which contains hyper link and if we click on that it will navigate to general data applicatio

  • Encoding Error caused by Adjustment Layers?

    Adjustment extremely are really useful, aren't they?  However today I have come across a problem. If I add a dissolve (or maybe any transition) between two adjustment layers on the same track, which is necessary if the effect is not keyframable (eg R

  • Speed of random key access

    hi, we have a bdb with around 1 million entries in it. keys are small (~20 bytes), values are large (~2k). i was just wondering if there are any strategies for optimizing random key access. basically, we run operations where we end up with a collecti