leecher1337

Results 276 comments of leecher1337

check logfiles in w\ directory before cleanup, there may be hints why build fails for you. w\minnt\base build*.log build*.wrn build*.err

The missing include files are just warning and can be ignored. -1073741819 = 0xC0000005 = Access violation. Something crashes your nmake, as it seems. I never saw this before. If...

[x64dbg](https://x64dbg.com/) is a good one (in this case, the x32dbg part is needed, as nmake is 32bit), some knowledge about debugging is required to find issues, though. Debugging problems via...

My guess is that the problem happens randomly, can you check? I tried bulding autobuild-haxm-chk.cmd on clean directory and it worked without issues. There is a known problem with the...

Hi, exe2bin problem is due to the fact that NTOSBE has a 32bit version shipped with it, but in Windows\System32 directory, there is exe2bin from possibly previous NTVDMx64 installation. You...

For testing purpose, you would need to repack NTOSBE-master.zip with given changes and put it in build directory. If it is not there, autobuild will download it, but then it...

Correct, you can normally keep it,

check logfiles in w\ directory before cleanup, there may be hints why build fails for you. w\minnt\base build*.log build*.wrn build*.err

Normally, you should have a buildchk.err containing build process errors. But you can attach your full buildchk.log here, maybe it contains some useful information.

Any idea on how to solve this? It's impossible to get NTVDM work with Conhost > V1, I never worked with Windows Subsystem for Linux (don't know how to even...