#305: boilerplate hotcocoa project crashes --------------------------------+------------------------------------------- Reporter: crafterm@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: hotcocoa crash --------------------------------+------------------------------------------- Hi There, Hope all is going well. When creating a boilerplate hotcocoa project, running macrake builds the project and creates the resultant foo.app file, however this .app file crashes and fails to start. Taking the generated application.rb file into macirb and attempting to run it manually results in the following error: irb(main):043:0> Application.new.start NameError: uninitialized constant LayoutView from 0:in `const_missing:' from 0:in `const_missing:' from 0:in `init_with_options:' from 0:in `window:' from 0:in `handle_block:' from 0:in `application:' from 0:in `start' from 0:in `eval:' from 0:in `evaluate:' from 0:in `evaluate:' from 0:in `signal_status:' from 0:in `class_eval:' from 0:in `each_top_level_statement' from 0:in `eval_input' from 0:in `start:' Any thoughts how to remedy? Cheers, Marcus -- Ticket URL: <http://www.macruby.org/trac/ticket/305> MacRuby <http://macruby.org/>