Received this testing some UI code i wrote: Code works but this pops up every once in a while
(http://www.wayneadams.net/stuffola/AGS_Stuff/bugs/BUG01.jpg)
Well, can you post the related script? And what are you doing when the error pops up?
~Trent
It looks like you've created a gMain_menu_Click function to handle some sort of GUI event, but haven't created the function properly. Make sure you use the editor to create it automatically, otherwise you'll likely be missing parameters if you add it manually.