With this change, I cannot close the shader window. (I run the shader demo first because the source given to me by the demo does not include all of necessary code.) This prevents me from running the modified version with the opengl version spec.
I get infinite popups: error in: a_timer domain error: chkgl2 gl_sel HD I guess I could find and edit the demo itself - I'd prefer to avoid that, but... Ok, I tried that (with version 4.1) and it still crashes J. So I've reverted the version 4.1 from my copy of the shader demo. FYI, -- Raul On Mon, Jul 6, 2015 at 10:35 PM, bill lam <[email protected]> wrote: > Not sure what has gone wrong. test if osx needs opengl extension, > > inside the gles.ijs , search for the line > > GLPROC_Initialized=: -. IFWIN > 0~:GLES_VERSION > and change it to > > GLPROC_Initialized=: 0[ -. IFWIN > 0~:GLES_VERSION > > restart J, try both without and with the version option. see if > it will work and what will be the output in shader. > > -- > regards, > ==================================================== > GPG key 1024D/4434BAB3 2008-08-24 > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 > gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
