2020-03-19 19:38:56,748: Game still running (state: running)
2020-03-19 19:38:56,749: Stopping Soldier of Fortune II - Double Helix (wine)
TypeError: refresh() takes 1 positional argument but 3 were given
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 145, in apport_excepthook
os.O_WRONLY | os.O_CREAT | os.O_EXCL, 0o640), 'wb') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/var/crash/_usr_bin_lutris.1000.crash'
Original exception was:
TypeError: refresh() takes 1 positional argument but 3 were given
Ow…running a Playonlinux Wine 2.1 staging x86 bottle now:
So the stack overflow error is gone and it finds the file in the pk3 files. It still can’t find the sof2.cfg file.
And then this error. Somehow it thinks that I’m running a NVIDIA card…
fixme:d3d:wined3d_dxtn_init Wine cannot find the txc_dxtn library, DXTn software support unavailable.
fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "X.Org". Returning HW_VENDOR_NVIDIA.
Added the MESA_EXTENSION_MAX_YEAR: 2003 environment variable…
Also running in a virtual desktop for now. I always do that while testing. Weird thing is that I have to start Wine Configuration to set the virtual desktop resolution because it was set to 800x600 and the game did not listen to it and attempted to start in full screen mode at a weird resolution my monitor did not like.
Also am I running the LD_PRELOAD: /usr/lib/libgamemodeauto.so environment variable. You need to install gamemode from your repository to make the libgamemodeauto.so library available.
name: Soldier of Fortune II - Double Helix
game_slug: soldier-of-fortune-ii-double-helix
version: Soldier of Fortune II - Double Helix 0.1
slug: soldier-of-fortune-ii-double-helix-installer
runner: wine
script:
game:
exe: $GAMEDIR/prefix/drive_c/GOG Games/Soldier of Fortune 2/SoF2.exe
prefix: $GAMEDIR/prefix
arch: win32
files:
- installation: "N/A:Select the game's setup file"
installer:
- task:
description: Installing Soldier of Fortune II - Double Helix
executable: installation
name: wineexec
prefix: $GAMEDIR/prefix
arch: win32
system:
env:
__GL_ExtensionStringVersion: '17700'
MESA_EXTENSION_MAX_YEAR: 2003
wine:
Desktop: true
WineDesktop: 1024x768
version: lutris-5.4-x86_64
Hello, currently I wanted to make this game work on Lutris withe the GOG Version.
Right Click, Configure → Under the System options, just set those environment variables:
__GL_ExtensionStringVersion: 17700
MESA_EXTENSION_MAX_YEAR: 2003
To me it worked perfectly like this.
I was having a bug where as soon as I was starting the game, after the first console prompt, it was closing immediately.
Enjoy