HGL
correct-apricot

It works, but...

uh.....
No description
5 Replies
correct-apricot
correct-apricotOP3y ago
ERROR MESSAGE UPON PLAYING THE GAME: An error has occurred! Try to Logout and Login on your Epic account. Traceback (most recent call last): File "legendary/cli.py", line 3061, in <module>File "legendary/cli.py", line 2976, in main File "legendary/cli.py", line 608, in launch_game File "legendary/core.py", line 701, in get_launch_parameters File "legendary/core.py", line 633, in get_app_launch_command IndexError: list index out of range [4640] Failed to execute script 'cli' due to unhandled exception! my logs are currently overflowing, so I'ma get them later
sunny-green
sunny-green3y ago
are you using dxvk? if you are then I think this is just a mac os limitation (also try wined3d by disabling dxvk, if its enabled rn)
correct-apricot
correct-apricotOP3y ago
I got "Auto Install/Update DXVK on Prefix" checked off also what is wine3d?
xenial-black
xenial-black2y ago
solved?
fair-rose
fair-rose2y ago
I've investigated the source code of Legendary and it seems like Legendary is trying to use Crossover app, if it's not installed it will fail. One solution I found is disabling that behaviour in ~/.config/legendary/config.ini adding at the end of the file:
; (macOS) Disable automatic CrossOver use
disable_auto_crossover = true
; (macOS) Disable automatic CrossOver use
disable_auto_crossover = true

Did you find this page helpful?