CD4 and CS5 Plugin Issue!

Having a major problem with Chameleon and CS4 and CS5. When I run the program out of CS4 or CS5:
1) The Grab Fragment seems to work.
2) When I open another photo and run Chameleon , Make Collage, I get
     1. Unhandled exception! Crash dump saved to c:\users\public\documents\akvis\crashdump.
     Please help! I’m running version 6.0.1253.3084-r
I now get a message stating:
Microsoft Visual C++ Runtime Library Error.
App terminated in an Unusual way.
Contact app support.
I used to run Chameleon in CS4 however now it does not run at all. I'm wondering if a Visual C file got corrupted or a fix is needed for Adobe.
Please help.
Thanks,
Rudy

Without knowing exactly what the bug is in the Akvis code, I don't know.
But some third party plugins always need an update when new versions of Photoshop are released (especially those that try to modify Photoshop's UI).
We work hard to maintain plugin API compatibility, and most plugins work just fine in new versions, but there are always some problems to work out in third party plugin code.
(Macintosh plugins are going through a lot of problems in CS5 because we had to change the UI toolkit used, and many assumptions made by plugin UI code no longer hold)

Similar Messages

  • CS4 and CS5 Plugin Issue!

    Having a major problem with Chameleon and CS4 and CS5. When I run the program out of CS4 or CS5:
    1) The Grab Fragment seems to work.
    2) When I open another photo and run Chameleon , Make Collage, I get
    1. Unhandled exception! Crash dump saved to c:\users\public\documents\akvis\crashdump.
    Please help! I’m running version 6.0.1253.3084-r
    I now get amessage stating:
    Microsoft Visual C++ Runtime Library Error.
    App terminated in an Unusual way.
    Contact app support
    I used to run in CS4 however it does not run at all. I'm wondering if a Visual C file got corrupted.
    Thanks,
    Rudy

    Without knowing exactly what the bug is in the Akvis code, I don't know.
    But some third party plugins always need an update when new versions of Photoshop are released (especially those that try to modify Photoshop's UI).
    We work hard to maintain plugin API compatibility, and most plugins work just fine in new versions, but there are always some problems to work out in third party plugin code.
    (Macintosh plugins are going through a lot of problems in CS5 because we had to change the UI toolkit used, and many assumptions made by plugin UI code no longer hold)

  • Interactive Report Refresh and JQuery Plugin Issue

    Hi,
    I have Interactive report in my page. I am using jQuery context menu plugin , so when user right click on a column he get an option to add , delete , update and other option.
    javascript pseude code for context menu
    $(function(){
         context_menu();
    function context_menu(){
      $('.Col1').contextMenu();
    }Suppose User Selects Delete option. In this case jQuery popup appears and users enter the data which is saved to table using on demand process. After that using gReport.search('SEARCH') , I am refreshing the page...
    Now the issue arises ------ Now when i right click the column my jQuery context menu is not working ...
    Workaround used ----- I added onmouseover=context_menu() function to the column link... and it working fine..
    Now my question is ... each time the user moves the mouse over column it will run context_menu() function ..... Will there be any adverse issue .. or memory leakage issue...
    Please advice..
    Thanks,
    shijesh

    Hi,
    I think there should not be any issues to do that way. You need of course test it carefully.
    You can run stuff after IR refresh also on Apex 3.2.
    See e.g. this post
    Apex 3.2 hook javascripts to IR and execute those when report is refreshed
    I have included that to my jQuery "plugin" for Apex 3.2
    http://dbswh.webhop.net/apex/f?p=BLOG:READ:0::::ARTICLE:127800346959520
    Regards,
    Jari

  • BPEL Installation Issues and Eclipse Plugin Issue

    I'm trying to evaluate BPEL and encountered the following issues:
    (1) Installation of patch 4343748:
    MISSING_COMPONENT : oracle.j2ee, 10.1.2.0.0
    This Oracle Home does not have components/versions required by the patch.
    ERROR: OPatch failed during pre-reqs check.
    OPatch returns with error code = 150
    The other 2 patches installed fine.
    Is there a required order for installing the patches. The information that I found is a bit spotty on that.
    (2) The Eclipse Plugin also doesn't work properly. The following stack trace is reported back, when trying to open a .bpel file:
    java.lang.NullPointerException
         at bpelz.browser.OleWebBrowser.registerAsDropTarget(OleWebBrowser.java:345)
         at bpelz.browser.OleBrowserView.createBrowserControl(OleBrowserView.java:168)
         at bpelz.browser.OleBrowserView.createPartControl(OleBrowserView.java:75)
         at bpelz.views.SimpleBrowserView.createPartControl(SimpleBrowserView.java:55)
         at bpelz.views.PaletteView.createPartControl(PaletteView.java:64)
         at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:305)
         at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:180)
         at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
         at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
         at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:512)
         at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
         at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
         at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
         at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391)
         at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102)
         at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051)
         at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1256)
         at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576)
         at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:528)
         at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:485)
         at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:230)
         at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:813)
         at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:2928)
         at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:902)
         at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:887)
         at org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:3051)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3049)
         at bpelz.wizards.BPELProjectCreationOperation.switchToBPELPerspective(BPELProjectCreationOperation.java:204)
         at bpelz.wizards.BPELProjectCreationOperation.run(BPELProjectCreationOperation.java:144)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:830)
         at bpelz.wizards.BPELProcessWizard.performFinish(BPELProcessWizard.java:207)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:676)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:349)
         at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:556)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
         at org.eclipse.jface.window.Window.open(Window.java:787)
         at org.eclipse.ui.actions.NewProjectAction.run(NewProjectAction.java:114)
         at org.eclipse.jface.action.Action.runWithEvent(Action.java:996)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:538)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.main(Main.java:948)
    Any advice on how to proceed is much appreciated.
    Andreas

    I'm still hoping to find an answer on why the Eclipse BPEL Designer does not work for me. I can generate a BPEL project but the visual BPEL Editor will just not open up. Any clues on what I should be looking at would be very appreciated.
    Here is the exact Eclipse version that I'm using:
    Version: 3.1.0
    Build id: I20050627-1435
    And another stack trace that is seen in the Eclipse error log:
    org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed:
    at org.eclipse.jface.util.Assert.isTrue(Assert.java:180)
    at org.eclipse.jface.util.Assert.isTrue(Assert.java:165)
    at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:579)
    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:244)
    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:585)
    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
    at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:258)
    at org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1216)
    at org.eclipse.ui.internal.EditorManager$5.run(EditorManager.java:944)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:939)
    at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2535)
    at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1819)
    at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2566)
    at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2515)
    at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1514)
    at org.eclipse.ui.internal.Workbench$16.run(Workbench.java:1263)
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
    at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:447)
    at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1258)
    at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1512)
    at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1491)
    at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1374)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1318)
    at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
    at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:700)
    at org.eclipse.ui.internal.Workbench.init(Workbench.java:1034)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1636)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at org.eclipse.core.launcher.Main.run(Main.java:973)
    at org.eclipse.core.launcher.Main.main(Main.java:948)
    Thanks,
    Andreas

  • Netbeans and eclipse plugin issue for OracleWaveset_8_1_1_0

    Hi,
    I am struggling with the correct plugin for OracleWaveset_8_1_1_0. I had sun idm 8.0 and now i have upgraded it to OracleWaveset_8_1_1_0. Since I am not able to run BPE Business procedd editor which comes default IDE with sun idm, so I downloaded Netbeans 7.1 (latest version) but i am not getting correct plugin for my installed idm. i have java 6 installed in my system. can anybody help to use IDE for OracleWaveset_8_1_1_0.
    I downloaded below files :
    com-sun-idm-ide_9.0.0.20110309_nb6.8.nbm
    com-sun-idm-ide_8.1.0.20080630.nbm
    from http://java.net/projects/identitymanageride/downloads but while importing this plugin it is giving me error -
    Some plugins require plugin Editor Library to be installed.
    The plugin Editor Library is requested in version >= 1.20.1.4.2 (release version 1) but only 3.17.1.19.25 (of release version different from 1) was found. The following plugin is affected:       Identity Manager IDE
    Its not allowing to install this plugin....
    Looking forward for your help on this
    Regards,
    Jimmy

    I've been successfully using com-sun-idm-ide_9.0.0.20110309_nb6.8.nbm with NetBeans 6.8 and Waveset 8.1.0.10 for some time now.
    After upgrading to 8.1.1.6, I've noticed an intermittent behavior when uploading an object from Netbeans when the progress bar cycles continuously until it s killed. Looking at the Waveset log shows 1,000s of logins in a row during this time.
    Anyone else see this behavior? There have been no updates to the java.net project in almost a year, and I can't find a newer .nbm bundled with 8.1.1.0-8.1.1.6.
    -Rob

  • Plugin issue after using SignPlugin and Reader-enabling

    Hi all,
    I would like to ask for a help with plugin that we have developed for Adobe Reader.
    We are running into an issue with the plug-in and I was hoping that you can help me out.  It looks like plug-in works perfectly in the Acrobat but we have an issue with getting it  to work with Reader as described below.  I would greatly appreciate your help.
    We have a problem with plugin after signing it using RIKLA certificate provided by Adobe and Reader-enabling.
    Our plugin has been developed to allow users to sign PDF XML data from Reader user interface using custom library (sign library) and msxml3.dll library ( to transform PDF form XML into custom XML format). Plugin target is Adobe Reader 9 and it has been tested using Adobe Acrobat 9 earlier. Recently we received RIKLA certification key and after we tried to sign plugin and use it in Reader we started to have problems.
    Plug-in, compiled directly from source code and installed in Adobe Acrobat 9 is working correctly. We haven’t experienced any issues and everything seems to be working properly.
    The same plug-in signed using SignPlugin tools from Acrobat SDK 9.1 (command SignPlugin -kp keypairFileName -cf Reader_Integrated_Key_FileName  MyPlugin.api) and RIKLA key is not working correctly in Adobe Reader 9.
    The problem appears when plugin is trying to access external library msxml3.dll and execute createProcessor() function.  The same function work properly in Adobe Acrobat 9 before sing plug-in with RIKLA key.
    Below there is fragment with code that doesn’t work in Adobe Reader after reader-enabling but works in Adobe Acrobat.
    Plug-in crushes in line pProcessor = pTemplate->createProcessor();.
    try{
      pProcessor = pTemplate->createProcessor();
    } catch(_com_error &e) {
      printf("Error setting XSL style sheet : %s\n",
             (const char*)_bstr_t(e.Description()));
      AVAlertNote("Error setting XSL style sheet");
      AVAlertNote(e.Description());
      exit(-1);
    Code that we use in catch() block lets us know that error source is “msxml3.dll” library.
    As we have discovered problem occurs only after Reader-enabling .api plugin file. Clear compiled .api file works properly in Adobe Acrobat 9 without any problems.
    We would like to know if you have experienced any similar issues? If yes, what have caused them?
    Why same plugin is working in Acrobat 9 before signing and after signing using provided certificate it stops working?
    Are there any restrictions of using external libraries in Reader that are not working there, and these restrictions are not obeyed in Acrobat?
    Any help would be greatly appreciated.

    Hi Irosent,
    Is there a way that Acrobat and Reader differentiate between library initialization?
    Would it be useful if I place any part of code or project configuration for you so maybe you will be able to help?
    Libraries that we use (our own dll files) we place in windows/system32 folder (there also exists msxml3.dll file that we use).
    Here are preprocessor definitions that we have defined:
    _AFXDLL
    _USERDLL
    READER_PLUGIN
    NDEBUG
    WIN_PLATFORM
    WIN32
    _WINDOWS
    WIN_ENV
    ACRO_SDK_LEVEL=0x00090000
    As for library msxml3.dll that we use in code we have:
    #import <msxml3.dll>  named_guids
    using namespace MSXML2;
      MSXML2::IXMLDOMDocumentPtr
              pXml(MSXML2::CLSID_DOMDocument);
      MSXML2::IXMLDOMDocumentPtr
              pXslt(CLSID_FreeThreadedDOMDocument);
      IXSLTemplatePtr pTemplate(CLSID_XSLTemplate);
      IXSLProcessorPtr pProcessor;
    Later there is a part of code that I have posted in first post and where plugin crashes.
    I would really appreciate your help.

  • Installation/uninstall issues between CS4 and CS5

    I had CS4 installed. I purchased CS5 (downloaded it) installed that.  When I got the disks via mail, I tried to install that version (disk version).  I started having issues as to which program would open a .prproj file.  Often the CS4 version of Premiere Pro opened.  Not what I wanted.  I eventually uninstalled CS5 entirely and then reinstalled.  Then things were working fine.  However, I then tried to uninstall CS4.  (I have seen from numerous posts/comments to leave both on -- which I really don't know why.  Doesn't make sense to keep both versions).  I prefer not to have an extra 4GB of space used for programs I am no longer using.  However, in doing so, the uninstall didn't appear to do a perfect job.  And now I can't double-click a .prproj file.  This icon is also blank white.  I went into Set Associations and I can't assign .prproj to Premiere CS5.  In looking at the Open With window, I notice that some of the icons for other Adobe programs are all splewy (Adobe Encore is using the CS4 icon, Adobe Illustrator is using the PDF icon, Flash Catalyst is using the Air icon, etc.)
    I could: a) uninstall everything, including Adobe Acrobat Pro (which I had purchased and installed prior to CS4 or CS5) and then reinstall everything -- sheesh that would take a while; or b) I could ask my friends here to explain and guide me!

    Hi Stix, Thanks.
    I am not so positive that there is no difference between the download version vs the media version specifcially because in downloading the updates, the site demands you choose your update depending on how your software was installed.  I figured that the download would be smaller.  Perhaps you are right. And maybe it is the same, in either case, when I get a stack of disks, I tend to think there is more on the disk and the download version is merely the core applications.
    Anyway, I had to uninstall everything CS4 and CS5 and then reinstall CS5.  Oddly, this didn't automatically fix my problem.  However, at least I was able to choose Premiere CS5 to open .prproj files and check off the box to use it as the default. (I wasn't able to before).  So now it works!

  • Magenta Printing Issues in LR3 and CS5

    Hi,
       I have seen this issues mentioned in various forms over the last year or so but I have yet to see a real solution to the problem I am now experiencing
    History:
       I was running a Vista 64b OS and using LR 2.X along with Epson's r2880 printer.  I was able to print using LR 2.X without any issues both in B&W and color using the various paper iccs provided by the vendors (Moab for example)  I never had the Magenta printing issues.
    Fast Forward:
       I recently installed LR3 and CS5 under the same OS (Vista 64b) and when I printed in color it is obviously Magenta heavy.   I am following the same practices as before of having LR3 manage the color (using one of the vendor iccs) and setting "No Color Managment" in the printer driver UI.  Doing this gives me terrible crazy Magenta prints.  I have un-installed and re-installed the Epson Printer drivers numerous times with no positive effect.  The causal effect was installing CS5 and LR3. These were the only changes made.
    I was wondering if anyone had a similar problem and had found a solution other than switching over to a Mac.
    This is very frustrating and depressing.
    Thanks,
    David.
    [email protected]

    Thanks for the great Feed back.  I was able to fix the printing problem by doing several things:
    1) Re-install the printer drivers
    2) Runnning the printer through nozzle checks and cleaning cycles. Had to peform the cleaning cycle 3 times.
    3) Replacing the yellow ink cartridge.  The ink level was showing about 15% remaining but in fact I was out of yellow ink. I had read that the ink levels were not always accurate.
    So for me this issue has been solved.  Thanks for the help.
    -D

  • Contribute 6.5 can not ftp after years of no issues with CS4 and CS5

    The problem
    Contribute 6.5 can not connect via ftp using settings that formerly worked (and still do) in CS4 and CS5.
    How we ended up here
    I am the administrator website where
    Our content editors have been using Contribute CS 4 and Contribute CS 5 without issue, 6+ years.
    We are trying to upgrade to CS 6.5 to better support HTML5 markup now used within the site.
    When attempting to configure a website connection in 6.5, Contribute alerts:
    "Contribute cannot find the website files on the server. Please contact the website's administrator for assistance."
    After closing the dialog box the failed connection is removed from contributes website connection list.
    We have a shared hosting account and utilize ftp to publish changes.
    Server is Win2008 with IIS 7.5
    Again it's shared hosting, so read/write ftp are scoped to our account's directory.
    We attempted this on serveral pcs including on a PC with a fresh install of Windows 7.
    We can still connect successfully via ftp with CS4, CS5, dreamweaver, and Filezilla.
    Which is why I believe this to be a Contribute 6.5 issue.
    I've attempted the following troubleshooting articles:
    Use network I/O logging to log operations, identify problems
    I compared the I/O logging for both CS5 and CS 6.5 which both appear to log the same diagnostic steps.
    Contribute FTP Server Checker (quite dated)
    All successes reported. No failures.
    Troubleshooting a Connection CS4 (linked from with CS 6.5's help UI)
    As indicated above, alternate FTP clients have no issue.
    This appears to be similar issue to the following posts:
    5301620 - HELP - FTP Connection Error with Contribute 6.5
    5907180 - Contribute 6.5 can no longer connect to sites ...
    Unfortunately, there has been no solutions posted on either of these threads.
    Any help would be greatly appreciated.
    I can PM the network I/O log details if there is adobe staff who can get them in the right hands.
    (Again the logs only show successes.)

    @Zaldomoh
    Have you found a solution or been given assistance from Adobe to resolve this issue? I'm having the same problem (CS 6.5 ftp'ing to a shared hosting enviroment). Details of our situation can be found on thread 1384686

  • Different behaviour of a plugin in CS6 and CS5.5

    I've noticed a difference in a plugin behaviour in CS6 and CS5.5.
    The following call generates a PF_Cmd_ARBITRARY_CALLBACK in CS6. The PF_Cmd_ARBITRARY_CALLBACK appears later in a plugin work and doesn't work properly in CS6. Though in CS5.5 there is no problem with this function, it doesn't generate any weird events.
    suites.ParamUtilsSuite1()->PF_GetCurrentState(in_data->effect_ref, &seqData->curSessionParamState); (code for CS5.5)
    suites.ParamUtilsSuite3()->PF_GetCurrentState(in_data->effect_ref,PF_ParamIndex_CHECK_ALL, NULL, NULL, &seqData->curSessionParamState); (updated code for CS6, in respect that the signature of PF_GetCurrentState has changed)
    I work in Windows 7, x64. CS6 is 11.0.0.378 version, CS5.5 is 10.5.0.253 version. Do you have any idea what might have changed in CS6 to provide such an error?

    Are you developing a plug-in?
    I'd go to the Adobe AE SDK forum and ask there.
    If those are error messages from applying an effect or running a script, what are you doing to generate the error?

  • Soundbooth CS5 and Snowball Mic Issues

    I have Adobe Soundbooth CS5 on my MacBook Pro and I recently purchased a Blue Snowball Mic.  When I record in Soundbooth there is a horrible crackle and hiss behind it.  I thought maybe it was the microphone and Blue swapped mics and that was not the problem as I am still having the same issue.  I have recorded in Garage Band and have no issues with the audio - so I am assuming it has to be a setting in the software. 
    Any suggestions would be appreciated!

    I am having the same problem with Soundbooth CS5 the splash screen stops at PlayerMediaCore.prm and shuts down  the computer in this case is a Dell Alienware with Windows 7 ultimate 64 bit, video card Nvidia Geforce GTX460.

  • Is it possible to have Indesign CS4 and CS5.5 both installed on the same Mac? 10.6.8

    We have a bunch of recent Intel macs at our corporation.  Currently they should all have 10.6.8.  They were all imaged from a base image that has Adobe CS4 embedded in it. 
    We are now using a packaging software part of the JAMF Casper suite and AAMIE to push CS5.5 to the end users.
    The problem is that we want to keep CS4 on the end user's computers in case of issues.  That way the end users can try Indesign 5.5 and see if it does everything they need to do and still have Indesign for backwards compatiblity.
    So we created a CS5.5 install package using the AAMIE tool which works fine.  We then use Casper to spam the package out to a Mac.
    The issue that arises is that a few Plugin errors occur during the lauch of Indesign CS5.5 such as:
    Adobe inDesign does not recognize InCopy Bridge UI.InDesignPlugin as a valid plug-in.
    Adobe InDesign does not recognize InCopyExport.InDesignPlugin as a valid plug-in.
    Adobe InDesign does not recognize InCopyExportUI.InDesignPlugin as a valid plug-in.
    Adobe InDesign does not recognize InCopyImport.InDesignPlugin as a valid plug-in.
    There was one more plugin error that occured before the first one but I forgot to write it down.
    If we click okay to them, the application launches okay but when you quit and relaunch it, you still get one of the errors.
    Is this because both applications are installed at the same time?
    Is it offically okay as per Adobe to have Indesign CS4 and CS5.5 installed on the same Macintosh?
    What else should we be considering what to do?

    Well currently, I'm just testing this issue.  I just installed the trial version of  Adobe CS4 suite on my mac and then deployed the CS5.5 package on top off it  The resulting errors that I listed above are the same ones that occur when the end user has a licensed volume license install of CS4 and CS5.5.
    So I'm still back to square 1 where when I deploy cs5.5 on an  end user's mac, they get those plugin errors when they launch Indesign CS5.5.  
    I am not sure about the licensing restrictions, I asked my Director and he is going to check with our VAR.

  • Fontproblems and fontcaches in Illustrator CS4 and CS5

    Hello all,
    I've been having a serious and severe problem using Ilustrator and fonts.
    As this is a very complex problem to explain, I'll try to make it easy to understand.
    First I'll tell you the specifications and software used:
    Imac 27 inch running  MAC OS X 10.6.7 with follow software:
    Illustrator CS4 + Illustrator CS5, both installed
    Fontreserve (running a central server and macs connect through a MAC-client) http://www.extensis.com/en/support/font-reserve.jsp
    So we use an external third party fontsoftware to manage and activate our fonts used in Illustrator.
    We only have the required system fonts installed on our systems.
    We recently ran in a big issue concerning fonts within Illustrator.
    I'll try to explain what the problem really is ...
    So normally we boot up Illustrator and we activate our fonts in fontreserve.
    The fonts get loaded in Illustrator. So that does work like it should.
    But the problem begins when we deactivate fonts.
    Font reserve does deactivate them and in Illustrator the deactivated fonts are gone or so it seems ...
    After a restart, I only start Illustrator. So our client fontreserve stays closed.
    I opened the job I worked on before the restart and Illustrator opens the document and loads the fonts.
    You read it right, Illustrator does find all the fonts which, before the restart, were deactivated.
    Where does he gets those fonts?
    So I started to investigate and tried a couple of things.
    1) I physically moved the fontreserve-plugin out Illustrator so it will not be loaded on startup.
    That didn't fix it because Illustrator still finds the fonts.
    2) I physically plugged out the network cable to be sure Illustrator could not contact our fontserver.
    Sadly he still did find the fonts.
    3) I used "Tweak Freak" to clear my fontcaches. I also searched for "AdobeFnt" to clean out the cache from Adobe itself.
    This did not work either.
    4) I tried opening the document again but this time in CS5. And guess what? Illustrator CS5 asks for all the fonts that are missing, which is correct because not one font has been activated.
    Strangly enough I decided to reopen Illustrator CS4 (Illustrator CS5 still beiing open as well), and suddenly Illustrator CS4 asks for the fonts too?
    A minute ago he still found all the fonts and after opening Illustrator CS5, it does not ...
    So Adobe what is the connection between Illustrator CS4 and CS5?
    And where does Illustrator store its fontcache?
    It would be nice to run a script on shutdown te delete all possible fontcaches.
    So after spending a couple of hours fixing this problem, it seems that I still don't quite understand where the problem lies.
    I'm hoping you can.
    As this is an urgent matter, I hope to get an answer or support as soon as possible.
    Thanks in advance.

    You should be able to see what files Adobe Illustrator has open by using the Activity Monitor.app application.
    To do so, open the Activity Monitor application (it's in the /Applications/Utilities/ folder). Locate Adobe Illustrator in the list and then double-click on it. This should open up a new window like shown in the image below:
    Switch to the Open Files and Ports tab, and it should list every open file that Illustrator is using.

  • Problem with MathType and CS5 due to InDesign

    We publish Math and Science curriculum and we run into the problem below.
    the second bullets is imported wrong in CS5. Is there a work around? (I also emailed Design Science). We'd rather use CS5 since all our other subjects are done in CS5 and we want to be able to use spanning across columns which does not exist in CS4.
    The same happens when using MT Extra instead of Euclid Extra.

    BTW, Jongware, I was a bit unfair about the fonts. You can sign up for the 30-day free trial of Mathtype and then you get the fonts. Furthermore, the strong implication is that you need not delete them after the trial period is over, and therefore you also can extract them from the installer for use like this with no compunctions (which is what I did). Source: MathType: Font Installers.
    redesign: Moving right along, just like Jongware, when I open your CS4 document in CS4, I see the same behavior Jongware saw and the same behavior you saw in CS5 (which I also see in CS5), namely the goofy circle glyph (seems to be GID 64 and U+F069):
    I did have to turn on high-resolution previews, though otherwise I got something else entirely.
    I notice, however, that you seem to have authored this file using some 3rd party plugins:
    Since that seems to be a math-related plugin, it doesn't seem inconceivable that it is part of the issue.
    I suggest you disable it and re-test in CS4.
    The font does seem a bit goofy...The goofy circle glyph appears in FontForge, as a ccwcontourcircle, but not in
    standard Mac font apps, like TextEdit. It's also the 'i' position in the font.
    I don't know enough about fonts to dig and really figure out why you get one character when it is first and another when it is second, but I really don't think this is InDesign. Oh, right, let's look at the EPS file in another program...
    Curiously, Preview.app indeed shows the bullet glyph in the first position (and in the second).
    Adobe Illustrator, which I opened by accident (ha!), shows ccwcontourcircles.
    So it seems that Apple and Adobe's EPS renderers treat this font differently.
    I suppose it might be an Adobe bug, but I'm more inclined to suspect its ambiguous... The way the ccwcontourcircle is encoded seems strange to me.
    Well, I think that's enough for me. Basically, Jongware and I see consistent behavior with CS4 and CS5 — oh, actually. Are you using CS4 and CS5 on the same machine? Or on different machines? Because...I suspect this is handled by the AGM library, and it may well be that using CS4 on a machine with CS5 makes it use CS5's AGM library. But that might not be true at all, just speculation.
    Anyhow, I'm not sure what Jongware's newfound Adobe Support optimism is based on. I suspect you'll hear from Design Science in the next day or two, and maybe from Adobe by September. But perhaps I am too pessimistic on Adobe Support right now.
    I suppose making it consistently ccwcountour doesn't help you overmuch though. Hrmm.

  • Aperture 3.2.3 and NIK plugins. Intermittently, the viewer doesn't update an image adjusted using several NIK plugins, though the browser strip does. The viewer updates once Aperture is quit and re-launched. IS there some explanation for this recent behav

    Aperture 3.2.3 and NIK plugins. I use several of these plugins. Recently, and intermittently, the edited image fails to update in the viewer until Aperture is quit and re-launched, even though it is updated in the browser strip. I have assumed the NIK software must be working because the problem occurs from time to time regardless of which one is used. Is there some explanation?

    See this known issue:
    http://support.apple.com/kb/TS4237
    Not sure why Apple has not fixed this one yet. It is consistent with NIK plug-ins as well as Photoshop (CS5 and CS6).
    Big fumble from my point of view.

Maybe you are looking for

  • SQL command (with XPath) does not work properly with JSP

    Hello everyone, I try this SQL command on Oracle SQL Developer, select filename, extract(xml_col, '/Operation/Records/tabDetail/Vehicle_Level/text()') as Vehicle_Level, extract(xml_col, '/Operation/Records/tabDetail/Vehicles_Closed/text()') as Vehicl

  • HT204053 How do i move files from my dropbox app to my music app on my ipad?

    How do i move files from my dropbox app to my music app on my ipad?

  • WebDyn Pro Connection timeout

    hi all! Im trying to follow the tutorial for webdyn pro development. But when I try to test it I get in IE the following error 500 Connection timeout Error:  -5 Version: 7000 etc. How can I solve this? Im working on VM using virtual XP THanks in adva

  • Asking to save any transported objects under new request in QA

    Hello Experts, I did transport some infopackages and Process Chains from Dev to QA. 1. When I try to click 'Activate and Schedule' button to activate and schedule a process chain, it's asking to save it under new request which is QA request. Is it no

  • Taking Backup of entire proejct contents

    Hello, I have a need to move all my application and it's related project contents and jdeveloper configuraton files from one pc to another. Can anyone advise what is the best and straightforward way to do this? Thanks, Ruchir