[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] redServerWindow extension make SC crash
- To: sc-users <sc-users@xxxxxxxxxxxxxxxx>
- Subject: [sc-users] redServerWindow extension make SC crash
- From: Djého Youn <ydjeho@xxxxxxxxx>
- Date: Sun, 8 Mar 2009 12:16:28 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=LWu/Vyqpj6STNATr9aulBnqNNZnfabO7bHiFIsMO5eQ=; b=Wb/ZP+5cRtXY8N+AS2WPkMXPDa5uPbing/sPZrwmRtJCV3XssBF5Nu3kahqZu0Jwn8 kSwKDVh4etgXCqFAvXLFgZ0kzLzsj9edpZ6WUB+yktPvn8PHIAZn/4wR6NL4LAf7Rt/n X7RCUigpl5e6E0T2bhUvyaVmdAS2x4U6MqUBw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=AfccZPn7BHyNEuKrfOLxlCbIZvyw2zUdbDFStPxA9GEK16ASutX8HdUWlcEIA29Oal 0NTG9vcacbTLuC92JGlGIa9JH/G+GlyVWJoyY2f0ck4gdSFtOPpEwxsIbT1WJNT2dvRw IbkCU0/5kn4R11wZPCVgemIOlHD4sGwwFQwyw=
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
hello,
I've recently downloaded Frederik's redServerWindow extension here, the lateste version.
http://swiki.hfbk-hamburg.de:8888/MusicTechnology/810
and it makes SC hang as soon as I try to open help file from the Help Tree.
It seems that it overwrites original server window method,
Extension overwriting Server:makeWindow
in file '/Users/djehoyoun/Library/Application Support/SuperCollider/Extensions/extServer5.sc'.
Original method in file '/Common/GUI/PlusGUI/Control/ServerPlusGUI.sc'.
but even if I replace the original one, it does not solve the problem.
any solutions?
thanks