anakrusis / SMBMusEdit

Music editor for Super Mario Bros. on NES
4 stars 3 forks source link

Opening the rom #2

Open crzylemon opened 1 year ago

crzylemon commented 1 year ago

So when i drop in my unmodified Super Mario Bros ROM (Super Mario Bros (E).nes) it crashes with an error. Error

guipattern.lua:77: attempt to index local 'ptrn' (a nil value)

Traceback

[love "callbacks.lua"]:228: in function 'handler' guipattern.lua:77: in function 'onUpdate' guielement.lua:130: in function 'update' guielement.lua:135: in function 'update' guielement.lua:135: in function 'update' gui.lua:545: in function 'updateGUI' main.lua:466: in function 'update'

[C]: in function 'xpcall'"

EDIT: same thing happened with my modded version. what is happening??????