ok no I see what you changed. Next time just show a diff output of the versions and if you think that is not enoug, show the original version AND the diff.
Showing the before and after code makes it very hard to compare even if you mention line numbers (but fail to show the line numbers in the examples)
pushed your fix for it
Ok thanks.
If You wish I also will make a patch for the bsod.cpp self to just correct the line : 87
if (!key.compare(0, size, line) && line[size] == '=') {
to :
if (!line.compare(0, size, key) && line[size] == '=') {
That has nothing to do with debug level and level at start self. But well with autocrash recovery after e2 restart it will start with the users selected skin and not with the pli defaults skin then. That was one off the goals which did not worked out due to a small human error.