12.3 install Indy 10 manually error with rtl290.bpl when closing RAD 12 just open/close no projects involved #630
-
|
Needing to get the oauth functionality with our new 12.3 delphi. I have followed the instructions for removing the currently installed Indy components and ran the clean_athens command then opened RAD 12 and got messages about livepreview and indypeer... not loaded and do i want to keep trying to load. I clicked NO for both then opened the indy 290 project did a build on all in the sequence indicated no errors. then installed the components and closed out of RAD 12 and I get the error for rtl290.bpl access violation. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 14 replies
-
|
Sounds like something you need to report to Embarcadero directly as you are getting an error in the IDE itself, not in Indy. Either you are doing something wrong in the installation, or there is an actual bug in the IDE. But, if it comes back that the AV is actually due to something Indy itself is doing (maybe a bad registration or something) then open an actual bug ticket with specific details. |
Beta Was this translation helpful? Give feedback.
-
|
i changed up the install process after a bit of searching.
My problem came down to the source files and the broken indysystem290.dpk file |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Some DPK files are erroneous in the repo: they have a 'wrong' end-of-line character (LF i.o. CRLF), at least, Delphi RAD Studio does not accept it, showing the wrong text. This can be solved locally by loading the file text in wordpad.exe and save it over the old one. |
Beta Was this translation helpful? Give feedback.
-
|
FYI I wanted to know why it didn't work for me so I kept retesting by uninstalling everything then wiped the folders altogether. Removed registry entries as well on uninstall. What I found was that after installing RAD Studio then following all the install instruction for Indy, I also had to REMOVE/RENAME the Indy source folders from the RAD Studio install. I am sure I missed something in the install instructions but that was the only way for me to get it to install newer Indy. |
Beta Was this translation helpful? Give feedback.



Sounds like something you need to report to Embarcadero directly as you are getting an error in the IDE itself, not in Indy. Either you are doing something wrong in the installation, or there is an actual bug in the IDE. But, if it comes back that the AV is actually due to something Indy itself is doing (maybe a bad registration or something) then open an actual bug ticket with specific details.