HGL
stormy-gold
After updating to 2.7.0 I get an error message when starting Rocket League
I get this error message:
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
[2503] Failed to execute script 'cli' due to unhandled exception!

18 Replies
stormy-goldOP•3y ago
I have MacOS Ventura and Im on a 2015 Intel Mac
conscious-sapphire•3y ago
Do what it says
Log it and login again
stormy-goldOP•3y ago
It doesnt work i already tried
conservation-jade•2y ago
solved?
genetic-orange•2y ago
hello
genetic-orange•2y ago

genetic-orange•2y ago
how do i solve it
@CinchVX @syn.hlm Install any version of CrossOver (can be the trial version; don't even have to launch it once it's installed)
@Hero This is a different issue, please open up your own thread (after reading #:pushpin: Read Me First | Frequently Asked Questions)
genetic-orange•2y ago
where can i find it
stormy-goldOP•2y ago
Ive tried that and it worked until the trial was over.
The trial period being over has no correlation with this issue. The code responsible for finding CrossOver only searches for an executable
You can also add
disable_auto_crossover = true
to ~/.config/legendary/config.ini
to get around this issue
I'm currently looking at ways to automate this for a future Heroic release
I've now opened https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/pull/2803, which should resolve this issue. You can either use the version from that PR for now, or wait until the next release (which'll hopefully contain this fix)modern-teal•2y ago
Launching 2 instances of heroic or uninstalling and reinstalling the launcher sometimes works.
rare-sapphire•2y ago
@CommandMC What's the best way to use your fix from the PR right now? I'm not tech literate, but I assume I can download your files, then go to right click the Heroic App Icon and select
Show Package Contents
and finding the relevant files and replacing them with your updates, namely src/backend
and storeManagers/legendary
however I'm experiencing 2 issues:
1. I don't know how to actually download your PR files from Github (lol I feel dumb) - I assume I'd have to use Terminal to get these files somehow?
2. I can't locate src/backend
or storeManagers/legendary
folers in the package contents
Any guidance would be greatly appreciated ☺️@Gomeo You can download a pre-built binary for macOS from https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/actions/runs/5294392387
You'll also have to run
xattr -d -r com.apple.quarantine /Applications/Heroic.app
once you've installed this version, as only actual releases are signedrare-sapphire•2y ago
Thanks heaps! Reporting back: I can confirm Rocket League now works with this PR pre-built binary. However, I've lost the option to select
Gaming Toolkit Standalone Wine - wine 7.7
that was originally part of the Andrew Tsai video I followed to get Rocket League working (link: https://youtu.be/WdQIc69e5oA?t=417) which I would assume optimises the performance even more so and shows the player's name above their car (which is missing in this version though as stated, it seems the game runs fine else wise without it).
I'll await till the update gets merged in with the main Heroic updates! Thanks heaps @CommandMC You're a god-send!

like-gold•2y ago
Can we still find this file somewhere ? It perfectly worked for me but I lost it 😦
This patch is now included in Heroic versions >= 2.9.0
like-gold•2y ago
Thanks you !