The value of ESP was not saved properly

拟墨画扇 提交于 2019-12-02 07:04:28

This error indicates that your stack is corrupted. There are many ways to get there. As mentioned in the error message a different calling convention is possible but this is not often the case.

It is much more likely that your stack has been overwritten by writing to memory pointed to by an invalid pointer.

This can also be down to a corrupted build. Clean the project, rebuild, and the problem might go away. It did for me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!