VJet Editor stopped working.

I have VJet 0.10 installed on Eclipse Luna 4.4.2. Since this morning, every time I try to open a file with the VJet Editor I get this error message:
Quote:Editor could not be initialized.
The "Details" button provides this stack trace:
java.lang.NullPointerException
at org.eclipse.vjet.eclipse.internal.ui.editor.VjoEditor.enableVjoNature(VjoEditor.java:1114)
at org.eclipse.vjet.eclipse.internal.ui.editor.VjoEditor.internalDoSetInput(VjoEditor.java:1159)
at org.eclipse.dltk.mod.internal.ui.editor.ScriptEditor.doSetInput(ScriptEditor.java:1588)
at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3220)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:466)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:374)
at org.eclipse.ui.internal.WorkbenchWindow$13.run(WorkbenchWindow.java:2157)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2153)
at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3238)
at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3265)
at org.eclipse.ui.internal.EditorReference.initialize(EditorReference.java:390)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:305)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:888)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:869)
at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:120)
at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:337)
at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:258)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:104)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:73)
at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:55)
at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:127)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:983)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:766)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:737)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:731)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:715)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl$1.handleEvent(PartServiceImpl.java:95)
at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:187)
at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:156)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:4590)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:218)
at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36)
at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:81)
at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:59)
at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:171)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:488)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:454)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:705)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:392)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1145)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3210)
at org.eclipse.ui.internal.WorkbenchPage.access$23(WorkbenchPage.java:3125)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:3107)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3102)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3066)
at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:338)
at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:180)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4454)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3799)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3409)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
I re-installed VJet but I am still getting this error.
Any hints welcome. Thank you.

This installation is just a few weeks old. The files I am trying to open are in the worksapce.
Thank you.

Similar Messages

  • Editor stops working in Photoshop Elements 7.3

    I am having probelms with the Photoshop Elements editor stopping working in Windows 7.  It worked for awhile and worked fine in Windows XP.  I have tried unistalling and reinstalling to no avail.  Any ideas???

    First, yes, I used original media to reinstall after I did an Uninstall and both of these were done from an Administrator account.  This is my laptop and I am the only person with an account on it… it is both Admin account and user account.
    There are several: (I have also included some Info items that were not red icons but show info and trail for PSE)
    Error      3/14/2012 5:41:08 PM    Application Error              1000      (100)  * This one occurred several times
    Faulting application name: PhotoshopElementsEditor.exe, version: 7.0.0.0, time stamp: 0x48cff252
    Faulting module name: dldotwds.ds, version: 0.0.0.0, time stamp: 0x46e06550
    Exception code: 0xc0000005
    Fault offset: 0x00007448
    Faulting process id: 0x30c0
    Faulting application start time: 0x01cd02338bf86f7c
    Faulting application path: C:\Program Files (x86)\Adobe\Photoshop Elements 7.0\PhotoshopElementsEditor.exe
    Faulting module path: C:\Windows\Twain_32\Dell\968 AIO Printer\dldotwds.ds
    Report Id: ca34f011-6e26-11e1-8ea4-88532e7ad3ba
    Information         3/14/2012 5:41:11 PM     Windows Error Reporting 1001      None * This one occurred several times
    Fault bucket 1082857846, type 1
    Event Name: APPCRASH
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: PhotoshopElementsEditor.exe
    P2: 7.0.0.0
    P3: 48cff252
    P4: dldotwds.ds
    P5: 0.0.0.0
    P6: 46e06550
    P7: c0000005
    P8: 00007448
    P9:
    P10:
    Attached files:
    C:\Users\Melinda Steele\AppData\Local\Temp\WERC4F8.tmp.WERInternalMetadata.xml
    These files may be available here:
    C:\Users\Melinda Steele\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_PhotoshopElement_d4ba4d 6fb853a6a5a756c1f759f4afe7db3aee35_229be89e
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: 76fd538d-6e1c-11e1-8ea4-88532e7ad3ba
    Report Status: 0
    Error      3/14/2012 5:38:42 PM    Application Hang              1002      (101)
    The program PhotoshopElementsOrganizer.exe version 7.0.0.0 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: 267c
    Start Time: 01cd0231eaa78af3
    Termination Time: 8
    Application Path: C:\Program Files (x86)\Adobe\Photoshop Elements 7.0\PhotoshopElementsOrganizer.exe
    Report Id:
    Information        3/14/2012 4:26:35 PM    MsiInstaller         1042      None
    Ending a Windows Installer transaction: D:\Adobe Photoshop Elements\Adobe Photoshop Elements 7.0 (en_us).msi. Client Process Id: 9020.
    Information        3/14/2012 4:26:43 PM    MsiInstaller         11707    None
    Product: Adobe Photoshop Elements 7.0 -- Installation operation completed successfully.
    Information        3/14/2012 4:26:43 PM    MsiInstaller         1033      None
    Windows Installer installed the product. Product Name: Adobe Photoshop Elements 7.0. Product Version: 7.0. Product Language: 1033. Manufacturer: Adobe Systems Incorporated. Installation success or error status: 0.
    Information        3/14/2012 4:22:36 PM    System Restore  8194      None
    Successfully created restore point (Process = C:\Windows\system32\msiexec.exe /V; Description = Installed Adobe Photoshop Elements 7.0.).
    Information        3/14/2012 4:22:14 PM    MsiInstaller         1040      None
    Beginning a Windows Installer transaction: D:\Adobe Photoshop Elements\Adobe Photoshop Elements 7.0 (en_us).msi. Client Process Id: 9020.
    Information        3/14/2012 4:21:04 PM    MsiInstaller         1035      None
    Windows Installer reconfigured the product. Product Name: Adobe Photoshop Elements 7.0. Product Version: 7.0. Product Language: 1033. Manufacturer: Adobe Systems Incorporated. Reconfiguration success or error status: 0.
    Information        3/14/2012 4:21:04 PM    MsiInstaller         11728    None
    Product: Adobe Photoshop Elements 7.0 -- Configuration completed successfully.
    Information        3/14/2012 4:20:57 PM    MsiInstaller         1034      None
    Windows Installer removed the product. Product Name: PhotoshopdotcomInspirationBrowser. Product Version: 0.0.0. Product Language: 1033. Manufacturer: Adobe Systems Incorporated. Removal success or error status: 0.
    Information        3/14/2012 4:20:57 PM    MsiInstaller         11724    None
    Product: PhotoshopdotcomInspirationBrowser -- Removal completed successfully.
    Information        3/14/2012 4:20:50 PM    MsiInstaller         1042      None
    Ending a Windows Installer transaction: D:\Adobe Photoshop Elements\Adobe Photoshop Elements 7.0 (en_us).msi. Client Process Id: 2640.
    Information        3/14/2012 4:17:14 PM    Adobe Active File Monitor 7.0      2573      (1)
    The description for Event ID 2573 from source Adobe Active File Monitor 7.0 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:   (*Nothing was after this statement)
    Information        3/14/2012 4:17:11 PM    MsiInstaller         1040      None
    Beginning a Windows Installer transaction: D:\Adobe Photoshop Elements\Adobe Photoshop Elements 7.0 (en_us).msi. Client Process Id: 2640.
    Information        3/14/2012 4:15:56 PM    MsiInstaller         1035      None
    Windows Installer reconfigured the product. Product Name: Adobe Photoshop Elements 7.0. Product Version: 7.0. Product Language: 1033. Manufacturer: Adobe Systems Incorporated. Reconfiguration success or error status: 1602.
    Information        3/14/2012 4:15:56 PM    MsiInstaller         11729    None
    Product: Adobe Photoshop Elements 7.0 -- Configuration failed.
    Information        3/14/2012 4:15:31 PM    MsiInstaller         1035      None
    Windows Installer reconfigured the product. Product Name: Adobe Photoshop Elements 7.0. Product Version: 7.0. Product Language: 1033. Manufacturer: Adobe Systems Incorporated. Reconfiguration success or error status: 1602.
    Information        3/14/2012 4:15:31 PM    MsiInstaller         11729    None
    Product: Adobe Photoshop Elements 7.0 -- Configuration failed.
    Information        3/14/2012 4:07:46 PM    Windows Error Reporting              1001      None
    Fault bucket 1082857846, type 1
    Event Name: APPCRASH
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: PhotoshopElementsEditor.exe
    P2: 7.0.0.0
    P3: 48cff252
    P4: dldotwds.ds
    P5: 0.0.0.0
    P6: 46e06550
    P7: c0000005
    P8: 00007448
    P9:
    P10:
    Attached files:
    C:\Users\Melinda Steele\AppData\Local\Temp\WERDEED.tmp.WERInternalMetadata.xml
    These files may be available here:
    C:\Users\Melinda Steele\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_PhotoshopElement_d4ba4d 6fb853a6a5a756c1f759f4afe7db3aee35_1fddf26d
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: bbd850c4-6e19-11e1-8ea4-88532e7ad3ba
    Report Status: 0
    Melinda S

  • PSE 9 on Win 8.1: Editor stopped working but organizer works.

    Editor stopped working but organizer works. Un install and re install didn't solve problem

    You don't give us much to go on, like what operating system, when the editor fails, etc. More information would help,
    but try quitting the editor, then restarting while holding down ctrl +alt+shift/command+option+shift. Keep the keys down till you see a window asking if you want to delete the settings file. You do.

  • PSE12 editor stopped working - sas elements 12 editor not working - how can i get editor to work - which has been working fine for a yhearÉ

    PSE12 editor stopped working - sas elements 12 editor not working - how can i get editor to work - which has been working fine for a year nowÉ

    Thanks for the quick response ...
    I had already tried deleting the review slide itself, though Captivate wouldn't let me - it just hid it. I tried again using the method you recommended but the slide remained in the filmstrip, so I tried deleting again, then re-added it from the Quiz Settings page ... no joy, same behavior as before.
    I checked the Advanced Interaction page and confirmed that all of the scored questions were configuredthe same way as the non-scored questions, with the only difference being the pool that they were drawing from.
    Other thoughts? I am by no means a Captivate expert but this one really feels like it shouldn't be this hard, and I'm more than a little afraid that it's the file itself that's jacked up ...

  • Elements 12 Photo Editor stopped working

    I recently purchased a brand new HP with Windows 8.  I downloaded PS Elements 12 from Amazon last month and a few weeks in, Photoshop Editor stoped working.  I ended up uninstalling it then reinstalling and it worked great for a few days before the Editor crashed again.  This pops up:  "Photoshop Elements 12 Editor has stopped working.  A problem caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available." 
    I am beyond frustrated.  I am trying to get a photography career going and I don't have time for this.  I'm not very computer savvy when it comes to issues like this and honestly have no idea what to do.  I obviously can't keep uninstalling it.  I also don't know if this is a Windows issue or Adobe.  Please help! 

    I'm replying from my e-mail so I hope this works!  Couldn't figure out how to reply on the Adobe discussion board.  But I checked the updates and it said they're all up-to-date and to answer your questions, yes it crashes every time I try to open a photo.  If I'm in the organizer then right click a photo to open in Editor that notification pops up.  So yes, the organizer works just not the Editor. 
    As far as the admin rights, I right-clicked the icon and ran to do so if that's what you're talking about.  Like I mentioned before, I have NO idea what the heck is wrong.  If it's Windows or Adobe...all my friends say I should've gone with an iMac.  Haha.  Sigh 
    Date: Wed, 19 Mar 2014 07:16:05 -0700
    From: [email protected]
    To: [email protected]
    Subject: Elements 12 Photo Editor stopped working
        Re: Elements 12 Photo Editor stopped working
        created by nealeh in Photoshop Elements - View the full discussion
    First run Help> Updates to update PSE to v12.1 which is a stability update.Does it crash with every photo you try to open?Does the Organizer work?Does your user account have administrator rights? Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6223712#6223712
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6223712#6223712
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6223712#6223712. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Photoshop Elements at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • After LR 5.3 update external editors stop working.  PS , NIK collection

    I updated lightroom from 5.2 to 5.3 and my external editors NIK and Photoshop CC stop working. I click on them, but nothing happens the applications do not open. In the case of Photoshop I make sure that I had everything updated including camera raw to match lightroom's 8.3

    OMG!!! Thank you so very much!!! I went ahead and checked in preferences and the store preset was unchecked, so I checked it "on" to see what would happen.  It took NIK off the edit tab, but it still showed photoshop, so I clicked on Photoshop and it worked!! The file was exported to Photoshop, so I went back again and unchecked the box and the NIK collection came back to the edit tab and it started working!!! So thank you so very much!!!

  • Elements 5 Editor Stopped Working

    I have been running Photoshop Elements in the 32-bit Windows 7 Release Candidate and 64-bit Windows 7 for 11 months with no problems at all.  I haven't used it in a few weeks, but when I opened it to edit a photo today, the Editor give me the error message " Attemt to access an invalid address" followed by "The action cannon be completed because the application is not responding."  I can access the Photo Organizer, but again cannot access the editor from there either.
    I tried a repair install which did not resolve the issue, followed by an uninstallation and registry cleaner and reinstallation.  Same result.  I went to the Photoshop folder and tried each of the applications from there with the same results.  Organizer works, editors did not work.
    I also tried turning off my antivirus (Microsoft Security Essentials).  No joy.
    Any thoughts out there???
    EDIT:  Forgot to mention that the application still works on the 32-bit Win 7 Release Candidate, just stopped working on my 64-bit Win 7 after working just fine since last October.

    Try this: Right click the desktop icon and click properties, then click the compatibility tab, check the box "Run this program as an administrator" in the Privilege sub-category. Click Apply. You should now be able to run the PSE editor. Note: When you do double click the icon, the screen will darken and a message box appears asking for confirmation to run the program
    Hope that helps

  • Elements 12 Editor stopped working message

    I keep getting a "Photoshop Elements 12 Editor has stopped working" message when I try to go to edit

    Why is Adobe continuing to ignore the many forum threads inquiring about this same problem?  IMO, this issue continuing year-after-year represents irresponsible decision-making on the part of their Change Control Board / maintenance management, for such a fundamental operation as photo-stitching.
    In particular, when the same two images can be merged successfully using any of a number of separate photo-stitch apps from other vendors, yet crashes Adobe Photoshop, then ipso facto, where do YOU think the blame lies?
    In my opinion as a software programmer, an attempt to perform such a basic operation as merging two images, regardless of their size, should NOT cause a frickin' crash.  Programmatically, this speaks to (a) poor memory management, and (b) terrible error-detection/handling/reporting. 
    This problem continues with the latest OS updates, the latest driver updates, the latest Adobe Photoshop updates/versions ...       Crashing Adobe Photoshop is an unacceptable outcome for such a fundamental operation, even if one is working with photos that are truly of larger-than-normal size.  It's COMPLETELY inexcusable when the images in question are of standard sizes produced by current-day camera technology.  The workaround of resizing the original photos is an unacceptable option for someone who is attempting to maximize a print size without resolution loss. 

  • Anyone know my editor stop working?

    Anyone know why Photoshop Elements editor 12 has stopped working?  Whether I attempt to launch it from the organizer or from the start up screen it gives me a message that windows has  stopped it?

    I looked at your post this morning and did not know enough to respond, other than to find out that links to iListen now go to newer, renamed software. Considering it's been nine hours with no response, I'm suspecting few people here have experience with that software. You could contact the current copmany that used to sell that package and see if they have any archived support info.
    BTW: please check you entry for "Mac OS" in your profile. It says iOS, which cannot run on an iMac. iOS is the system for phone and iPads but can't run on Mac computers. Do "About this Mac" from the Apple menu and see what it says about the OS version. Should look like this:
    If the "Processor" line says "Intel," you have a newer Mac than the old modles this forum covers; Intel iMac have their very own forum here:
    iMac (Intel)

  • My Photoshop elements editor stopped working.

    Why won't my adobe photoshop elements 12 open? It says it has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.

    Thanks I"m glad it did work, if it didn't I was going to install my old version. When I reinstalled it, I turned off wifi but I didn't turn off virus protection . cuz it says to do those ttwo thing before you reinstall. Try it again:)!

  • Error msg elements 12 (Editor stopped working)

    Tried to start Elements 12 but get the msg. Photoshop elements stopped working windows is shutting down program and will notifiy later if a problem exist.

    Hi jaaz7565,
    Please let me know if you encountered any errors during installation.
    Did Photoshop ever work fine before?
    Have you tried removing the application and reinstalling it?

  • PSE 7 (Editor) Stopped Working & Premiere Elements Combo?

    I have Windows Vista 64 Bit Edition HP Media Center  LapTop and Windows XP Serv Pack 3 on a Gateway PC.  I have been getting this (Editor) Unavailable error mesg in PSE 7 for Over a week Now. Have checked Online and completed every available Windows Updates for both systems. Yeah Tech Support wanted $$ to assist-These are newer products for me- and when I purchased I registered online-the Online does recognize my login-but does not show these registered under my account-called the activation line and they gave me a "Customer I.D. after getting HA reading Adobe site-I can see no available downloads or patches spec to this issue. Please help-since they do not offer option of getting my money back for software that does not work as promised-it is supposed to support both/either of my operating systems and this mesg is coming up for both. Wonder if their not showing these products "activated" has any impact??? Have a time sensitive project trying to complete and this is an S.O.S.

    Unfortunately, there are many reasons why the PSE Editor might crash, and often it is hard to diagnose quickly the reason for the crash.   Here are some steps you can take to try to fix the problem:
    http://www.johnrellis.com/psedbtool/photoshop-elements-faq.htm#_Troubleshooting_Editor_cra shes

  • Photoshop elements 12 editor stopped working.how can this be fixed.i have windows 8.1 OS.

    photoshop

    Could be the installer failed to set the correct permissions on the two folders in your user profile where the prefs are written. If you log in on the PC using a different user account, does ID work?

  • Installed PSE12 on Windows 8. Both organiser and editor stopped working after files were imported.

    After uninstalling PSE12 and several other Adobe files and some Adobe folders that had itunes items in them I got Pse12 to open.
    However it stated that my trial period had expired even tough I never installed a trial version and only had installed the full version the previous day.
    When this was double clicked i got organiser to open but still cant get editor to open.
    Any suggestions?

    Regarding the Flash Player problem, disable Hardware Acceleration to circumvent driver incompatibilities.
    Regarding the Flash Pro installation problems, post in the Flash forums or http://forums.adobe.com/community/download_install_setup

  • APE 11-Editor stopped working when editing

    I pull a picture over to edit and try to use exposure or levels and I get a box that says to check online for a solution and close program or just close program.  It just closes up and I get no solution.
    I went to website and updated, but still same thing.  Tried restarting everything and same thing.
    Problem details say APPCRASH
    Any suggestions?

    Can you please provide some more information about the crash? Like what operating system you are using, etc. Also a snapshot of the error message would help

Maybe you are looking for

  • Customize No data found error in report

    4.2.1 thm:24 Hi Everyone,   I have a page with a couple of classic reports. When the underlying sql returns no data, it throws the standard "No data Found" message in that report region. Is there a way we can further customize that by adding somethin

  • Why can't I sign on to more than one e-mail address at a time?

    I have att.net email account and when I sign in I can't share the computer with another address. I have to sign off and log in with a different address.

  • Need to create Idoc using with BAPI in BP

    Hi Experts, Business Partners are created/changed in SAP either directly by using transaction BP or indirectly created from DTI or using the BAPIBUSISM007_CREATEFROMDATA BAPI for new customers and BAPIBUSISM007_CHANGE to change customers. When a busi

  • Calling a dll that has an unsigned char, unsigned char * in a function call

    I have a dll that has the following function that I am trying to call from LabView  GetAvailableData( unsigned short * Num1,   unsigned short * pList,   unsigned short in,   unsigned short * ip  )   In this, the second parameter is an output. When I

  • Will dvd created in idvd 4 transfer to idvd6????

    I am currently using iphoto/imovie/idvd 4/ thinking of going to ilife 6 (also I am on 10.3.9 - thinking of tiger)....what benefits will I see or will I just encounter a bunch of problems...like those posted. Currrently everything is working fine but