当我在 pcsx 中打开 bin 文件时,它会加载一秒钟,然后崩溃。我收到此错误(--sync,没有任何区别):
jeggy@jeggy-Lenovo-Z50-70:~$ pcsx --sync
RGB mode found. id: 18424752, depth: 24
The program 'pcsx' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadRequest (invalid request code or no such operation)'.
(Details: serial 75 error_code 1 request_code 150 minor_code 19)
(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.)
jeggy@jeggy-Lenovo-Z50-70:~$ gdk_x_error
有谁能帮我解决这个问题?
答案1
我必须选择 NVidia 驱动程序,我使用了这个 ppa:ppa:图形驱动程序/ppa(OMG Ubuntu:Ubuntu NVIDIA 图形驱动程序 PPA 已准备就绪)
然后打开 NVIDIA X 服务器设置,英特尔(省电模式)被选中,所以我必须选择NVIDIA(性能模式)
答案2
你可以尝试这个:
pcsx -v --synce
gdk_x_error -v --sync
这样也许能很好地发挥作用。