You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No matter how I tried to solve it, it didn't work.
× Encountered error while trying to install package.
╰─> psutil
for some reason pip does not install the version of psutil that is in req...txt
dhackos.py gives this when run
Error 305 for command:
close ".\sounds\normalmemorycheck1.mp3"
Extra characters after a text string enclosed in quotation marks are not allowed.
Failed to close the file: ".\sounds\normalmemorycheck1.mp3"
but it still starts
and when i try to save it says
Save failed! Please check your read/write permissions
(If you are a Linux or Android user, check chmod or try to launch this game as root)
[Errno 2] No such file or directory: 'saves/Alpina.db'
Shutting down...
My uname is Alpina so three files are created in saves folder:
Alpina.db.bak
Alpina.db.dat
Alpina.db.dir
And the Alpina.db searched for by the save script is not created
For example, in linux, such a file is created
The text was updated successfully, but these errors were encountered:
Failed to reproduce the issue on Linux (Manjaro Linux) with kernel v5.15.93 with installed psutil v5.9.4 and Python 3.10.9 (main, Dec 19 2022, 17:35:49) [GCC 12.2.0]
My saves don't work on win 10
No matter how I tried to solve it, it didn't work.
× Encountered error while trying to install package.
╰─> psutil
for some reason pip does not install the version of psutil that is in req...txt
dhackos.py gives this when run
Error 305 for command:
close ".\sounds\normalmemorycheck1.mp3"
Extra characters after a text string enclosed in quotation marks are not allowed.
Failed to close the file: ".\sounds\normalmemorycheck1.mp3"
but it still starts
and when i try to save it says
Save failed! Please check your read/write permissions
(If you are a Linux or Android user, check chmod or try to launch this game as root)
[Errno 2] No such file or directory: 'saves/Alpina.db'
Shutting down...
My uname is Alpina so three files are created in saves folder:
Alpina.db.bak
Alpina.db.dat
Alpina.db.dir
And the Alpina.db searched for by the save script is not created
For example, in linux, such a file is created
The text was updated successfully, but these errors were encountered: