fjdogar / multicore_rom_helper

A tool for Datafrog Sf2000 built on top of zfbimagetool with some changes and added features. It helps you create and then copy ZFB files for the multicore roms to the stock rom directory and rebuilds the roms lists.
GNU General Public License v3.0
3 stars 0 forks source link

Critical bug) #2

Closed Sergei-Alekseev closed 1 month ago

Sergei-Alekseev commented 1 month ago

Hello) Now problem with snes roms. Here is screenshot of glitch. _____glitch2222 Looks like only roms with picture with the same name can be processed. All roms without partner picture brings error. Nevermind selected placeholder image or not.

Sergei-Alekseev commented 1 month ago

No i was wrong) Everything is messed up. Look at sreenshot what exactly is created. ____gllll Some roms processed. And pictures)

fjdogar commented 1 month ago

Thanks for pointing that out. I thought i fixed this issue ,but apparently not . ill review the code and try to figure out whats happening. can you plz zip this folder (with roms and pngs) amd send it to me , i wanna recreate the issue . dm me the file on discord plz if you can

Sergei-Alekseev commented 1 month ago

Some files from directory: snes.zip arcana and area88 was created properly, other .smc - error, links to .png created instead of roms.

fjdogar commented 1 month ago

please download and try the latest release , i have fixed the issues

Sergei-Alekseev commented 1 month ago

Thank you. Some things related: can you please add an option to strip rom extension from result? I mean Arcana.smc --> Arcana.zfb I dont need extensions in rom list personally) Renaming it manually is not fun process.

When starting from zfb, option sf2000_scaling_mode = "full screen" doesnt apply from Snes9x 2002.opt file. If starting from user list option applied correctly.

fjdogar commented 1 month ago

I actually need the rom extension to be in the filename for some cases.

But i guess it shoudnt be default behaviour and should be added as an extra setting to keep rom extension.

As for the opt file, it has to be a multicore thing, having different behavior for Stock Rom and User Rom. MRH has nothing to do with game loading.

EDIT Make sure you are not using different cores for stubs and zfb, that's the only possible reason its behaving this way

Thanks for your feedback, I'll make these changes