如何使用 tmxparser 修复 xstring 异常? SFML/C++

How do I fix an xstring exception with tmxparser? SFML/C++

我目前有一个问题,当我 运行 我的代码时,它在 xstring 系统文件中的第 3467 行出现异常而停止。这是它的一些屏幕截图:

.

我认为它必须与加载文件或文件损坏有关。它的解析方式有问题。这是我的 Github page. I used the tmxlite parser to load the file, here is also a link to the tmxlite Github page. Thanks so much! Sorry if this is a dumb question. I really have not programmed C++ for long, and done it without proper training. This is the tmx file link

的 link

看到这篇文章的人我很抱歉。结果我需要编辑我的 tmx 文件以包含 tsx 文件并将 tsx 文件添加到项目中。如果我让任何人寻找答案,而我所要做的只是使用我面前的资源,我感到非常抱歉。感谢 underscore_d 告诉我把它变成 MCVE,让我找到了答案。一直以来...对不起任何浪费我时间的人。