ninjasamuri
Active Member
- May 28, 2018
- 667
- 581
- 257
linux doesn't work*Linux version doesn't work the sh just opens as a text file
You must be at least 18 years old to post herelinux doesn't work*
Did you try making it executable?Linux version doesn't work the sh just opens as a text file
Here's exactly what it says when I try to run itDid you try making it executable?
#!/bin/sh
SCRIPT="$0"
# Resolve the chain of symlinks leading to this script.
while [ -L "$SCRIPT" ] ; do
LINK=$(readlink "$SCRIPT")
case "$LINK" in
/*)
SCRIPT="$LINK"
;;
*)
SCRIPT="$(dirname "$SCRIPT")/$LINK"
;;
esac
done
# The directory containing this shell script - an absolute path.
ROOT=$(dirname "$SCRIPT")
ROOT=$(cd "$ROOT"; pwd)
# The name of this shell script without the .sh on the end.
BASEFILE=$(basename "$SCRIPT" .sh)
if [ -z "$RENPY_PLATFORM" ] ; then
RENPY_PLATFORM="$(uname -s)-$(uname -m)"
case "$RENPY_PLATFORM" in
Darwin-*|mac-*)
RENPY_PLATFORM="mac-x86_64"
;;
*-x86_64|amd64)
RENPY_PLATFORM="linux-x86_64"
;;
*-i*86)
RENPY_PLATFORM="linux-i686"
;;
Linux-*)
RENPY_PLATFORM="linux-$(uname -m)"
;;
*)
;;
esac
fi
LIB="$ROOT/lib/$RENPY_PLATFORM"
if ! test -d "$LIB"; then
echo "Ren'Py platform files not found in:"
echo
echo "$ROOT/lib/$RENPY_PLATFORM"
echo
echo "Please compile the platform files using the instructions in README.md"
echo "or point them to an existing installation using ./after_checkout.sh <path>."
echo
echo "Alternatively, please set RENPY_PLATFORM to a different platform."
exit 1
fi
exec $RENPY_GDB "$LIB/$BASEFILE" "$@"
Yeah, you're viewing the contents. DoHere's exactly what it says when I try to run it
Code:#!/bin/sh SCRIPT="$0" # Resolve the chain of symlinks leading to this script. while [ -L "$SCRIPT" ] ; do LINK=$(readlink "$SCRIPT") case "$LINK" in /*) SCRIPT="$LINK" ;; *) SCRIPT="$(dirname "$SCRIPT")/$LINK" ;; esac done # The directory containing this shell script - an absolute path. ROOT=$(dirname "$SCRIPT") ROOT=$(cd "$ROOT"; pwd) # The name of this shell script without the .sh on the end. BASEFILE=$(basename "$SCRIPT" .sh) if [ -z "$RENPY_PLATFORM" ] ; then RENPY_PLATFORM="$(uname -s)-$(uname -m)" case "$RENPY_PLATFORM" in Darwin-*|mac-*) RENPY_PLATFORM="mac-x86_64" ;; *-x86_64|amd64) RENPY_PLATFORM="linux-x86_64" ;; *-i*86) RENPY_PLATFORM="linux-i686" ;; Linux-*) RENPY_PLATFORM="linux-$(uname -m)" ;; *) ;; esac fi LIB="$ROOT/lib/$RENPY_PLATFORM" if ! test -d "$LIB"; then echo "Ren'Py platform files not found in:" echo echo "$ROOT/lib/$RENPY_PLATFORM" echo echo "Please compile the platform files using the instructions in README.md" echo "or point them to an existing installation using ./after_checkout.sh <path>." echo echo "Alternatively, please set RENPY_PLATFORM to a different platform." exit 1 fi exec $RENPY_GDB "$LIB/$BASEFILE" "$@"
chmod +x ./WestviewAcademy.sh and chmod +x lib/python-86_64/WestviewAcademy and then try run it.It worked!Yeah, you're viewing the contents. Dochmod +x ./WestviewAcademy.shandchmod +x lib/python-86_64/WestviewAcademyand then try run it.
Sadly, I think so.With chapter 7 being part of Season 2, will we need to wait on the rest of the chapters before S2 releases on Steam?
BTW, with the new update are the old saves safe or broken??Yeah, Paige’s route turns into a management sim where you have to grow and level up your family. That’s actually why it took so long fr
So what he's saying is that he's done nothing towards the next release. What a bum dev.View attachment 5220961
Westview Academy Chapter 7 is out NOW!
4,003 new renders
164 animations
some more stuff ig
You must be registered to see the links
I had separate routes saved at the end of Season 1 and didn't encounter any problems importing then using them in Season 2.BTW, with the new update are the old saves safe or broken??