|
"lmrand1 -seed"
I set ENCRYPTION_SEED3 to the generated LM_SEED3
When "lmnewgen.exe XXXXXXX.exe -o lm_new.c", the same error
...
ENCRYPTION_SEED3 or ENCRYPTION_SEED4 in lm_code.h
are non-unique. Set them to 32-bit values
that you make up, and never change them.
And make sure you keep safe copies.
Exiting.
NMAKE : fatal error U1077: 'lmnewgen.exe' : return code '0x1'
...
then "lmrand1 -seed" again
set ENCRYPTION_SEED4 to the new generated LM_SEED3
When "lmnewgen.exe XXXXXXX.exe -o lm_new.c", it passed
So now ENCRYPTION_SEED3 has nothing to do with ENCRYPTION_SEED4, is it Ok?
//thank for aliali's help
|