[MPlayer-users] [ws] shared memory extension error

Zoltan Peter Toth Zoltan.Peter.Toth at ericsson.com
Wed Aug 4 14:11:13 CEST 2004


I had the ws crash on starting gmplayer on Solaris/Sparc, on 1.0-pre5 even if I specified
--disable-shm to the configure script.

So in order to prevent attempts to access shared memory, I made a workaround in the
source code: in file Gui/wm/ws.c modified this line as follows:
(the original line is commented out)

/*int                  wsUseXShm = 1;*/
int                  wsUseXShm = 0;

Now it works.
Good luck !
	Zoltan




More information about the MPlayer-users mailing list