Closed brongan closed 1 year ago
That's interesting. But unfortunately I'm not able to reproduce the issue at my end. More information would be helpful.
Also, is it possible that it has something to do with zsh? I mean the shebang should have the script running with bash, but I'm not familiar with zsh enough to know if they have any effects on this.
Hi @HBBrennan,
I'm closing the issue for now due to inactivity and it not being reproducible. Please feel free to open the issue if the problem persists and please provide the output of leagueoflegends -v start
(or install). Thanks!
Before creating an issue, please take a look at the troubleshooting section.
System information
vulkaninfo --summary
.Describe the issue
Part of the script,
winepath -w $RIOT_CLIENT
, returns an empty string causing a sefault.Steps to reproduce
results in:
When I change the script to set -eux, I can see that
winepath -w $RIOT_CLIENT
, returns an empty string causing a segfault. If I set $RIOT_CLIENT myself and runwinepath -w $RIOT_CLIENT
, I get the correct path. I don't know why this is not working within the script.