Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

"Voices Of The Void" Pre-Alpha

Gather unknown signals from deep, silent space · By mrdrnose

Strange file in my SaveGames folder that won't go away, seems to be affecting my save data

A topic by ChillyChulie created Nov 22, 2024 Views: 852 Replies: 9
Viewing posts 1 to 3

Whenever i try to delete this file it says it can not be found in the folder it appears in. This file has a blank paper icon and was last modified on the 25th of February and, for as long as it has been there, my other saves have been affected. I can no longer level up drives past level 0 and that makes progression much more difficult. Does anyone know how to remove this file?

(1 edit)

idk man regen data.sav that might fix it

(+1)

I'm so curious, can you send it via Google Drive or open it with a notepad to check the contents, or it's completely inaccessible?

Can't do anything with the file. Notepad says the file can't be found when i try to open it. Trying to drag it out of the SaveGames folder only makes a pop-up saying the file isn't located in SaveGames.

How it's named, can you write it or send its screenshot?

The name came from a save file i had a year ago. Didn't really put much thought into what i named it. I can't change the file name.

(1 edit)

Ah I get it. I don't see your current save in this directory, does your current one have the same name as this one? If not, I think it should be safe to try deleting it with the command prompt,

Open the saves folder, hold shift and press the right mouse button somewhere in the window, choose "Open in Terminal", and type

del /p /f "s_I'm abouta die"

to forcefully delete the file with confirmation. Even if it won't delete it, the terminal generally should be more verbose about what the issue is.

In trying to remove this file, all the other save files are gone (don't worry i haven't played in a while anyway). Also, typing the command caused this to appear:

Didn't remove the file, but perhaps this could help make the problem more clear.

That's because PowerShell instead of command prompt popped up, that's okay, we just need a different command. Try this: 

Remove-Item "s_I'm abouta die" -Force
Still not working. Never seen a file so stubborn.
If none of this works, should i report this to the devs as a bug?