We've had a few issues with the OS X binary of Shoes. Let's see if we can get them solved! Anyone who is willing, please give this new version http://db.tt/7lnqE1m a whirl on your OS X install and report back. Thanks! Eric
On Sep 14, 2011, at 1:28 AM, Eric Watson wrote: > We've had a few issues with the OS X binary of Shoes. Let's see if we can get them solved! > > Anyone who is willing, please give this new version > > http://db.tt/7lnqE1m > > a whirl on your OS X install and report back. Eric, mine crashes too with a slightly different backtrace from Tobi's. https://gist.github.com/1216623 cr
On Sep 14, 2011, at 8:59 AM, Chuck Remes wrote: > Eric, > > mine crashes too with a slightly different backtrace from Tobi's. > > https://gist.github.com/1216623 Chuck and Tobi, Thanks for trying out the new version. Looks like I still have some work to do ;) Eric
Greg (10.6) also gave it a run... crashed. https://gist.github.com/2dfbe348dd9be188fe89 He then built it himself (and worked around some issues) and thinks he's got a running build now. However sadly he gets an error running when running my app (http://i.imgur.com/0n0kG.png). The menu method is defined on line 38... any thoughts? Tobi On 09/14/2011 05:02 PM, Eric Watson wrote: > On Sep 14, 2011, at 8:59 AM, Chuck Remes wrote: > > > Eric, > > > > mine crashes too with a slightly different backtrace from Tobi's. > > > > https://gist.github.com/1216623 > > Chuck and Tobi , > > Thanks for trying out the new version. Looks like I still have some work to do ;) > > Eric
I think I found the problem! Pango modules weren't being bundled properly. If you had installed pango with homebrew, Shoes would pick the modules up from your system, but if not, it wouldn't. Please try this new version: http://db.tt/oEJ1IsW Tobi, note that if Greg has built Shoes already, Shoes might pick up the homebrew files (actually, the old binary might even work now), and it won't be a true test. I simulated not having homebrew installed on my machine by a simple temporary hack: sudo mv /usr/local /usr/local.moved Chuck, you and your macports install are a great test case! Thanks, Eric On Sep 14, 2011, at 4:11 PM, Tobias Pfeiffer wrote: > Greg (10.6) also gave it a run... crashed. > https://gist.github.com/2dfbe348dd9be188fe89 > > He then built it himself (and worked around some issues) and thinks he's > got a running build now. However sadly he gets an error running when > running my app (http://i.imgur.com/0n0kG.png). The menu method is > defined on line 38... any thoughts? > > Tobi > > On 09/14/2011 05:02 PM, Eric Watson wrote: >> On Sep 14, 2011, at 8:59 AM, Chuck Remes wrote: >> >>> Eric, >>> >>> mine crashes too with a slightly different backtrace from Tobi's. >>> >>> https://gist.github.com/1216623 >> >> Chuck and Tobi , >> >> Thanks for trying out the new version. Looks like I still have some work to do ;) >> >> Eric >
Running that version still crashes on my system. Here's a new backtrace. https://gist.github.com/1220368 cr On Sep 15, 2011, at 3:00 PM, Eric Watson wrote: > I think I found the problem! Pango modules weren't being bundled properly. If you had installed pango with homebrew, Shoes would pick the modules up from your system, but if not, it wouldn't. > > Please try this new version: > > http://db.tt/oEJ1IsW > > Tobi, note that if Greg has built Shoes already, Shoes might pick up the homebrew files (actually, the old binary might even work now), and it won't be a true test. I simulated not having homebrew installed on my machine by a simple temporary hack: > > sudo mv /usr/local /usr/local.moved > > Chuck, you and your macports install are a great test case! > > Thanks, > > Eric > > > On Sep 14, 2011, at 4:11 PM, Tobias Pfeiffer wrote: > >> Greg (10.6) also gave it a run... crashed. >> https://gist.github.com/2dfbe348dd9be188fe89 >> >> He then built it himself (and worked around some issues) and thinks he's >> got a running build now. However sadly he gets an error running when >> running my app (http://i.imgur.com/0n0kG.png). The menu method is >> defined on line 38... any thoughts? >> >> Tobi >> >> On 09/14/2011 05:02 PM, Eric Watson wrote: >>> On Sep 14, 2011, at 8:59 AM, Chuck Remes wrote: >>> >>>> Eric, >>>> >>>> mine crashes too with a slightly different backtrace from Tobi's. >>>> >>>> https://gist.github.com/1216623 >>> >>> Chuck and Tobi , >>> >>> Thanks for trying out the new version. Looks like I still have some work to do ;) >>> >>> Eric >> >
On Sep 15, 2011, at 3:24 PM, Chuck Remes wrote:
> Running that version still crashes on my system. Here's a new backtrace.
Update: Chuck and I sorted this out over IRC and the new binary works on
his system! I have been posting a lot of builds here, but please use
http://db.tt/YQkS8ZS
(Please do NOT use http://db.tt/oEJ1IsW)
Thanks!
Eric
On 09/14/2011 05:02 PM, Eric Watson wrote: > On Sep 14, 2011, at 8:59 AM, Chuck Remes wrote: > > > Eric, > > > > mine crashes too with a slightly different backtrace from Tobi's. > > > > https://gist.github.com/1216623 > > Chuck and Tobi , > > Thanks for trying out the new version. Looks like I still have some work to do ;) > > Eric Thank you for your hard work Eric! Tobi
Shane gave the new one another run, still crashing on startup :-/ https://gist.github.com/1216370 Tobi On 09/14/2011 08:28 AM, Eric Watson wrote: > We've had a few issues with the OS X binary of Shoes. Let's see if we can get them solved! > > Anyone who is willing, please give this new version > > http://db.tt/7lnqE1m > > a whirl on your OS X install and report back. > > Thanks! > > Eric