-
-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hello,
I'm trying to update the NES rom rdb file as per the instruction that was provided in this previous issue:
I followed the instructions laid out and went to Tools - merge data, merge with the name field, and went to validate, and validated under CRC, clicked the errors at the bottom, then removed all fields that were red.
But Regardless, ANYTHING I try to save, I keep getting a save error. After following the steps provided. I received the following error message:
System.MissingMethodException: Method not found: 'VoidSystem.IO.BinaryWriter..ctor(System.IO.Stream, System. Text.Encoding, Boolean)'
at RDBDd.EntryList.SaveRDB(String path)
at RDBEd.RDBEdUI.Save(String saveFile, Boolean keepLoaded, Boolean forceRDB, Boolean forceDAT)
Can you explain what this means and how to fix it?