You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used node-key-sender in an electron application. I works fine in my system. I have build it using electron-builder and installed the app in other systems. when I try to run the application it shows the error message
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[67890:0207/194700.271830:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[67890:0207/194703.274367:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
[67890:0207/194705.282643:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
I have googled and found it is related to graphics configuration. is there any dependency for node-key-sender with system configuration
The text was updated successfully, but these errors were encountered:
I have used node-key-sender in an electron application. I works fine in my system. I have build it using electron-builder and installed the app in other systems. when I try to run the application it shows the error message
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[67890:0207/194700.271830:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[67890:0207/194703.274367:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
[67890:0207/194705.282643:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
I have googled and found it is related to graphics configuration. is there any dependency for node-key-sender with system configuration
The text was updated successfully, but these errors were encountered: