Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullReferenceException when trying to init strings module #216

Open
klettier opened this issue Aug 20, 2020 · 3 comments
Open

NullReferenceException when trying to init strings module #216

klettier opened this issue Aug 20, 2020 · 3 comments
Labels

Comments

@klettier
Copy link

Hi,

Thx for this project I will definitely try to contribute on my spare time.

Tell me if you need more information.

Issue

NullReferenceException when trying to init strings module.

Screen

image

@fremag
Copy link
Owner

fremag commented Aug 29, 2020

Hi,

The stacktrace is strange, it looks like you've loaded a dump file but the cache is not initialized (so there is a null exception).
I've just tested the String module and there was no error.

Could you tell me the version you're using ?
Could you give me access to the dump file you try to analyze or the complete log file ?

@klettier
Copy link
Author

Hi,

  • My version is 1.0.0.244 (x64)
  • Unfortunately I cannot provide the dump to you but will try to reproduce on my side with your code

@fremag
Copy link
Owner

fremag commented Sep 10, 2020

Hi,

Sorry for the late answer, I have some very busy weeks and not a lot time for Memoscope.

I see you're using the latest release.
Could you send me (fremag.gh@gmail.com) the log file ?
It should be there: C:\Users<UserName>\AppData\Roaming\MemoScope\log
There is no secret in this file, just some information about user actions or exceptions / stack trace.

Where does the dump file comes from ? A .Net framework application or .Net Core ? What versions ?

Have you tried to open the dump file with WinDbg ?

@fremag fremag added the bug label Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants