nspluginwrapper icon indicating copy to clipboard operation
nspluginwrapper copied to clipboard

Newer FireFox Crashes with errors over this plugin.

Open Zombie-Ryushu opened this issue 8 years ago • 4 comments

The program 'npviewer.bin' received an X Window System error. This probably reflects a bug in the program. The error was 'BadColor (invalid Colormap parameter)'. (Details: serial 17 error_code 12 request_code 84 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) *** NSPlugin Wrapper *** ERROR: NPP_SetWindow() wait for reply: Connection closed *** NSPlugin Wrapper *** WARNING:(/usr/src/packages/BUILD/nspluginwrapper/src/npw-wrapper.c:2228):invoke_NPP_SetWindow: assertion failed: (rpc_method_invoke_possible(plugin->connection)) *** NSPlugin Wrapper *** WARNING:(/usr/src/packages/BUILD/nspluginwrapper/src/npw-wrapper.c:2278):invoke_NPP_GetValue: assertion failed: (rpc_method_invoke_possible(plugin->connection)) *** NSPlugin Wrapper *** WARNING:(/usr/src/packages/BUILD/nspluginwrapper/src/npw-wrapper.c:2487):invoke_NPP_NewStream: assertion failed: (rpc_method_invoke_possible(plugin->connection)) *** NSPlugin Wrapper *** WARNING:(/usr/src/packages/BUILD/nspluginwrapper/src/npw-wrapper.c:2278):invoke_NPP_GetValue: assertion failed: (rpc_method_invoke_possible(plugin->connection)) *** NSPlugin Wrapper *** WARNING:(/usr/src/packages/BUILD/nspluginwrapper/src/npw-wrapper.c:2278):invoke_NPP_GetValue: assertion failed: (rpc_method_invoke_possible(plugin->connection)) *** NSPlugin Wrapper *** WARNING:(/usr/src/packages/BUILD/nspluginwrapper/src/npw-wrapper.c:2228):invoke_NPP_SetWindow: assertion failed: (rpc_method_invoke_possible(plugin->connection)) *** NSPlugin Wrapper *** WARNING:(/usr/src/packages/BUILD/nspluginwrapper/src/npw-wrapper.c:2159):invoke_NPP_Destroy: assertion failed: (rpc_method_invoke_possible(plugin->connection))

Zombie-Ryushu avatar Aug 12 '16 21:08 Zombie-Ryushu

I'm afraid this project isn't really being maintained anymore. Adobe has long since released a 64-bit version of Flash, NPAPI for non-Flash plugins is dead, and even Flash is itself steadily declining.

davidben avatar Aug 12 '16 22:08 davidben

I use this for Acoread because the 32 Bit Adobe Reader is the only PDF reader with XFA Support which governments require.

Zombie-Ryushu avatar Aug 12 '16 22:08 Zombie-Ryushu

I see. I want to say Acroread had a ton of Xt-related problems that I was never able fix anyway. Perhaps this was one of them. I dunno, this was several years ago.

Download the PDF and open with the standalone reader perhaps? Sorry I can't be of more help. I haven't touched this project for years and I don't think anyone else ever picked it up afterwards.

davidben avatar Aug 13 '16 04:08 davidben

Its not reading the PDF thats the problem, and its not only nspluginwrapper experiencing symptoms. okularplugin is messed up too. This has to work because there is something I do that requires the use of XFA Forms. XFA Doesn't submit the document. It submits the XML Entries in the document as database entries. No other application on Linux besides AcroRead has XFA Support.

Zombie-Ryushu avatar Aug 13 '16 04:08 Zombie-Ryushu