siege-of-avalon
siege-of-avalon copied to clipboard
FEATURE REQUEST - Please add support for BugTrap
BugTrap is a tool similar to Dr. Watson from WinXP that creates useful bug reports with stack dumps (unlike the garbage made by the latest windows versions) that can help you to track whatever problems siege of avalon may have, you NEED to add this in your latest patch to help the players and yourselves to find those obscure reasons why the game crashes.
https://github.com/bchavez/BugTrap
Thanks for the suggestion - but it seems like BugTrap is purely for managed or unmanaged C# code, so it would not be usable in this context. We could consider adding CodeSite, EurekaLog or some other form of stacktrace dump.
Not exactly, the dev of play https://github.com/jpd002/Play- made some custom builds with it for me to discover why i couldnt make his ps2 emu to start, plz see here https://github.com/jpd002/Play-/issues/1091
Play is mostly c++.
Thanks - you are right, not C# only. But some of the ones I mentioned would give better results in this case - would be my guess, as I read through their examples. Most issues seems to have been related to not updated graphics drivers - but stack tracing could be helpful - where the siege.log does not currently give sufficient info.
I see, i hope any of them will get included in the next patch. Thanks for the infos.