Hey, all. I'm still seeing this bug in MacRuby 0.8: http://www.macruby.org/trac/ticket/648 unrecognized runtime type `{__CGEventTapProxy=}' (TypeError) I've been trying to figure out what causes it. As I understand it, it's because ^{__CGEventTapProxy=} is listed as the arg type in the BridgeSupport file, but MacRuby doesn't know how to map that to an object. Do I have that right? I was hoping I could work out a fix myself, but I think I'm still missing something about how MacRuby uses BridgeSupport. Any pointers appreciated. Thanks, Peter -- Words: http://www.nothingundone.net/ Videos: http://www.youtube.com/peeja Conversation: (603) 548-1203
Hi, I recommend that you would check the trend of the BridgeSupport. http://www.macruby.org/blog/2010/12/15/bridgesupport-preview2.html Regards 2011/3/6 Peter Jaros <peter.a.jaros@gmail.com>:
Hey, all.
I'm still seeing this bug in MacRuby 0.8:
http://www.macruby.org/trac/ticket/648 unrecognized runtime type `{__CGEventTapProxy=}' (TypeError)
I've been trying to figure out what causes it. As I understand it, it's because ^{__CGEventTapProxy=} is listed as the arg type in the BridgeSupport file, but MacRuby doesn't know how to map that to an object. Do I have that right? I was hoping I could work out a fix myself, but I think I'm still missing something about how MacRuby uses BridgeSupport. Any pointers appreciated.
Thanks, Peter
-- Words: http://www.nothingundone.net/ Videos: http://www.youtube.com/peeja Conversation: (603) 548-1203 _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Upgrading BridgeSupport to Preview 2 fixed it. Thanks! Peter On Sat, Mar 5, 2011 at 10:15 PM, Watson <watson1978@gmail.com> wrote:
Hi,
I recommend that you would check the trend of the BridgeSupport. http://www.macruby.org/blog/2010/12/15/bridgesupport-preview2.html
Regards
2011/3/6 Peter Jaros <peter.a.jaros@gmail.com>:
Hey, all.
I'm still seeing this bug in MacRuby 0.8:
http://www.macruby.org/trac/ticket/648 unrecognized runtime type `{__CGEventTapProxy=}' (TypeError)
I've been trying to figure out what causes it. As I understand it, it's because ^{__CGEventTapProxy=} is listed as the arg type in the BridgeSupport file, but MacRuby doesn't know how to map that to an object. Do I have that right? I was hoping I could work out a fix myself, but I think I'm still missing something about how MacRuby uses BridgeSupport. Any pointers appreciated.
Thanks, Peter
-- Words: http://www.nothingundone.net/ Videos: http://www.youtube.com/peeja Conversation: (603) 548-1203 _______________________________________________ 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
-- Words: http://www.nothingundone.net/ Videos: http://www.youtube.com/peeja Conversation: (603) 548-1203
You might want to try upgrade directly to preview 3 ;) http://www.macruby.org/files/ - Matt On Sun, Mar 6, 2011 at 8:24 PM, Peter Jaros <peter.a.jaros@gmail.com> wrote:
Upgrading BridgeSupport to Preview 2 fixed it. Thanks!
Peter
On Sat, Mar 5, 2011 at 10:15 PM, Watson <watson1978@gmail.com> wrote:
Hi,
I recommend that you would check the trend of the BridgeSupport. http://www.macruby.org/blog/2010/12/15/bridgesupport-preview2.html
Regards
2011/3/6 Peter Jaros <peter.a.jaros@gmail.com>:
Hey, all.
I'm still seeing this bug in MacRuby 0.8:
http://www.macruby.org/trac/ticket/648 unrecognized runtime type `{__CGEventTapProxy=}' (TypeError)
I've been trying to figure out what causes it. As I understand it, it's because ^{__CGEventTapProxy=} is listed as the arg type in the BridgeSupport file, but MacRuby doesn't know how to map that to an object. Do I have that right? I was hoping I could work out a fix myself, but I think I'm still missing something about how MacRuby uses BridgeSupport. Any pointers appreciated.
Thanks, Peter
-- Words: http://www.nothingundone.net/ Videos: http://www.youtube.com/peeja Conversation: (603) 548-1203 _______________________________________________ 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
-- Words: http://www.nothingundone.net/ Videos: http://www.youtube.com/peeja Conversation: (603) 548-1203 _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (3)
-
Matt Aimonetti
-
Peter Jaros
-
Watson