sarah-walker-pcem / pcem

PCem
http://pcem-emulator.co.uk
GNU General Public License v2.0
1.47k stars 204 forks source link

Old ROMs don't work with beta branch. #228

Closed hayguneys closed 11 months ago

hayguneys commented 11 months ago

I've used the latest workflow artifact version of the 64bit windows version of PCem and it fails to recognise the roms I place on the the roms folder.

I did the same thing with the fork I built myself and the problem persists. image

This is the error message I get after trying to run the executable, any clues as to how I can make it read the proper roms folder?

Thanks in advance.

ruben-balea commented 11 months ago

Now PCem expects the roms, configs, nvr, etc. inside a .pcem folder within your Windows user folder:

"C:\Users\your_user_name\.pcem"

Example: pcem_folder

michael-manley commented 11 months ago

Also if you don't want it in your home folder just move all your folders for pcem in a .pcem folder with the exe. This puts it in portable mode.

hayguneys commented 11 months ago

Awesome, it worked perfectly! Thanks for the quick and to the point answer, this lil' issue was eating my noggin'.

Thank you all very much!