the error "invalid plugin detected. Adobe Reader will quit"

Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default the error "invalid plugin detected. Adobe Reader will quit"

    I have gotten the RIKLA from Adobe. And I use the example code BasicPlugin(you can download it from Adobe wetsite) as my plug_in, then, I made the api file according to the steps in document in the "Creating an Adobe Reader Plug_in" section of the "Developping Plug_ins and Applications". As last,I copy the api file to plug_ins folder, open Adobe Reader 8. I saw under the Tool memu there is a new menu named Acrobat sdk so that I think the api file is loaded successfully by Acrobat reader. But an error appears, it is "invalid plugin detected. Adobe Reader will quit". Can someone tell me why?Thank you.
    bruce628@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Acro Pro Update Error: "An invalid application was selected."
      All, I've downloaded the V7.0.5 updater for Acro Professional and when I run it, and point it at my version of Acro Pro (v7.0.3), it says "An...
    2. Package error - "The application InDesign has unexectedly quit".
      Hi, I am using Indesign CS2 on MacOS 10.4.6. I use large files over a fast network, which used to be fine, but recently when I come to Package...
    3. "Invalid color" error every time Acrobat 7 is launched under Tiger
      Under 10.4.1, every time I launch Acrobat 7 Pro, I see messages like this in my system log: May 18 01:27:37 Muse /Applications/Adobe Acrobat 7.0...
    4. "Invalid message format" error from JDBC driver
      Hello, all. I have a query that runs perfectly when I run it from pgAdmin3, but bombs when I run it from ColdFusion using the JDBC driver. I'm...
    5. "Could not find Adobe Acrobat" - after upgrading to reader 6 - WTF?!!!
      (Phurd Triblet) wrote in message news:<959641f9.0402031310.70351a5b@posting.google.com>... Adobe is bogus. Unless you have it installed on an...
  3. #2

    Default Re: the error "invalid plugin detected. Adobe Reader will quit"

    The first thing to check is whether the plug-in actually does its job
    when you load it in Acrobat.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  4. #3

    Default Re: the error "invalid plugin detected. Adobe Reader will quit"

    When I open the acrobat reader, I must click tool menu, otherwise the error will appear and the reader has no any response. But if I click the tool menu, the error does not appear. At this time, I can test the plug_in, it works. But as long as I leave the tool menu, the error will appear.
    bruce628@adobeforums.com Guest

  5. #4

    Default Re: the error "invalid plugin detected. Adobe Reader will quit"

    >When I open the acrobat reader

    I assume you mean Adobe Reader; the last version called Acrobat Reader
    was 5.1.

    What I was asking you was to check that the plug-in loaded correctly
    in Acrobat. NOT in the free Reader. You must test in Acrobat first.

    I assume you have got a Reader enabling kit and license from Adobe to
    write Reader plug-ins? If this doesn't sound right, you need to read
    the document about developing for Reader.


    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  6. #5

    Default Re: the error "invalid plugin detected. Adobe Reader will quit"

    I installed Adobe Reader 9 and when I open pdf file, after 3 seconds appear the message "Invalid plugin detected adobe reader will quit".

    Some on would help me about this error.

    Thank You

    Flavio dos Santos
    Flavio.santos@adobeforums.com Guest

  7. #6

    Default Re: the error "invalid plugin detected. Adobe Reader will quit"

    sounds like you have an old custom plugin installed. Remove it.
    Leonard_Rosenthol@adobeforums.com Guest

  8. #7

    Default Re: the error "invalid plugin detected. Adobe Reader will quit"

    Hi bruce,

    Even I tried the BasicPlugin Sample but I did not get the Menu added in the menu bar. Every time, I open my reader I get the error "Invalid Plug-in". Can you please tell me what the issue is? Because you are also getting the same error but at least when you click on tools options, you can see your plug-in. I am not even able to see the plug-in.

    Thanks,
    Amruta
    Amruta_Pawar@adobeforums.com Guest

  9. #8

    Default Re: the error "invalid plugin detected. Adobe Reader will quit"

    Which version of the Acrobat SDK are you using?

    Sanctus
    Sanctus_Germanus@adobeforums.com Guest

  10. #9

    Default Re: the error "invalid plugin detected. Adobe Reader will quit"

    I am also has the error.

    sdk version 9.0
    Reader9.0

    And anyone can tell me why?

    Thanks!
    billnie@adobeforums.com Guest

  11. #10

    Default Re: the error "invalid plugin detected. Adobe Reader will quit"

    If I disalbe the following code No that error
    ACCB1 ASBool ACCB2 PISetupSDK (ASUns32 handshakeVersion, void *sdkData)
    {
    .....
    //data->handshakeCallback = (ASCallback)ASCallbackCreateProto(PIHandshakeProcT ype, PIHandshake);
    .....
    }

    But if I don't disable the above and just return true in the following code has the error

    ACCB1 ASBool ACCB2 PIHandshake(Uns32 handshakeVersion, void *handshakeData)
    {

    return true;
    .....
    }
    billnie@adobeforums.com Guest

  12. #11

    Default Re: the error "invalid plugin detected. Adobe Reader will quit"

    Did you Reader Enable the plugin as per the SDK?
    Leonard_Rosenthol@adobeforums.com Guest

  13. #12

    Default Re: the error "invalid plugin detected. Adobe Reader will quit"

    Yes, I don't enabled the plug as per the sdk.

    Thank you!
    billnie@adobeforums.com Guest

  14. #13

    Default Re: the error "invalid plugin detected. Adobe Reader will quit"

    I am not a Techie ;) I also got the same error "invalid plugin detected. Adobe Reader will quit".

    I fixed this error by following laborious steps described in the Adobe Technical Support Home.
    Not sure if this helps you guys; but worth a try. Developers should say if this the real cause.

    You can find these in the "plug-ins" folder. [C:\Program Files\Adobe\Reader 9.0\Reader\plug_ins]

    "HAEvents32.api" is the main culprit. Along that, I removed "Helmant32.api" and "Helmbkmk32.api".

    Note: Delete these files if present anywhere else in the system else they recreate themselves.
    Jittu_Sharma@adobeforums.com Guest

  15. #14

    Default Re: the error "invalid plugin detected. Adobe Reader will quit"

    On Nov 16, 7:49*am, bill...@adobeforums.com wrote:
    > Yes, I don't enabled the plug as per the sdk.
    >
    > Thank you!
    I tried up-issues (Adobe Reader 8.1.2+) and got the same error
    "invalid plugin detected. Adobe Reader will quit".

    I fixed this error by following laborious steps described in the Adobe
    Technical Support Home.
    Not sure if this helps you guys; but worth a try. Developers should
    say if this the real cause.

    You can find these in the "plug-ins" folder. [C:\Program Files\Adobe
    \Reader 9.0\Reader\plug_ins]

    "HAEvents32.api" is the main culprit. Along that, I removed
    "Helmant32.api" and "Helmbkmk32.api".
    Without deleting these two, an error or two might come but still PDF
    will work. I tried all these combinations.

    Note: Delete these files if present anywhere else in the system else
    they recreate themselves.

    Forgive me if this is not a place for kids like me. :) I am not a
    Techie ;) Thanks every one.
    JittuSharma@gmail.com Guest

  16. #15

    Default Re: the error "invalid plugin detected. Adobe Reader will quit"

    Those are NOT standard Adobe plugins...I would contact the author/publisher...
    Leonard_Rosenthol@adobeforums.com Guest

  17. #16

    Default Re: The error "invalid plugin detected. Adobe Reader will quit"

    how can i solve this problem and a wanna know this message is related what problem?
    behzad Guest

  18. #17

    Default Re: the error "invalid plugin detected. Adobe Reader will quit"

    Hi, Im a Desktop support engineer. to resolve the issue, located to the Adobe directory on your computer and rename plug_ins to something else, example plug_ins.old. reopen adobe and this will fix your issue as adobe recreates the plug_ins folder.
    Unregistered Guest

  19. #18

    Default Re: the error "invalid plugin detected. Adobe Reader will quit"

    Quote Originally Posted by Unregistered View Post
    Hi, Im a Desktop support engineer. to resolve the issue, located to the Adobe directory on your computer and rename plug_ins to something else, example plug_ins.old. reopen adobe and this will fix your issue as adobe recreates the plug_ins folder.
    It works. Thank you
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139