[Bug 51912] New: styx2 wont start
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(a)winehq.org Reporter: axet(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #1 from joaopa <jeremielapuree(a)yahoo.fr> --- Please, give some information: console output, video card driver of the video card. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)gmail.com --- Comment #2 from Zebediah Figura <z.figura12(a)gmail.com> --- DXVK is not supported in this bug tracker. Please test without DXVK or report bugs to the DXVK project. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 --- Comment #3 from Alexey Kuznetsov <axet(a)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(a)19.1.0-2) xserver-xorg(a)19.1.0-2 Vulkan: 1.2.162 DRI: Yes Mesa version: 20.3.5 OpenGL: 4.6 DXVK: v1.9.2 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 --- Comment #4 from Zebediah Figura <z.figura12(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 --- Comment #5 from Alexey Kuznetsov <axet(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 --- Comment #6 from Zebediah Figura <z.figura12(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 --- Comment #7 from Alexey Kuznetsov <axet(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 --- Comment #8 from joaopa <jeremielapuree(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 --- Comment #9 from Zebediah Figura <z.figura12(a)gmail.com> --- Using the old .reg files won't work. That's where DLL overrides are stored. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 --- Comment #10 from Alexey Kuznetsov <axet(a)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! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 --- Comment #11 from joaopa <jeremielapuree(a)yahoo.fr> --- Dis you do all the steps of comment 8. And instead of screenshot, attach the full console output. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 Alexey Kuznetsov <axet(a)me.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #70862|0 |1 is obsolete| | --- Comment #12 from Alexey Kuznetsov <axet(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 --- Comment #13 from joaopa <jeremielapuree(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 --- Comment #14 from Andrey Gusev <andrey.goosev(a)gmail.com> --- Disabling mfplat.dll should help. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 --- Comment #15 from Alexey Kuznetsov <axet(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mfplat -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Debian Severity|normal |minor -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51912 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |normal -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla