[Pharo-project] NBOpenGL issue with latest 1.4 Pharo image and latest NBCog VM
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
Which platform? Maybe you can debug a bit to see which method is hanging everything? (If Linux I'd bet for context creation). Cheers, Javier On Fri, Mar 23, 2012 at 1:49 PM, Lawson English <lenglish5@cox.net> 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<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
-- Lic. Javier Pimás Ciudad de Buenos Aires
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
I think this is because previously i used Carbon configuration for building VM with NativeBoost. Now its Cocoa.. So, what happens there is best to be answered by Esteban :) On 24 March 2012 16:26, Lawson English <lenglish5@cox.net> wrote:
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
-- Best regards, Igor Stasenko.
participants (3)
-
Igor Stasenko -
Javier Pimás -
Lawson English