This often happens if the PBP file was "multi-disc." Some PS1 games (like Final Fantasy VII or Metal Gear Solid ) were packaged into a single PBP file containing multiple discs. PSX2PSP may extract the first disc by default. You may need to use a tool like or IceTea to specifically extract specific disc tracks from the PBP.
: Launch the executable and select Classic Mode (blue interface). convert pbp to iso
The tool will automatically strip the PSP wrapper and output the original PS1 image file. Troubleshooting Common Issues Encrypted PBPs: This often happens if the PBP file was "multi-disc
Your PBP may be encrypted (from the official PlayStation Store). These cannot be converted legally due to DRM. Alternatively, the file is corrupted. : Launch the executable and select Classic Mode
| Test | Command/Tool | Expected Result | |------|--------------|------------------| | File signature | hexdump -C game.iso \| head -n 1 | 01 43 44 30 30 31 (CD001) | | Sector count | isoinfo -d -i game.iso | Matches original PS1 disc (e.g., ~300,000 sectors) | | Playability | Load in DuckStation or ePSXe | Game boots to title screen |
When you open the app, you may see a "PopStation" tab. However, for converting back to ISO, it is often easier to use the interface if available, or stick to the main tab's clear input/output fields.
A progress bar will appear. Once finished, you will find your game files in the output folder you designated. Alternative Tool: PSXXtract