Quote:
Originally Posted by conflipper
no real way to know. look at the log to see how many modules are being reloc when it finish, and it boots.
and then do it again when it fails. and try and narrow it down between those 2 numbers. I have seen it said that around 345 it will not boot.
|
When I get some time, I will check this out. I do know that my last build (working fine so far) reloc'd 295 modules. But recmodding the browsing files only removes 18 modules.
Here's the first line and last line with the address blocks:
First
NextSlot: 01F7F000 03D66000
Module name: bthasplugin.dll (01F7F000 - 03D66000)
.
.
.
NextSlot: 0184E000 01840000
Module name: mscoree.dll (0184E000 - 01840000)
Last
My thought is that it's
NOT necessarily the amount of modules being reloc'd, but how much is allocated in total. But, my limited understanding is that they have to be allocated in blocks of 0x1000 so MAYBE a lot of small modules could cause the issue too?