CS2 服务器崩溃crash 分析工具

我不当学长 管理员组 8月前 1140

背景:

cs2服务器在安装插件后,有可能发生服务器崩溃的问题,这些工具可以用来分析crash dump文件

windows平台可以用windbg分析

工具介绍:

For Window 服务器

    • Introducing cs2 crash dump collector by AveYo : r/GlobalOffensive (reddit.com)

      What the script does:

        1. Reads registry to figure out where your Steam & CS2 game is installed.

        2. Searches for .dmp(dump) files in Steam\Dumps folder

        3. Searches for .mdmp(minidump) files in cs2 game folder

        4. Gathers both .dmp & .mdmp files by date

        5. zipped via powershell

        6. Exported to a CS2_crashes folder directory next to the running script

        7. Makes sure to delete collected files after successful retrieving them to avoid re-gathering them again.

For Linux 服务器(2选一即可)

上传的附件:

CSGO插件分享-申明 1、本网站名称:CSGO插件分享-中文站  网址:https://bbs.csgocn.net
2、本站的宗旨在于为CSGO玩家提供一个插件分享的中文资源平台,多数插件来源于SourceMod论坛,并配以中文介绍和安装教程。
3、欢迎有能力的朋友共享有趣的CSGO插件资源。
4、本站资源大多为百度网盘,如发现链接失效,可以点: 这里进行反馈,我们会第一时间更新。
最新回复 (3)
  • 平安是福 一级用户组@Ta 22天前 0
    引用 2
    有哪些工具可以分析这些dump呢,我用AcceleratorLocal收集到了dump,但是没有找到合适的办法分析
  • 我不当学长 楼主 管理员组@Ta 22天前 0
    引用 3
    平安是福 有哪些工具可以分析这些dump呢,我用AcceleratorLocal收集到了dump,但是没有找到合适的办法分析
    可以参考这个网页分析工具,我记得他也是适配cs2的:    https://bbs.csgocn.net/thread-760.htm

    另外windbg这个工具应该也可以做dump分析
  • 平安是福 一级用户组@Ta 21天前 0
    引用 4
    感谢,我试试
返回