PDA

View Full Version : SB 8.5.4754 Runtime Match Error



BobTaylor
04-15-2015, 01:52 PM
Just loaded the new update for build 4754 and am now getting "Gen1091: Runtime Match Error"

Bob Taylor

linder
04-16-2015, 02:40 AM
Bob,

This compiler check is there to protect your customers. It makes sure that you do not use virus-infected or tampered SB runtimes to generate your setups.

If you scroll down to the bottom of your "Uninst_SetupBuilder 8 Developer.log", what do you see for the 0000.LIB and SBKERNEL.LIB files? These two files in your \bin32 folder are not the expected ones -OR- the compiler was unable to perform the full check because the files were "locked" (read access denied) by your protection software system; your protection software detected that the hash of your 0000.lib/sbkernel.lib changed and real-time monitoring did not release the lock.

The .log should look like similar to this:

|019|C:\Program Files\Lindersoft\SetupBuilder 8 Developer\BACKUP\0000.0001
|006|_0000_|C:\Program Files\Lindersoft\SetupBuilder 8 Developer\Bin32\0000.LIB|1|2015/04/04|15:05:16|8.5.0.0|16896|CE4D82E8||0|
|019|C:\Program Files\Lindersoft\SetupBuilder 8 Developer\BACKUP\SBKERNEL.0001
|006|_0000_|C:\Program Files\Lindersoft\SetupBuilder 8 Developer\Bin32\SBKERNEL.LIB|10|2015/04/15|13:03:21||302080|D3507E78||0|

Friedrich

BobTaylor
04-16-2015, 11:11 AM
Got it done. Tried first with Avast disabled on the install but got the same error on compile. So a full uninstall and re-install did the job.

Thank you for the support.

Bob

linder
04-27-2015, 03:37 AM
Thanks for the update!

Friedrich