Unable to load dclusr14.bpl

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sasdua
Posts: 73
Joined: Wed 16 Mar 2011 15:06

Unable to load dclusr14.bpl

Post by sasdua » Thu 15 Sep 2011 10:24

[5003570B]{rtl140.bpl } SysUtils.LoadPackage (Line 20290, "SysUtils.pas" + 12) + $36
[208DD100]{coreide140.bpl} PakLoad.TPackage.DoLoadPackage (Line 143, "PakLoad.pas" + 0) + $C
[208DD275]{coreide140.bpl} PakLoad.TPackage.Load (Line 217, "PakLoad.pas" + 7) + $B
[208304D1]{coreide140.bpl} PakMgr.TDesignPackage.Load (Line 581, "PakMgr.pas" + 2) + $6
[2189C00B]{delphicoreide140.bpl} PasCppPakMgr.TIDEDesignPackage.Load (Line 2252, "PasCppPakMgr.pas" + 4) + $3
[20830927]{coreide140.bpl} PakMgr.IsMatch (Line 719, "PakMgr.pas" + 11) + $19
[50007210]{rtl140.bpl } System.@FreeMem (Line 3030, "System.pas" + 5) + $0
[2189BECF]{delphicoreide140.bpl} PasCppPakMgr.TIDEDesignPackage.LoadRequiredDesignPackages (Line 2213, "PasCppPakMgr.pas" + 8) + $4
[2189C0C2]{delphicoreide140.bpl} PasCppPakMgr.TIDEDesignPackage.Load (Line 2265, "PasCppPakMgr.pas" + 17) + $3
[5000A41D]{rtl140.bpl } System.@AfterConstruction (Line 10325, "System.pas" + 2) + $5
[2189BE1F]{delphicoreide140.bpl} PasCppPakMgr.TIDEDesignPackage.DelayLoad (Line 2177, "PasCppPakMgr.pas" + 11) + $4
[218A02A0]{delphicoreide140.bpl} PakList.TPackageListItem.LoadWait (Line 913, "PakList.pas" + 3) + $4
[218A0224]{delphicoreide140.bpl} PakList.TPackageListItem.LoadDesignPackage (Line 891, "PakList.pas" + 15) + $5
[2189F29F]{delphicoreide140.bpl} PakList.TPackageListItem.SetIsInstalled (Line 559, "PakList.pas" + 7) + $3
[2189F079]{delphicoreide140.bpl} PakList.TPackageList.AddPackage (Line 473, "PakList.pas" + 13) + $5
[218FA562]{delphicoreide140.bpl} BasePasProjOpts.TProjectOptions.IsAPackage (Line 3015, "BasePasProjOpts.pas" + 1) + $B
[218F843B]{delphicoreide140.bpl} BasePasProjOpts.TProjOptsManager.InstallPackage (Line 2058, "BasePasProjOpts.pas" + 8) + $5
[218FA54B]{delphicoreide140.bpl} BasePasProjOpts.TProjectOptions.InstallPackage (Line 3010, "BasePasProjOpts.pas" + 0) + $3
[2191F871]{delphicoreide140.bpl} PasMgr.TPascalPackageCodeUpdater.InstallPackage (Line 11627, "PasMgr.pas" + 18) + $19
[218A2A47]{delphicoreide140.bpl} PkgContainers.TStdPackageProjectContainer.CommandHandler (Line 178, "PkgContainers.pas" + 8) + $5
[20708786]{coreide140.bpl} ContainerIntf.TIDEProjectManagerMenuObject.Execute (Line 848, "ContainerIntf.pas" + 21) + $17
[2070A36E]{coreide140.bpl} ContainerIntf.TProjectManagerMenuItem.Click (Line 1096, "ContainerIntf.pas" + 18) + $22
[502817FB]{vcl140.bpl } Menus.TMenu.DispatchCommand (Line 3383, "Menus.pas" + 5) + $2
[502829DA]{vcl140.bpl } Menus.TPopupList.WndProc (Line 4489, "Menus.pas" + 4) + $E
[50282929]{vcl140.bpl } Menus.TPopupList.MainWndProc (Line 4464, "Menus.pas" + 2) + $5
[50076408]{rtl140.bpl } Classes.StdWndProc (Line 13015, "Classes.pas" + 8) + $0
[502C9921]{vcl140.bpl } Forms.TApplication.StopHintTimer (Line 10491, "Forms.pas" + 3) + $6
[502C8775]{vcl140.bpl } Forms.TApplication.ProcessMessage (Line 9760, "Forms.pas" + 30) + $1
[502C87BA]{vcl140.bpl } Forms.TApplication.HandleMessage (Line 9790, "Forms.pas" + 1) + $4
[502C8AE5]{vcl140.bpl } Forms.TApplication.Run (Line 9927, "Forms.pas" + 26) + $3
[004369AE]{bds.exe } bds.bds (Line 200, "" + 8) + $FFFB



Is it becuase of UniDAC am facing issue from 3days..am not getting what is the issue.i unistalled Unidac and re-installed unidac somany time...

AndreyZ

Post by AndreyZ » Fri 16 Sep 2011 09:39

Hello,

Please specify the full version of RAD Studio 2010 you are using, for example, RAD Studio 2010 14.0.3513.24210 Architect. Also please check if this problem persists after uninstalling UniDAC.
You can try solving this problem in the following way:
- close RAD Studio 2010;
- remove all dclusr* files from your computer, except dclusr.dpk and dclusr.res that are located in the %RAD_Studio_2010_Install_Dir%\Lib directory;
- open RAD Studio 2010;
- open dclusr.dpk, build, compile, and install it;
- close and open RAD Studio 2010 to check if the problem was solved.

Post Reply