MemoScope.Net icon indicating copy to clipboard operation
MemoScope.Net copied to clipboard

NullReferenceException when trying to init strings module

Open klettier opened this issue 5 years ago • 3 comments

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

klettier avatar Aug 20 '20 12:08 klettier

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 ?

fremag avatar Aug 29 '20 19:08 fremag

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

klettier avatar Aug 31 '20 09:08 klettier

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 ([email protected]) 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 avatar Sep 10 '20 13:09 fremag