Atozed Forums
Required package rtl not found - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Indy (https://www.atozed.com/forums/forum-8.html)
+--- Forum: Indy General Discussion (https://www.atozed.com/forums/forum-9.html)
+--- Thread: Required package rtl not found (/thread-872.html)



Required package rtl not found - dwilbourn - 12-17-2018

I have just done a clean install of Delphi Rio and Delphi Tokyo on a new PC. Installing Indy on Rio went fine. However when I tried to install it on Tokyo I got the 'Required package rtl not found' error. As far as I can see, the paths and environments are the same for both installations (barring expected 19.0 / 20.0 differences). Rio is installed as 32 & 64 bit, Tokyo as just 32 bit.

Does anyone have any ideas why Rio can find RTL but Tokyo cannot? 

The reason for the dual installation that some components I rely on are not yet available for Rio - but I only found that out once I had nearly finished installing everything else. So ten I started installing Tokyo as well Confused


RE: Required package rtl not found - kudzu - 12-17-2018

Delphi uses not only the paths listed there but environment variables to load packages. Does it say which required package is not found?


RE: Required package rtl not found - dwilbourn - 12-17-2018

package RTL


RE: Required package rtl not found - rlebeau - 12-17-2018

(12-17-2018, 02:11 PM)dwilbourn Wrote: The reason for the dual installation that some components I rely on are not yet available for Rio - but I only found that out once I had nearly finished installing everything else. So ten I started installing Tokyo as well Confused

Even though the major versions of the IDE are separated, it is generally not a good idea to install an older version AFTER a newer version. You might need to uninstall both versions, then install Tokyo first, then Rio. Or, install one, or both, of them in separate VMs.


RE: Required package rtl not found - dwilbourn - 12-18-2018

Thanks for the suggestions. I have had to abandon Tokyo for now anyway for other reasons - I'm going to have to try going back to XE3 so I will see what happens with that!