Forums » Bugs

/lua ReloadInterface() crashes the client after .58 update

Dec 11, 2010 JJDane link
Win7x64
Dec 19, 2010 JJDane link
Seems to have been plugin related, the culprit was Ledger. Case closed
Dec 22, 2010 draugath link
Sorry for the late reply.

As the author of Ledger, I apologize for the problem you were having. It sounds like you had one of the earlier releases where I was expecting the dialog to be automatically mapped when I use dialog:show() for the first time, as described in the IUP 2.4 documentation. It wasn't until I had slime look at my code that I was informed I needed to run dialog:map() before I ran dialog:show(). All of my latest releases are doing this mapping beforehand, and shouldn't have the issue of crashing on /lua ReloadInterface().