server
server copied to clipboard
Unknown error crashes!!!!!!
- [x] I have paid attention to this example and will edit again if need be to not break the formatting, or I will be ignored
- [x] I have searched existing issues to see if the issue has already been opened, and I have checked the commit log to see if the issue has been resolved since my server was last updated
- [x] I have read and understood the Contributing Guide
Branch affected by issue
base
Steps to reproduce
Unknown error crashes, occur frequently, but don't know why
=== Call stack ===
Address Frame Function
00007FFE04A99319 000000281A17BC10 RaiseException+69 ()
00007FF7D31CD9DC 000000281A17BC40 WheatyExceptionReport::WheatyCrtHandler+2C (C:\server\src\common\WheatyExceptionReport.cpp, line 330)
00007FFDF288AF0F 000000281A17BCA0 _invalid_parameter+CF ()
00007FF7D31E4ED9 000000281A17BCE0 std::clamp<float,std::less
Expected behavior
Can't help much here without the crash dump file that's generated, the log file alone doesn't tell me much.
如果没有生成的故障转储文件,这里无济于事,仅日志文件并不能告诉我太多。 where can i find crash dump file, i upload
Or how the crash dump file should be generated,?
如果没有生成的故障转储文件,这里无济于事,仅日志文件并不能告诉我太多。 where can i find crash dump file, i upload
Or how the crash dump file should be generated,?
While the xi_map process is running, open visual studio and from the debug menu select "Attach to Process". Find xi_map in the process list and attach to it. When a crash is encountered, it will be caught in the debugger for you to review. You can save the dump by selecting "Save Dump As" from the File menu. Take this .dmp file, and zip it up along with your xi_map.pdb and xi_map.exe and share here.
When you attach it here, please also do a !build in game so we know what commit you are on.