Posted September 10, 2022
The game name is streets of rogue. I'm trying to launch the game, but it does not start.
I'm using fedora linux OS.
I tried to use the terminal start the start.sh :
aborted (core dumped)
+++++++++++++++++++=+++++
bash start.sh
Running Streets of Rogue
Loading in SingleInstance mode
start.sh: line 16: 21524 Aborted (core dumped) ./"StreetsOfRogueLinux.x86_64"
[kau@fedora Streets of Rogue]$
+++++++++++++++++++=+++++
running with sudo: (segmentation fault)
+++++++++++++++++++++++++
[kra@fedora Streets of Rogue]$ sudo bash start.sh
[sudo] password for krad:
Running Streets of Rogue
Loading in SingleInstance mode
start.sh: line 16: 4462 Segmentation fault (core dumped) ./"StreetsOfRogueLinux.x86_64"
[kra@fedora Streets of Rogue]$
++++++++++++++++++++++++
line 16 of the start.sh is like this :
+++++++++++++++++++=+++++
# Actions
run_game() {
echo "Running ${GAME_NAME}"
cd "${CURRENT_DIR}/game"
chmod +x *
./"StreetsOfRogueLinux.x86_64"
}
+++++++++++++++++++=+++++
Does anyone know what to do?
thanks.
I'm using fedora linux OS.
I tried to use the terminal start the start.sh :
aborted (core dumped)
+++++++++++++++++++=+++++
bash start.sh
Running Streets of Rogue
Loading in SingleInstance mode
start.sh: line 16: 21524 Aborted (core dumped) ./"StreetsOfRogueLinux.x86_64"
[kau@fedora Streets of Rogue]$
+++++++++++++++++++=+++++
running with sudo: (segmentation fault)
+++++++++++++++++++++++++
[kra@fedora Streets of Rogue]$ sudo bash start.sh
[sudo] password for krad:
Running Streets of Rogue
Loading in SingleInstance mode
start.sh: line 16: 4462 Segmentation fault (core dumped) ./"StreetsOfRogueLinux.x86_64"
[kra@fedora Streets of Rogue]$
++++++++++++++++++++++++
line 16 of the start.sh is like this :
+++++++++++++++++++=+++++
# Actions
run_game() {
echo "Running ${GAME_NAME}"
cd "${CURRENT_DIR}/game"
chmod +x *
./"StreetsOfRogueLinux.x86_64"
}
+++++++++++++++++++=+++++
Does anyone know what to do?
thanks.
Post edited September 11, 2022 by kkraltshop