![]() |
|
#31
|
|||
|
|||
|
Ah, I see your mistake.
You're confusing job- and vendorcode-structure! The vendor-struct is the block you marked JOB and vice-versa. Your data is consistent with my encseeds ![]() Dirk Last edited by dirkmill; 11-01-2004 at 06:46. |
|
#32
|
|||
|
|||
|
omg *me dies* thanks man!, worked like a charm, what a silly mistake, my 1000 sorrys
![]() JMI, if any of the previous posts need editing for something removing plz do! or just tell me and i will, sorry to waste peoples time
|
|
#33
|
|||
|
|||
|
hehe another day, another problem
![]() today i try to build lmcrypt for my own amusement, so i edit lm_code.h with: (i got it from lmv8gen) Code:
#define VENDOR_KEY1 0x6cfe8c94 #define VENDOR_KEY2 0x2d430502 #define VENDOR_KEY3 0xe64b1485 #define VENDOR_KEY4 0x04858ac0 #define VENDOR_KEY5 0x7a7420d1 #define CRO_KEY1 0x367306ef #define CRO_KEY2 0x54c60c79 #define VENDOR_NAME "testabc" "Build", i get the following: Code:
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
lmrand1 -i ..\machind\lsvendor.c
cl /c /nologo /c /I..\machind /I. /MT -I../h lmcode.c
lmcode.c
LINK /nologo /NODEFAULTLIB /OPT:NOREF /subsystem:CONSOLE lmnewgen.obj l
mcode.obj lmgr.lib libcrvs.lib libsb.lib oldnames.lib kernel32.lib user32.lib n
etapi32.lib advapi32.lib gdi32.lib comdlg32.lib comctl32.lib wsock32.lib libc
mt.lib /out:lmnewgen.exe
if exist lm_new.c del lm_new.c
lmnewgen.exe testabc -o lm_new.c
v8.1+ FLEXlm, non-CRO
lc_init failed: Invalid FLEXlm key data supplied
FLEXlm error: -44,49
For further information, refer to the FLEXlm End User Manual,
available at "www.macrovision.com".
NMAKE : fatal error U1077: 'lmnewgen.exe' : return code '0x1'
Stop.
|
|
#34
|
|||
|
|||
|
First thing to do is RTFM.
-44 LM_BADKEYDATA "Invalid key data supplied." Invalid FLEXnet Licensing key data was supplied to the lc_new_job() call. Some FLEXnet Licensing functions will be disabled. Seems your VENDOR_KEYx and/or CRO_KEYn are not correct for vendor "testabc" Tom |
|
#35
|
|||
|
|||
|
tom: sorry i shoulda said that i did read thru, it and i knew what -44 was.
how would one generate such vendor keys then ? Thanks. |
|
#36
|
|||
|
|||
|
Hi again!
As you should probably know vendor-keys are changing with each major revision of flexlm. And what does this tell us: Code:
$ ./lmv8gen ********************************** *Flexlm v 8.x Vendor key generator Dirk |
|
#37
|
|||
|
|||
|
yea i understand they change, and i have 0 intrest in playing with the cro versions atm, however i did try lmv8gen, found at CrackZ website, on v7, v8, v9.2 of the sdk's with differnt vendor names, all report back -44 during build time, again iam prolly missing something silly.
*edit* got v7.2 SDK working, by using PGC FlexLM Vendor Kegen, must be the lmv8gen, that just didnt worked for me in the 8+ SDK. Thanks as always. -Peter Last edited by Peter[Pan]; 11-01-2004 at 22:07. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Flexlm 7.2 LIC file use on Flexlm 9.2 display error -73 ? | hanzi | General Discussion | 9 | 07-05-2006 18:51 |