-
Bug
-
Resolution: Works As Intended
-
None
-
1.17.30
-
None
-
Unconfirmed
-
634005
Since BDS 1.16.210, crash traceback output was deleted and it brings great trouble to Bug discovery to both BDS itself and third-party plugins.
The community has come up with it's own solution: wrap a debugger onto BDS, get any valid exception information from the debugger and record it.
The open-source project is on https://github.com/yqs112358/CrashLogger
However, we still wish that BDS's own traceback can be recoverd, which will be a great contribution to BDS's developing ecology
(More: Wish that mojang can apply win's SEH exception framework onto BDS, which gives a great help to stop it from all kinds of crashing. )