SparkFun Forums 

Where electronics enthusiasts find answers.

Have questions about SparkFun's ALC PCB design services? Post them here!
User avatar
By TS-John
#220262
--Macintosh troubleshooting--

If for some reason WebGL is not being enabled in Safari on your Mac it might be due to a security setting. The fix is to enable WebGL in Safari, but this must be done via a terminal. On the macs that worked , they had no custom prefs set, so WebGL is enabled by default so this might not be an issue on your specific machine.

How to fix:

At a command line:

How to see the error:
defaults read com.apple.Safari | grep -i webgl

If webGL is not enabled, you see the following in the output :
"WebKitPreferences.webGLEnabled" = 0;

To enable WebGL on the failing system, you need to do this:
defaults write com.apple.Safari WebKitPreferences.webGLEnabled 1

Restart Safari

Also, even with WebGL enabled, to get the preview to show after adding a block/controller, you may need to refresh the page – before or after the first block is loaded.
User avatar
By Munyua44
#231810
i know how to fix this one in windows. I think if you can try looking for the solution in the mac forum you could get solution very quickly.
 Topic permissions

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum