electron error AVDCreateGPUAccelerator: Error loading GPU renderer

主宰稳场 提交于 2019-12-07 03:32:07

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/38466503/electron-error-avdcreategpuaccelerator-error-loading-gpu-renderer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!