Advertisement
Guest User

Untitled

a guest
Oct 15th, 2011
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.26 KB | None | 0 0
  1.  
  2. (process:11659): Gtk-WARNING **: Locale not supported by C library.
  3. Using the fallback 'C' locale.
  4. Oct 16 02:12:42 Shriharis-MacBook-Air.local python[11659] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
  5. _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
  6. Darwin
  7. movie_monkey.py:39: GtkWarning: gtk_window_resize: assertion `width > 0' failed
  8. builder.add_from_file("movie_monkey.glade")
  9. 0.000409841537476
  10. movie_monkey.py:195: GtkWarning: gdk_screen_get_monitor_geometry: assertion `monitor_num < gdk_screen_get_n_monitors (screen)' failed
  11. self.window.show_all()
  12. 2011-10-16 02:12:43.060 Python[11659:70b] An uncaught exception was raised
  13. 2011-10-16 02:12:43.061 Python[11659:70b] Error (1002) creating CGSWindow on line 263
  14. 2011-10-16 02:12:43.062 Python[11659:70b] (
  15. 0 CoreFoundation 0x9260dd87 __raiseError + 231
  16. 1 libobjc.A.dylib 0x9532b149 objc_exception_throw + 155
  17. 2 CoreFoundation 0x92575619 +[NSException raise:format:arguments:] + 137
  18. 3 CoreFoundation 0x92575589 +[NSException raise:format:] + 57
  19. 4 AppKit 0x917c824a _NSCreateWindowWithOpaqueShape2 + 335
  20. 5 AppKit 0x9170f6a1 -[NSWindow _commonAwake] + 2290
  21. 6 AppKit 0x9170e14c -[NSWindow _commonInitFrame:styleMask:backing:defer:] + 1772
  22. 7 AppKit 0x9170d1b9 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1054
  23. 8 AppKit 0x9170cd2f -[NSWindow initWithContentRect:styleMask:backing:defer:] + 70
  24. 9 AppKit 0x91ca68cb -[NSWindow initWithContentRect:styleMask:backing:defer:screen:] + 79
  25. 10 libgdk-quartz-2.0.0.dylib 0x00e91d28 -[GdkQuartzWindow initWithContentRect:styleMask:backing:defer:screen:] + 110
  26. 11 libgdk-quartz-2.0.0.dylib 0x00ea265e _gdk_window_impl_new + 986
  27. 12 libgdk-quartz-2.0.0.dylib 0x00e8f09b gdk_window_new + 870
  28. 13 libgtk-quartz-2.0.0.dylib 0x00c89300 gtk_window_realize + 725
  29. 14 libgobject-2.0.0.dylib 0x003dd229 g_closure_invoke + 439
  30. 15 libgobject-2.0.0.dylib 0x003f1557 signal_emit_unlocked_R + 1688
  31. 16 libgobject-2.0.0.dylib 0x003f34de g_signal_emit_valist + 1766
  32. 17 libgobject-2.0.0.dylib 0x003f38f3 g_signal_emit + 41
  33. 18 libgtk-quartz-2.0.0.dylib 0x00c7a0a8 gtk_widget_realize + 234
  34. 19 libgtk-quartz-2.0.0.dylib 0x00c8aa8b gtk_window_show + 173
  35. 20 libgobject-2.0.0.dylib 0x003dd229 g_closure_invoke + 439
  36. 21 libgobject-2.0.0.dylib 0x003f1557 signal_emit_unlocked_R + 1688
  37. 22 libgobject-2.0.0.dylib 0x003f34de g_signal_emit_valist + 1766
  38. 23 libgobject-2.0.0.dylib 0x003f38f3 g_signal_emit + 41
  39. 24 libgtk-quartz-2.0.0.dylib 0x00c7af08 gtk_widget_show + 122
  40. 25 _gtk.so 0x0094e1a3 _wrap_gtk_widget_show_all + 44
  41. 26 Python 0x0010172f PyEval_EvalFrameEx + 11810
  42. 27 Python 0x00104310 PyEval_EvalCodeEx + 1752
  43. 28 Python 0x000a346a PyClassMethod_New + 1411
  44. 29 Python 0x00081c39 PyObject_Call + 97
  45. 30 Python 0x00090845 PyInstance_New + 13697
  46. 31 Python 0x00081c39 PyObject_Call + 97
  47. 32 Python 0x000fde05 PyEval_CallObjectWithKeywords + 175
  48. 33 Python 0x0008d3e6 PyInstance_New + 290
  49. 34 Python 0x00081c39 PyObject_Call + 97
  50. 35 Python 0x00101b34 PyEval_EvalFrameEx + 12839
  51. 36 Python 0x00104310 PyEval_EvalCodeEx + 1752
  52. 37 Python 0x00104394 PyEval_EvalCode + 87
  53. 38 Python 0x0011a731 Py_CompileString + 110
  54. 39 Python 0x0011a7e6 PyRun_FileExFlags + 152
  55. 40 Python 0x0011ba61 PyRun_SimpleFileExFlags + 409
  56. 41 Python 0x0011c015 PyRun_AnyFileExFlags + 112
  57. 42 Python 0x0012ce38 Py_Main + 3164
  58. 43 Python 0x00075ed9 Python + 3801
  59. )
  60. 2011-10-16 02:12:43.063 Python[11659:70b] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1002) creating CGSWindow on line 263'
  61. *** Call stack at first throw:
  62. (
  63. 0 CoreFoundation 0x9260dd87 __raiseError + 231
  64. 1 libobjc.A.dylib 0x9532b149 objc_exception_throw + 155
  65. 2 CoreFoundation 0x92575619 +[NSException raise:format:arguments:] + 137
  66. 3 CoreFoundation 0x92575589 +[NSException raise:format:] + 57
  67. 4 AppKit 0x917c824a _NSCreateWindowWithOpaqueShape2 + 335
  68. 5 AppKit 0x9170f6a1 -[NSWindow _commonAwake] + 2290
  69. 6 AppKit 0x9170e14c -[NSWindow _commonInitFrame:styleMask:backing:defer:] + 1772
  70. 7 AppKit 0x9170d1b9 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1054
  71. 8 AppKit 0x9170cd2f -[NSWindow initWithContentRect:styleMask:backing:defer:] + 70
  72. 9 AppKit 0x91ca68cb -[NSWindow initWithContentRect:styleMask:backing:defer:screen:] + 79
  73. 10 libgdk-quartz-2.0.0.dylib 0x00e91d28 -[GdkQuartzWindow initWithContentRect:styleMask:backing:defer:screen:] + 110
  74. 11 libgdk-quartz-2.0.0.dylib 0x00ea265e _gdk_window_impl_new + 986
  75. 12 libgdk-quartz-2.0.0.dylib 0x00e8f09b gdk_window_new + 870
  76. 13 libgtk-quartz-2.0.0.dylib 0x00c89300 gtk_window_realize + 725
  77. 14 libgobject-2.0.0.dylib 0x003dd229 g_closure_invoke + 439
  78. 15 libgobject-2.0.0.dylib 0x003f1557 signal_emit_unlocked_R + 1688
  79. 16 libgobject-2.0.0.dylib 0x003f34de g_signal_emit_valist + 1766
  80. 17 libgobject-2.0.0.dylib 0x003f38f3 g_signal_emit + 41
  81. 18 libgtk-quartz-2.0.0.dylib 0x00c7a0a8 gtk_widget_realize + 234
  82. 19 libgtk-quartz-2.0.0.dylib 0x00c8aa8b gtk_window_show + 173
  83. 20 libgobject-2.0.0.dylib 0x003dd229 g_closure_invoke + 439
  84. 21 libgobject-2.0.0.dylib 0x003f1557 signal_emit_unlocked_R + 1688
  85. 22 libgobject-2.0.0.dylib 0x003f34de g_signal_emit_valist + 1766
  86. 23 libgobject-2.0.0.dylib 0x003f38f3 g_signal_emit + 41
  87. 24 libgtk-quartz-2.0.0.dylib 0x00c7af08 gtk_widget_show + 122
  88. 25 _gtk.so 0x0094e1a3 _wrap_gtk_widget_show_all + 44
  89. 26 Python 0x0010172f PyEval_EvalFrameEx + 11810
  90. 27 Python 0x00104310 PyEval_EvalCodeEx + 1752
  91. 28 Python 0x000a346a PyClassMethod_New + 1411
  92. 29 Python 0x00081c39 PyObject_Call + 97
  93. 30 Python 0x00090845 PyInstance_New + 13697
  94. 31 Python 0x00081c39 PyObject_Call + 97
  95. 32 Python 0x000fde05 PyEval_CallObjectWithKeywords + 175
  96. 33 Python 0x0008d3e6 PyInstance_New + 290
  97. 34 Python 0x00081c39 PyObject_Call + 97
  98. 35 Python 0x00101b34 PyEval_EvalFrameEx + 12839
  99. 36 Python 0x00104310 PyEval_EvalCodeEx + 1752
  100. 37 Python 0x00104394 PyEval_EvalCode + 87
  101. 38 Python 0x0011a731 Py_CompileString + 110
  102. 39 Python 0x0011a7e6 PyRun_FileExFlags + 152
  103. 40 Python 0x0011ba61 PyRun_SimpleFileExFlags + 409
  104. 41 Python 0x0011c015 PyRun_AnyFileExFlags + 112
  105. 42 Python 0x0012ce38 Py_Main + 3164
  106. 43 Python 0x00075ed9 Python + 3801
  107. )
  108. Trace/BPT trap: 5
  109.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement