Advertisement
Ugyuu

Config+Legendary_Log

Sep 9th, 2020 (edited)
1,790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.99 KB | None | 0 0
  1. #####This is what my config.ini looks like for Legendary
  2. ###
  3.  
  4. [Legendary]
  5. log_level = debug
  6. max_memory = 8192
  7. install_dir = ~/legendarygames
  8. locale = en-US
  9.  
  10. [default]
  11. wine_executable = wine
  12. wine_prefix = /home/konqifan/.wine
  13.  
  14. [default.env]
  15. WINEPREFIX = /home/konqifan/legendary/.wine
  16.  
  17. [Hoatzin]
  18. offline = true
  19. skip_update_check = true
  20. wine_executable = ./.local/share/lutris/runners/wine/lutris-5.7-8-x86_64/lib64/wine
  21.  
  22. [Hoatzin.env]
  23. DXVK_CONFIG_FILE = ./.local/share/Steam/steamapps/common/Proton 5.0/dist/lib64/wine/dxvk
  24.  
  25. [AppName2]
  26. wrapper = "./.local/share/Steam/steamapps/common/Proton 5.0/dist/lib64/wine" run
  27.  
  28.  
  29.  
  30. #####Below this is the output from trying to launch Hoatzin (legendary -v launch Hoatzin --dlm-debug)#####
  31. ###
  32.  
  33. [Core] WARNING: Game is not approved for offline use and may not work correctly.
  34. [Core] DEBUG: Set locale to en-US
  35. [cli] INFO: Launching Hoatzin...
  36. [cli] DEBUG: Launch parameters: ./.local/share/lutris/runners/wine/lutris-5.7-8-x86_64/lib64/wine '/home/konqifan/legendarygames/TRDeliveryService/Totally Reliable Delivery Service.exe' >
  37. [cli] DEBUG: Working directory: /home/konqifan/legendarygames/TRDeliveryService
  38. [cli] DEBUG: Environment overrides:
  39. Traceback (most recent call last):
  40.   File "/usr/bin/legendary", line 33, in <module>
  41.     sys.exit(load_entry_point('legendary-gl==0.20.1', 'console_scripts', 'legendary')())
  42.   File "/usr/lib/python3.8/site-packages/legendary/cli.py", line 1284, in main
  43.     cli.launch_game(args, extra)
  44.   File "/usr/lib/python3.8/site-packages/legendary/cli.py", line 511, in launch_game
  45.     subprocess.Popen(params, cwd=cwd, env=env)
  46.   File "/usr/lib/python3.8/subprocess.py", line 854, in __init__
  47.     self._execute_child(args, executable, preexec_fn, close_fds,
  48.   File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child
  49.     raise child_exception_type(errno_num, err_msg, err_filename)
  50. FileNotFoundError: [Errno 2] No such file or directory: './.local/share/lutris/runners/wine/lutris-5.7-8-x86_64/lib64/wine'
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement