TeeChart VCL/FMX 2018.26 Install in Rio
Re: TeeChart VCL/FMX 2018.26 Install in Rio
I have only quickreport 5 installed no other 3rd party components. Don't know if this matters. It is otherwise a clean windows installation so should be easy to reproduce.
Re: TeeChart VCL/FMX 2018.26 Install in Rio
I'm also having same exact issue. New clean Windows 10 VM with Rio installed with several third parties. AV at the start and no IDE's available. Using source code version.
Re: TeeChart VCL/FMX 2018.26 Install in Rio
Hello,
Same problem here:
Same problem here:
- Access violation in TeeRecompile.exe on launch and cannot find Delphi 10.3
- Binary installer finds 10.3 but cannot register. Launching TeeInstall.exe manually produce an access violation, then "TeeChart files cannot be found under current folder structure..." (default install path)
Re: TeeChart VCL/FMX 2018.26 Install in Rio
Hello,
We haven't been able to reproduce the problems here. We'll try to build a virtual machine to reproduce and debug the problem.
To do that, let's try to find something in common in the machines where it seems to be failing. Could you please tell us the following?
We haven't been able to reproduce the problems here. We'll try to build a virtual machine to reproduce and debug the problem.
To do that, let's try to find something in common in the machines where it seems to be failing. Could you please tell us the following?
- Are you using RAD, Delphi or C++Builder?
- What Edition are you using, Community, Professional, Enterprise or Architect?
- Did you install RAD 10.3 Rio using the Iso or the Web Install?
- Did you install TeeChart Standard during Rio installation?
- What Windows version are you using?
- Do you have RAD 10.2 Tokyo or any previous version installed? Or, did you have it?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart VCL/FMX 2018.26 Install in Rio
- From the about box: "Embarcadero® RAD Studio 10.3 Version 26.0.32429.4364"
- Professional
- Web install
- Installed without TeeChart
- Windows 10 Pro version 1803
Re: TeeChart VCL/FMX 2018.26 Install in Rio
- Are you using RAD, Delphi or C++Builder?
RAD Studio (tho I use the Delphi profile almost exclusively
- What Edition are you using, Community, Professional, Enterprise or Architect?
Enterprise
- Did you install RAD 10.3 Rio using the Iso or the Web Install?
ALWAYS install from the ISO into a new Windows 10 VM
- Did you install TeeChart Standard during Rio installation?
Yes.
- What Windows version are you using?
Windows 10 1809 Enterprise x64
The access violation, my guess, is what is then preventing the list of IDE's to then show. Once you acknowledge access violation then you can point to the source path and then you are given the list of IDE's and platforms, which is all empty.
If you email me a link to any test installers, I'm willing to try. I am in Seattle so its Pacific time here and I'm usually here from 10:00 to 18:00.
Lance.
RAD Studio (tho I use the Delphi profile almost exclusively
- What Edition are you using, Community, Professional, Enterprise or Architect?
Enterprise
- Did you install RAD 10.3 Rio using the Iso or the Web Install?
ALWAYS install from the ISO into a new Windows 10 VM
- Did you install TeeChart Standard during Rio installation?
Yes.
- What Windows version are you using?
Windows 10 1809 Enterprise x64
The access violation, my guess, is what is then preventing the list of IDE's to then show. Once you acknowledge access violation then you can point to the source path and then you are given the list of IDE's and platforms, which is all empty.
If you email me a link to any test installers, I'm willing to try. I am in Seattle so its Pacific time here and I'm usually here from 10:00 to 18:00.
Lance.
Re: TeeChart VCL/FMX 2018.26 Install in Rio
Sorry, I've added an extra question to the list above:
- Do you have RAD 10.2 Tokyo or any previous version installed? Or, did you have it?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart VCL/FMX 2018.26 Install in Rio
Hello,
Thanks to all of you (but specially to Aidan), we've been able to reproduce the problem in a new virtual machine with RAD 10.3 Rio installed.
Every time the IDE is launched this key is recreated in the registry: "HKEY_CURRENT_USER\Software\Embarcadero\BDS\19.0"
The problem is RAD Rio is 20.0, while 19.0 was Tokyo. This seems to be confusing TeeRecompile and it probably tries to read some inexisting value.
This means, the new installers will be failing for all those who don't have Tokyo installed in their machines.
We've notified Embarcadero (RSP-22937) and we are trying to fix TeeRecompile.
As a workaround, you can create the "RootDir" string value in the "HKEY_CURRENT_USER\Software\Embarcadero\BDS\19.0" key with the data "C:\Program Files (x86)\Embarcadero\Studio\20.0\":
Then TeeRecompile should open and it should list both Tokyo and Rio. Please use only Rio since you don't have Tokyo installed:
Thanks for your patience.
Thanks to all of you (but specially to Aidan), we've been able to reproduce the problem in a new virtual machine with RAD 10.3 Rio installed.
Every time the IDE is launched this key is recreated in the registry: "HKEY_CURRENT_USER\Software\Embarcadero\BDS\19.0"
The problem is RAD Rio is 20.0, while 19.0 was Tokyo. This seems to be confusing TeeRecompile and it probably tries to read some inexisting value.
This means, the new installers will be failing for all those who don't have Tokyo installed in their machines.
We've notified Embarcadero (RSP-22937) and we are trying to fix TeeRecompile.
As a workaround, you can create the "RootDir" string value in the "HKEY_CURRENT_USER\Software\Embarcadero\BDS\19.0" key with the data "C:\Program Files (x86)\Embarcadero\Studio\20.0\":
Then TeeRecompile should open and it should list both Tokyo and Rio. Please use only Rio since you don't have Tokyo installed:
Thanks for your patience.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 1
- Joined: Wed Sep 05, 2018 12:00 am
Re: TeeChart VCL/FMX 2018.26 Install in Rio
Thanks for the mention Yeray
I can confirm that I was able to compile and install TeeChart with Rio.
In turn I was able to build all of our products with this version.
Cheers, Aidan.
I can confirm that I was able to compile and install TeeChart with Rio.
In turn I was able to build all of our products with this version.
Cheers, Aidan.
Re: TeeChart VCL/FMX 2018.26 Install in Rio
Creating the registry key works for me. Tested on 2 different machines.
Re: TeeChart VCL/FMX 2018.26 Install in Rio
I've just sent a mail with a new test installer.
If we get positive feedbacks we'll update the official version.
If we get positive feedbacks we'll update the official version.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart VCL/FMX 2018.26 Install in Rio
No problem with TeeInstall.exe after creating the registry key. Thanks a lot for the help!
Re: TeeChart VCL/FMX 2018.26 Install in Rio
Hello,
I'm glad to announce we've received enough positive feedback to continue to the next phase.
The official source code installers are already corrected and we are preparing the new binary installers.
I'm glad to announce we've received enough positive feedback to continue to the next phase.
The official source code installers are already corrected and we are preparing the new binary installers.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart VCL/FMX 2018.26 Install in Rio
Confirmed updated installer / Recompilation tool is working as expected in Rio where Rio is only IDE that has been installed on a VM.
Re: TeeChart VCL/FMX 2018.26 Install in Rio
Dear Steema Team,
do you know, when binry installers are available
or is it possible to to install both at the same time?
Thank for your quick response until now
Dirk
do you know, when binry installers are available
or is it possible to to install both at the same time?
Thank for your quick response until now
Dirk