Category {' * hidden * "} works for plug-in on 32-bit hosts but fails on 64-bit host - Alternative?

I'm experimenting with a simple plugin that is supposed to run one specific task in combination with a panel of PS.

So the Group interface is written in Flex that calls my plug-ins via jsx (PS scripting) and transfers some parameters that can be set on the Panel for the plug-in via its scripting abilities - good. The real filter PS plug-ins used in it is executable in this way and I would so it appears in the menu filters at all.

I tried the solution proposed in this thread: http://forums.Adobe.com/message/3854157#3854157

To summarize I specified "category {' * hidden *"} "in the plug-in file Rémi and was then still be able to call the plug-in through jsx using its functions plugInUniqueID and jsx such as stringIDToTypeID() and executeAction(). In any case, that has worked well in 32 bit PS on the PC (I tried CS4 & CS5). I have it has not built on the Mac and its various platforms still because it failed on the PC in 64 bit PS (I tried still CS4 and CS5).

On 64-bit hosts problem seems to be that as soon as I specify category {' * hidden * "} the plug-in not loaded more. If I makes it visible in the menu it works fine, but as soon as I do so hidden are not accessible by jsx more debugger says that no symbols have been loaded to my source files when you try to set break points.

So obviously the category {' * hidden * "} solution does not work on all platforms.

Is there an alternative approach to this?

Thanks again. I really don't understand why this would be a requirement for x 64 on the PC but making the plug-in hidden filter in the PIPL solved the problem. When persistent that it works when being hidden by x 64 on the PC if it works if not being hidden...

This is the relevant section of the PIPL should someone at - it never having the same problem. :

#else / / we are under Windows

#if defined (_WIN64)

CodeWin64X86 {'PluginMain'},

Persistent (),

#else

CodeWin32X86 {'PluginMain'},

#endif

#endif

Tags: Photoshop

Similar Questions

  • I own CS6 13.0 2013 Mac. has worked 4 Mac update PS months.after has stopped working. I have re installed... but failed. ! Then I even loaded on another Mac. This time a CS PS legal of no use 6.but... The dealer assured aid... but... NO.. ! Help, please.

    ... I own CS6 13.0 2013 Mac. worked 4 Mac update PS months.after has stopped working. I have re installed... but failed. ! Then I even loaded on another Mac. This time a CS PS legal of no use 6.but... The dealer assured aid... but... NO.. ! Please HELP.

    Hello... I m Armani... I bought Adobe PhotoShop CS613.0 on June 5, 2013... the Macintosh Version. It worked well for 4 months... then I updated my Mac. .... He started the real problem...! PS has stopped working after the update... I tried and tried re installed... but... missed...! as I was to deal with a problem of working time... I have loaded the same version of PS on my other I Mac... Since then... I m having a moral PS CS 6... but no use... I spoke with garage... who I bought the beam of CS... He assured me help... but until today... Hummmmmmm... Please guide me... Its so I had wested my money... Please...!


    Try to disable and uninstall, then use the cleaning tool, then reinstall, then activate...

    Help of activation & deactivation

    https://helpx.Adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html#a ctivate-how-to's

    Adobe Creative Suite cleanup tool

    helps resolve installation for CS3 thru CS6 and creative cloud problems

    http://www.Adobe.com/support/contact/cscleanertool.html

    Download and Installation Help-

    https://helpx.Adobe.com/download-install.html

    CS6 - http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html

  • SQL works well on DB11.2.0.1.0 but fails on DB9.2.0.8.0 with errors.

    The SQL below works well on DB11.2.0.1.0 but fails on DB9.2.0.8.0 with the error:

    WITH users_with_dba_privs AS
    *
    ERROR on line 1:
    ORA-00604: an error has occurred at the SQL level 1 recursive
    ORA-00904: "starting at $_subquery$ _005. "" PARENT ": invalid identifier

    --------------------------------------------------------------------------------------------------------------------------------
    SQL
    --------------------------------------------------------------------------------------------------------------------------------
    WITH users_with_dba_privs AS
    (select child separate user_name)
    (select null parent, child 'DBA' double
    Union of all the
    Select granted_role parent, child
    of dba_role_privs)
    where child in (select username from dba_users)
    Start with parent is null to connect by prior child = parent)
    Select "select_any_table."
    substr (SYS_CONNECT_BY_PATH (c, '-->'), 3 512) path, c.
    (select null name c p
    of system_privilege_map
    WHERE name = "SELECT ANY TABLE"
    Union of all the
    Select - users/roles and roles granted
    granted_role p,
    c dealer
    of dba_role_privs
    where granted_role! = "DBA".
    Union of all the
    Select - users/roles with any table
    privilege p, dealer c
    of dba_sys_privs
    where a lien = "SELECT ANY TABLE")
    where (c = 'PUBLIC' or c (select UserName from dba_users))
    AND c NOT IN('MDSYS','DMSYS','CTXSYS','WMSYS','ORDSYS','OLAPSYS','DBSNMP')
    and c. NOT IN (select user_name from users_with_dba_privs)
    Start by p is null to connect by prior p = c
    Union of all the
    Select "select_privilege."
    substr (SYS_CONNECT_BY_PATH (c, '-->'), 3 512) path, c.
    (select null p, view_name c
    from dba_views
    where view_name as "DBA_ %.
    Union of all the
    Select - users/roles and roles granted
    granted_role p,
    c dealer
    of dba_role_privs
    where granted_role! = "DBA".
    Union of all the
    Select - users/roles with select view s/n
    table_name p, dealer c
    of dba_tab_privs
    where a lien = "SELECT".
    and table_name like '% DBA_')
    where (c = 'PUBLIC' or c (select UserName from dba_users))
    AND c NOT IN('MDSYS','DMSYS','CTXSYS','WMSYS','ORDSYS','OLAPSYS','DBSNMP')
    and c. NOT IN (select user_name from users_with_dba_privs)
    Start by p is null to connect by prior p = c
    --------------------------------------------------------------------------------------------------------------------------------


    Thanks in advance.

    ~ Hozy

    This should work:

    select 'select_any_table',
    substr(SYS_CONNECT_BY_PATH(c, '->'),3,512) path, c
    from (select null p, name c
    from system_privilege_map
    where name = 'SELECT ANY TABLE'
    union all
    select -- users/roles and roles granted
    granted_role p,
    grantee c
    from dba_role_privs
    where granted_role != 'DBA'
    union all
    select -- users/roles with select any table
    privilege p, grantee c
    from dba_sys_privs
    where privilege = 'SELECT ANY TABLE')
    where (c = 'PUBLIC' OR c in (select username from dba_users))
    AND c NOT IN('MDSYS','DMSYS','CTXSYS','WMSYS','ORDSYS','OLAPSYS','DBSNMP')
    and c NOT IN (select user_name from (select distinct child user_name
                                         from (select null parent, 'DBA' child from dual
                                         union all
                                         select granted_role parent, grantee child
                                         from dba_role_privs)
                                         where child in (select username from dba_users)
                                         start with parent is null connect by parent = prior child ))
    start with p is null connect by p = prior c
    union all
    select 'select_privilege',
    substr(SYS_CONNECT_BY_PATH(c, '->'),3,512) path, c
    from (select null p, view_name c
    from dba_views
    where view_name like 'DBA_%'
    union all
    select -- users/roles and roles granted
    granted_role p,
    grantee c
    from dba_role_privs
    where granted_role != 'DBA'
    union all
    select -- users/roles with select on DBA views
    table_name p, grantee c
    from dba_tab_privs
    where privilege = 'SELECT'
    and table_name like 'DBA_%')
    where (c = 'PUBLIC' OR c in (select username from dba_users))
    AND c NOT IN('MDSYS','DMSYS','CTXSYS','WMSYS','ORDSYS','OLAPSYS','DBSNMP')
    and c NOT IN (select user_name from (select distinct child user_name
                                         from (select null parent, 'DBA' child from dual
                                         union all
                                         select granted_role parent, grantee child
                                         from dba_role_privs)
                                         where child in (select username from dba_users)
                                         start with parent is null connect by parent = prior child )
                  )
    start with p is null connect by p = prior c
    
  • build books for Slot 1 cRIO module Profibus - FPGA, but fails to Slot 7

    We have a Profibus cRIO module installed in a chassis cRIO-9024 and difficulties during the process of generation FPGA. Construction is very well when the project is configured for the Profibus module in Slot 1, but it fails with errors in Code generation, when the project is configured to Slot 7. I created a very simple pair of projects (attached) which illustrate the problem.

    Error messages are "a generation of HDL code error has occurred" and "Terminal (to the) requiring a constant wired entrance to not constant or sources. A screenshot is included in the attachment.

    Commenting on the second sub - VI ' CS_cRIO_PBM [7] FPGA_SPI_ReadWrite.vi "in Profibus_Slot7.vi allows the FPGA code build without errors. Tried the constants of wiring for the Subvi entries and other variations, but still failed to build.

    I am aware that the documentation for the Profibus module recommends installation in Slot 1, but our client requires us to install in Slot 7.

    Someone at - it understand the generation of Code errors that I receive?

    (1) you use the old driver and this is expected behavior.

    (2) the new driver will allow you to put the module in any location. Be sure to leave an empty slot next to him due to thermal considerations.

  • Adobe flash does not work for streaming music on Firefox 10.2 but worked well on 10.0

    I listen to streaming radio. It uses flash. Worked fine on Firefox 10.0. I've just updated to 10.1.2 and now no radio streaming.

    Hi dolejast,

    We have a section for troubleshooting Flash that could help. It offers a lot of information relevant to the most common flash related questions.

    Hope this helps!

  • Pavilion dv6: cannot get Windows 10 to work for more than a few days before video fails

    I have a HP Pavilion dv6 with two graphics cards (Mobile Intel (r) Graphics and Raedon (TM) HD 6490 M). I installed the new Windows 10 twice and had a lot of success for about three or four days, then the display did not work. I was able both to restore Windows 7 but I want to take advantage of the free upgrade to Windows 10. Does anyone know of an incompatibility with my HP Pavilion dv6 and 10 Windows?

    It could be windows update tries to give you updates of adapter bad display every time. You have updated automatically whenever you install windows 10? If so, update the manual and ignore all updates that show the AMD, ATI and INTEL. I had the same problem but not with windows 10, I had it on windows 7 and 8.1 with the same computer, I didn't go to http://support.amd.com/en-us/download . Then select the automatically detect and install download and run it. If the screen turns off right after finished installing your drivers, then it must be the war video card causing problems.

    Maybe it's your video drivers are fighting eachother for domination, when the screen messes up, try to hook up an external monitor, if your computer has an additional port. Let us know.

  • My KEY will not work for both windows 7 32-bit update and 64-bit version?

    I have two, a copy and a key for the upgrade to Windows 7, 32-bit and 64-bit.  (Key separately for each version, purchased about 6 months apart.)

    The computer that is running the 32-bit version had a hard drive failure.   After replacing the hard drive, I decided to install 64-bit on this computer using the key provided with the 32-bit version.

    I was led to believe that the key is not related to the 64 or 32 bit version and that it could be used for both, but only installed at the moment.

    After getting to step to enter the key, using the key provided with the 32-bit version, he couldn't say invalid key.  After several attempts and checking of typo, it's a no go.

    So, I went and started around and installed the 32 bit version and the key worked fine.

    So the key provided with the 32-bit version of 'upgrade' tied to only this version?  Every search I do, says that you can use the key for 32 or 64 bit.  They never mention the version "upgrade" is different from the "full" version

    Thanks for any info,

    SDM

    Because it is an upgrade version.

    However, the requirements for the media upgrade is that you have an operating system already eligible such as Windows XP or Vista installed to use it. Since the Windows 7 end user license agreement.

    15 UPDATES. To use upgrade software, you must first be licensed for the software that is eligible for the upgrade. After the upgrade, this agreement takes the place of the agreement for the software that you upgraded. After upgrade, you can no longer use the software that you upgraded.

    So, if you are always denied, you will just have to reinstall Windows XP or Vista and let it do the verification of eligibility.

    So using phone activation is the work around:

    How to activate Windows 7 manually (activate by phone)
     
    1) click Start and in the search for box type: slui.exe 4
     
    (2) press the ENTER"" key.
     
    (3) select your "country" in the list.
     
    (4) choose the option "activate phone".
     
    (5) stay on the phone (do not select/press all options) and wait for a person to help you with the activation.
     
    (6) explain your problem clearly to the support person.
     
    http://support.Microsoft.com/kb/950929/en-us

  • My password works for me to log into my account, but when I go to user accts to remove it, it says incorrect password?

    Its the only account on the computer, an admin, and I want to remove the password to connect because there is no one else in the House to worry. However, when I go to the user accounts / remove password and type the EXACT SAME password I use to connect, it says incorrect password. How can I fix? I am 100% sure that I am using the same password because it allows me to log into the account when I first turn on your computer

    Its the only account on the computer, an admin, and I want to remove the password to connect.

    A machine running with one admin account is extremely risky. If you're going to come because it is there is a good chance that you yourself locked out. Take a look at this post, created a few minutes before yours. This guy can no longer connect! You now need to create, test and document a spare, even admin account that you have a spare House key. Post again when you are finished so that we can solve your original problem.

  • File upload works on windows to transfer a local file, but fails on unix

    I jspx page download excel file on my pc and I have used jdev 10.3.1.4 works fine on windows, but I have deployed to weblogic 10.3. I myself java.io.ioexception no file or directory when I downloaded an Excel file
    from my pc. Can you someone throw some lights on my head, thank you.

    oracle.adf.view.faces.UPLOAD_TEMP_DIR

    C:/tmp/MarsUploads / ---> if I need to change the unix environment which means that I have to create this directory in where?
    >
    defines the directory on the server (you use the WLS) where the files you download to the server are stored temporarily. So, if you run the WLS on unix, it must point to a directory that is present on the unix server.
    Well good "C:."... ' is not normally present. For unix, you can use ' / tmp'.

    Timo

  • I have an After Effects project and I want to re-do edge animate. What is the best way work for this?

    I have an After Effects project and I want to re-do edge animate. What is the best way work for this?

    Hello

    Sorry, but you will probably need to rebuild everything in Animate. Although their timelines are similar in some ways, there is no interoperability between After Effects and animate dashboard.

    Kind regards

    Joe

  • I've updated the plug ins and it worked for 3 hours. What now?

    I was unable to watch the videos on my laptop. I have windows. I clicked on update my plugins and it worked for 3 hours. I even disconnected and then when I restarted the "keep your firefox healthy" right page went up and update plugins is still 'twirling '. Help

    in general only versions out-of-date Flash need to be activated, please install the update through https://www.mozilla.org/plugincheck/

    If you have problems with this, try the offline installers offered by adobe to https://www.adobe.com/products/flashplayer/distribution3.html instead (for firefox download & install the exe windows for "browser plugin").

  • Adobe Flash plug always crashing after having tried both solutions posted here. Works for a day then crashes again.

    My plugin Adobe Flash still crashes. First, I tried the Flash update. He worked for a day before you start crashing again. I returned to the page and I tried the 2nd solution for the decommissioning of flash 10.3. Yet once, he worked for a day or two but now gives me the same question. I am extremely frustrated.

    Hello UCF612, your system details (Details of the additional system) it seems that you have the two Shockwave Flash 10.3 r183 AND Shockwave Flash 11.5 installed r502, uninstall the 11.5 and check again.

    Thank you

  • My filter (for ads) works for some shippers, but not for others

    I have several filters. One is "Advertising" for ads I want to read later, but need not be cluttering up my Inbox. It seems to work for a couple of the entries but ignores the rest. I checked the spelling, and they all seem to be correct. My settings are:
    Apply filter by operating manually,
    Apply the filter when getting new messages, filter before spam classification,
    correspondence to one of the following values
    Contains (followed by the name of the seller, such as honda, staples, cvs).
    Move messages and ads

    This is a support forum for Firefox. You will need to contact your
    e-mail assistance provider.

    The filters have all send your 'junk e-mail' folder, but the implementation
    a list of 'safe' for those that you want.

    Separate the issue;
    Shows details of the system;

    Plug-ins installed

    Adobe Shockwave for Director Netscape plug-in, version 12.1.2.152
    Adobe Shockwave for Director Netscape plug-in, version 12.0.3.133

    Having multiple versions of a program can cause problems.
    You must remove older programs. Then download the current full installer.

    Shockwave Director:
    Shockwave Standalone install / Uninstaller {web link}
    Shockwave Director Version 12.2.1.171 http://get.adobe.com/shockwave/

  • The AV Digital adapters stop working for no reason

    I'm on my 3rd adapter in more than a year, they work for about 5-6 months and then one day I plug it to watch a movie and I get a message this device may not work properly, and that of all, no more signals no matter what I do. I have to go and buy a new one.

    You may want something like that

    http://www.Apple.com/shop/product/MD098AM/A/Apple-Digital-AV-adapter

  • AirPrint is not working since 9.3.1 what airprint update - not found.  tried the suggestion of JimHdk, who worked for a single document. any suggestions

    AirPrint is not working since 9.3.1 what airprint update - not found.  tried the suggestion of JimHdk, who worked for a single document. any suggestions

    Since we do not know what may have suggested to Jim, power cycle your router and the printer and force restart the iPad. Unplug the router and the printer power for 30 seconds. Plug in the router first and let it restart. And then reconnect the printer power supply. Then force restart the iPad. To force the reboot your device, press and hold the two buttons of sleep/wake and home for at least ten seconds, until you see the Apple logo.

Maybe you are looking for