SkyLined / BugId

Detect, analyze and uniquely identify crashes in Windows applications
https://bugid.skylined.nl
Other
500 stars 90 forks source link

Debugging custom uwp packages #81

Closed j00sean closed 5 years ago

j00sean commented 6 years ago

First the help information how to debug uwp packages about is out-of-date. Fix: https://github.com/j00sean/BugId/commit/c034ba2f3cff801af07cd3d04149e53fc5c18023

Second i've made a simple uwp application using VS2017 and this is the BugId output:

C:\Users\IEUser\Desktop\BugId>python BugId.py -v --uwp="27ff0160-5084-4021-b249-bcfcf6ec046f!App" ┌─ Software license warning ─────────────────────────────────────────────────────────────────────────────────────────── │ You have no license for mFileSystem and your trial period will expire on 2018-06-30 │ You have no license for mWindowsAPI and your trial period will expire on 2018-06-30 │ You have no license for cBugId and your trial period will expire on 2018-06-30 │ You have no license for BugId and your trial period will expire on 2018-06-30 │ You have no license for mProductDetails and your trial period will expire on 2018-06-30 │ You have no license for oConsole and your trial period will expire on 2018-06-30 └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

There are lines not matching with "^(.?)\s : (.*)$". Therefore the assertion is triggered. Fix: https://github.com/j00sean/cBugId/commit/689a8a70709f86a1fb0a5ea6d77c86fb3de418b3

SkyLined commented 5 years ago

Sorry for the delay on this.

j00sean commented 5 years ago

Thanks a lot Berend!