Closed BeetMacol closed 2 years ago
Thank you @BeetMacol! I wanted the script to wait for the wine processes to terminate gracefully, and to suppress unnecessary logging. Anyway, I pushed a new commit just now. Please let me know if it works!
It's almost fine now. This time though, relative replay paths will not work correctly as you change the directory before $(winepath -w "$1")
... It should be perfectly fine for absolute paths.
I don't have a setup to test with, so thanks a lot for letting me know! Hope it's fixed now.
Yeah, seems to be fine now. Sorry for late reply. Thank you for adding the feature!
Hi, yesterday you merged my replay PR (#65).
Before merging, you made a few changes and one of them breaks the replay command (at least for me)! The League of Legends game EXE does not work when started from outside its directory - that's why I added the
pushd
andpopd
lines.The issue
After running
leagueoflegends replay replay.rofl
, League of Legends logs the following error, and a popup is displayed before crashing.Suggested change
The line 354:
should be changed back to my original code: