Re: [MacRuby-devel] "can't convert Class into String (TypeError)"

2011-05-04 Thread Nathaniel Talbott
On Wed, May 4, 2011 at 10:31, Nathaniel Talbott wrote: > Am I doing something stupid here, or is something broken underneath? To answer my own question, I was doing something stupid. Turns out the argument to "modes:" should be an array of strings, not a single string. One thing

[MacRuby-devel] "can't convert Class into String (TypeError)"

2011-05-04 Thread Nathaniel Talbott
oject; I just tested it against the latest from master. Am I doing something stupid here, or is something broken underneath? -- Nathaniel Talbott <:((>< ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosfor

Re: [MacRuby-devel] macruby_deploy --embed bug

2011-04-18 Thread Nathaniel Talbott
On Sun, Apr 17, 2011 at 9:56 PM, Laurent Sansonetti wrote: > Thanks for finding this also! It looks like the recent change to > macruby_deploy > in order to conform to new AppStore submissions broke the load path > relocation. Perfect - the fix works great. Thanks! -- Natha

Re: [MacRuby-devel] macruby_deploy --embed bug

2011-04-17 Thread Nathaniel Talbott
On Sun, Apr 17, 2011 at 12:07 PM, Nathaniel Talbott wrote: > Tonight I'll be able to submit a reproduction of the issue (have to > run out now) but in the meantime, any ideas as to what the cause might > be? After doing a bit of poking around and failing to find the root of

[MacRuby-devel] macruby_deploy --embed bug

2011-04-17 Thread Nathaniel Talbott
t.app/Contents/Frameworks/MacRuby.framework/Versions/0.11 It manifests as not being able to require any files in the stdlib. Tonight I'll be able to submit a reproduction of the issue (have to run out now) but in the meantime, any ideas as to what the cause might be? Thanks, -- Nathani

Re: [MacRuby-devel] BridgeSupport crash

2011-04-17 Thread Nathaniel Talbott
version, so you may want to consider > embedding it. Doing so has definitely fixed my BridgeSupport issues - thanks! I've run in to another issue related to embedding that seems to have been introduced in master; will post on that momentar

Re: [MacRuby-devel] BridgeSupport crash

2011-04-16 Thread Nathaniel Talbott
On Sat, Apr 16, 2011 at 2:34 PM, Nathaniel Talbott wrote: > Excellent! Can't wait to see your commit, since I've been playing with > a fix and am curious if I'm even looking in the right place :-) Attached is my hacky patch; my sample app works if I build with it (going to

Re: [MacRuby-devel] BridgeSupport crash

2011-04-16 Thread Nathaniel Talbott
oking in the right place :-) In the meantime, is there any simple workaround for 0.10? Would love to get this app shipped in working form to my alpha testers post-haste. Thanks, Nathaniel -- Nathaniel Talbott <:((>< ___ MacRuby

Re: [MacRuby-devel] BridgeSupport crash

2011-04-16 Thread Nathaniel Talbott
On Sat, Apr 16, 2011 at 9:29 AM, Nathaniel Talbott wrote: > I have not tried to get it to crash on my development box (though I'll > probably attempt that next); perhaps the difference is running it on a > box that truly has never had the new BridgeSupport installed? OK, running

Re: [MacRuby-devel] BridgeSupport crash

2011-04-16 Thread Nathaniel Talbott
t; framework (other than MacRuby) inside your app? If yes, did you generate a > BridgeSupport file for it? Nope, the crasher has nothing embedded beyond MacRuby. -- Nathaniel Talbott <:((>< ___ MacRuby-devel mailing list MacRuby-devel@lis

Re: [MacRuby-devel] BridgeSupport crash

2011-04-15 Thread Nathaniel Talbott
ssue. So I think there are two possibilities: I totally don't understand BridgeSupport (completely possible!) or there's simply a bug in the MacRuby code that loads BridgeSupport files from Resources/BridgeSupport. Of course, I could be co

Re: [MacRuby-devel] BridgeSupport crash

2011-04-15 Thread Nathaniel Talbott
On Fri, Apr 15, 2011 at 11:58 AM, Nathaniel Talbott wrote: > I have a MacRuby app that's working great on my local box, but when I > put it on another box it crashes hard. Here's the relevant thread > crash info: I have more data on this. If I remove the references in

[MacRuby-devel] BridgeSupport crash

2011-04-15 Thread Nathaniel Talbott
em is that I've installed BridgeSupport preview3, but the box it's crashing on hasn't. I'm doing a macruby_deploy --bs and have verified that the BridgeSupport files are being copied into the right spot in the .app file. Any ideas what might be wrong and/or how I can debug fu