Search found 2 matches

by vic432
Sun Aug 25, 2019 3:42 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Renpy bash file cant be executed when shared with nfs server on ubuntu : permision denied
Replies: 1
Views: 480

Re: Renpy bash file cant be executed when shared with nfs server on ubuntu : permision denied

Asnswer : The file at lib/linux-x86_64/tst wasnt flaged to be executable.

Code: Select all

chmod +x tst 
resolved the problem.
by vic432
Sun Aug 25, 2019 10:10 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Renpy bash file cant be executed when shared with nfs server on ubuntu : permision denied
Replies: 1
Views: 480

[SOLVED]Renpy bash file cant be executed when shared with nfs server on ubuntu : permision denied

I did a post on this forum explaing better the whole situation : full post https://superuser.com/questions/1474995/cant-run-sh-files-mounted-from-nfs-server?noredirect=1#comment2224053_1474995 Basically, i cant run the sh file of any renpy games (tested so far) when accessing it in another pc in the...