背景:
cs2服务器在安装插件后,有可能发生服务器崩溃的问题,这些工具可以用来分析crash dump文件
windows平台可以用windbg分析
工具介绍:
For Window 服务器
- Introducing cs2 crash dump collector by AveYo : r/GlobalOffensive (reddit.com)
What the script does:
-
-
Reads registry to figure out where your Steam & CS2 game is installed.
-
Searches for .dmp(dump) files in Steam\Dumps folder
-
Searches for .mdmp(minidump) files in cs2 game folder
-
Gathers both .dmp & .mdmp files by date
-
zipped via powershell
-
Exported to a CS2_crashes folder directory next to the running script
-
Makes sure to delete collected files after successful retrieving them to avoid re-gathering them again.
For Linux 服务器(2选一即可)