PSX Error Message E2
PSX Error Message E2
Hello i have installed the latest nightly build of the PSX core and the mister main file but i get E2 when i boot the core. According to the GitHub readme it says E2 is a CPU exception? not sure how to troubleshoot from here. Thanks!
-
- Core Developer
- Posts: 385
- Joined: Sat May 23, 2020 12:55 pm
- Has thanked: 42 times
- Been thanked: 414 times
Re: PSX Error Message E2
You probably don't have the bios file in the PSX folder named as boot.rom
In that case, the core executed garbage from the SDRAM where the BIOS should be and the CPU will catch some exception for sure.
In that case, the core executed garbage from the SDRAM where the BIOS should be and the CPU will catch some exception for sure.
Re: PSX Error Message E2
Thank you!FPGAzumSpass wrote: ↑Mon Dec 27, 2021 5:55 pm You probably don't have the bios file in the PSX folder named as boot.rom
In that case, the core executed garbage from the SDRAM where the BIOS should be and the CPU will catch some exception for sure.
-
- Top Contributor
- Posts: 623
- Joined: Fri Jan 22, 2021 4:36 pm
- Has thanked: 80 times
- Been thanked: 324 times
Re: PSX Error Message E2
Just downloaded PSX_unstable_20220123_adb1.rdf from the latest nightlies, put a BIOS file in /media/fat/BIOS/PSX/boot.rom but I'm also getting the E2. Am I putting things in the wrong place? Is there a specific BIOS version that must be used?
- H3ML5XLAXBKU
- Posts: 17
- Joined: Wed Jun 24, 2020 4:43 am
- Has thanked: 5 times
- Been thanked: 5 times
Re: PSX Error Message E2
Adding in that I too have the E2 error, and I haven't been able to resolve it after spending the afternoon looking into it.
I downloaded the PSX_unstable_20220123_adb1.rdf and I am using the latest version of MiSTer main(v220108, OS v211112), as I believe that the PSX fixes from the unstable branch have been merged in after looking at the commit history and seeing this post:
I have also tried using PSX_unstable_20220122_8f69.rbf, but that gave me the same result. I believe both of the mentioned rbfs are 1 SDRAM builds, is that wrong?
All files were transferred by putting the SD card in my Mac, no FTP was used.
If someone could let me know if I have missed something obvious, please let me know. Otherwise I'll park this until it becomes an official core.
Love the work FPGAzumSpass, keen to try the core out one day.
I downloaded the PSX_unstable_20220123_adb1.rdf and I am using the latest version of MiSTer main(v220108, OS v211112), as I believe that the PSX fixes from the unstable branch have been merged in after looking at the commit history and seeing this post:
I have a boom.rom boot.rom from a scph1001.bin bios file with an MD5 of 924e392ed05558ffdb115408c263dccf. I placed this renamed file in both /media/fat/BIOS/PSX/, and /media/fat/games/PSX/ directories, as well as /media/fat/PSX/ ( as suggested by jca). I continue to get the E2 message when loading the core. I even tried different combinations of putting the file in these locations, no luck.pcfreak324 wrote: ↑Sun Jan 23, 2022 8:53 amI use the current Main from the official repository and it works.
I have also tried using PSX_unstable_20220122_8f69.rbf, but that gave me the same result. I believe both of the mentioned rbfs are 1 SDRAM builds, is that wrong?
All files were transferred by putting the SD card in my Mac, no FTP was used.
If someone could let me know if I have missed something obvious, please let me know. Otherwise I'll park this until it becomes an official core.
Love the work FPGAzumSpass, keen to try the core out one day.
- pgimeno
- Top Contributor
- Posts: 710
- Joined: Thu Jun 11, 2020 9:44 am
- Has thanked: 277 times
- Been thanked: 226 times
Re: PSX Error Message E2
Is that really the name you've used? It should be boot.rom
Converters I've written: Floppy DIM/FDI/FDD/HDM to D88, D88 to XDF, Tape SVI 318/328 CAS to WAV
-
- Top Contributor
- Posts: 1911
- Joined: Wed May 27, 2020 1:59 pm
- Has thanked: 145 times
- Been thanked: 454 times
Re: PSX Error Message E2
My mistake, I should have said:H3ML5XLAXBKU wrote: ↑Mon Jan 24, 2022 7:16 am I have a boom.rom from a scph1001.bin bios file with an MD5 of 924e392ed05558ffdb115408c263dccf. I placed this renamed file in both /media/fat/BIOS/PSX/, and /media/fat/games/PSX/ directories, as well as /media/fat/PSX/ ( as suggested by jca).
/media/fat/games/PSX
- H3ML5XLAXBKU
- Posts: 17
- Joined: Wed Jun 24, 2020 4:43 am
- Has thanked: 5 times
- Been thanked: 5 times
Re: PSX Error Message E2
Good catch. I actually used boot.rom as the file name and just mistyped it in my post. I should have read my post a little better before posting it.
- pgimeno
- Top Contributor
- Posts: 710
- Joined: Thu Jun 11, 2020 9:44 am
- Has thanked: 277 times
- Been thanked: 226 times
Re: PSX Error Message E2
No problem, I imagined that could be the case but it was worth a shot.H3ML5XLAXBKU wrote: ↑Mon Jan 24, 2022 12:13 pm Good catch. I actually used boot.rom as the file name and just mistyped it in my post. I should have read my post a little better before posting it.
Depending on how you access the card, it could also be /games/PSX. Note that /media/fat is a system folder and you shouldn't need to create it. If you created it, then it's in the wrong place.
EDIT: I missed this part:
Yeah, then it should be in /games/PSX. The /media/fat folder is the point where the MiSTer's Linux mounts the SD card.H3ML5XLAXBKU wrote: ↑Mon Jan 24, 2022 7:16 am All files were transferred by putting the SD card in my Mac, no FTP was used.
Converters I've written: Floppy DIM/FDI/FDD/HDM to D88, D88 to XDF, Tape SVI 318/328 CAS to WAV
- H3ML5XLAXBKU
- Posts: 17
- Joined: Wed Jun 24, 2020 4:43 am
- Has thanked: 5 times
- Been thanked: 5 times
Re: PSX Error Message E2
OK, I figured out what was wrong, it was the file name.
I understood that /media/fat/ was implicit, and was just using it to be consistent with other posts. I decided I would run tree in the command line to display the files in the directory and noticed something unexpected with the output.
As I mentioned, the filename in the finder was showing as boot.rom, so I guess I have extensions hidden or something.
Anyway I was able to resolve this by renaming the file through the command line.
Thank you to everyone for your help and patience.
Edit:
Yeah looking at the GetInfo shows the extension as hidden. I have a bios pack and this option is only set as true on the file I renamed, so that's what threw me off.
I understood that /media/fat/ was implicit, and was just using it to be consistent with other posts. I decided I would run tree in the command line to display the files in the directory and noticed something unexpected with the output.
Code: Select all
.
├── BIOS
│ ├── PSX
│ │ └── boot.rom.BIN
Anyway I was able to resolve this by renaming the file through the command line.
Code: Select all
mv boot.rom.BIN boot.rom
Edit:
Yeah looking at the GetInfo shows the extension as hidden. I have a bios pack and this option is only set as true on the file I renamed, so that's what threw me off.
Re: PSX Error Message E2
Hi,
I'm also facing this same issue (E2 error) after trying several recent nightly PSX core builds from this GitHub repo: https://github.com/MiSTer-unstable-nigh ... /releases/.
I just ran the update_all.sh script again and I have verified that I've placed a boot.rom file that matches @H3ML5XLAXBKU's in /media/fat/BIOS/PSX and /media/fat/games/PSX.
I've also verified that it wasn't somehow accidentally renamed by looking at the file through SSH. Any idea why I am experiencing this?
I'm also facing this same issue (E2 error) after trying several recent nightly PSX core builds from this GitHub repo: https://github.com/MiSTer-unstable-nigh ... /releases/.
I just ran the update_all.sh script again and I have verified that I've placed a boot.rom file that matches @H3ML5XLAXBKU's in /media/fat/BIOS/PSX and /media/fat/games/PSX.
I've also verified that it wasn't somehow accidentally renamed by looking at the file through SSH. Any idea why I am experiencing this?
- aberu
- Core Developer
- Posts: 1192
- Joined: Tue Jun 09, 2020 8:34 pm
- Location: Longmont, CO
- Has thanked: 247 times
- Been thanked: 411 times
- Contact:
Re: PSX Error Message E2
1. Make sure your MiSTer file in /media/fat/ is up to date.wigginjs wrote: ↑Thu Feb 17, 2022 9:16 pm Hi,
I'm also facing this same issue (E2 error) after trying several recent nightly PSX core builds from this GitHub repo: https://github.com/MiSTer-unstable-nigh ... /releases/.
I just ran the update_all.sh script again and I have verified that I've placed a boot.rom file that matches @H3ML5XLAXBKU's in /media/fat/BIOS/PSX and /media/fat/games/PSX.
I've also verified that it wasn't somehow accidentally renamed by looking at the file through SSH. Any idea why I am experiencing this?
2. If you are using external usb storage or a CIFS mount, unmount or remove that storage and try again.
birdybro~
Re: PSX Error Message E2
Ok, turns out that if you are storing your games on a USB drive (like me), you should put boot.rom in /media/usb0/PSX/. This resolved it!