Photoshop crash on windows when loading document before extension is initialized

Hi, I came across wierd problem in Photoshop. I have an action script extension switched on and when I start Photoshop and choose to open a recent file before extension is completly initialized, Photoshop crashes. It doesn't happen on Mac.
Have you ever seen such behaviour and possibly have an idea how to fix it?
Luky

Yep, it's my panel from Window -> Extensions. Unfortunatelly I can't send you sample.
But what's happening: when I start Photoshop and panel is active so before onCreationComplete is called I try to open a file from recent list. And then Photoshop crashes (and wants to call home with report)
If I wait till onCreationComplete is completed everything works fine

Similar Messages

  • How do I uninstall photoshop elements 6 (windows) when there is not option in add-remove programs

    How do I uninstall photoshop elements 6 (windows) when there is not option in add-remove programs.  I have looked on my hard drive extensively for a library or utility folder that would have an uninstall program, nothing.  I want to install Elements 9, but have found out that Elements 9 does not remove Elements 6, so I want to remove elements 6 first.

    Strange that PSE6 does not show up via the control pane.
    I wouldn’t worry about uninstalling it. The two versions sit happily side by side and PSE6 takes up hardly any file space compared with PSE9.

  • ITunes causing iPods to resync to windows when loading/unloading media

    I work at a store where we retail all iPods, and we are running Windows XP, Vista and 7...when connecting an iPod, windows recognizes it as a new USB device, which is normal and expected.
    What is not expected is that the iPod is being redetected by windows when adding/removing media from the iPods...this can cause havoc with the user experience in the sense that their antivirus software usually asks to scan newly inserted USB devices...say a user drops a single song onto their iPod then a minute later drops another...rinse and repeat...this means their A/V software comes up every single time they do that...this can cause some users to throw things...like iPods! I hate to RMA these iPods...and I'd image that Apple doesn't want to receive them either!
    Help me stop abuse to helpless iPods lol
    Message was edited by: dancelot

    I work at a store where we retail all iPods, and we are running Windows XP, Vista and 7...when connecting an iPod, windows recognizes it as a new USB device, which is normal and expected.
    What is not expected is that the iPod is being redetected by windows when adding/removing media from the iPods...this can cause havoc with the user experience in the sense that their antivirus software usually asks to scan newly inserted USB devices...say a user drops a single song onto their iPod then a minute later drops another...rinse and repeat...this means their A/V software comes up every single time they do that...this can cause some users to throw things...like iPods! I hate to RMA these iPods...and I'd image that Apple doesn't want to receive them either!
    Help me stop abuse to helpless iPods lol
    Message was edited by: dancelot

  • Photoshop crashes under Yosemite when not all fonts are loaded.

    Every time. Loading some fonts through Font book. When the resolve fonts modal appears on top of the canvas, Photoshop automatically quits.
    Any ideas?

    After some desperate troubleshooting, here is what I found.
    If I delete the PS prefs file (cmd-opt-shift on opening Photoshop), and then opening a file, I get the resolve type via Typekit screen:
    On the next screen, if I select don't resolve, the file will open fine:
    But when I quit and open the file again, it auto quits. This is the screen just before it auto quits (the warning triangle is replaced with a loader animation.)
    it seems that selecting 'Don't show on document open' in screen no. 2 is a temporary fix to this annoying bug.
    Thanks,
    Michael

  • Hide the database connection window when load a report in a viewer control

    When I load a report in viewer and the datasource is empty always appears a window for connect to database. How I can hide ALWAYS that window. Is possible? I did see some ways for do it, at before versions of CR, but seems don´t works in last version of Crystal Reports for .NET.
    Anyway, is possible show a default text in viewer for information to user than don´t exists data?
    Many thanks for the help, and excuse me my poor english.

    The structure of XML is that: http://slexy.org/view/s20h0LVX1b
    The XSD showed is used for the design of report.
    In the empty datas the prompt dialog appears. The XML is different depend of context from application.
    When I have the XML then load it in a DataSet object, and call the SetDataSource method from ReportDocument. In that moment ReportDocument don´t have any information over his state? Exists some way for know if will need extra information from user through the prompt dialog? In that case I could load another report with "NO DATA" text, but I don´t have info.
    For example, is possible override the behavior from Crystal report viewer for show a different window? I did see events but nobody works for me.
    Many thanks for the help and excuse me for my poor english.

  • Photoshop crashing with windows 8.1??

    hi
    I just downloaded the photoshop pack in hopes of using it for photos. The problem I am having is that photoshop keeps crashing like 5 times in under two minutes . I updated to windows 8.1 and logged out and logged back in to creative cloud to see if that would even help . I also checked to see if enough ram was going since my computer is under 6 months old . I have over 6gb ram ? any suggestions ?? Lightroom is crashing as well

    I have the same problem
    Lightroom 5.6 crashes when I enter the printmodule.Windows 8.1 64-bit

  • Crash to desktop when loading embedded swf

    I have a swf that loads two other embedded swfs. The need for an air native extension came up so I've wrapped this swf inside of an AIR app. I install my app as a native installer. (on Windows 7)
    My app has a main menu screen and two buttons that will load two separate swfs to do their own menus and actions.
    Everything has worked great, until I tried to install the AIR app on a computer without internet. I ran the air redistributable, then installed my app. The main menu runs fine, and the main swf can load one of the embedded swfs, but when it tries to load the second embedded swf it crashes to desktop. No warnings, no errors, I just see desktop after clicking a button.
    Here is how I'm loading the offending swf:
    Inside MM_DocumentClass.as
    [Embed(source="../../ContentViewer/bin/ContentViewer.swf")]
            public var CViewSwfClass:Class;
            public var CViewMC:MovieClip;
    Inside MMState_MainMenu.as
         //Load the CView.swf, and add the listener for when it's done loading.
            public function CView_BtnClick(e:Event)
                Globals.stage.removeEventListener(KeyboardEvent.KEY_DOWN, Globals.keyPressHandler);
                menuMC.removeEventListener("Animation_Complete", CView_BtnClick);
                trace(this + "******************************************************");
                trace(this + "Loading ContentView.swf");
                mStateManager.Container.CViewMC = new mStateManager.Container.CViewSwfClass();
                mStateManager.Container.CViewMC.addEventListener(Event.COMPLETE, onCviewLoad);
                mStateManager.ChangeState(new MMState_Empty());
            //Called when CView.swf is done loading
            private function onCviewLoad(e:Event)
                trace(this + "Cview Loaded");
                mStateManager.Container.addChild(mStateManager.Container.CViewMC);
    I load the other swf in the exact same way.
    This problem can be fixed by connecting the computer to internet and trying to run the same actions. The program will pause for a second, during this time I see a visible loading icon in the middle of the screen, then it successfully loads the swf and everything works fine.
    My problem is that I can't guarantee our clients will have internet at all, so I need a solution to install AIR without internet and include whatever it is that my app needs to run.
    Any ideas? 'Cause this one's had me stumped for quite awhile.

    Does this happen whith every subVI or just on particular one? Also, what version of LV and OS?
    Lynn

  • Color Crashing on Open when loading media

    This is my first Color experience and I must say it has been painful. I tried to do the send to color function and crashed. I did however do the XML export and it worked yesterday. Then I started Grading . Things were kind of a pain but workable. at the end of the day I saved and left the system running because I am worried that the system would crash. I told my Assist not to touch the system at night because I am supposed to wrap today. I can In this morning and the system is down and had crashed. I re booted and went to start the project. the system loaded the project and then crashed to the Desktop. I restarted again and the same thing???? What the @#$% I am not sure what to do???? is there any trouble shooting that can be done. Trow away some file or something. There is not even a message. Go figure????? Please help I am doing this project pro bono.

    Without an explicit SAVE, COLOR won't remember the rendered material, so those clips won't have any status, even when you get the project running again. However, they may come back if you can get an export XML to work from the COLOR project, without doing a re-render... hey it worked for me last week.
    What else is running in the background? If its still resident, Final Cut will sometimes crash the program if it is set to autorender its active timeline after a certain period. ScreenSavers can interrupt.... what else?
    You've restarted the system, I would bet. But do a full shut down, rather than a warm reboot. That would certainly be the case with SHAKE after it has consumed all remaining resources with a couple of Flipbooks and slowed the system to a standstill. Hard boot, or the problem won't go away.
    Then try reopening the project a variety of ways. From COLOR, from the exported XML if you can find it, and you may have a fresh project with that option... in that case, maybe an Import COLOR CORRECTIONS will give you your grades back.
    There may be other ways of trying to recover portions of the project by explicitly opening the saved colorproj with a Right-click "Show Package Contents"... then you can start trying to transplant parts of the project to stitch together a new prometheus (the original Mary Shelley title of a short novel she wrote about the creations of a certain Dr. Victor Frankenstein -- that's FRONK... en..shteen....)
    jPo

  • Access denied error when Loading document library for "contribute" users : Unknown SPRequest error occurred. More information: 0x80070005

    Hi,
    We are facing a very strange issue on a SharePoint Publishing portal. Domain users (contribute level access) have access to document libraries under specific sub sites. Every morning if they try to access the document library pages, users complain about "Access Denied" issue on document library page. But if a SP Farm admin account login on site, and browse to document library page, access denied issue seems to disappear for end users also. For whole day it works fine. But next day access denied error occurs again. I am not sure why this is happening. I have looked into Event Log and SharePoint Logs, found following information useful, but not sure what to do next.
    Please help.
    Event log Details:
    Server: WFE01
    Event Type: Error
    Event Source: Office SharePoint Server
    Event Category: Publishing
    Event ID: 5169
    Date:  17/11/2009
    Time:  07:47:31
    User:  N/A
    Computer: SPWFE01
    Description:
    Console Configuration File Error: XML Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    SP Log files:
    All logs are for process: w3wp.exe (0x031C)                        0x17F4 Windows SharePoint Services  
    ·     Begin OnLoad of XmlConsoleDataSource from file "EditingMenu".
    ·     Attempting to load XML from config file "EditingMenu".
    ·     PermissionMask check failed. asking for 0x00010000, have 0x00000000
    ·     Unknown SPRequest error occurred. More information: 0x80070005
    ·     Access Denied for /Projects/LFB/03 Bid Stage 1/Forms/AllItems.aspx.
    ·     StackTrace: Microsoft.SharePoint.Utilities.SPUtility:Void HandleAccessDenied(System.Exception), Microsoft.SharePoint.SPGlobal:Void HandleUnauthorizedAccessException(System.UnauthorizedAccessException), Microsoft.SharePoint.Library.SPRequest:Void OpenWeb(System.String, System.String ByRef, System.String ByRef, System.String ByRef, System.Guid ByRef, System.String ByRef, UInt32 ByRef, System.Guid ByRef, UInt32 ByRef, UInt32 ByRef, UInt32 ByRef, UInt16 ByRef, Boolean ByRef, Int16 ByRef, UInt32 ByRef, Int16 ByRef, Int16 ByRef, Int16 ByRef, Boolean ByRef, Int16 ByRef, UInt32 ByRef, Int16 ByRef, Int16 ByRef, Int16 ByRef, Int16 ByRef, Int32 ByRef, Boolean ByRef, System.String ByRef, System.String ByRef, Int32 ByRef, Int16 ByRef, ...
    ...System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.String ByRef, System.Object ByRef, Boolean ByRef, UInt64 ByRef, Boolean ByRef, Boolean ByRef, System.Guid ByRef, System.Guid ByRef, Int32 ByRef, System.DateTime ByRef, System.DateTime ByRef, System.String ByRef), Microsoft.SharePoint.SPWeb:Void InitWeb(), Microsoft.SharePoint.SPWeb:Microsoft.SharePoint.SPSecurableObjectImpl get_SecurableObjectImpl(), Microsoft.SharePoint.SPWeb:Microsoft.SharePoint.SPRoleAssignmentCollection get_RoleAssignments(), Microsoft.SharePoint.Publishing.WebControls.ConsoleXmlUtilities:System.String ConfigurationXml(System.String, Boolean), Microsoft.SharePoint.Publishing.W...
    ...ebControls.ConsoleXmlUtilities:Microsoft.SharePoint.Publishing.WebControls.ConsoleNode GetConsoleNodeCollectionFromXmlFile(System.String, Boolean), Microsoft.SharePoint.Publishing.WebControls.XmlConsoleDataSource:Void LoadTreeFromConfigXml(), Microsoft.SharePoint.Publishing.WebControls.XmlConsoleDataSource:Void OnLoad(System.EventArgs), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Control:Void LoadRecursive(), System.Web.UI.Page:Vo...
    ...id ProcessRequestMain(Boolean, Boolean), System.Web.UI.Page:Void ProcessRequest(Boolean, Boolean), System.Web.UI.Page:Void ProcessRequest(), System.Web.UI.Page:Void ProcessRequestWithNoAssert(System.Web.HttpContext), System.Web.UI.Page:Void ProcessRequest(System.Web.HttpContext), System.Web.HttpApplication+CallHandlerExecutionStep:Void System.Web.HttpApplication.IExecutionStep.Execute(), System.Web.HttpApplication:System.Exception ExecuteStep(IExecutionStep, Boolean ByRef), System.Web.HttpApplication+ApplicationStepManager:Void ResumeSteps(System.Exception), System.Web.HttpApplication:System.IAsyncResult System.Web.IHttpAsyncHandler.BeginProcessRequest(System.Web.HttpContext, System.AsyncCallback, System.Object), System.Web.HttpRuntime:Void ProcessRequestInternal(System.Web.HttpWorkerReque...
    ...st), System.Web.HttpRuntime:Void ProcessRequestNoDemand(System.Web.HttpWorkerRequest), System.Web.Hosting.ISAPIRuntime:Int32 ProcessRequest(IntPtr, Int32),
    ·     Releasing SPRequest with allocation Id {E3BC24ED-F243-4DBD-8625-EE7CF9FDA039}
    ·     Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    ·     Console Configuration File Error: XML Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    ·     Releasing SPRequest with allocation Id {D1A87724-6FB6-4009-B6D1-D7E15918E213}
    Pryank Rohilla
    MCTS, MCAD

    Hi pryank,
    From the log, it seems that the users don’t have permission on this page:
    /Projects/LFB/03 Bid Stage 1/Forms/AllItems.aspx
    Does the sub site have unique permission instead of inheriting permission from the parent site? If no, you need to make the sub site to inherit permission from the site collection so that master page also inherits the right. If this is not allowed in your organization, please go to “Site Actions”à “Site Settings” à “Master Pages and Page Layouts” to give users permissions on this document library.
    Hope this helps.
    Lu Zou

  • Media Encoder CC2014.2 crash on windows when trying to export when quicktime is installed

    Hi,
    I'm trying to export .mov files (created on random Mac computers in very hi-res) to reduce file size, and have the same output format. (possibly 1080p H.264-> .mp4)
    I installed Media Encoder cc2014.2 on my pc (win7, 64bits, french).
    When I first tested, Only the audio was being exported. But I soon realized I didn't had the proper codec installed on my PC.
    (I wasn't able to play the original video file, only the audio was playing).
    So, like a good boy I installed Apple Quicktime (7.76.80.95)
    With quicktime on my PC I was able to play the original video file. (with quicktime player)
    So I opened Media Encoder again, and on the preview this time I can see the video with the sound. But as soon as I start the coding (the little green arrow) Adobe Media Encoder crash.
    I have tried multiple output format, it always crash right when I start exporting the file.
    I uninstalled Quicktime, and media encoder is working again ... but my original files (.mov) can't be exported with video, only the sound.
    I have tried a third party codec (K-Lite), I can see the video+sound on my pc, but Media Encoder is still blind, no video, only the sound.
    Is there a way to add codec to Media encoder without having to install Quicktime?
    Or a way to make Media Encoder work on my PC when Quicktime is installed?
    btw I'm sorry if my text is a bit confusing, I'm french speaking
    Thank's in advance!

    The Error is back!!!
    Yesterday it worked today it crashes when I export from premiere via media encoder. I tried it with all the things you told me:
    1. Bars+Tone => export => crash
    2. Video Project with 2 short h264-files => export => crash
    3. Software only renderer => crash
    These are the two logs that I found:
    Ereignis-ID 1000
      Die Leistungsindikatoren für den Dienst WmiApRpl (WmiApRpl) wurden erfolgreich geladen. Die Eintragsdaten im Datenbereich enthalten die neuen Indexwerte, die diesem Dienst zugeordnet sind.
    System
    Provider
    [ Name]
    Microsoft-Windows-LoadPerf
    [ Guid]
    {122EE297-BB47-41AE-B265-1CA8D1886D40}
    EventID
    1000
    Version
    0
    Level
    4
    Task
    0
    Opcode
    0
    Keywords
    0x8000000000000000
    TimeCreated
    [ SystemTime]
    2014-04-16T08:25:51.922502600Z
    EventRecordID
    3402
    Correlation
    Execution
    [ ProcessID]
    19984
    [ ThreadID]
    24964
    Channel
    Application
    Computer
    Schnittplatz
    Security
    [ UserID]
    S-1-5-18
    UserData
    EventXML
    param1
    WmiApRpl
    param2
    WmiApRpl
    binaryDataSize
    16
    binaryData
    38270000DE27000039270000DF270000
    So it would be great if you have any idea what to do...

  • Photoshop Crashing on Win8 when I click CTRL+A

    I have a Photopshop Trial, not going well right now,
    Ever since I upgraded to Win 8 it will not let me passed pressing CTRL+A. It simply crashes out ot the programme.
    I have gone to all the trouble of uninstalling it and reinstalling the programme which took a long time and didn't help. It still crashes.
    Can somebody suggest anything?
    Here what I got from Event Viewer
    Faulting application name: Photoshop.exe, version: 13.0.0.0, time stamp: 0x4f61beba
    Faulting module name: ig4dev32.dll, version: 8.14.10.1930, time stamp: 0x4aba6fdd
    Exception code: 0xc0000005
    Fault offset: 0x0000d09f
    Faulting process ID: 0x3fc
    Faulting application start time: 0x01cdb77432ccb933
    Faulting application path: C:\Program Files\Adobe\Adobe Photoshop CS6\Photoshop.exe
    Faulting module path: C:\WINDOWS\SYSTEM32\ig4dev32.dll
    Report ID: d66cdc9c-2368-11e2-afa9-001f3ad70633
    Faulting package full name:
    Faulting package-relative application ID:

    ig4dev32.dll - Intel Graphics accelerator driver is faulting.
    First off, I see your Photoshop version is 13.0. Open Photoshop > Help > Updates (Check and download all updates). Current version is 13.0.1
    I'd also recommend you visit Intel website to check and download any available updates for your video card driver.
    Post back with the progress. And if it doesn't work, we'll figure out a solution for you.

  • PE7 crashes at start when loading CompilerAIFF.prm

    Hi there,
    my Premiere Elements 7 crashes when i try to start it. After 2-3 Seconds it says "Loading CompilerAIFF.prm" and then it crashes. I tried to find a soluton via search etc. Can you help me pls?

    First, ensure that you have the latest version of Quicktime, an important element in Premiere Elements' function. In fact, ensure that all of your drivers and firmware are updated.
    http://www.adobeforums.com/webx/.3c057647/2
    If that doesn't solve it, you may have to uninstall and reinstall the program. You will not lose any work in progress doing this.

  • Quicktime update 7.15 crashes all browsers when loading streaming players

    Right after I've installed the update, all browsers (Firefox, Safari, Omniweb) will crash when trying to load a page with streaming content. I've tried unchecking all streaming content from the MIME settings in Quicktime preferences but to no avail. Anyone else having similar issues? Any fixes? How can I uninstall 7.15?
    Intel iMac   Mac OS X (10.4.8)  
    Intel iMac   Mac OS X (10.4.4)  

    In my case, update 7.15 only crashes Safari. Firefox works fine.

  • Visible home window when closing document

    Hi,
    in Acrobat 11, the application frame with the toolbars, tools, ... was hidden as soon as a document has been closed with CMD + W on the Mac. In Acrobat DC, the Home window appears when closing a document with CMD + W and I need to hit the same again to hide/close the application frame.
    How could I revert to the old behavior?
    Thanks and kind regards,
    Yves

    Hi Daren@Sync, MikeA-McArdle
    You might wish to fill the Feature Request Form so that this information can be passed on:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Regards,
    Anubha

  • How can I make Reader the active window when opening documents?

    I am having trouble with this because right now documents open in the background and Adobe Reader does not become the active window.  This requires an extra click on Adobe to bring the opened document to the foreground.
    Nowhere to be found in Preferences.
    My system is Linux RedHat 2.16.0
    Adobe Reader 9.3.1
    Thanks a bunch.

    Sir,
    Inspect the following methods (all available to, say, a JFrame) - they might help you out:
    setVisible
    setState (to (de)iconify)
    toFront (request to bring to front)
    requestFocus

Maybe you are looking for

  • Tabbing is not working properly / Flex Mobile 4.6

    Hello, I've been working on a mobile app in Flex 4.6 and I've noticed that tabbing between fields is not working properly - maybe someone else has had the same experience and has a fix? I have 4 TextInput fields, which now all have tabEnabled set to

  • Problems with iomega External Hard Drive on MacBook Air

    Hi community! I'm experiencing some problems with my MacBook Air and an external hard drive and I'm wondering if anybody would be able to help me out. I own a MacBook Air running Mac OS X 10.7.3. When I connect my iomega 500GB external hard drive, th

  • Make Calendar Event with the Person You're Talking To

    Say you're talking to someone and you make an appointment with them. You hang up the phone. You open calendar. Instead of having to enter their info from scratch in Calendar, is there a way to have that info entered automatically? It seems like a no-

  • How do I recover a deleted e-mail on IPhone4?

    I recently upgraded to IOS5.0 on my Iphone and have transitioned from a MobileMe account to a ICloud account. By mistake I have deleted an important e-mail on my IPhone4 and can not recover it. How do I recover deleted e-mails on IPhone4. I have chec

  • R3P- Project builder Network activity processing time

    Hi Gurus, I have created a Network activity (internal)for our equipment to be dispatched at CM21. I have input 250.0Hrs and the NWA scheduling date as follows: Cannot start before: 07/28/2010 Finish not later: 08/31/2010 the NWA work center has the o