rudy999 2 Posted February 17, 2023 Delphi was behaving fine in regards to startup until recently, when the IDE 'freezes' upon startup, after loading all design time packages. The splash screen shows the added component packages loading, and then nothing. If I set BDS.exe to run as admin it opens as before. There must be(maybe?) a file somewhere that a security setting has changed (maybe I did without knowing in a previous IDE session). I have re-installed some of the components, with no change. I do not plan to re install Delphi - I will wait for 11.3... Any suggestions or feedback is appreciated. Share this post Link to post
Attila Kovacs 629 Posted February 17, 2023 I had the same with an older IDE where the registry was suddenly corruped https://quality.embarcadero.com/browse/RSP-40168 Otherwise use Process Monitor to try to identify the problem. Share this post Link to post
rudy999 2 Posted February 17, 2023 Thanks for some information - more information on my situation - If I login as another user and start Delphi 'normally' it is ok... user registry... rgds Share this post Link to post
dwrbudr 8 Posted February 17, 2023 Try to export the settings using the Migration Tool from the user account that Delphi runs OK and import them to the other account. Share this post Link to post
programmerdelphi2k 237 Posted February 17, 2023 as the problem can be a "user" in question, then, I'll try the following: uninstall completly the RAD detele all REGISTRY keys about Embarcadero (HCU, HLM) delete all files/folders residual (including on c:\ProgramData -> 3 folders GUID-names) and c:\users\...Local/Roamming Embarcadero) restart MSWindows and re-install it again! Share this post Link to post
rudy999 2 Posted March 8, 2023 More Info 1. I identified the VCL component install that is involved in the IDE freeze on start up. --I did an uninstall (complete as far as I know) of 11.3 and re-installed Delphi. I then started to re-install the 3rd party components. The issue is involved with the installation of the NexusDB component (4.700 or 4.701 - I did not try to install earlier vns) There is the Design time BPL that if 'checked' in the component palette will cause the freeze upon start up, or if removed and the IDE is started in non-admin ok and that BPL is added - the IDE is ok until I try to close and the the IDE freezes.!! 2. I have another PC for test installs of software and Delphi 11.3 and the Nexus component works just fine in non-admin mode. ??? regards all Share this post Link to post
Lars Fosdal 1792 Posted March 9, 2023 Is there a Nexus db connected component in one of the apps of yours, which is active at design-time, but which db cannot be reached from your PC? Share this post Link to post
rudy999 2 Posted March 9, 2023 " Is there a Nexus db connected component in one of the apps of yours, which is active at design-time, but which db cannot be reached from your PC? " < The issue should not be with an app since no project is loaded on start up. If the IDE is running the nexus components are not design-time active. This is strange indeed. -I have another PC where I run new releases of Delphi as a test before going to my dev PC. The IDE has nexus installed and run non-admin mode just fine. Share this post Link to post
Lars Fosdal 1792 Posted March 9, 2023 Then I am afraid that uninstall/reinstall is the next alternative. Unless @eivindbakkestuen has some other idea? Share this post Link to post