I isolated the issue. Both the latest NBCog and the CogVM for the Mac show this visual artifact when resizing the screen using Pharo 1.4 latest image: http://www.youtube.com/watch?v=0T_WGYWh5JM I dropped back to NBCog dated 12/11/11 and the artifact doesn't show. At the same time, the procedure below works without errors. Lawson On 3/23/12 9:49 AM, Lawson English wrote:
I procure the latest and greatest of each of the components:
NBCog, Pharo 1.4.image Pharo 1.4.changes etc
I procure the latest CofigurationOfNBOpenGL from:
MCHttpRepository location: 'http://www.squeaksource.com/NBOpenGL' user: '' password: ''.
I run the following in a workspace:
ConfigurationOfNBOpenGL project lastVersion load.
NBInstaller install.
Now, when I evaluate: GLTTRenderingDemo new OpenInWorld.
Pharo hangs. cmd+. doesn't interrupt.
Sigh....
Lawson