Bug Report The program 'obs' received an X Window System error.

I had obs-studio open only to use the main preview window which i was streaming with simplescreenrecorder and when I was alt-tab'ing out of the game Don't Starve and doing something all of a sudden obs-studio crashed. The message in the terminal stated,
  1. The program 'obs' received an X Window System error.
  2. This probably reflects a bug in the program.
  3. The error was 'BadMatch (invalid parameter attributes)'.
  4. (Details: serial 186043 error_code 8 request_code 142 minor_code 6)
  5. (Note to programmers: normally, X errors are reported asynchronously;
  6. that is, you will receive the error a while after causing it.
  7. To debug your program, run it with the --sync command line
  8. option to change this behavior. You can then get a meaningful
  9. backtrace from your debugger if you break on the gdk_x_error() function.)
  10. QSocketNotifier: Invalid socket 8 and type 'Read', disabling...
  11. Segmentation fault (core dumped)
so I thought I should report it. Here's the entire terminal output from the crash.
http://pastebin.com/QNHbb9dK
 
must have something to do with devilspie cause when I tried to launch devilspie which will make obs window fullscreen and undecorate so i get the preview window as large as i can i got this error message
Code:
error: device_copy_texture (GL) failed
The program 'obs' received an X Window System error.
This probably reflects a bug in the program.
The error was 'GLXBadPixmap'.
  (Details: serial 1748 error_code 172 request_code 155 minor_code 23)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Segmentation fault (core dumped)
 
Top