PB 2017-R3/Windows 10(32)
After migration to Win 10(32) the following code related to graphics stopped working. FileExists confirms the existence of the file but ReadFromFile failed(just hanging) do not see the way to debug farther
if not FileExists(g_file.work_dir + asReportID + ".vtc") then // verified manually: really exists
Return lsWarning
end if
uo_parms.ole_main.Object.ReadFromFile(g_file.work_dir + asReportID + ".vtc")
Is there anyone familiar with .vtc files and the reason why the script stop reading them after the migration to Win10.
Thanks in advance,
Ilya Milin