I have used Wine to install the "Windows 7 Games for Windows 10" on my Mint Linux PC. This is a collection of games, mostly card games, that originally came preinstalled on Windows 7.
After the install I was able to start Solitaire.exe one time and play. Now, when I open the program from the CLI I see the following:
Code: Select all
steve@mint:~/.wine/drive_c/Program Files/Microsoft Games/Solitaire$ wine Solitaire.exe
00d8:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
00d8:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0
00d8:err:d3d:wined3d_swapchain_resize_buffers Something's still holding back buffer 0 (0000000000727B60).
wine: Unhandled page fault on read access to FFFFFFFFFFFFFFFF at address 00000001000457DA (thread 00d8), starting debugger...
I have other windows software installed that works, such as Hoyle Puzzle Games 2005, so I think my Wine installation is good.
I have tried renaming my .wine folder and running winecfg again, but that made no difference to the issue. I've also reinstalled the Windows 7 games with no luck. I've also executed "sudo apt reinstall wine" with no change.
wine --version shows "wine-9.0 (Ubuntu 9.0~repack-4build3)". MY linux version is Mint version 22.1 "Xia" with the 6.8.0-55-generic kernel. I'm using nVidia drivers on an X11 display server.
Does anyone know how to get these games working? Where should I start with troubleshooting?