Guest User

Untitled

a guest
Jul 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. (gdb) n
  2. 796 SDL_SetEventFilter(&filter);
  3. (gdb) n
  4. 800 sg_SetIcon();
  5. (gdb) n
  6. 802 tConsole::RegisterMessageCallback(&uMenu::Message);
  7. (gdb) n
  8. 803 tConsole::RegisterIdleCallback(&uMenu::IdleInput);
  9. (gdb) n
  10. 805 if (sr_InitDisplay()){
  11. (gdb) n
  12. failed attempts:1
  13. X Error of failed request: BadRequest (invalid request code or no such operation)
  14. Major opcode of failed request: 136 (GLX)
  15. Minor opcode of failed request: 19 (X_GLXQueryServerString)
  16. Serial number of failed request: 13
  17. Current serial number in output stream: 13
  18. Display Lists Created: 0, used: 0 and passed: 0.
  19. XIO: fatal IO error 9 (Bad file descriptor) on X server "�v"
  20. after 17 requests (17 known processed) with 0 events remaining.
  21. [Inferior 1 (process 27234) exited with code 01]
  22. warning: Error removing breakpoint 0
  23. warning: Error removing breakpoint 0
  24. warning: Error removing breakpoint 0
  25. warning: Error removing breakpoint 0
  26. warning: Error removing breakpoint 0
  27. (gdb) n
Add Comment
Please, Sign In to add comment