SkyLined / BugId

Detect, analyze and uniquely identify crashes in Windows applications

Home Page:https://bugid.skylined.nl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stat: path should be string, bytes, os.PathLike or integer, not NoneType

z1r00 opened this issue · comments

image why?

Looks like:

  1. you do not have Debugging Tools for Windows installed
  2. The code is not handling this by reporting this problem to you as it should but rather it causes an exception.

Can you make sure you have Debugging Tools for Windows installed? If you do, can you let me know where cdb.exe is located?

I didn't find cdb.exe, but I downloaded windbg

The unhandled exception this caused was fixed
SkyLined/mBugId@3c84f8f