[Bug 8051] Sims 2 demo exits prematurely

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 6 16:44:02 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=8051

--- Comment #155 from Peter Beutner <p.beutner at gmx.net> ---
(In reply to Alexandr Oleynikov from comment #149)
> fixme:d3d:wined3d_device_process_vertices Output vertex declaration not
> implemented yet.
> err:d3d:get_flexible_vertex_size Unexpected position mask: 0x0

I only see these errors when shaders are disabled in the game.
try open the ingame console(ctrl+shift+c) and enter:
boolProp useShaders true

then move the camera around a bit to force things to redraw.

the game has it's own ruleset for gfx configuration (TSData/Res/Config/Graphics
Rules.sgr, which it uses to enable/disable features/workarounds based on your
gfx card vendor/card name or even just the driver version.
On recent hardware that often fails miserably (even on windows).
you can open the file and try to fix things for your card (look for section
"Apply gfx device specific workarounds"). If I understand it right it disables
shaders in general for nvidia cards, then enables it only for specific models.

check the log file(%USERPROFILE%\Documents\EA games\The Sims
2\Logs\${machine}-config.log). it will show you which settings make it in the
game in the end)

instead of editing 'Graphics Rules.sgr' you can also put the commands in
Userstartup.cheat. see here:
http://simswiki.info/wiki.php?title=Game_Help:Userstartup.cheat

also hardcoding the ps/vs shader level to 2 can be removed from the swswine's
patch i think. At least I didn't notice any graphical issues.

last note, since somebody mentioned that the results differ depending on the
patch level/expansion pack installed, this was tested with base game + seasons
expansion installed.

=== Application info ===
Name:            The Sims 2 EP5
Version:         1.7.0.145

-- 
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.



More information about the wine-bugs mailing list