A user of my (console) application is getting the severe (172) error, see the attached screenshot. I found its description in the help, but it does not say anything specific. Are there any clues what could be tried to find the cause of this error?
链接已复制
2 回复数
Quoting - jirina
A user of my (console) application is getting the severe (172) error, see the attached screenshot. I found its description in the help, but it does not say anything specific. Are there any clues what could be tried to find the cause of this error?
It looks to me as if you're somehow calling into the Microsoft .NET environment and it has raised an exception 0x4f4d. I can't find any meaning for that. If you build with traceback, you shouild be able to see where in your code the error starts, but the actual error is not in your EXE.
