Hi guys,<br><br>I have spent the last day or two doing some porting so that spicec would use kqueue on bsd instead of epoll. I have disabled audio for now, but once the current version works as it should, I will do a port to CoreAudio aswell.<br>
I now have a working version, however I had to disable the shm stuff in order to get it to work since I have been getting the following error:<br><br>1275161751 ERROR spice : x_error_handler: x error on display :0.0 error (code 10)  BadAccess (attempt to access private resource denied) major 139 minor 1 request 139<br>
<br>Since the major code (139) is outside the 125? which is the standard codes in X, I guessed that 139 is an Xorg extension, <br>$ xdpyinfo -display :0 -queryExtensions |grep 139<br>    MIT-SHM  (opcode: 139, base event: 76, base error: 145)<br>
<br>So my wild guess is that it tries to write outside the available buffer?<br>Any help would be much appriciated!<br><br>Thanks a lot!<br><br>Regards,<br><br>Attila Sukosd<br>