Problem with running the program in wine due to the video driver and opengl

Hello. The problem with the driver, namely, because it does not start the program in WINE. The problem itself:
nikolanp@nikolanp-desktop ~ $ wine “c:/Program Files (x86)/3D Home Architect/Design Suite Deluxe 8/Bin/3DHDS80.exe”
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
X Error of failed request: GLXBadFBConfig
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 22 (X_GLXCreatePixmap)
Serial number of failed request: 758
Current serial number in output stream: 759
Pay attention to the problem:
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
X Error of failed request: GLXBadFBConfig
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 22 (X_GLXCreatePixmap)
Serial number of failed request: 758
Current serial number in output stream: 759

HW-probe: HW probe of ASUSTek M5A99X EVO R2.0 Desktop Computer #dab42e04ec

Please run nvidia-bug-report.sh as root and attach the resulting nvidia-bug-report.log.gz file to your post.

nvidia-bug-report.log.gz (541.0 KB)

Looks fine. Please post the output of
glxinfo |grep OpenGL

nikolanp@nikolanp-desktop ~ $ glxinfo | grep OpenGLOpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 630/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 390.138
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6.0 NVIDIA 390.138
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 390.138
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
nikolanp@nikolanp-desktop ~ $

Also fine.
Only thing that I can come up with is that you installed something like dxvk/vk3d which your gpu doesn’t support (Fermi doesn’t support Vulkan). If that’s not the case, rather ask in the wine forums.

So here it is also indicated that it is supported. https://developer.nvidia.com/vulkan-driver

moreover, I have this card is worth. gt630

01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 630]

Your gpu-chip is GF108, ‘F’ stands for Fermi, Fermi doesnt support Vulkan. That’s also why you can only use the legacy 390 driver. There are also GT630s from other vendors which use a Kepler chip.