Advertisement
Guest User

Untitled

a guest
Aug 25th, 2015
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.97 KB | None | 0 0
  1. # pcsx opens fine, but after i open a .bin file i get "RGB mode found. id: 18424752, depth: 24"
  2. # and then after a second of black screen i get the rest of the error.
  3. # that other command didn't work.
  4.  
  5. jeggy@jeggy-Lenovo-Z50-70:~$ pcsx -v --synce
  6. RGB mode found.  id: 18424752, depth: 24
  7. The program 'pcsx' received an X Window System error.
  8. This probably reflects a bug in the program.
  9. The error was 'BadRequest (invalid request code or no such operation)'.
  10.   (Details: serial 75 error_code 1 request_code 150 minor_code 19)
  11.   (Note to programmers: normally, X errors are reported asynchronously;
  12.    that is, you will receive the error a while after causing it.
  13.    To debug your program, run it with the --sync command line
  14.    option to change this behavior. You can then get a meaningful
  15.    backtrace from your debugger if you break on the gdk_x_error() function.)
  16. jeggy@jeggy-Lenovo-Z50-70:~$ gdk_x_error -v --sync
  17. gdk_x_error: command not found
  18. jeggy@jeggy-Lenovo-Z50-70:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement