Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Architectures & Platforms Gentoo on AMD64
  • Search

nspluginwrapper

Have an x86-64 problem? Post here.
Locked
Advanced search
76 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next
Author
Message
TwoMinds
Tux's lil' helper
Tux's lil' helper
Posts: 146
Joined: Wed Jul 14, 2004 8:10 pm
Location: Italy

  • Quote

Post by TwoMinds » Fri Dec 16, 2005 6:02 am

loftwyr wrote:Does anyone else have a problem with flash crashing and going to 100% CPU?

If I use it for some flash games or widgets, it will lock up or crash and suddenly take up (or firefox takes up) 100% cpu
...flash does not crash nor acroread plugin but nspluginwrapper + flash pushes my laptop cpu to 100%... it usually stays at lowest freq with policy ondemand...
Top
paranode
l33t
l33t
User avatar
Posts: 679
Joined: Thu Mar 06, 2003 12:18 am
Location: Texas

  • Quote

Post by paranode » Sat Dec 17, 2005 4:51 pm

Flash works but there's no sound for me. Acroread works. I got mplayerplug-in working by doing what FictionPimp suggested.
Meh.
Top
col
l33t
l33t
User avatar
Posts: 820
Joined: Wed May 08, 2002 3:31 pm
Location: Melbourne - Australia

  • Quote

Post by col » Fri Dec 23, 2005 9:40 am

actually I have notice flash is locking up my browser ocasionally.
Top
VValdo
Guru
Guru
Posts: 395
Joined: Sat Jan 08, 2005 5:18 am

  • Quote

Post by VValdo » Sun Dec 25, 2005 9:09 pm

ditto.

I guess this is the price of a half-measure solution...

W
Top
piercey
Apprentice
Apprentice
Posts: 182
Joined: Fri Jan 28, 2005 8:46 pm
Contact:
Contact piercey
Website

  • Quote

Post by piercey » Mon Dec 26, 2005 1:40 am

revolution.ign.com -> crash
[ 2008.0 X86 E8400 @ 4.0Ghz ]
Top
J.M.I.T.
Guru
Guru
User avatar
Posts: 481
Joined: Wed Jan 15, 2003 3:21 pm
Location: München, Germany

  • Quote

Post by J.M.I.T. » Mon Dec 26, 2005 7:29 pm

piercey wrote:revolution.ign.com -> crash
nope... it's working here... flawlessly ;-P
Get a life...

Code: Select all

:(){ :|:& };:
Use at own risk...
Top
piercey
Apprentice
Apprentice
Posts: 182
Joined: Fri Jan 28, 2005 8:46 pm
Contact:
Contact piercey
Website

  • Quote

Post by piercey » Mon Dec 26, 2005 7:49 pm

Try it with no other instances of firefox open and no tabs open, thats how it crashes for me. However seems to work fine if I have more tabs.
[ 2008.0 X86 E8400 @ 4.0Ghz ]
Top
RaZoR1394
Guru
Guru
User avatar
Posts: 356
Joined: Sun Jan 09, 2005 11:19 pm

  • Quote

Post by RaZoR1394 » Mon Dec 26, 2005 10:05 pm

It's locking up for me too randomly on websites with flash. At least win32 video, flash and pdf is working in 64bit firefox now. Let's just hope they can make this wrapper fully stable with flash. Here is an example of a webpage that locks up.
http://en.wikipedia.org/wiki/Cell_(microprocessor)
Top
milkypostman
n00b
n00b
User avatar
Posts: 45
Joined: Thu Oct 10, 2002 9:57 am

  • Quote

Post by milkypostman » Fri Dec 30, 2005 3:26 am

flash tends to lock up when i use an arrow key while its running in my browser window. not sure how to resolve the issue.
cupid packs the pistol
Top
thedopefishlives
Tux's lil' helper
Tux's lil' helper
Posts: 84
Joined: Wed Nov 23, 2005 5:36 pm

  • Quote

Post by thedopefishlives » Sat Jan 21, 2006 5:21 am

Stupid question, but does this plugin require a multilib environment? I've tried to run it in my pure 64-bit install, and I get nothing. If it should work, what exactly do I have to do to get it to run? It installs just fine, detects the plugin, lists it as installed... But Firefox will not acknowledge it.
Top
loftwyr
l33t
l33t
User avatar
Posts: 970
Joined: Wed Dec 29, 2004 2:51 am
Location: 43°38'23.62"N 79°27'8.60"W

  • Quote

Post by loftwyr » Sat Jan 21, 2006 10:00 pm

thedopefishlives wrote:Stupid question, but does this plugin require a multilib environment? I've tried to run it in my pure 64-bit install, and I get nothing. If it should work, what exactly do I have to do to get it to run? It installs just fine, detects the plugin, lists it as installed... But Firefox will not acknowledge it.
It absolutely does. It's trying to run 32 executables and then translating messages back and forth.
My emerge --info
Have you run revdep-rebuild lately? It's in gentoolkit and it's worth a shot if things don't work well.
Celebrating 5 years of Gentoo-ing.
Top
thedopefishlives
Tux's lil' helper
Tux's lil' helper
Posts: 84
Joined: Wed Nov 23, 2005 5:36 pm

  • Quote

Post by thedopefishlives » Sun Jan 22, 2006 1:23 am

Well, that's no fun. I wonder if there isn't a way to make it work, though. *hmm*

EDIT: Fix'd! I moved the i386/npviewer.bin to i386/npviewer.bin.bak, then inserted the following script in its place:

Code: Select all

#!/bin/bash
LD_LIBRARY_PATH="/mnt/gentoo32/lib:/mnt/gentoo32/usr/lib" /mnt/gentoo32/lib/ld-linux.so.2 /usr/lib/nspluginwrapper/i386/npviewer.bin.bak $@
It works beautifully for me. Hope this helps others with a pure 64-bit install.
Top
loftwyr
l33t
l33t
User avatar
Posts: 970
Joined: Wed Dec 29, 2004 2:51 am
Location: 43°38'23.62"N 79°27'8.60"W

  • Quote

Post by loftwyr » Sun Jan 22, 2006 1:57 am

You should send that to the developer (assuming he's still working on it)
My emerge --info
Have you run revdep-rebuild lately? It's in gentoolkit and it's worth a shot if things don't work well.
Celebrating 5 years of Gentoo-ing.
Top
thedopefishlives
Tux's lil' helper
Tux's lil' helper
Posts: 84
Joined: Wed Nov 23, 2005 5:36 pm

  • Quote

Post by thedopefishlives » Sun Jan 22, 2006 3:34 am

Actually, what would be better (from my POV) would be to insert this script into the nspluginwrapper ebuild, since that's where the system would notice the difference between multilib and non-multilib builds. I'm afraid I don't know enough of the ebuild scripting to do that, though.
Top
HydroSan
l33t
l33t
User avatar
Posts: 764
Joined: Thu Mar 04, 2004 5:43 pm
Location: The Kremlin (aka Canada)
Contact:
Contact HydroSan
Website

  • Quote

Post by HydroSan » Fri Jan 27, 2006 4:35 am

I'd like to say great work on this extension. Now I have no need to keep 32-bit Mozilla around.

Keep it up.
I was a Gangster for Capitalism, by Major General Smedley Butler.

Server status: Currently down, being replaced with fresh install - 20% completed.
Top
HunterWare
n00b
n00b
Posts: 10
Joined: Thu Sep 05, 2002 10:49 pm

  • Quote

Post by HunterWare » Tue Jan 31, 2006 7:53 pm

I have the below system which works perfectly in all ways except that the flash is pretty unreliable. Sometimes the flash animation just doesn't load (blank), sometimes it hangs the browser, sometimes it works. I emerged netscape-flash, setup an overlay with the nspluginwrapper, and emerged it too. Has anyone figured out what to do to make this work more reliably?

Code: Select all

ogre ~ # emerge info
Portage 2.0.54 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.14-gentoo-r5 x86_64)
=================================================================
System uname: 2.6.14-gentoo-r5 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4400+
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe -msse3 -ftracer -fforce-addr -fweb"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -O2 -pipe -msse3 -ftracer -fforce-addr -fweb"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X Xaw3d aac acpi alsa audiofile avi bash-completion berkdb bitmap-fonts bluetooth bzip2 cdparanoia cdr crypt cscope cups doc dri dvd dvdr dvdread eds emacs emboss emul-linux-x86 encode esd evolution exif expat fam foomaticdb fortran gd gdbm gif glut gnome gpm gstreamer gtk gtk2 gtkhtml hal hddtemp high-ints idn imlib ipv6 jpeg kde lcms libwww lm_sensors lzw lzw-tiff mad mbox mime mng mozilla mp3 mpeg ncurses nls nptl nsplugin offensive opengl pam pcre pdflib perl png python qt quicktime readline recode ruby samba sdl spell ssl tcpd tetex threads tiff truetype truetype-fonts type1-fonts udev usb userlocales xinerama xml2 xpm xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Side Note: video is a 6800GT with nvidia binary drivers (8178)
Top
thedopefishlives
Tux's lil' helper
Tux's lil' helper
Posts: 84
Joined: Wed Nov 23, 2005 5:36 pm

  • Quote

Post by thedopefishlives » Tue Jan 31, 2006 11:01 pm

Yeah, my Flash is pretty flaky too. I haven't experimented with anything so I have no idea how to fix it.
Top
dl200010
n00b
n00b
Posts: 37
Joined: Tue Oct 25, 2005 6:23 pm

  • Quote

Post by dl200010 » Wed Feb 01, 2006 4:37 am

I have gotten flash to work perfictly on my AMD64 install but I used a different route than you. I installed the x86 emulation files and the x86 Firefox-bin and the Netscape-Flash. If you want me to help you, I can post the files I emerged in order to get it to run.
Top
Ert3R}
n00b
n00b
Posts: 48
Joined: Fri May 07, 2004 9:01 pm

  • Quote

Post by Ert3R} » Wed Feb 01, 2006 10:03 pm

nspluginwrapper + mozilla works like a charm :d
nspluginwrapper + firefox, instead, is not so good: I had this message in console:

Code: Select all

*** NSPlugin Viewer  *** ERROR: libnspr4.so: cannot open shared object file: No such file or directory
since my default browser is firefox, I am a little sad :(
any suggestions? :)
bye
Top
piercey
Apprentice
Apprentice
Posts: 182
Joined: Fri Jan 28, 2005 8:46 pm
Contact:
Contact piercey
Website

  • Quote

Post by piercey » Thu Feb 02, 2006 2:08 am

dl200010 wrote:I have gotten flash to work perfictly on my AMD64 install but I used a different route than you. I installed the x86 emulation files and the x86 Firefox-bin and the Netscape-Flash. If you want me to help you, I can post the files I emerged in order to get it to run.
Um, no, this is the route everyone is trying to avoid, we don't want to be forced into using a 32bit firefox, hence the need for these flaky "workarounds".
[ 2008.0 X86 E8400 @ 4.0Ghz ]
Top
der_maddin
Apprentice
Apprentice
Posts: 209
Joined: Sun Feb 22, 2004 10:09 pm
Location: somewhere between my systems ..

  • Quote

Post by der_maddin » Wed Feb 15, 2006 11:10 pm

any recent solution to the 'no-sound' problem when using
nspluginwrapper ??
neoCortex maddin # uname -a
Linux neoCortex 2.6.14-gentoo-r5 #2 SMP Fri Jan 13 04:40:02 CET 2006 x86_64 AMD Athlon(tm) 64 Processor 3400+ AuthenticAMD GNU/Linux
Top
piercey
Apprentice
Apprentice
Posts: 182
Joined: Fri Jan 28, 2005 8:46 pm
Contact:
Contact piercey
Website

  • Quote

Post by piercey » Fri Feb 17, 2006 2:56 pm

Get a sound card that supports alsa/oss mixing, or one with hardware mixing like the audigy's.
[ 2008.0 X86 E8400 @ 4.0Ghz ]
Top
der_maddin
Apprentice
Apprentice
Posts: 209
Joined: Sun Feb 22, 2004 10:09 pm
Location: somewhere between my systems ..

  • Quote

Post by der_maddin » Fri Feb 17, 2006 3:25 pm

well, i've got one that does alsa mixing ...
[ it's an integrated nforce3 ac97 ]
neoCortex maddin # uname -a
Linux neoCortex 2.6.14-gentoo-r5 #2 SMP Fri Jan 13 04:40:02 CET 2006 x86_64 AMD Athlon(tm) 64 Processor 3400+ AuthenticAMD GNU/Linux
Top
urbanomad
Tux's lil' helper
Tux's lil' helper
Posts: 147
Joined: Thu Aug 04, 2005 1:12 pm
Location: Boston, MA

  • Quote

Post by urbanomad » Sat Feb 25, 2006 7:19 am

anyone having problems with the ebuild? I got a whole bunch of errors like this...
>>> emerge (1 of 1) net-www/nspluginwrapper-0.9.90 to /
>>> Downloading http://gentoo.osuosl.org/distfiles/nspl ... x86_64.rpm
--02:18:09-- http://gentoo.osuosl.org/distfiles/nspl ... x86_64.rpm
=> `/usr/portage/distfiles/nspluginwrapper-i386-0.9.90-1.x86_64.rpm'
Resolving gentoo.osuosl.org... 64.50.238.52, 64.50.236.52
Connecting to gentoo.osuosl.org|64.50.238.52|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
02:18:09 ERROR 404: Not Found.
I'm new to third party ebuilds so I may have messed up setting it up but I dont think so.
Top
el_Salmon
Guru
Guru
User avatar
Posts: 339
Joined: Mon Dec 15, 2003 10:49 pm
Location: Around 2.4GHz
Contact:
Contact el_Salmon
Website

  • Quote

Post by el_Salmon » Mon May 01, 2006 2:57 pm

Nspluginwrapper hangs my firefox often. I think it's very unstable yet. I don't suggest it to anyone.
Top
Locked

76 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next

Return to “Gentoo on AMD64”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic