PCSX falha após abrir o arquivo bin [fechado]

1

Quando estou abrindo arquivos bin em pcsx, ele é carregado por um segundo e depois trava. Estou recebendo este erro (--sync, não faz nenhuma diferença):

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

alguém que poderia me ajudar a consertar isso?

    
por Jeggy 23.08.2015 / 13:29

2 respostas

1

Eu tive que escolher o driver NVidia, eu usei esse ppa: ppa: graphics-drivers / ppa ( OMG Ubuntu: Drivers de gráficos NVIDIA Ubuntu PPA está pronto para a ação

Em seguida, abra as configurações do NVIDIA X Server, o Intel (modo de economia de energia) foi selecionado, então eu tive que escolher NVIDIA (modo de desempenho)

    
por Jeggy 02.09.2015 / 16:12
0

Você pode tentar isso:

pcsx -v --synce
gdk_x_error -v --sync

e pode funcionar bem assim.

    
por Michael 25.08.2015 / 20:30