Error - RtlWerpReportException failed with status code :-1073741823. Will try to launch the process directly


RtlWerpReportException failed with status code :-1073741823. Will try to launch the process directly
原因:出现此类bug的很可能的愿意就是 程序初始化时漏掉一部分后续定义的对象或者函数,也可能是qt窗体等控件顺序有位置先后的颠倒,使用了不存在的对象。

这样情况一般都是使用了未初始化的指针,应该要查找在哪里使用了野指针

解决办法:主要就看init初始化位置处的代码,仔细查找一般都能解决。

相关文章:

  • 2021-10-09
  • 2022-12-23
  • 2021-05-21
  • 2021-11-10
  • 2021-08-31
  • 2021-11-23
  • 2022-01-23
  • 2021-09-27
猜你喜欢
  • 2022-12-23
  • 2021-07-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案