nspluginwrapper icon indicating copy to clipboard operation
nspluginwrapper copied to clipboard

A cross-platform NPAPI plugin viewer

Results 32 nspluginwrapper issues
Sort by recently updated
recently updated
newest added

Shouldnt it be posisble to make this work with Android Devices? you can extract a version of the libflashplayer.so from an APK adobe put out a few years back (think...

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...

I'm using nspluginwrapper 1.4.4 and it seems nspluginwrapper can't find relative files without a leading ./. Here is what happens: > sworddragon@ubuntu:~/.mozilla/plugins$ nspluginwrapper -v -u npwrapper.libflashplayer.so > nspluginwrapper: npwrapper.libflashplayer.so is...

I'm using nspluginwrapper 1.4.4 and for example if I'm executing "nspluginwrapper -vu ./npwrapper.libflashplayer.so" I'm getting the error "invalid option -vu" while executing "nspluginwrapper -v -u ./npwrapper.libflashplayer.so" does work. Maybe nspluginwrapper...

When calling npconfig -v -i on a native plugin, nothing will happen. It would be better to report it has decided not to wrap the plugin because it's native.

There appears to be an issue with the Adobe Reader plugin. It seems that the plugin will exit when it is no longer in use. After this point, the browser...

FlashPlayer pluging keep crashing for one or two week. I'm getting those messages in .xsession-error > Failed to open VDPAU backend libvdpau_r600.so: Ne peut ouvrir le fichier d'objet partagé: Aucun...

On linux, When attempting to wrap Oracle's 32-bit java plugin JRE version 1.6.0.24 (aka libnpjp2.so), nspluginwrapper reports a missing dependency (__gxx_personality_vo). The problem arises because the plugin expects the standard...

Per http://developer.gnome.org/glib/2.31/glib-Deprecated-Thread-APIs.html#g-thread-init, the libs from gthread-2.0 should be used when g_thread_init is, patch below: Description: Link with gthread-2.0 when using g_thread_init per GLIB API docs Author: Micah Gersten [email protected] ---...