cosemiexo
Published
Tried disabling and enabling esync, d3d11, d3d10, d3d9, wind3d. Doesn't even show window - prints on console "WSALookupServiceBegin failed with: 8" and many sqlite errors like: "PreviewsOptOut sqlite error 5, errno 1: database is locked"
It doesn't run as slow as some other games that use nw engine. It's comparable to Meltys Quest.
By default in all versions of proton game starts with black screen. To fix this I ran "WINEPREFIX=~/.steam/root/steamapps/compatdata/1058060/pfx winecfg" and changed the system from Windows 7 to Windows XP.
Game uses Unity Engine and works without any issues in Proton - with and without uncensored patch.
After starting game there's only black screen and in proton logs I get exceptions, after:
320603.139:0025:0026:fixme:wmvcore:WMCreateSyncReader ((nil), 0, 0x2a61374): stub 320603.139:0025:0026:fixme:quartz:AMGetErrorTextW (80004001,0x32e0f0,160) stub
320603.139:0025:0026:trace:seh:raise_exception code=eefface flags=1 addr=0x7b43d64d ip=7b43d64d tid=0026
I tried to disable esync and use D3D11, but it didn't fix the issue.
I guessed that it requires WMV support and tried to install quartz, wmp10, and wmv9vcm (or similar) with the help of winetricks and it still didn't work with proton.
But then I ran it through wine and it worked.
I did:
rm -rf ~/.local/share/Steam/steamapps/compatdata/1097880/pfx/
WINEARCH=win32 WINEPREFIX=~/.local/share/Steam/steamapps/compatdata/1097880/pfx/ winetricks
(installed quartz, wmp10 and wmv9vcm)
cd ~/.local/share/Steam/steamapps/common/Super\ Naughty\ Maid 2;
WINEARCH=win32 WINEPREFIX=~/.local/share/Steam/steamapps/compatdata/1097880/pfx/ wine ./SuperNaughtyMaid!2.eXe
...
I'm guessing it's borked, since it doesn't work without such workarounds...