Check out our Monthly Survey Page to see what our users are running.
Deus Ex Mankind Divided via wine/proton?
Page: «2/2
  Go to:
kokoko3k Dec 27, 2019
Fine, it seems denuvo kicks in when one changes wine version too fast.
Probably they see as the same copy is running on different machines, and blocks it.
So either use the same wine version, or stop it from accessing the internet via unshare.
I've done both with the following:

#!/bin/bash
SCRIPTDIR=${0%/*}
WINEPATH="$SCRIPTDIR/wine-lutris-4.20-x86_64/bin"
WINEPREFIX="$SCRIPTDIR/wineprefixdxmd/"
GAMEPATH="$SCRIPTDIR/Deus Ex Mankind Divided"

##

sudo setcap cap_sys_admin+ep /usr/bin/unshare
  
export WINEPREFIX
export PATH="$WINEPATH":"$PATH"
DXVK_HUD=fps unshare -n wine "$GAMEPATH"/retail/DXMD.EXE -benchmark #<- -benchmark is to skip intro videos


Last edited by kokoko3k on 27 December 2019 at 3:23 pm UTC
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register


Or login with...
Sign in with Steam Sign in with Google
Social logins require cookies to stay logged in.