Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

electron error AVDCreateGPUAccelerator: Error loading GPU renderer

I'm attempting my first electron App. Does anyone know why i get this error AVDCreateGPUAccelerator: Error loading GPU renderer in the terminal when i do npm start? It doesn't seem to effect anything yet. I've gotten it right from the beginning of my install using the quick start guide. Will it effect me down the road?

mac pro late 2013 2.7 GHz 12-Core Intel Xeon E5 128 GB 800 MHz DDR3 ECC AMD FirePro D700 6144 MB

like image 752
David Murray Avatar asked Jul 19 '16 19:07

David Murray


1 Answers

Most likely the AVDCreateGPUAccelerator error is because the Xeon CPUs used in the Mac Pros do not have a hardware decoder. Core i3/5/7 CPUs in Mac mini/iMac/Mac Book Pro) should work fine.

For a solution to this, please refer to the following answer;

https://stackoverflow.com/a/57405820/10868666

like image 150
bounikos Avatar answered Oct 02 '22 14:10

bounikos