https://bugs.winehq.org/show_bug.cgi?id=51912
Bug ID: 51912 Summary: styx2 wont start Product: Wine Version: 6.19 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: axet@me.com Distribution: ---
Created attachment 70861 --> https://bugs.winehq.org/attachment.cgi?id=70861 screenshot
Game 'Styx Shards of Darkness' show 4-screens and frezzes
https://bugs.winehq.org/show_bug.cgi?id=51912
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #1 from joaopa jeremielapuree@yahoo.fr --- Please, give some information: console output, video card driver of the video card.
https://bugs.winehq.org/show_bug.cgi?id=51912
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #2 from Zebediah Figura z.figura12@gmail.com --- DXVK is not supported in this bug tracker. Please test without DXVK or report bugs to the DXVK project.
https://bugs.winehq.org/show_bug.cgi?id=51912
--- Comment #3 from Alexey Kuznetsov axet@me.com --- Created attachment 70862 --> https://bugs.winehq.org/attachment.cgi?id=70862 wine output
I'm using GOG Version of the game. It is depends on d3dx11.dll so 100% dxvk dependent.
Driver: amdgpu (xserver-xorg-video-amdgpu@19.1.0-2) xserver-xorg@19.1.0-2 Vulkan: 1.2.162 DRI: Yes Mesa version: 20.3.5 OpenGL: 4.6 DXVK: v1.9.2
https://bugs.winehq.org/show_bug.cgi?id=51912
--- Comment #4 from Zebediah Figura z.figura12@gmail.com --- Wine provides built-in versions of both d3dx11_* and d3d11 (the latter being what I think you meant). Direct3D 11 applications do not, as a rule, require DXVK to run.
https://bugs.winehq.org/show_bug.cgi?id=51912
--- Comment #5 from Alexey Kuznetsov axet@me.com --- With fresh wine prefix generated (wineboot) Styx2.exe unable to find DXGI.DLL and others:
0108:err:module:import_dll Library dxgi.dll (which is needed by L"Z:\media\axet\Games\Styx Shards of Darkness\Styx2\Binaries\Win64\Styx2-Win64-Shipping.exe") not found 0108:err:module:import_dll Library d3d9.dll (which is needed by L"Z:\media\axet\Games\Styx Shards of Darkness\Styx2\Binaries\Win64\Styx2-Win64-Shipping.exe") not found 0108:err:module:import_dll Library d3d11.dll (which is needed by L"Z:\media\axet\Games\Styx Shards of Darkness\Styx2\Binaries\Win64\Styx2-Win64-Shipping.exe") not found 0108:err:module:LdrInitializeThunk Importing dlls for L"Z:\media\axet\Games\Styx Shards of Darkness\Styx2\Binaries\Win64\Styx2-Win64-Shipping.exe" failed, status c0000135
https://bugs.winehq.org/show_bug.cgi?id=51912
--- Comment #6 from Zebediah Figura z.figura12@gmail.com --- Where are you getting your wine build from?
How exactly are you generating a fresh prefix? Just running `wineboot` isn't enough. In particular I suspect that you have set those DLLs to native-only, in order to use DXVK. That prevents the built-in DLLs from loading.
To properly create a new prefix, you need to either delete your current prefix (probably at ~/.wine; note that this will delete any data stored in the prefix), or set the environment variable WINEPREFIX to a new directory.
https://bugs.winehq.org/show_bug.cgi?id=51912
--- Comment #7 from Alexey Kuznetsov axet@me.com --- I'm using wine from "https://dl.winehq.org/wine-builds/debian/ buster main" unpacked into custom folder, not using deb to install it.
I do clear prefix by removing dosdrives and drive_c folders and dropping system.reg and user.reg.
Changing dxd9.dll to build-in using winecfg does not have any effect. dll not found by Styx2.exe
https://bugs.winehq.org/show_bug.cgi?id=51912
--- Comment #8 from joaopa jeremielapuree@yahoo.fr --- rm -fR .wine (or whatever path where you installed your old .wine folder) winecfg
will create a new clean wineprefix. And please use the official winehq repository ( https://wiki.winehq.org/Debian ) to avoid such a broken install.
https://bugs.winehq.org/show_bug.cgi?id=51912
--- Comment #9 from Zebediah Figura z.figura12@gmail.com --- Using the old .reg files won't work. That's where DLL overrides are stored.
https://bugs.winehq.org/show_bug.cgi?id=51912
--- Comment #10 from Alexey Kuznetsov axet@me.com --- Created attachment 70863 --> https://bugs.winehq.org/attachment.cgi?id=70863 buildin
I had:
export WINEDLLOVERRIDES="d3d10core,d3d11,d3d9,dxvk_config=n"
in my config. build-in directx failing the same!
https://bugs.winehq.org/show_bug.cgi?id=51912
--- Comment #11 from joaopa jeremielapuree@yahoo.fr --- Dis you do all the steps of comment 8. And instead of screenshot, attach the full console output.
https://bugs.winehq.org/show_bug.cgi?id=51912
Alexey Kuznetsov axet@me.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #70862|0 |1 is obsolete| |
--- Comment #12 from Alexey Kuznetsov axet@me.com --- Created attachment 70864 --> https://bugs.winehq.org/attachment.cgi?id=70864 wine output
I'm using custom prefix not ~/.wine
rm -rf dosdevices/ drive_c/ system.reg user* winetricks.log
then wineboot
then wine Styx2.exe
https://bugs.winehq.org/show_bug.cgi?id=51912
--- Comment #13 from joaopa jeremielapuree@yahoo.fr --- Why don't you wan to use a clean wneprefix? Good pratice to report a bug is to test with the latest vanilla wine in a fresh wineprefix. It is to be sure there is no nasty things to cause the bug.
https://bugs.winehq.org/show_bug.cgi?id=51912
--- Comment #14 from Andrey Gusev andrey.goosev@gmail.com --- Disabling mfplat.dll should help.
https://bugs.winehq.org/show_bug.cgi?id=51912
--- Comment #15 from Alexey Kuznetsov axet@me.com --- (In reply to Andrey Gusev from comment #14)
Disabling mfplat.dll should help.
Thanks! Game works now, booth no DXVK and DXVK modes!
@joaopa I'm using a 100% clean prefix! I did remove all wine folders. I'm using game folder as WINEPREFIX so I unable to remove it completely.
https://bugs.winehq.org/show_bug.cgi?id=51912
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mfplat
https://bugs.winehq.org/show_bug.cgi?id=51912
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Debian Severity|normal |minor
https://bugs.winehq.org/show_bug.cgi?id=51912
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |normal