#1217: C-level block crashes application ----------------------------------+----------------------------------------- Reporter: geetarista@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 1.0 Component: MacRuby | Keywords: ----------------------------------+----------------------------------------- Changes (by lsansonetti@…): * milestone: MacRuby 0.11 => MacRuby 1.0 Comment: Thanks for reporting this issue. We must fix it in the next micro release. To answer your side question, the only way to verify that your application will run on other environments would be in this case to temporarily remove the BridgeSupport files of your system, this way MacRuby will be forced to read the files that are embedded inside the app (if you pass --bs of course). The following command (warning: untested) might do it, by renaming all BridgeSupport directories into something else that MacRuby won't pick: find /System/Library/Frameworks -name BridgeSupport -exec mv {} BridgeSupport.old \; -- Ticket URL: <http://www.macruby.org/trac/ticket/1217#comment:1> MacRuby <http://macruby.org/>