Forums » Bugs
/lua ReloadInterface() crashes the client after .58 update
Win7x64
Seems to have been plugin related, the culprit was Ledger. Case closed
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().
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().