Dan Piponi on Nostr: Visual C++ error reporting is a bit like using an LLM. If it hits a problem it tries ...
Visual C++ error reporting is a bit like using an LLM. If it hits a problem it tries to hallucinate a way to continue and then when it doesn't work out later you get bizarre error messages that have no obvious connection to the actual error.
If you read all of the error messages in sequential order you can find the point where it started hallucinating. But the error list in the GUI is (for reasons beyond my ability to understand) a cherry picked subset that often omits the start of the hallucinations.
If you read all of the error messages in sequential order you can find the point where it started hallucinating. But the error list in the GUI is (for reasons beyond my ability to understand) a cherry picked subset that often omits the start of the hallucinations.