general/other wine and opengl

wine-7.0.1
nvidia-driver-390-390.154
32-bit programs do not work with wine (64-b without problems). The error is
Code:
0244:err:wgl:X11DRV_WineGL_InitOpenglInfo  couldn't initialize OpenGL, expect problems
yeahwine: Unhandled page fault on read access to 00000000 at address 0040464D (thread 0244), starting debugger...
How can this be solved?
 
It seems that previously, when there was a separate package (i386-wine-pkg), the 32-bit libraries were installed by an additional script "patch-nvidia.sh" from the package.
Where to get them now? Or how to connect them (options, variables)?
I will be grateful for any ideas or tips.
 
Something like /usr/local/share/wine/pkg32.sh install nvidia-driver-390 with env LD_32_LIBMAP="libGL.so libGL-NVIDIA.so" wine ... should work. Did not have the opportunity to test it, though.
 
  • Thanks
Reactions: vg
Back
Top