Page 1 of 1

MHS fails to run on windows7 x64

PostPosted: Mon Aug 08, 2011 12:59 am
by redmaw
When ever I try to run MHS it crashes before it even starts and generates some randomly named .lzs and .dll files each tine I try to run it. Anyone know what's going on?

TIA

redmaw

Re: MHS fails to run on windows7 x64

PostPosted: Mon Aug 08, 2011 12:57 pm
by L. Spiro
I don’t remember what the lzs file is but I believe it is an encrypted database of C functions for use with the Disassembler or it holds function data for use with the Code Filter.
The DLL files are injected into processes in order to get information from them while you work on them in MHS. They enable DLL injection, remote function calling, etc.
They are all randomly named so that they cannot be used to detect MHS by “known DLL’s”.


This is just information. Your problem is that MHS is not designed for x64. While it should work, you may have to tweak settings directly in the .ini file.

Code: Select all
[AAC]
Use=0


Maybe another setting will help.


L. Spiro

Re: MHS fails to run on windows7 x64

PostPosted: Tue Aug 09, 2011 1:54 am
by redmaw
Thanks for the reply. I'll mess around with it when I have time and post again if I ever get it to work.

Re: MHS fails to run on windows7 x64

PostPosted: Wed Aug 10, 2011 2:39 am
by TopHat
I'm running MHS on a x64 Windows Ultimate and it works fine for me. Check UAC settings and virus detection.