The app crashes on startup on my macbook: core 2 duo, osx 10.6.6

12-03-11 18:18:02       Redwood[22169]  ==== starting Redwood ====
12-03-11 18:18:04       [0x0-0x475475].com.highgroove.redwood[22169]    
dlopen(/System/Library/Frameworks/CoreFoundation.framework/Resources/BridgeSupport/CoreFoundation.dylib,
 1): no suitable image found.  Did find:
12-03-11 18:18:04       [0x0-0x475475].com.highgroove.redwood[22169]            
/System/Library/Frameworks/CoreFoundation.framework/Resources/BridgeSupport/CoreFoundation.dylib:
 mach-o, but wrong architecture (RuntimeError)
12-03-11 18:18:04       com.apple.launchd.peruser.501[576]      
([0x0-0x475475].com.highgroove.redwood[22169]) Exited with exit code: 1

% file 
/System/Library/Frameworks/CoreFoundation.framework/Resources/BridgeSupport/CoreFoundation.dylib
/System/Library/Frameworks/CoreFoundation.framework/Resources/BridgeSupport/CoreFoundation.dylib:
 Mach-O 64-bit dynamically linked shared library x86_64

% file /Users/eloy/Downloads/Redwood.app/Contents/MacOS/Redwood 
/Users/eloy/Downloads/Redwood.app/Contents/MacOS/Redwood: Mach-O executable i386

Not sure if that BridgeSupport file was updated by the preview installers, but 
it seems that your app does not want to load mine because your app is only 
compiled for i368.

HTH

On 10 mrt 2011, at 19:00, Andre Lewis wrote:

> Redwood is a "Spotlight for your web apps" -- it searches Basecamp, GMail, 
> and GDocs from one search bar on your desktop. 
> 
> Developing in MacRuby has been a joy, and I'd like to make Redwood a showcase 
> for desktop MacRuby. You can help by installing Redwood and let me know if 
> you have any issues. We're using embedded, compiled gems, so I'd like to see 
> it running successfully on a variety of Macs.
> 
> Download: http://redwoodapp.com/system/Redwood.zip  (note: OSX 10.6+ required)
> 
> A little technical background:
> MacRuby 0.9, embedded in the application bundle
> Two gems: Nokogiri and GData, also embedded in the application bundle. We use 
> macruby_deploy --gem, which makes gem bundling a breeze.
> A few Obj-C libraries: Sqlite3 and FMDB for database, ASIHTTPRequest for 
> HTTP, Sparkle for auto-update. The app started out in Obj-C. We moved to 
> MacRuby, but some parts remain in Obj-C. As we go, anything that needs 
> refactoring moves to Ruby.
> all the usual Cocoa APIs, mostly used from Ruby. 
> the main UI is rendered primarily in HTML/CSS, and events are passed back and 
> forth between an embedded Webview and Cocoa
> 
> Please give it a whirl and let me know how it goes. Download link again: 
> http://redwoodapp.com/system/Redwood.zip
> 
> Thanks,
> 
> Andre
> 
> 
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel@lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to