Update readme

Add executable flag troubleshooting tip
This commit is contained in:
D. Neykov
2023-05-17 22:16:06 +02:00
committed by GitHub
parent 81895ec1ee
commit 9264af0bb2

View File

@@ -52,7 +52,10 @@ This is normal. The DLCs should still work.
Have you made sure to download the latest version of the DLC files? Sometimes unrelated patches or updates to the game will modify some DLC files, and creamlinux is currently somewhat sensitive to outdated files.
## Game not starting after enabling creamlinux
Have you made sure that you actually put the creamlinux files in the game's directory? (I sometimes forget to move them out of the `creamlinux` folder into the game directory proper)
Try setting the executable flag of the `cream.sh` script:
```
chmod +x cream.sh
```
## Nothing helped!
Please collect a log using the instructions below, then post an issue describing your situation [here](https://github.com/anticitizn/creamlinux/issues/new).