# uname -a FreeBSD x220.efi.local 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r275317: Sun Nov 30 15:46:59 MSK 2014 andrey@des.local:/usr/obj/usr/src/sys/X220 amd64 # pkg info | grep pipel pipelight-0.2.7.3_5 Wrapper for using windows plugins in web browsers # pkg info | grep wine i386-wine-compholio-1.7.32,1 32bit Wine built with the compholio patchset for 64bit FreeBSD wine-gecko-devel-2.34 Gecko Layout Engine for Wine development branch (HTML support) pipelight-plugin --update and --enable flash work fine. Unfortunately if open any https://www.youtube.com video, flash crushed. http://www.adobe.com/software/flash/about/ flash crushed. http://support.akamai.com/flash/index.html?url work fine if select audio or video vp6, random_seek, if select video any H.264 player crushed core file after plugin crush http://bsdnir.info/files/wine.core.txz
Auto-assigned to maintainer kmoore@FreeBSD.org
I have a similar problem: pipelight-flash works for simple flash sites and audios, but crashes for video sites. In dmesg, you see "pid xxxx (wine), uid xxx: exited on signal 10" This method fixes the issue for me, you may have a try: Set CFLAGS=-O0 -mstackrealign in make.conf, and rebuild 32 bit libthr.so. You may do it in this way: cd /usr/src make build32 echo "CFLAGS+=-mstackrealign -O0" >> /etc/make.conf make build32 make install32 (or just install libthr.so manually The core file points me to a movsd instruction in libthr.so. I'm not sure if movsd has alignment requirements, but -mstackrealign does not fix it. With -O0, movsd is not generated, and youtube works....
-O0 is an overkill; just -mno-sse2 is enough. It seems like that movsd is causing the problem, and -mno-sse2 disables it. -mstackrealign -mstack-alignment=16 does not help. Now I'm not sure if it's an alignment problem or not.
Unfortunately, did not work properly working assemble flash plugin :( If build32 and install32 CFLAGS+=-mno-sse2 obtained plugin make error in the add-ons tab - not work If build32 and install32 CFLAGS+=-mstackrealign -O0 plugin correctly install, youtube not work (crashes exited on signal 10), akamai not crashes but not work
Hi there, I have this issue as well. I using FreeBSD 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r279881 I tried the following steps and it also didn't work. cd /usr/src make build32 echo "CFLAGS+=-mstackrealign -O0" >> /etc/make.conf make build32 make install32 anyone have an alternate solution ? Just wondering... thanks chan
Please, can you test if the update from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197828 fixes the issue and please report back ? Thanks
Hi, I try to update the port and compile pipelight under poudriere, but i get the following message: [00:00:03] ====>> Ignored ports: emulators/i386-wine-compholio [11Cx64-default] [2015-05-07_15h21m09s] [committing:] Queued: 1 Built: 0 Failed: 0 Skipped: 0 Ignored: 1 Tobuild: 0 Time: 00:00:02 [00:00:03] ====>> Logs: /usr/local/poudriere/data/logs/bulk/11Cx64-default/2015-05-07_15h21m09s
(In reply to Kurt Jaeger from comment #6) # pkg info | grep pipel pipelight-0.2.8.1 Wrapper for using windows plugins in web browsers # pkg info | grep wine i386-wine-compholio-1.7.41,1 32bit Wine built with the compholio patchset for 64bit FreeBSD wine-gecko-devel-2.36 Gecko Layout Engine for Wine development branch (HTML support) crush not fixed
I did the following steps in order to prevent flash from crashing on my system: 1. rm -rf /usr/obj 2. make toolchain 3. echo "CFLAGS=-mstackrealign" > /etc/make.conf 4. make build32 5. make install32 ...And Flash started working! So, I have to thank Henry for his useful suggestion.
(In reply to Oleg from comment #9) uname -a please
FreeBSD 10.2-PRERELEASE #0 r284690
Well, if you actually need to see the whole thing, then it's FreeBSD my.tv.computer 10.2-PRERELEASE FreeBSD 10.2-PRERELEASE #0 r284690: Sun Jun 21 22:42:41 EDT 2015 mythtv@my.tv.computer:/usr/obj/usr/src/sys/GENERIC amd64
Henry/Oleg workaround fixed my flash crashes as well. Now plays Amazon DRM instant video. FWIW, with the newest pipelight and dependencies silverlight doesn't work at all. FreeBSD m6600.galacticdominator.com 10.2-PRERELEASE FreeBSD 10.2-PRERELEASE #5 r286157: Sat Aug 1 10:22:41 CDT 2015 adam@m6600.galacticdominator.com:/usr/obj/usr/src/sys/M6600 amd64