Common Issues
This page covers common problems you might encounter while using PhasmoDecrypt and their solutions.File Not Found Errors
No saveFile.txt found at the specified location
No saveFile.txt found at the specified location
Error Message: Solutions:
No saveFile.txt found at the specified location. Please select the other option.Cause: PhasmoDecrypt cannot locate the save file at the expected path.Default Save Location:-
Verify the file exists:
- Open File Explorer
- Paste
%USERPROFILE%\AppData\LocalLow\Kinetic Games\Phasmophobiainto the address bar - Check if
SaveFile.txtexists
-
Use manual file selection:
- Select “I’ll add it myself” from the menu
- Navigate to your save file location
- Copy the full path and paste it when prompted
-
Check if Phasmophobia has been launched:
- The save file is created after you start the game for the first time
- Launch Phasmophobia at least once to generate the save file
The save file path is constructed at
Program.cs:88-89No SaveFile_Decrypted.json found
No SaveFile_Decrypted.json found
Error Message:
No SaveFile_Decrypted.json found at the specified location. Please select the other option.Cause: You’re trying to encrypt a decrypted file, but it doesn’t exist in the current directory.Solutions:-
Decrypt a save file first:
- Go to the Decrypt menu
- Decrypt a save file
- Save it as
SaveFile_Decrypted.json
-
Check the working directory:
- The file should be in the same folder as PhasmoDecrypt.exe
- Look for
SaveFile_Decrypted.jsonin that location
-
Use manual file selection:
- Choose “I’ll add it myself”
- Provide the full path to your decrypted JSON file
This check occurs at
Program.cs:306-309Invalid file path. Please try again.
Invalid file path. Please try again.
Error Message:
Invalid file path. Please try again.Cause: The file path you entered is empty or contains only whitespace.Solutions:-
Ensure you enter a path:
- Don’t just press Enter without typing anything
- Provide a complete file path
-
Copy-paste the path:
- Right-click the file in File Explorer
- Select “Copy as path”
- Paste it into PhasmoDecrypt (quotes will be automatically trimmed)
-
Use forward or backslashes:
- Both
C:\\Path\\To\\File.txtandC:/Path/To/File.txtwork - Avoid mixing slash types
- Both
Path validation occurs at
Program.cs:109-114 and Program.cs:326-331Decryption Errors
Error: Data is null or empty
Error: Data is null or empty
Error Message:
Error: Data is null or empty.Cause: The file you’re trying to decrypt is empty or couldn’t be read.Solutions:-
Check file size:
- Right-click the file and select Properties
- Verify the size is greater than 0 bytes
- Phasmophobia save files are typically several KB in size
-
Verify file permissions:
- Ensure you have read access to the file
- Try copying the file to your Desktop and decrypt from there
-
Re-save from the game:
- Launch Phasmophobia
- Make any small change (pick up an item, etc.)
- Exit the game to trigger a save
- Try decrypting again
This validation occurs at
Classes/Crypter.cs:16-19check the correctness of the file
check the correctness of the file
Error Message:
check the correctness of the file: [Exception details]Cause: The file was decrypted successfully, but the resulting data isn’t valid JSON.Common Causes:-
Corrupted save file:
- The save file may be damaged
- Try using a backup save file if available
-
Wrong file type:
- You’re trying to decrypt a file that isn’t a Phasmophobia save file
- Ensure you’re using
SaveFile.txtfrom the correct location
-
File was manually edited while encrypted:
- Encrypted files cannot be edited directly
- Only edit decrypted JSON files
-
Incomplete file transfer:
- If you copied the save file from another computer, it may not have copied completely
- Try copying the file again
- Use the original save file from the game directory
- Restore from a backup if available
- Start a new game in Phasmophobia to generate a fresh save file
Encryption Errors
No data to save. Please decrypt the file first.
No data to save. Please decrypt the file first.
Error Message:
No data to save. Please decrypt the file first.Cause: You’re trying to save decrypted data, but no decryption has been performed in this session.Solutions:-
Decrypt a file first:
- Return to the main menu
- Select “Decrypt”
- Complete the decryption process
- Then save the decrypted data
-
Don’t restart between operations:
- PhasmoDecrypt stores decrypted data in memory
- Closing and reopening the program clears this data
- Complete decrypt → edit → save in one session
This check occurs at
Program.cs:152-159 when accessing the Presets menuJSON Editing Errors
Invalid amount. Please enter a valid integer.
Invalid amount. Please enter a valid integer.
Error Message:
Invalid amount. Please enter a valid integer.Cause: When modifying money or XP, you entered a non-numeric value.Solutions:-
Use only numbers:
- Enter values like
10000, not10,000or10k - Don’t include currency symbols or letters
- Enter values like
-
Stay within integer range:
- Maximum value:
2,147,483,647 - Minimum value:
-2,147,483,648 - Going above/below these values will cause errors
- Maximum value:
-
Don’t use decimals:
- Enter
1000, not1000.5 - The game only accepts whole numbers
- Enter
- ✅ Valid:
100000 - ✅ Valid:
999999 - ❌ Invalid:
100,000(contains comma) - ❌ Invalid:
1000.50(contains decimal) - ❌ Invalid:
$1000(contains symbol)
Input validation occurs at
Program.cs:207-213 and Program.cs:222-228Values not updating in game
Values not updating in game
Cause: You edited the decrypted JSON but didn’t re-encrypt and replace the save file.Solutions:
- Complete the full workflow:
-
Backup first:
- Always backup the original
SaveFile.txtbefore replacing it - Keep a copy in a safe location
- Always backup the original
-
Close Phasmophobia:
- The game must be closed when you replace the save file
- If the game is running, it may overwrite your changes
Permission Errors
Access denied or permission errors
Access denied or permission errors
Cause: Windows is preventing PhasmoDecrypt from reading or writing files.Solutions:
-
Run as Administrator:
- Right-click
PhasmoDecrypt.exe - Select “Run as administrator”
- This gives the program elevated permissions
- Right-click
-
Check folder permissions:
- Right-click the folder containing save files
- Select Properties → Security
- Ensure your user account has Read and Write permissions
-
Disable read-only attribute:
- Right-click the save file
- Select Properties
- Uncheck “Read-only” if it’s enabled
- Click Apply
-
Move files to a different location:
- Copy save files to your Desktop or Documents folder
- These locations typically have fewer restrictions
- Decrypt/encrypt from there
-
Check antivirus software:
- Some antivirus programs block file modifications
- Add PhasmoDecrypt to your antivirus exceptions
- Temporarily disable antivirus to test (not recommended long-term)
Output Files
Default Output Locations
PhasmoDecrypt creates files in the same directory as the executable:| File | Description |
|---|---|
SaveFile_Decrypted.json | Decrypted save data in human-readable JSON format |
SaveFile_Encrypted.txt | Re-encrypted save file ready to use in Phasmophobia |
Output files are created in the application’s base directory (
AppDomain.CurrentDomain.BaseDirectory)Getting Help
If you encounter an issue not covered here:- Check the error message carefully - It often indicates exactly what went wrong
- Verify file paths - Most issues are caused by incorrect file locations
- Test with a fresh save - Try decrypting a newly created save file from the game
- Report the issue - Create an issue on the GitHub repository with:
- The exact error message
- Steps to reproduce the problem
- Your Windows version
- Whether you’re using the default or custom save location