Changes between Initial Version and Version 1 of Ticket #2650, comment 7


Ignore:
Timestamp:
Jul 6, 2014, 10:37:51 PM (10 years ago)
Author:
wraitii

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2650, comment 7

    initial v1  
    22
    33It appears however I have no g_renderer nor any g_gui or similar.
     4
     5
     6If I try to run with -editor, it crashes with this:
     7
     8{{{
     9[NSApplication transformToForegroundApplication]: unrecognized selector sent to instance 0x7fcd50506a40
     102014-07-06 22:36:41.045 pyrogenesis[12401:507] -[NSApplication transformToForegroundApplication]: unrecognized selector sent to instance 0x7fcd50506a40
     112014-07-06 22:36 pyrogenesis[12401] (CarbonCore.framework) FSEventStreamCreate: _FSEventStreamCreate: ERROR: could not allocate 0 bytes for array of path strings
     122014-07-06 22:36 pyrogenesis[12401] (CarbonCore.framework) FSEventStreamScheduleWithRunLoop(): failed assertion 'streamRef != NULL'
     13
     142014-07-06 22:36 pyrogenesis[12401] (CarbonCore.framework) FSEventStreamStart(): failed assertion 'streamRef != NULL'
     15
     16dir_watch.cpp(143): Assertion failed: "0 && (L"event_loop FSEventStreamStart failed!")"
     1722:36:41: Error: Assertion failed: "0 && (L"event_loop FSEventStreamStart failed!")"
     18Location: dir_watch.cpp:143 (CreateEventStream)
     19
     20Call stack:
     21
     22(error while dumping stack: Function not supported)
     23errno = 0 (No error reported here) }}}