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

Won't save while Noita Together is running #2

Open
ZaphodAVA opened this issue Jul 30, 2021 · 5 comments
Open

Won't save while Noita Together is running #2

ZaphodAVA opened this issue Jul 30, 2021 · 5 comments
Assignees

Comments

@ZaphodAVA
Copy link

The save manager thinks Noita is running, when only the third party "Noita Together" program is running. Closing it means losing bank contents, which is awkward.

@mcgillij
Copy link
Owner

Oh interesting, I think I just have a regex looking for something like noita, I can see if I can grep for just the noita.exe, which should skip the noita together in the process list.

@mcgillij mcgillij self-assigned this Jul 30, 2021
@mcgillij
Copy link
Owner

mcgillij commented Jul 30, 2021

if "noita.exe".lower() in process.name().lower():

Seems I am checking for 'noita.exe', do you happen to know what the name of the process for Noita together, i don't have it installed atm.

@mcgillij
Copy link
Owner

I'll just remove the check, and leave it to the user to not do backups while the game is running I guess.

@mcgillij
Copy link
Owner

@ZaphodAVA
Copy link
Author

ZaphodAVA commented Aug 11, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants