ValveSoftware / Proton

Compatibility tool for Steam Play based on Wine and additional components
Other
23.96k stars 1.05k forks source link

Jade Empire™: Special Edition (7110) #2112

Open JanGalek opened 5 years ago

JanGalek commented 5 years ago

Compatibility Report

System Information

I confirm:

Steam-7110.log

Symptoms

Start work, but it very much lags. Sounds too.

Reproduction

Install and run

JanGalek commented 5 years ago

I found solution, there is problem with cpu affinity set for 1 core by default.

Solution (for dev) is create script, run game and run script

script

#!/bin/bash

pid="x"

while [[ "$pid" == "x" ]]; do
    pid=`pidof JadeEmpire.exe`
done

mask="x"

while [[ "$mask" == "x" ]]; do
    mask=`taskset -p "$pid" | grep "mask: 1"`
done

taskset -p 4 "$pid"
legluondunet commented 1 year ago

Compatibility Report

Name of the game with compatibility issues: Jade Empire: Special Edition
Steam AppID of the game: 7110

System Information

GPU: AMD AMD Radeon RX 6600M
Driver/LLVM version: Mesa 22.3.1
Kernel version: 5.15.84-1-MANJARO
Link to full system information report as [Gist](https://gist.github.com/legluondunet/8c353105c386d1a121041a3ad1b4a2b4):
Proton version: default or experimental

I confirm:

X that I haven't found an existing compatibility report for this game.

X that I have checked whether there are updates for my system available.

Symptoms

Install OK Launch OK Cinematics NOK Play: OK

Hello Valve Team, I bought and installed this game today, just one bug to report (for the moment): cinematics do not play correctly, look at this screenshots:

Capture d’écran_2022-12-26_13-26-14

Capture d’écran_2022-12-26_13-26-00

log: steam-7110.log

I can reproduce this bug with Proton default (do not force a proton version) , with Proton experimental and Proton Fix.

The cinematics playing correctly (aspect/ratio) with Proton 5.0-10.

kisak-valve commented 1 year ago

Hello @legluondunet, there's no such thing as "Proton default." At some point you selected a Proton version in the Steam Play section of Steam's global settings.

There's years of changes between Proton 5.0 and Proton Experimental. Are you able to determine the oldest Proton release which is affected by the regression you're seeing?

legluondunet commented 1 year ago

More details/tests:

I can reproduce this bug with this Proton version : Experimental 7.0-5 6.3-8 5.13-6

Cinematics playing rightly with Proton 5.0-10 and 4.11-13

If I set Proton version to "Experimental" and inactivate DXVK with: "PROTON_USE_WINED3D11=1", the cinematics playing correctly, but the game has a very slow fps, it's unplayable.

This a screenshot of a cinematic took with Proton Experimental and DXVK active: Capture d’écran_2022-12-26_16-55-13

This is a screenshot of the same cinematic took with Proton Experimental and DXVK inactive: Capture d’écran_2022-12-26_16-50-59

Do you need more tests/infos?

alasky17 commented 1 year ago

@legluondunet It looks like the dxvk folks fixed this one and closed the issue. Right now, the fix will only be in experimental bleeding-edge, but the next regular experimental release should also have the fix.

legluondunet commented 1 year ago

good news, I will wait and try with next Proton Experimental release. Thanks to all people involved!

legluondunet commented 1 year ago

just tested with Proton experimental, the cinematics played nicely, bravo!