From 0793023aa91a76190a53c7f06021b434cae6dd05 Mon Sep 17 00:00:00 2001 From: Downforce Agent Date: Mon, 8 Jul 2024 17:55:24 -0400 Subject: [PATCH] Add Troubleshooting --- Troubleshooting.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Troubleshooting.md diff --git a/Troubleshooting.md b/Troubleshooting.md new file mode 100644 index 0000000..847e425 --- /dev/null +++ b/Troubleshooting.md @@ -0,0 +1,22 @@ +### My mods work, but the game crashes at a certain spot repeatedly +This usually indicates that your original PSARCs were not dumped correctly, and as a result, there are important files missing from the PSARC generated by Firestar. +Please see: [Decrypting Original PSARC files](Decrypting-Original-PSARC-Files) + +### "psarc error: Invalid header (bad magic number)" +This error message means that your original PSARCs were not dumped correctly. If you try to install mods this way, your game will break. +Make sure you decrypted your game before giving it to Firestar. Please see: [Decrypting Original PSARC files](Decrypting-Original-PSARC-Files) + +### "The file is corrupted" when trying to launch WipEout +You aren't supposed to replace the original files, this will only work on the Vita3K emulator. PSVita games are encrypted and writing over them directly will corrupt them. +Use the Repatch Reloaded plugin to load your mods. Please see: [Setting up Repatch Reloaded](Setting-Up-Repatch-Reloaded) and then [How to Use Firestar](How-to-Use-Firestar) + +### I can't find the exported PSARC file / The exported PSARC file has a strange name +Ensure that the export destination you typed out has a slash at the end. +This quirk will be fixed in Release 1.3. + +### "CRITICAL FAILURE" at the very end of the Deploy process +Make sure you have write permissions on the folder you export your mods to. +If it is on an external drive, make sure it is mounted and it is not read-only. + +### "The BROWSE action is not supported on the current platform" when using the Help menu +This is an issue with your Java Runtime and has nothing to do with Firestar. Try upgrading to a newer Java version. \ No newline at end of file