Sorendil / premotedroid

Automatically exported from code.google.com/p/premotedroid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't start server (Linux)

GoogleCodeExporter opened this issue · comments

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

Oh, and I do have an X server running, of course.

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

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