try turning the module off or closing it before closing.. i had the same problem with the dmx module getting it to save a patch, but i noticed that modul8 only seems to save module information when it closes if the modules are turned off
ummm i had to edit the code of the dmx module to enable me to patch in more than 255 channels.. had an if statement in it saying if channel number >255 then chanel = 255.. just for the record a dmx universe starts at 0 and ends at 511 modul8's dmx veiwer reads from 1-512 which means you lose 2 dmx c...