我最近更新了我的显卡驱动程序,但 JetBrains Toolbox 应用程序停止工作。
有时它会在系统时钟旁边显示一个图标,几秒钟后消失,有时它会显示一个黑色对话框,但我设法选择所有文本并复制它:
---------------------------
Toolbox
---------------------------
Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize 8, stencilBufferSize 8, samples 0, swapBehavior QSurfaceFormat::SwapBehavior(DefaultSwapBehavior), swapInterval 1, profile QSurfaceFormat::OpenGLContextProfile(NoProfile)) .
This is most likely caused by not having the necessary graphics drivers installed.
Install a driver providing OpenGL 2.0 or higher, or, if this is not possible, make sure the ANGLE Open GL ES 2.0 emulation libraries (libEGL.dll, libGLESv2.dll and d3dcompiler_*.dll) are available in the application executable's directory or in a location listed in PATH.
---------------------------
OK
---------------------------
我已经检查过libEGL.dll
,libGLESv2.dll
和D3Dcompiler_47.dll
文件存在于 app 文件夹中,所以这不是问题。