vcromclaim icon indicating copy to clipboard operation
vcromclaim copied to clipboard

Problem with SNES game with PCM

Open TheLaw1337 opened this issue 6 years ago • 3 comments

I tried to dump SNES game rom with PCM but vcromclaim gives me an error cmd_2018-03-15_22-33-11

TheLaw1337 avatar Mar 15 '18 21:03 TheLaw1337

Looks like the game name contains characters that can't be used in a file name. One workaround could be to change line 37 of wiimetadata.py FROM: self.name = name TO: self.name = id

Basically the ID (4a41504a) will be used as filename instead. I haven't tested this, let me know if it works

JanErikGunnar avatar Mar 26 '18 15:03 JanErikGunnar

I tested it myself and it does indeed work (although all games get filenames such as "4a41504a")

JanErikGunnar avatar Apr 10 '18 21:04 JanErikGunnar

I tried to make two playable roms manually using appropriate Python scripts via cmd and it worked

TheLaw1337 avatar Apr 10 '18 21:04 TheLaw1337