System hangs when playing video (freeBSD7.2)

What is the file: nepomukservicestub.core?
What is the service nepomukservicestub? What problem with it?
 
nepomukservicestub.core is memory dump of app that crashed.
nepomukservicestub is something that you installed and enabled and/or launched.

Have you tried using multimedia/mplayer or it's wrapper multimedia/playd

P.S.
and, ye, You didn't even called player you're using
We can't find problems, without clues, Detective
 
I had same problem. I fixed it updating to latest versions from ports. It is probably Mesa/Xorg/DRI/DRM fault or some combination of it :)

System did not hang, just video got corrupted.
 
I think I have this same problem. The screen becomes completely unresponsive, but the keyboard still works. And for me it only happens with some movies, but happens the same in almost every player. Although sometimes I've gotten them to play with mplayer.
 
have just upgrade ports collection, upgrade xf86-video-intell, upgrade mplayer
Code:
%mplayer videofile --> playing audio, not picture
X11 error: BadAlloc (insufficient resources for operation) 
%mplayer -vo x11 videofile --> playing audio and picture, but can't resize the picture
 
Code:
%mplayer -vo x11 -loop 0 -zoom -framedrop videofile
%vlc --vout x11 videofile
play good
What kind of problem? how can fix it?
 
Back
Top