Not working in safari
See original GitHub issueI’m having trouble getting butterchurn for mStream to work in Safari. The console has this error:
TypeError: null is not an object (evaluating 'this.gl.createFramebuffer')
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
If Safari on Mac doesn't open a webpage or isn't working as ...
If Safari on Mac doesn't open a webpage or isn't working as expected · Reload the page · Check Safari extensions · Check...
Read more >How to fix Safari not working on Mac? - MacPaw
Click the Apple menu. Select Force Quit. Choose Safari from the list of apps and click Force Quit.
Read more >Safari Not Working on Mac? 9 Ways to Fix
1. Force Quit Safari. If Safari just froze on you and is not working at all on your Mac, try force-quitting it. ·...
Read more >Safari Not Working on Mac/MacBook, How to Fix? (2022)
Safari not working on Mac, try these solutions · Check the network · Force quit Safari · Restart Mac · Clear the website...
Read more >Top 7 Ways to Fix Safari Not Responding on Mac - TechWiser
1. Force Quit Safari · 2. Close Other Apps in the Background · 3. Disable Apps Opening on Startup · 4. Remove Safari...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
As far as I know Safari does not support WebGL 2, which Butterchurn uses. Check out https://github.com/jberg/butterchurn/blob/master/src/isSupported.js which exports a function to detect if Buttefchurn is supported in a given browser. We use this in Webamp. You can see the usage here: https://github.com/captbaritone/webamp/blob/master/js/index.js
I’m trying to get the legacy version running on a Mac, can you share the files “as is” even if they are not an NPM package? They WebGL 1 version is the closest I’ve found to have Milkdrop running on a Mac.
Thanks in advance.