dlenski / gp-saml-gui

Interactively authenticate to GlobalProtect VPNs that require SAML
GNU General Public License v3.0
293 stars 66 forks source link

webkit crash with some nvidia drivers #85

Open col-one opened 9 months ago

col-one commented 9 months ago

Webkit freezes with error : /nv_gbm.c:99: GBM-DRV error (nv_gbm_bo_create): DRM_IOCTL_NVIDIA_GEM_ALLOC_NVKMS_MEMORY failed after the first opening windows.

Workaround : remove webkit's WebGL settings, not sure it's necessary to enable WebGL (on by default) for a such tool. gp_saml_gui.py:59:

settings.set_enable_webgl(False)

Thanks for your work.

dlenski commented 9 months ago

remove webkit's WebGL settings, not sure it's necessary to enable WebGL (on by default) for a such tool.

Agreed, not sure why it's enabled by default. Let's leave this open and see if others encounter this problem as well.