(Solved) [4.59] ROM Export Error (mostly caused by music export)

Orangebox Games

New member
I exported my music into NESMaker 4.5.9 via converted asm. But when I click export, the ROM wouldn't play and a error message popped up. I've tried countless was to solve the issue. I've used FTM Checker, used a FT txt to asm converter, changed scripts, changed song names, and tried other different methods. It could be with my music software (FamiStudio), but I'm not sure.
My recent attempts came with the following error messages:​
2022-10-02-16-11-06 (1).png
2022-10-02-16-11-16.png
 

Logana

Well-known member
I exported my music into NESMaker 4.5.9 via converted asm. But when I click export, the ROM wouldn't play and a error message popped up. I've tried countless was to solve the issue. I've used FTM Checker, used a FT txt to asm converter, changed scripts, changed song names, and tried other different methods. It could be with my music software (FamiStudio), but I'm not sure.
My recent attempts came with the following error messages:​
your issue is that you used the code for the previous sound effects and when loading the file it changed the sfx names so it causes the code to point to a missing label. If you change you code on line 77 of "jump/_throughPlat.asm" than it should work fine.
 

Orangebox Games

New member
I tried that before. I edited with the scripts. Nothing. I put the script back to normal and changed the sfx name to "sfx_thump" (just like the original). Nothing.
I decided to check if there were any other input scripts that used audio. Nothing.
 

Orangebox Games

New member
Okay neverminded. I found the problem. Turns out that either....
  1. The entire ROM just ceases to work without those "sfx_NoteDead" and "sfx_NoteLife" things (which we added automatically after I imported the .txt file instead of the .asm).
  2. My copy of NESMaker just really hated the .asm that the fttxt_to_asm tool created.
Either way, my ROM is perfectly running and music works. That's all that matters. I'd like to say "thank you" for the help. Really appreciated.
 
Top Bottom