View Single Post
Posts: 235 | Thanked: 339 times | Joined on Nov 2010
#2
It's an issue of wrong types. You're sending (I believe) three integers, when the method wants a byte and two quint32's. I would cast 0 to a uchar and make the other two quint32.

That error message is dodgy; I think it's a custom one sent by the CSD daemon
 

The Following 2 Users Say Thank You to jstokes For This Useful Post: