• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
standalone not logging in...
#25
I have had slight checksum issues when upgrading libraries - i now always keep backups of both older libraries and scripts before any upgrade.

Looking at a current app i'm working with:
The most current version of the LiveCloud library files was released 29 November; the latest version of my existing library files was copied into place on 27 November meaning that mine are now out of date.

However the checksums in the LCM stack script are identical to my existing ones, meaning i too would run into checksum errors if/when upgrading.

I know Mark and the team are very responsive and should have the script updated soon.

In the mean time, you could generate your own checksum to put in the stack script if you trust the source of your download, which i guess you should if directly downloading via LCM - for example to put the checksum into the message box just create a button with the script:


Code:
on mouseUp
   answer file "Select a file to get it's checksum"
   if it is not empty then put base64Encode(md5Digest(url ("binfile:" & it)))
end mouseUp

Use this to get the checksums of the new cdb_header.lib and cdb_starter.lib files and then just put those in your script. This should sort your checksum error issue.

I'll be doing the same Wink
Stam
  Reply


Messages In This Thread
standalone not logging in... - by stamatis - 11-08-2020, 01:27 AM
RE: standalone not logging in... - by stamatis - 11-11-2020, 02:40 AM
RE: standalone not logging in... - by stamatis - 11-12-2020, 03:02 AM
RE: standalone not logging in... - by stamatis - 11-20-2020, 06:16 PM
RE: standalone not logging in... - by JereMiami - 10-02-2021, 12:15 PM
RE: standalone not logging in... - by Hendricus - 10-13-2021, 09:28 PM
RE: standalone not logging in... - by Hendricus - 10-14-2021, 07:46 AM
RE: standalone not logging in... - by Hendricus - 10-15-2021, 02:43 PM
RE: standalone not logging in... - by Hendricus - 10-15-2021, 09:22 PM
RE: standalone not logging in... - by Hendricus - 10-16-2021, 07:09 PM
RE: standalone not logging in... - by Hendricus - 10-20-2021, 09:09 PM
RE: standalone not logging in... - by Hendricus - 10-22-2021, 11:42 AM
RE: standalone not logging in... - by Hendricus - 10-27-2021, 09:44 PM
RE: standalone not logging in... - by JereMiami - 11-30-2021, 09:27 AM
RE: standalone not logging in... - by stamatis - 11-30-2021, 11:12 AM
RE: standalone not logging in... - by Linda Lu - 11-30-2021, 05:47 PM
RE: standalone not logging in... - by stamatis - 11-30-2021, 07:54 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)