Monika-After-Story / MonikaModDev

DDLC fan mod to extend Monika
http://www.monikaafterstory.com/
Other
1.18k stars 685 forks source link

Permission Denied #9126

Closed CodyCat13 closed 2 years ago

CodyCat13 commented 2 years ago

I have all of MAS's files in the game folder of DDLC (I even checked the game's subfolders and no MAS files were in any of those). However, when I try to launch the game, I get this: Permission Denied I wonder if I'd have to delete all other character files except for Monika so that the game would let the mod run, but I don't know if that'll necessarily fix the denial error What should I do to fix this?

yuueki305 commented 2 years ago

use chmod to grant permission chmod +x ./DDLC.sh ./DDLC.sh

or add 'sh' in front of the script sh ./DDLC.sh

CodyCat13 commented 2 years ago

Thank you!

CodyCat13 commented 2 years ago

Follow-up: This is what ended up happening: Screenshot 2022-05-17 3 56 55 PM

Booplicate commented 2 years ago

/lib/linux-x86_64/DDLC also needs X perm.

CodyCat13 commented 2 years ago

Ah.

CodyCat13 commented 2 years ago

Thank you! It's up and running!