http://bugs.winehq.org/show_bug.cgi?id=15536
Summary: S.T.A.L.K.E.R Clear Sky: "Pixel Shaders v1.1 or higher required" error prevent starting the game Product: Wine Version: 1.1.5 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: lukasz.wojnilowicz@gmail.com
Created an attachment (id=16506) --> (http://bugs.winehq.org/attachment.cgi?id=16506) Error window at third step
1) Override four dlls: d3dx10_37.dll , d3ddx9_36.dll , d3ddx9_37.dll , dxgi.dll 2) execute "WINEDEBUG=fixme-all wine xrEngine.exe -fsltx ../fsgame.ltx -nosound -i" from "bin" directory of the game 3) error window appears
http://bugs.winehq.org/show_bug.cgi?id=15536
--- Comment #1 from Roderick Colenbrander thunderbird2k@gmx.net 2008-10-06 11:56:55 --- Please provide some more info. For instance what type of videocard are you using and using what drivers? It can easily be that we don't offer pixel shaders on your card.
http://bugs.winehq.org/show_bug.cgi?id=15536
--- Comment #2 from NSLW lukasz.wojnilowicz@gmail.com 2008-10-06 12:03:48 --- Created an attachment (id=16507) --> (http://bugs.winehq.org/attachment.cgi?id=16507) Terminal log
http://bugs.winehq.org/show_bug.cgi?id=15536
--- Comment #3 from NSLW lukasz.wojnilowicz@gmail.com 2008-10-06 12:06:08 --- I use GeForce 9600M GT with driver version number 173.14.12
http://bugs.winehq.org/show_bug.cgi?id=15536
--- Comment #4 from Roderick Colenbrander thunderbird2k@gmx.net 2008-10-06 13:22:20 --- Second don't run the game using a windows version set to vista. We can't use native dxgi.dll (it is related to d3d10) and also don't put the d3dx10 dll in. Second don't run using WINEDEBUG=-all at all as there might be important messages in the console.
http://bugs.winehq.org/show_bug.cgi?id=15536
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #16507|0 |1 is obsolete| |
--- Comment #5 from NSLW lukasz.wojnilowicz@gmail.com 2008-10-06 15:39:00 --- Created an attachment (id=16516) --> (http://bugs.winehq.org/attachment.cgi?id=16516) Terminal log 2
I removed all d3dx10*.dll , dxgi.dll from "/.wine/drive_c/windows/system32" and executed game as followes: wine xrEngine.exe -fsltx ../fsgame.ltx -nosound -i
http://bugs.winehq.org/show_bug.cgi?id=15536
anTaRes antares.81@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |antares.81@mail.ru
--- Comment #6 from anTaRes antares.81@mail.ru 2008-10-07 03:38:38 --- (In reply to comment #5)
Created an attachment (id=16516)
--> (http://bugs.winehq.org/attachment.cgi?id=16516) [details]
Terminal log 2
I removed all d3dx10*.dll , dxgi.dll from "/.wine/drive_c/windows/system32" and executed game as followes: wine xrEngine.exe -fsltx ../fsgame.ltx -nosound -i
It seems like developers check DX10 by trying to load its dlls :) But game runs without them, if You can't get game working - must find some errors in xray logs
http://bugs.winehq.org/show_bug.cgi?id=15536
--- Comment #7 from Vitaliy Margolen vitaliy@kievinfo.com 2008-10-07 10:22:40 --- You need to use OffscreenRenderingMode = FBO otherwise this game won't work.
http://bugs.winehq.org/show_bug.cgi?id=15536
--- Comment #8 from NSLW lukasz.wojnilowicz@gmail.com 2008-10-07 13:12:41 --- (In reply to comment #7)
You need to use OffscreenRenderingMode = FBO otherwise this game won't work.
Since last post I updated nvidia drivers to version 177.80. I set "OffscreenRenderingMode" to "fbo" but I still get this error.
http://bugs.winehq.org/show_bug.cgi?id=15536
--- Comment #9 from Rico kgbricola@web.de 2008-10-07 14:29:17 --- Did you disable GLSL or Pixelshader? If so, please enable these two things. If not, please attach a +d3d log.
http://bugs.winehq.org/show_bug.cgi?id=15536
--- Comment #10 from NSLW lukasz.wojnilowicz@gmail.com 2008-10-08 02:04:24 --- (In reply to comment #9)
Did you disable GLSL or Pixelshader? If so, please enable these two things. If not, please attach a +d3d log.
I didn't disable neither GLSL nor PixelShader. But to be absolutely sure I added "UseGLSL = enabled" to registry. PixelShader is enabled in WINE configuration tool. Anyway can anyone confirm this bug?
http://bugs.winehq.org/show_bug.cgi?id=15536
--- Comment #11 from NSLW lukasz.wojnilowicz@gmail.com 2008-10-08 02:06:09 --- Created an attachment (id=16532) --> (http://bugs.winehq.org/attachment.cgi?id=16532) D3D log
runned executing "WINEDEBUG=+d3d wine xrEngine.exe -fsltx ../fsgame.ltx -nosound -i"
http://bugs.winehq.org/show_bug.cgi?id=15536
--- Comment #12 from Vitaliy Margolen vitaliy@kievinfo.com 2008-10-08 09:16:52 --- You need native d3dx9_31.dll as well.
http://bugs.winehq.org/show_bug.cgi?id=15536
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #13 from NSLW lukasz.wojnilowicz@gmail.com 2008-10-08 11:03:40 --- (In reply to comment #12)
You need native d3dx9_31.dll as well.
Native d3dx9_31.dll solved the bug. The game starts and goes to main menu and there i can't start singleplayer/multiplayer , however this should be mentioned in another bug.
http://bugs.winehq.org/show_bug.cgi?id=15536
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |INVALID
--- Comment #14 from Vitaliy Margolen vitaliy@kievinfo.com 2008-10-08 15:21:41 --- It's not fixed it's invalid. This game has all sorts of problems.
http://bugs.winehq.org/show_bug.cgi?id=15536
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from James Hawkins truiken@gmail.com 2008-10-08 15:28:45 --- Closing.