Je n'arrive pas à faire fonctionner le jeu sous linux
Je n'arrive pas à faire fonctionner le jeu sous linux
Bonjour
Je ne suis pas très doué en informatique. Si j'ai bien compris, c'est le fichier .sh qui lance le jeu. Quand je double clique dessus, ça me demande si je veux lancer le programme, je clique pour lancer, et là il me dit que je n'ai pas la permission.
Je vais donc dans les propriétés pour autoriser le .sh à se lancer comme programme. Je coche la case, elle se décoche aussitôt. J'ai pas mal cherché sur internet, je ne comprend pas le problème.
Si quelqu'un pourrait m'expliquer comment faire (et si possible sans taper trop de lignes de code?)
Je vous remercie d'avance.
Je ne suis pas très doué en informatique. Si j'ai bien compris, c'est le fichier .sh qui lance le jeu. Quand je double clique dessus, ça me demande si je veux lancer le programme, je clique pour lancer, et là il me dit que je n'ai pas la permission.
Je vais donc dans les propriétés pour autoriser le .sh à se lancer comme programme. Je coche la case, elle se décoche aussitôt. J'ai pas mal cherché sur internet, je ne comprend pas le problème.
Si quelqu'un pourrait m'expliquer comment faire (et si possible sans taper trop de lignes de code?)
Je vous remercie d'avance.
Game don't work for me on linux
Hello,
I'm not very talented in computers. If i understand well, the .sh file is the file which run the game. When i click on it, that ask me if i want to run the program, i say yes. Then, he say i'm not allowed to run the program.
I go in properties of the .sh file to allow .sh file to be run like a program. When i check the box, it uncheck immediately. I sherch on the internet, but i don't understand what the problem.
Can someone gave me some hit (if possible without using to much the terminal)?
Thanks
I'm not very talented in computers. If i understand well, the .sh file is the file which run the game. When i click on it, that ask me if i want to run the program, i say yes. Then, he say i'm not allowed to run the program.
I go in properties of the .sh file to allow .sh file to be run like a program. When i check the box, it uncheck immediately. I sherch on the internet, but i don't understand what the problem.
Can someone gave me some hit (if possible without using to much the terminal)?
Thanks
Re: Je n'arrive pas à faire fonctionner le jeu sous linux
(Google translate may speak better french than I do.)
Which distribution of linux are you running?
Quelle distribution utilisez-vous ?
- Ubuntu
- Debian
- Fedora
- Arch
- Gentoo
(etc)
Are you an administrator / can you use sudo?
Est-ce que vous êtes l'administrateur système ?
Pouvez-vous utilisez la commande informatique «sudo» ?
Which distribution of linux are you running?
Quelle distribution utilisez-vous ?
- Ubuntu
- Debian
- Fedora
- Arch
- Gentoo
(etc)
Are you an administrator / can you use sudo?
Est-ce que vous êtes l'administrateur système ?
Pouvez-vous utilisez la commande informatique «sudo» ?
Recommended fics: A pseudo-pseudo Suzu Route | Sisterhood (Hanako Epilogue) | Can You Open Your Heart? (Rika)
(New) Movie contest: From which 2012 film did I mangle this quote? Prize: Humble Bundle
You're worried about the Nurse? Try the mom.
(New) Movie contest: From which 2012 film did I mangle this quote? Prize: Humble Bundle
You're worried about the Nurse? Try the mom.
Re: Je n'arrive pas à faire fonctionner le jeu sous linux
I use Ubuntu.
I can use sudo command.
I can use sudo command.
Re: Je n'arrive pas à faire fonctionner le jeu sous linux
Open the terminal to the folder where the .sh file is located.
Type the following:
If you get an error, post the error here. Otherwise, type
If that works, congratulations.
If you get an error, post it here, and then try
If that also returns an error, post the text of the error here.
Type the following:
Where file.sh is the name of the script you're trying to run.sudo chmod +x file.sh
If you get an error, post the error here. Otherwise, type
Code: Select all
./file.sh
If you get an error, post it here, and then try
Code: Select all
sudo bash file.sh
Recommended fics: A pseudo-pseudo Suzu Route | Sisterhood (Hanako Epilogue) | Can You Open Your Heart? (Rika)
(New) Movie contest: From which 2012 film did I mangle this quote? Prize: Humble Bundle
You're worried about the Nurse? Try the mom.
(New) Movie contest: From which 2012 film did I mangle this quote? Prize: Humble Bundle
You're worried about the Nurse? Try the mom.
Re: Je n'arrive pas à faire fonctionner le jeu sous linux
For the first command:
saryon@saryon-Aspire-X3200:~/Bureau/Katawa shoujo/Katawa Shoujo-linux-x86$ ./"Katawa Shoujo.sh"
./Katawa Shoujo.sh: 20: exec: ./lib/python: Permission denied
For the second command (bash):
Katawa Shoujo.sh: ligne 20: /home/saryon/Bureau/Katawa shoujo/Katawa Shoujo-linux-x86/lib/python: Permission non accordée
Katawa Shoujo.sh: ligne 20 : exec: /home/saryon/Bureau/Katawa shoujo/Katawa Shoujo-linux-x86/lib/python : impossible d'exécuter : Permission non accordée
saryon@saryon-Aspire-X3200:~/Bureau/Katawa shoujo/Katawa Shoujo-linux-x86$
saryon@saryon-Aspire-X3200:~/Bureau/Katawa shoujo/Katawa Shoujo-linux-x86$ ./"Katawa Shoujo.sh"
./Katawa Shoujo.sh: 20: exec: ./lib/python: Permission denied
For the second command (bash):
Katawa Shoujo.sh: ligne 20: /home/saryon/Bureau/Katawa shoujo/Katawa Shoujo-linux-x86/lib/python: Permission non accordée
Katawa Shoujo.sh: ligne 20 : exec: /home/saryon/Bureau/Katawa shoujo/Katawa Shoujo-linux-x86/lib/python : impossible d'exécuter : Permission non accordée
saryon@saryon-Aspire-X3200:~/Bureau/Katawa shoujo/Katawa Shoujo-linux-x86$
Re: Je n'arrive pas à faire fonctionner le jeu sous linux
No one know how to fix this permission problem? That's the first time it happens?
Re: Je n'arrive pas à faire fonctionner le jeu sous linux
Did the chmod command work?
Recommended fics: A pseudo-pseudo Suzu Route | Sisterhood (Hanako Epilogue) | Can You Open Your Heart? (Rika)
(New) Movie contest: From which 2012 film did I mangle this quote? Prize: Humble Bundle
You're worried about the Nurse? Try the mom.
(New) Movie contest: From which 2012 film did I mangle this quote? Prize: Humble Bundle
You're worried about the Nurse? Try the mom.
Re: Je n'arrive pas à faire fonctionner le jeu sous linux
Yes chmod works.
That the two others commands which doesn't.
That the two others commands which doesn't.
Re: Je n'arrive pas à faire fonctionner le jeu sous linux
OK, it still looks like a permissions problem.
Code: Select all
sudo chmod -R 777 "/home/saryon/Bureau/Katawa shoujo"
Recommended fics: A pseudo-pseudo Suzu Route | Sisterhood (Hanako Epilogue) | Can You Open Your Heart? (Rika)
(New) Movie contest: From which 2012 film did I mangle this quote? Prize: Humble Bundle
You're worried about the Nurse? Try the mom.
(New) Movie contest: From which 2012 film did I mangle this quote? Prize: Humble Bundle
You're worried about the Nurse? Try the mom.
Re: Je n'arrive pas à faire fonctionner le jeu sous linux
With this command, it works.
Thank you!
Thank you!