It seems in MRVTypesThreads.GetGUIDInfoWithCreate() needs checking for the ListGUID variable before use it, as it is already done in the other routines in the same unit:
Code: Select all
if not Assigned(ListGUID) then
exit;
Best regards.
Code: Select all
if not Assigned(ListGUID) then
exit;