-
Notifications
You must be signed in to change notification settings - Fork 103
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
Help With running on Windows Server 2008 #3
Comments
We did the build on Windows Server editions but not on 2008 ... we'll look into it |
So, after a bit of debugging I got the problem. Maybe later I will do a PR, but for now, the fix is - then, change the functions signatures - these functions are called in DumpTools.c, so you need to change the call too - Now, It should work. Another error that I saw is that for no reason that I can think about, there is a DLL which name's address is 0x400.... and it's crashing because of that. to - I am sorry that I didn't create a PR, will do later. |
This looks great, thanks for your analysis! I will look into it very soon and update the code :-) |
Can you verify if the changes fix your issue on server2008? |
Hello!
I tried running it on windows 10, and it's working perfectly. so I decided to run it also on other OS.
I took Windows Server 2008 R2 (6.1.7601) and tested it on it - I don't know why, but it's crashing :(.
after a bit debugging the code I saw that it's crashing in the
getDllBase
. and the crash is becausedll_name->pBuffer
is0x400
.Why should it not work on Windows Server 2008? and how can I 'Patch' it so it will work? looks like all the dlls are existing...
Thank you !
The text was updated successfully, but these errors were encountered: