Advertisement
Guest User

Untitled

a guest
Oct 25th, 2011
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.73 KB | None | 0 0
  1. (process:53154): Gtk-WARNING **: Locale not supported by C library.
  2. Using the fallback 'C' locale.
  3. Oct 25 20:49:20 Shriharis-MacBook-Air.local python[53154] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
  4. _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
  5. Darwin
  6. movie_monkey.py:40: GtkWarning: gtk_window_resize: assertion `width > 0' failed
  7. builder.add_from_file("movie_monkey.glade")
  8. 0.112215995789
  9. movie_monkey.py:203: GtkWarning: gdk_screen_get_monitor_geometry: assertion `monitor_num < gdk_screen_get_n_monitors (screen)' failed
  10. self.window.show()
  11. 2011-10-25 20:49:21.077 python[53154:f03] An uncaught exception was raised
  12. 2011-10-25 20:49:21.078 python[53154:f03] Error (1002) creating CGSWindow on line 263
  13. 2011-10-25 20:49:21.086 python[53154:f03] (
  14. 0 CoreFoundation 0x9260dd87 __raiseError + 231
  15. 1 libobjc.A.dylib 0x9532b149 objc_exception_throw + 155
  16. 2 CoreFoundation 0x92575619 +[NSException raise:format:arguments:] + 137
  17. 3 CoreFoundation 0x92575589 +[NSException raise:format:] + 57
  18. 4 AppKit 0x917c824a _NSCreateWindowWithOpaqueShape2 + 335
  19. 5 AppKit 0x9170f6a1 -[NSWindow _commonAwake] + 2290
  20. 6 AppKit 0x9170e14c -[NSWindow _commonInitFrame:styleMask:backing:defer:] + 1772
  21. 7 AppKit 0x9170d1b9 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1054
  22. 8 AppKit 0x9170cd2f -[NSWindow initWithContentRect:styleMask:backing:defer:] + 70
  23. 9 AppKit 0x91ca68cb -[NSWindow initWithContentRect:styleMask:backing:defer:screen:] + 79
  24. 10 libgdk-quartz-2.0.0.dylib 0x0194c948 -[GdkQuartzWindow initWithContentRect:styleMask:backing:defer:screen:] + 118
  25. 11 libgdk-quartz-2.0.0.dylib 0x0195fdee _gdk_window_impl_new + 1066
  26. 12 libgdk-quartz-2.0.0.dylib 0x0193a12e gdk_window_new + 1265
  27. 13 libgtk-quartz-2.0.0.dylib 0x016d688a gtk_window_realize + 918
  28. 14 libgobject-2.0.0.dylib 0x0052205c g_cclosure_marshal_VOID__VOID + 164
  29. 15 libgobject-2.0.0.dylib 0x005083c5 g_type_class_meta_marshal + 97
  30. 16 libgobject-2.0.0.dylib 0x005080bc g_closure_invoke + 370
  31. 17 libgobject-2.0.0.dylib 0x00520fdd signal_emit_unlocked_R + 1311
  32. 18 libgobject-2.0.0.dylib 0x005205ac g_signal_emit_valist + 2212
  33. 19 libgobject-2.0.0.dylib 0x005208d2 g_signal_emit + 44
  34. 20 libgtk-quartz-2.0.0.dylib 0x016be67a gtk_widget_realize + 446
  35. 21 libgtk-quartz-2.0.0.dylib 0x016d5f7b gtk_window_show + 293
  36. 22 libgobject-2.0.0.dylib 0x0052205c g_cclosure_marshal_VOID__VOID + 164
  37. 23 libgobject-2.0.0.dylib 0x005083c5 g_type_class_meta_marshal + 97
  38. 24 libgobject-2.0.0.dylib 0x005080bc g_closure_invoke + 370
  39. 25 libgobject-2.0.0.dylib 0x00520fdd signal_emit_unlocked_R + 1311
  40. 26 libgobject-2.0.0.dylib 0x005205ac g_signal_emit_valist + 2212
  41. 27 libgobject-2.0.0.dylib 0x005208d2 g_signal_emit + 44
  42. 28 libgtk-quartz-2.0.0.dylib 0x016bdbad gtk_widget_show + 219
  43. 29 _gtk.so 0x0119c21a _wrap_gtk_widget_show + 46
  44. 30 libpython2.7.dylib 0x000c30aa PyEval_EvalFrameEx + 24842
  45. 31 libpython2.7.dylib 0x000c5a4c PyEval_EvalCodeEx + 2012
  46. 32 libpython2.7.dylib 0x0004069b function_call + 139
  47. 33 libpython2.7.dylib 0x0000f025 PyObject_Call + 85
  48. 34 libpython2.7.dylib 0x000215d5 instancemethod_call + 389
  49. 35 libpython2.7.dylib 0x0000f025 PyObject_Call + 85
  50. 36 libpython2.7.dylib 0x000bbd2e PyEval_CallObjectWithKeywords + 78
  51. 37 libpython2.7.dylib 0x000248e5 PyInstance_New + 117
  52. 38 libpython2.7.dylib 0x0000f025 PyObject_Call + 85
  53. 39 libpython2.7.dylib 0x000be574 PyEval_EvalFrameEx + 5588
  54. 40 libpython2.7.dylib 0x000c5a4c PyEval_EvalCodeEx + 2012
  55. 41 libpython2.7.dylib 0x000c5b97 PyEval_EvalCode + 87
  56. 42 libpython2.7.dylib 0x000ea0ac PyRun_FileExFlags + 172
  57. 43 libpython2.7.dylib 0x000ea414 PyRun_SimpleFileExFlags + 596
  58. 44 libpython2.7.dylib 0x00101f35 Py_Main + 3365
  59. 45 python 0x00002f75 start + 53
  60. 46 ??? 0x00000002 0x0 + 2
  61. )
  62. 2011-10-25 20:49:21.086 python[53154:f03] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1002) creating CGSWindow on line 263'
  63. *** Call stack at first throw:
  64. (
  65. 0 CoreFoundation 0x9260dd87 __raiseError + 231
  66. 1 libobjc.A.dylib 0x9532b149 objc_exception_throw + 155
  67. 2 CoreFoundation 0x92575619 +[NSException raise:format:arguments:] + 137
  68. 3 CoreFoundation 0x92575589 +[NSException raise:format:] + 57
  69. 4 AppKit 0x917c824a _NSCreateWindowWithOpaqueShape2 + 335
  70. 5 AppKit 0x9170f6a1 -[NSWindow _commonAwake] + 2290
  71. 6 AppKit 0x9170e14c -[NSWindow _commonInitFrame:styleMask:backing:defer:] + 1772
  72. 7 AppKit 0x9170d1b9 -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1054
  73. 8 AppKit 0x9170cd2f -[NSWindow initWithContentRect:styleMask:backing:defer:] + 70
  74. 9 AppKit 0x91ca68cb -[NSWindow initWithContentRect:styleMask:backing:defer:screen:] + 79
  75. 10 libgdk-quartz-2.0.0.dylib 0x0194c948 -[GdkQuartzWindow initWithContentRect:styleMask:backing:defer:screen:] + 118
  76. 11 libgdk-quartz-2.0.0.dylib 0x0195fdee _gdk_window_impl_new + 1066
  77. 12 libgdk-quartz-2.0.0.dylib 0x0193a12e gdk_window_new + 1265
  78. 13 libgtk-quartz-2.0.0.dylib 0x016d688a gtk_window_realize + 918
  79. 14 libgobject-2.0.0.dylib 0x0052205c g_cclosure_marshal_VOID__VOID + 164
  80. 15 libgobject-2.0.0.dylib 0x005083c5 g_type_class_meta_marshal + 97
  81. 16 libgobject-2.0.0.dylib 0x005080bc g_closure_invoke + 370
  82. 17 libgobject-2.0.0.dylib 0x00520fdd signal_emit_unlocked_R + 1311
  83. 18 libgobject-2.0.0.dylib 0x005205ac g_signal_emit_valist + 2212
  84. 19 libgobject-2.0.0.dylib 0x005208d2 g_signal_emit + 44
  85. 20 libgtk-quartz-2.0.0.dylib 0x016be67a gtk_widget_realize + 446
  86. 21 libgtk-quartz-2.0.0.dylib 0x016d5f7b gtk_window_show + 293
  87. 22 libgobject-2.0.0.dylib 0x0052205c g_cclosure_marshal_VOID__VOID + 164
  88. 23 libgobject-2.0.0.dylib 0x005083c5 g_type_class_meta_marshal + 97
  89. 24 libgobject-2.0.0.dylib 0x005080bc g_closure_invoke + 370
  90. 25 libgobject-2.0.0.dylib 0x00520fdd signal_emit_unlocked_R + 1311
  91. 26 libgobject-2.0.0.dylib 0x005205ac g_signal_emit_valist + 2212
  92. 27 libgobject-2.0.0.dylib 0x005208d2 g_signal_emit + 44
  93. 28 libgtk-quartz-2.0.0.dylib 0x016bdbad gtk_widget_show + 219
  94. 29 _gtk.so 0x0119c21a _wrap_gtk_widget_show + 46
  95. 30 libpython2.7.dylib 0x000c30aa PyEval_EvalFrameEx + 24842
  96. 31 libpython2.7.dylib 0x000c5a4c PyEval_EvalCodeEx + 2012
  97. 32 libpython2.7.dylib 0x0004069b function_call + 139
  98. 33 libpython2.7.dylib 0x0000f025 PyObject_Call + 85
  99. 34 libpython2.7.dylib 0x000215d5 instancemethod_call + 389
  100. 35 libpython2.7.dylib 0x0000f025 PyObject_Call + 85
  101. 36 libpython2.7.dylib 0x000bbd2e PyEval_CallObjectWithKeywords + 78
  102. 37 libpython2.7.dylib 0x000248e5 PyInstance_New + 117
  103. 38 libpython2.7.dylib 0x0000f025 PyObject_Call + 85
  104. 39 libpython2.7.dylib 0x000be574 PyEval_EvalFrameEx + 5588
  105. 40 libpython2.7.dylib 0x000c5a4c PyEval_EvalCodeEx + 2012
  106. 41 libpython2.7.dylib 0x000c5b97 PyEval_EvalCode + 87
  107. 42 libpython2.7.dylib 0x000ea0ac PyRun_FileExFlags + 172
  108. 43 libpython2.7.dylib 0x000ea414 PyRun_SimpleFileExFlags + 596
  109. 44 libpython2.7.dylib 0x00101f35 Py_Main + 3365
  110. 45 python 0x00002f75 start + 53
  111. 46 ??? 0x00000002 0x0 + 2
  112. )
  113. Trace/BPT trap: 5
  114.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement