Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saves don't work on win 10 #11

Open
Ingibator opened this issue Feb 26, 2023 · 2 comments
Open

Saves don't work on win 10 #11

Ingibator opened this issue Feb 26, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Ingibator
Copy link

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

@dimankiev
Copy link
Owner

dimankiev commented Feb 26, 2023

@dimankiev
Copy link
Owner

dimankiev commented Feb 26, 2023

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]

dimankiev added a commit that referenced this issue Feb 26, 2023
@dimankiev dimankiev added the bug Something isn't working label Feb 26, 2023
@dimankiev dimankiev added this to the v. 0.3.3b Bugs milestone Feb 26, 2023
@dimankiev dimankiev self-assigned this Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants