简体   繁体   English

TWaitObjectThread_Notify(无法获取默认配置平台!)

[英]TWaitObjectThread_Notify (Cannot get default config platform!)

I use IncrediBuild v.9.6.4 with CMake and VS 2019. I have a solution with more than 1000 projects (c++, cs).我将 IncrediBuild v.9.6.4 与 CMake 和 VS 2019 一起使用。我有一个包含 1000 多个项目(c++、cs)的解决方案。 The building of this solution works fine on the most of computers(Win 10) but on one computer it fails very often with this error:此解决方案的构建在大多数计算机(Win 10)上运行良好,但在一台计算机上它经常因以下错误而失败:

--------------------Build System Error------------------------------------

 Fatal error:
    Failed to notify object at 0x074CD910, class is TWaitObjectThread_Notify
    Cannot get default config platform!

-------------------------------------------------------------------------

Because it fails very often but only on one computer I assume it is a problem with the configuration of IB or OS.因为它经常失败,但只在一台计算机上失败,所以我认为这是 IB 或操作系统配置的问题。 Do you have an experience with this kind of fatal error?你有过这种致命错误的经历吗? Thanks.谢谢。

It seems that the root cause for the problem you describe is related to a specific MSBuild output parsing issue in previous versions of Incredibuild.您描述的问题的根本原因似乎与以前版本的 Incredibuild 中的特定 MSBuild output 解析问题有关。 A similar issue was already fixed in latest version, so installing the latest version may fix it.类似的问题已经在最新版本中修复,所以安装最新版本可能会解决它。

If this still doesn't help and the problem persists, suggesting to send build monitor output with the most detailed log level to Incredibuild's support team (support at incredibuild.com).如果这仍然没有帮助并且问题仍然存在,建议将具有最详细日志级别的构建监视器 output 发送给 Incredibuild 的支持团队 incredibuild.com 上的支持)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM