Posted December 25, 2015
Hello.
I'm trying to play the Linux version of Geminie Rue, but I'm getting horrendous mouse lag in the game. I checked the logs, and everything seems find on that front, but doing some googling, I found this post from the steam forums: https://steamcommunity.com/app/80310/discussions/0/864959809659528306/?tscn=1404075380#c540744936568057697
However, when I run that script, I have issues executing it. It has problems with the line
sed 's/liballeg/.so/.4/.4/liballeg.so.org/' <"$libdir/liballeg.so.4.4"
However, from what I can tell, it seems correct, and considering others have ran the script without issue, as well, I figured I'd come here to see if anyone has a solution.
EDIT: Managed to fix it because I was dumb and half drunk.
sed was having issues with the way that line was written, so I just removed the additonal slashes so the script was like:
sed 's/liballeg.so.4.4/liballeg.so.org/'
I'm trying to play the Linux version of Geminie Rue, but I'm getting horrendous mouse lag in the game. I checked the logs, and everything seems find on that front, but doing some googling, I found this post from the steam forums: https://steamcommunity.com/app/80310/discussions/0/864959809659528306/?tscn=1404075380#c540744936568057697
However, when I run that script, I have issues executing it. It has problems with the line
sed 's/liballeg/.so/.4/.4/liballeg.so.org/' <"$libdir/liballeg.so.4.4"
However, from what I can tell, it seems correct, and considering others have ran the script without issue, as well, I figured I'd come here to see if anyone has a solution.
EDIT: Managed to fix it because I was dumb and half drunk.
sed was having issues with the way that line was written, so I just removed the additonal slashes so the script was like:
sed 's/liballeg.so.4.4/liballeg.so.org/'
Post edited December 25, 2015 by saldite
No posts in this topic were marked as the solution yet. If you can help, add your reply