Weird! I was able to reproduce the error you were seeing, but I'm not sure why it would be happening.That said, since it doesn't interfere with the game running, it might not be anything to worry about. Seems more like a bug in the engine than anything wrong with your code.Also, after playing around with it, I found the error goes away if you change [font=andale mono]popup_centered()[/font] to [font=andale mono]show()[/font]- though it doesn't position it in the center. You might try that, or try moving the dialog outside of the panel (maybe create a generic Control node and set that dialog and the panel as its children). I'm not sure, but I suspect popup-type nodes aren't typically set up as children of panels.