[SOLVED] Please help! Can't open Uplay!

Hello!

I found topic about Uplay installation https://lutris.net/games/uplay/
I used the script Win7 64bit version by fabi2607. It works ok, but I want to manually tune the Wine.

I tryed this in terminal:

WINEPREFIX="$HOME/Ubisoft" WINEARCH=win64 wine wineboot
WINEPREFIX=~/Ubisoft winetricks corefonts
WINEPREFIX=~/Ubisoft wine ~/Downloads/UplayInstaller.exe

It is the as script by Fabio. My Wine iswine-2.21 (Staging) as in script. But Uplay refuse to work! Please help!

Here is Fabi script:

script
files
0
uplay “https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UplayInstaller.exe
installer
0
task
prefix “$GAMEDIR”
arch “win64”
name “create_prefix”
1
task
app “corefonts”
prefix “$GAMEDIR”
name “winetricks”
2
task
executable “uplay”
prefix “$GAMEDIR”
name “wineexec”
game
prefix “$GAMEDIR”
arch “win64”
exe “drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/Uplay.exe”
wine
version “staging-2.21-x86_64”
content

I reinstalled Uplay using this installer yesterday, then went to install and play Assassin’s Creed IV with it, no issue whatsoever.

What error message are you getting?

Hi Mathieu! First of all I’d like to thank you for great program! I decided problem by removing wine and installing staging version. It seems Uplay doesn’t like dev version 3rc4

Indeed, I haven’t even tried Wine 3.0 RC, I’m waiting for Wine Staging 3.0.

Uplay needs some patches from Staging so even the latest Wine release won’t run it.