Questions tagged [wait-fences]

5 questions
2
votes
1 answer

crash with AVCapture based viewController

I m working on an app which use OpenGL VideoCapture inside a UIViewController on the first init of this controller I get this message in the console: wait_fences: failed to receive reply: 10004003 the message is displayed right after viewController…
Nico AD
  • 1,657
  • 4
  • 31
  • 51
2
votes
5 answers

wait_fences: failed to receive reply: 10004003 (Again)

Another cry for help about this warning. First of all I have looked at every and all questions on here elsewhere and none seem to fit my situation. It has nothing to do with Alert boxes and resigning as first responder, nor performing any animation…
Peter M
  • 7,309
  • 3
  • 50
  • 91
2
votes
0 answers

wait_fences: failed to receive reply: 10004003 and navigationcontrollers in tabs

I'm having a heck of a time with the infamous wait_fences: failed to receive reply: 10004003 console message on an iPad app. I've searched Stack Overflow in vain for a solution, but most answers seem to be talking about textfields and the like.…
Erick
  • 31
  • 2
1
vote
2 answers

UIAlertView, NSURLConnection and wait_fences

I'm trying to display a UIAlertView with UIActivityIndicator after a user presses "log in" in a modal view controller. To log in, the credentials are sent to a server using sendAsynchronousRequest:queue:completionHandler: from the NSURLConnection…
RDM
  • 4,986
  • 4
  • 34
  • 43
0
votes
2 answers

how do I debug a wait_fences error

wait_fences: failed to receive reply: 10004003 I continue to get this error. It happens when my app starts up. How would I debug this issue. Is there some way I can watch the wait_fences and see what is going on there. Is there some way to see what…
The Lazy Coder
  • 11,560
  • 4
  • 51
  • 69