Mangetsu / premotedroid

Automatically exported from code.google.com/p/premotedroid
0 stars 0 forks source link

Can't start server (Linux) #105

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download and unzip server files
2. In the console, run: java -jar PRemoteDroid-Server.jar

I get the following error:

The program '<unknown>' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 220 error_code 8 request_code 73 minor_code 0)
  (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.)

Original issue reported on code.google.com by mhelvens on 17 Sep 2011 at 9:17

GoogleCodeExporter commented 8 years ago
Oh, and I do have an X server running, of course.

Original comment by mhelvens on 17 Sep 2011 at 9:18

GoogleCodeExporter commented 8 years ago
So... it works now. I don't understand why. I've done nothing to fix it. Just 
tried again after a while.

Even so, perhaps you can take a look at that error message. See if you can 
deduce what the problem might have been, try to make sure it doesn't happen 
again.

Original comment by mhelvens on 17 Sep 2011 at 10:28