Need help with the script for World of Warships

Need help with the script for World of Warships on the EU version first. When i run the script the installer freez and lutris gives a error!
This installer is base of the world of tanks

files:

  • game: https://worldofwarships.eu/en/game/download/
    game:
    arch: win32
    exe: drive_c/Games/World_of_Warships/WoWS_internet_install_eu.exe
    prefix: $GAMEDIR
    working_dir: $GAMEDIR/drive_c/Games/World_of_Warships
    installer:
  • task:
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
  • task:
    key: winemenubuilder.exe
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine\DllOverrides
    prefix: $GAMEDIR
    type: REG_SZ
    value: ‘’
  • task:
    args: /silent
    description: Installing…
    executable: game
    name: wineexec
    prefix: $GAMEDIR
  • task:
    app: d3dx9_36
    description: Installing…
    name: winetricks
    prefix: $GAMEDIR
    silent: false
  • task:
    app: vcrun2012
    description: Installing…
    name: winetricks
    prefix: $GAMEDIR
    silent: false
  • task:
    app: vcrun2013
    description: Installing…
    name: winetricks
    prefix: $GAMEDIR
    silent: false
  • task:
    app: vcrun2015
    description: Installing…
    name: winetricks
    prefix: $GAMEDIR
    silent: false
  • execute:
    args: -c “sed -i ‘s|<launcher_transport>3|<launcher_transport>2|g’ drive_c/Games/World_of_Warships/WoWLauncher.cfg”
    description: installing…
    file: /bin/sh
  • task:
    app: sandbox
    description: Disabling unused WINE features
    name: winetricks
    prefix: $GAMEDIR

you never said what the error was :smiley: