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

Windows XP support #2481

Open
dpvdberg opened this issue Apr 20, 2023 · 2 comments
Open

Windows XP support #2481

dpvdberg opened this issue Apr 20, 2023 · 2 comments

Comments

@dpvdberg
Copy link

Describe the bug
In the README, it says Dr. Memory has full support for Windows (XP and higher).
However, on Windows XP, I get:
image

The function in question 'kernel32.ReleaseSRWLockExclusive' is available on Windows Vista or higher:
https://learn.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-releasesrwlockexclusive?redirectedfrom=MSDN

I have tried DrMemory version 2.5, 2.4 and 2.3.

To Reproduce
Steps to reproduce the behavior:

  1. Run DrMemory on Windows XP (SP3)

Screenshots or Pasted Text
See above

Versions

  • DrMemory 2.3, 2.4, 2.5
  • Windows Embedded Standard (SP3)
  • 32 bit
@RamonUnch
Copy link

On Windows XP I personally use version 1.11 and it works fine.
The latest 1.x version I found is cronbuild v1.11.17831
Also 2.1 and 2.2 seems to work on XP.

@RamonUnch
Copy link

The latest version that works on Windows XP is cronbuild-2.3.18510
The next release used newer dbghelp.dll that no longer woks on Windows XP. DrMemory Itself would still work on XP if it was not for this dll.

dbghelp.dll version 6.11.0000.305 works fine on XP. version 10.0.17763.1 that is included with 2.3.18609-10 no longer works on XP.

Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants