Legends of Aria Install Problem

Hi all,

I’m trying to get Legends of Aria to run under Lutris. I’ve tried the outdated installer listed here but that fails with “[Errno 2] No such file or directory: ‘None/user.reg’”. Updating the Lutris installer with the latest Legends of Aria installer (from here) also doesn’t work.

I then tried taking the Osu! installer and replacing all references to Osu! with Legends of Aria, just for fun. That also shows the same error above. I’m not experienced at all in Lutris and have very little experience with Wine so any help would be great!

Cheers!

Fixed the above issue by actually reading the wiki and creating an installer. Currently seeing how that works out!

Still running into problems. I created an installer, adding in various Winetricks and other options which I thought might be helpful, however after installing the game refuses to run outputting the following error:

========== OUTPUTTING STACK TRACE ==================

RtlLookupFunctionEntry returned NULL function. Aborting stack walk.
  ERROR: SymGetSymFromAddr64, GetLastError: 'Success.' (Address: 0000000002F5CE39)
0x0000000002F5CE39 (mono-2.0-bdwgc) (function-name not available)
  ERROR: SymGetSymFromAddr64, GetLastError: 'Success.' (Address: 0000000002D8CEDB)
0x0000000002D8CEDB (mono-2.0-bdwgc) (function-name not available)
  ERROR: SymGetSymFromAddr64, GetLastError: 'Success.' (Address: 0000000002F5BB85)
0x0000000002F5BB85 (mono-2.0-bdwgc) (function-name not available)
  ERROR: SymGetSymFromAddr64, GetLastError: 'Success.' (Address: 0000000002E5ECC4)
0x0000000002E5ECC4 (mono-2.0-bdwgc) (function-name not available)
  ERROR: SymGetSymFromAddr64, GetLastError: 'Success.' (Address: 0000000002D88439)
0x0000000002D88439 (mono-2.0-bdwgc) (function-name not available)
  ERROR: SymGetSymFromAddr64, GetLastError: 'Success.' (Address: 00000001805E0EED)
0x00000001805E0EED (unityplayer) (function-name not available)
  ERROR: SymGetSymFromAddr64, GetLastError: 'Success.' (Address: 00000001805E68DE)
0x00000001805E68DE (unityplayer) (function-name not available)
  ERROR: SymGetSymFromAddr64, GetLastError: 'Success.' (Address: 0000000180B981CF)
0x0000000180B981CF (unityplayer) (function-name not available)
  ERROR: SymGetSymFromAddr64, GetLastError: 'Success.' (Address: 0000000180B9A1B9)
0x0000000180B9A1B9 (unityplayer) (function-name not available)
  ERROR: SymGetSymFromAddr64, GetLastError: 'Success.' (Address: 0000000180B9ACDB)
0x0000000180B9ACDB (unityplayer) (function-name not available)
  ERROR: SymGetSymFromAddr64, GetLastError: 'Success.' (Address: 0000000140001207)
WARNING  2019-01-28 22:24:44,788 [thread]:Thread aborting now

The installer I’m using looks like this:

name: Legends of Aria
game_slug: legends-of-aria
version: 0.8.3
slug: legends-of-aria
runner: wine

script:
  files:
  - setup:
      filename: LegendsOfAria-0.8.3.exe
      url: http://cdn2.legendsofaria.com/LegendsOfAria-0.8.3.exe
  game:
    arch: win64
    exe: $GAMEDIR/drive_c/Program Files/Legends of Aria/Legends of Aria.exe
    prefix: $GAMEDIR
    working_dir: $GAMEDIR/drive_c/Program Files/Legends of Aria
  installer:
  - task:
      arch: win64
      description: 'Wine Staging: Enabling DXVA2'
      key: backend
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine\DXVA2
      prefix: $GAMEDIR
      value: va
  - task:
      app: corefonts
      description: 'Winetricks: Corefonts'
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: d3drm
      description: 'Winetricks: d3drm'
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: d3dx10
      description: 'Winetricks: d3dx10'
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: vulkanrt
      description: 'Winetricks: vulkanrt'
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: dxvk65
      description: 'Winetricks: dxvk65'
      name: winetricks
      prefix: $GAMEDIR
  - task:
      description: 'Installing Legends of Aria'
      executable: setup
      name: wineexec
      prefix: $GAMEDIR
      arch: win64
  - task:
      arch: win64
      description: Setting Windows 10 mode for Wine
      key: Version
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine
      prefix: $GAMEDIR
      value: win10
  system:
      env:
        DXVK_HUD: '0'
        DXVK_STATE_CACHE: '1'
        DXVK_STATE_CACHE_PATH: $GAMEDIR
        WINEESYNC: '1'
        __GL_SHADER_DISK_CACHE: '1'
        __GL_SHADER_DISK_CACHE_PATH: $GAMEDIR
        __GL_SHADER_DISK_CACHE_SKIP_CLEANUP: '1'
        __GL_THREADED_OPTIMIZATIONS: '1'
        mesa_glthread: 'true'
  wine:
    dxvk: true
    dxvk_version: 0.96

I’m guessing this is a mono problem with mono missing a dependency or something, but I’m not sure what to add.