https://bugs.winehq.org/show_bug.cgi?id=40364
Bug ID: 40364 Summary: Geometry problems with Indiana Jones demo Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: jeremielapuree@yahoo.fr Distribution: ---
Created attachment 54050 --> https://bugs.winehq.org/attachment.cgi?id=54050 Screenshot showing the problem
You can see polygons instead of background.
Be careful: to bypass the msvcrt bug and see this problem, you need an old msvcrt native dll.
https://bugs.winehq.org/show_bug.cgi?id=40364
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.gamershell.com/d | |ownload_1856.shtml
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #1 from joaopa jeremielapuree@yahoo.fr --- Forget to say that the problem occurs with the proprietary nvidia driver for my nvidia graphic card and with mesa for my intel graphic card
https://bugs.winehq.org/show_bug.cgi?id=40364
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #54050|0 |1 is obsolete| |
--- Comment #2 from joaopa jeremielapuree@yahoo.fr --- Created attachment 54051 --> https://bugs.winehq.org/attachment.cgi?id=54051 Screenshot showing the problem
https://bugs.winehq.org/show_bug.cgi?id=40364
Sergey Isakov isakov-sl@bk.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |isakov-sl@bk.ru
--- Comment #3 from Sergey Isakov isakov-sl@bk.ru --- Created attachment 54088 --> https://bugs.winehq.org/attachment.cgi?id=54088 Confirm the bug
The game works with native msvcrt.dll (bug 27594) with both versions 6 and 7. The last version dated 22.06.2007. But the geometry bug makes this game unplayable. I think this is the same floating point calculations provided by the library.
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #4 from Sergey Isakov isakov-sl@bk.ru --- wine-1.9.15 The bug is still in place.
https://bugs.winehq.org/show_bug.cgi?id=40364
Christian Costa titan.costa@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |titan.costa@gmail.com
--- Comment #5 from Christian Costa titan.costa@gmail.com --- This is probably the vertex shader problem. See workaround at https://bugs.winehq.org/show_bug.cgi?id=12400#c28.
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #6 from Sergey Isakov isakov-sl@bk.ru --- Created attachment 55239 --> https://bugs.winehq.org/attachment.cgi?id=55239 MaxShaderModelVS=0
Thanks, the registry setting really helps. Is it a wine bug or the game bug?
MacOSX 10.11.6 AMD Radeon HD6670
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #7 from joaopa jeremielapuree@yahoo.fr --- Wine bug. In a real windows box, everything is fine.
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #8 from Sergey Isakov isakov-sl@bk.ru --- Taking into account that the game requires old buggy msvcrt.dll I can propose that it is the game bug. buggy msvcrt -> wrong Vertex Shaders
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #9 from Sergey Isakov isakov-sl@bk.ru --- Agree. In real windows 7 the demo works just fine. The windows has all updates including most recent msvcrt.dll.
https://bugs.winehq.org/show_bug.cgi?id=40364
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Geometry problems with |Broken geometry in Indiana |Indiana Jones demo |Jones and the Emperor's | |Tomb Depends on| |27594, 12400
--- Comment #10 from Matteo Bruni matteo.mystral@gmail.com --- I assume there isn't anything interesting in the logs?
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #11 from Sergey Isakov isakov-sl@bk.ru --- Created attachment 55250 --> https://bugs.winehq.org/attachment.cgi?id=55250 Thousands errors
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #12 from Sergey Isakov isakov-sl@bk.ru --- Created attachment 55251 --> https://bugs.winehq.org/attachment.cgi?id=55251 log with broken geometry
Just set MaxShaderModelVS=256 (don't know what it should be) I got again broken geometry and this is the log in this case.
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #13 from Sergey Isakov isakov-sl@bk.ru --- Created attachment 55257 --> https://bugs.winehq.org/attachment.cgi?id=55257 The log with IndexVertexBlending
The log became much more clean if apply IVB patch by swswine, bug 39057. But the geometry is still broken.
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #14 from Sergey Isakov isakov-sl@bk.ru --- Something may be interesting ~~~ warn:d3d:wined3d_device_set_stream_source_freq Divider is 0, returning D3DERR_INVALIDCALL. warn:d3d:wined3d_device_set_stream_source_freq Divider is 0, returning D3DERR_INVALIDCALL. warn:d3d:wined3d_device_set_stream_source_freq Divider is 0, returning D3DERR_INVALIDCALL. fixme:win:EnumDisplayDevicesW ((null),0,0x1c0eed8,0x00000000), stub! fixme:d3d:debug_d3ddevicetype Unrecognized device type 0. warn:d3d:texture_init Creating a mappable texture in the default pool that doesn't specify dynamic usage. fixme:d3d:debug_d3ddevicetype Unrecognized device type 0. warn:d3d:texture_init Creating a mappable texture in the default pool that doesn't specify dynamic usage. fixme:d3d:debug_d3drenderstate Unrecognized 0 render state! fixme:d3d:debug_d3drenderstate Unrecognized 1 render state! fixme:d3d:debug_d3drenderstate Unrecognized 3 render state! fixme:d3d:debug_d3drenderstate Unrecognized 17 render state! fixme:d3d:debug_d3drenderstate Unrecognized 18 render state! ~~~
https://bugs.winehq.org/show_bug.cgi?id=40364
mrdeathjr28@yahoo.es changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mrdeathjr28@yahoo.es
https://bugs.winehq.org/show_bug.cgi?id=40364
legluondunet@free.fr legluondunet@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |legluondunet@free.fr
--- Comment #15 from legluondunet@free.fr legluondunet@free.fr --- Bug still present in Wine 1.9.24
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #16 from legluondunet@free.fr legluondunet@free.fr --- Created attachment 56499 --> https://bugs.winehq.org/attachment.cgi?id=56499 3D malformation 1
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #17 from legluondunet@free.fr legluondunet@free.fr --- Created attachment 56500 --> https://bugs.winehq.org/attachment.cgi?id=56500 3D malformation 2
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #18 from legluondunet@free.fr legluondunet@free.fr --- Created attachment 56501 --> https://bugs.winehq.org/attachment.cgi?id=56501 3D malformation 3
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #19 from legluondunet@free.fr legluondunet@free.fr --- Bug still present in 2.16 staging
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #20 from joaopa jeremielapuree@yahoo.fr --- Bug still there in current wine (wine-3.1)
https://bugs.winehq.org/show_bug.cgi?id=40364
Shmerl shtetldik@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |shtetldik@gmail.com
--- Comment #21 from Shmerl shtetldik@gmail.com --- Setting MaxShaderModelVS=0 doesn't fix this?
https://bugs.winehq.org/show_bug.cgi?id=40364
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.gamershell.com/d |https://www.fileplanet.com/ |ownload_1856.shtml |122317/120000/fileinfo/Indi | |ana-Jones-and-the-Emperor%2 | |7s-Tomb-Demo
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #22 from joaopa jeremielapuree@yahoo.fr --- Bug is still there in current wine.
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #23 from joaopa jeremielapuree@yahoo.fr --- Bug still there with wine-4.0
https://bugs.winehq.org/show_bug.cgi?id=40364
--- Comment #24 from joaopa jeremielapuree@yahoo.fr --- Bug still there in wine-4.18
https://bugs.winehq.org/show_bug.cgi?id=40364
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #25 from joaopa jeremielapuree@yahoo.fr --- Wouhou. This bug is fixed. Thanks Paul.
https://bugs.winehq.org/show_bug.cgi?id=40364
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |5e10f1d339aaf798374917ba039 | |363072a867c1e
https://bugs.winehq.org/show_bug.cgi?id=40364
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #26 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.19.
https://bugs.winehq.org/show_bug.cgi?id=40364
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |4.0.x
https://bugs.winehq.org/show_bug.cgi?id=40364
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|4.0.x |---
--- Comment #27 from Michael Stefaniuc mstefani@winehq.org --- Removing the 4.0.x milestone from bug fixes included in 4.0.4.
https://bugs.winehq.org/show_bug.cgi?id=40364
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Keywords| |download URL|https://www.fileplanet.com/ |https://web.archive.org/web |122317/120000/fileinfo/Indi |/20210101173555/http://ftp. |ana-Jones-and-the-Emperor%2 |gamers.org/pub/mirrors/ftp. |7s-Tomb-Demo |gamesdomain.co.uk/demos/ind | |yetdemo.exe Version|unspecified |1.9.6