You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I am getting crash on startup of the app. Initially got it in 1.2.1, decided to upgrade to see if that helps. Getting it in 1.2.9.
Not crashing when running non-elevated.
Upon opening crashdump the exception is as follows: Unhandled exception at 0x00007FFEED611F28 in TaskExplorer 29.12.2020 11-02-32,848.dmp: Microsoft C++ exception: krabs::could_not_find_schema at memory location 0x00000001007FE7C0. occurred
Technically I can use it as elevated as long as I do not click the "OK" button in dialog box about it crashing.
When I attached the VS 2017 with debug mode, it shows the error being in ucrtbase.dll!_crt_at_quick_exit() thread
Using continue got through following errors:
Unhandled exception at 0x00007FFEED611F28 in TaskExplorer.exe: Microsoft C++ exception: krabs::could_not_find_schema at memory location 0x000000F7040FEC20.
TaskExplorer.exe has triggered a breakpoint.
Exception thrown at 0x00007FFEED611F28 in TaskExplorer.exe: Microsoft C++ exception: krabs::trace_already_registered at memory location 0x000000F7040FEC20.
Unhandled exception at 0x00007FFEED611F28 in TaskExplorer.exe: Microsoft C++ exception: krabs::trace_already_registered at memory location 0x000000F7040FEC20.
TaskExplorer.exe has triggered a breakpoint.
Exception thrown at 0x00007FFEED611F28 in TaskExplorer.exe: Microsoft C++ exception: krabs::invalid_parameter at memory location 0x000000F7040FEC20.
Unhandled exception at 0x00007FFEED611F28 in TaskExplorer.exe: Microsoft C++ exception: krabs::invalid_parameter at memory location 0x000000F7040FEC20.
TaskExplorer.exe has triggered a breakpoint.
Exception thrown at 0x00007FFEED611F28 in TaskExplorer.exe: Microsoft C++ exception: krabs::need_to_be_admin_failure at memory location 0x000000F7040FEC20.
Unhandled exception at 0x00007FFEED611F28 in TaskExplorer.exe: Microsoft C++ exception: krabs::need_to_be_admin_failure at memory location 0x000000F7040FEC20.
TaskExplorer.exe has triggered a breakpoint.
Exception thrown at 0x00007FFED42216E9 (vcruntime140.dll) in TaskExplorer.exe: 0xC0000005: Access violation writing location 0x0000000000000000.
So I am getting crash on startup of the app. Initially got it in 1.2.1, decided to upgrade to see if that helps. Getting it in 1.2.9.
Not crashing when running non-elevated.
Upon opening crashdump the exception is as follows:
Unhandled exception at 0x00007FFEED611F28 in TaskExplorer 29.12.2020 11-02-32,848.dmp: Microsoft C++ exception: krabs::could_not_find_schema at memory location 0x00000001007FE7C0. occurred
Technically I can use it as elevated as long as I do not click the "OK" button in dialog box about it crashing.
When I attached the VS 2017 with debug mode, it shows the error being in ucrtbase.dll!_crt_at_quick_exit() thread
Using continue got through following errors:
Stacktrace:
One example crashdump file:
TaskExplorer.dmp
The text was updated successfully, but these errors were encountered: