Hero
October 12th, 2009, 00:27
Hi all
I'm working on a flexlm 11.4 daemon.
I have found enc_seed 1,2 (2 different way and same result,so i assume it is correct).
now I try to make a license file using genlic32.
I used my enc_seeds and VKs generated from nolan's tool as version 11 vendor keys,but I got "Invalid FLEXlm key data supplied FLEXlm error: -44,49".
I checked internet and I didn't find anything good that describes when this happens so I worked more on it.
I thought it is possible that nolan's tool cannot generate good vendor keys for this version, so I went to lc_init() of my application and used my own application VKs, TRLs and strength. but now that I try to use genlic32, I will get a funny error with this string: "No current Error"...
I don't know what is my problem.
Any Idea how I should solve it?
In lc_init() TRLs was assigned,so i think this application will use TRLs. In addition application uses LM_SIGN_V2 too(I mean flags that is described in crackz latest information for flexlm is 2). In addition,lc_init() shows that application uses 239 bit strength.
Regards
I'm working on a flexlm 11.4 daemon.
I have found enc_seed 1,2 (2 different way and same result,so i assume it is correct).
now I try to make a license file using genlic32.
I used my enc_seeds and VKs generated from nolan's tool as version 11 vendor keys,but I got "Invalid FLEXlm key data supplied FLEXlm error: -44,49".
I checked internet and I didn't find anything good that describes when this happens so I worked more on it.
I thought it is possible that nolan's tool cannot generate good vendor keys for this version, so I went to lc_init() of my application and used my own application VKs, TRLs and strength. but now that I try to use genlic32, I will get a funny error with this string: "No current Error"...

I don't know what is my problem.
Any Idea how I should solve it?
In lc_init() TRLs was assigned,so i think this application will use TRLs. In addition application uses LM_SIGN_V2 too(I mean flags that is described in crackz latest information for flexlm is 2). In addition,lc_init() shows that application uses 239 bit strength.
Regards