Issue running MadExcept on same PC for multiple users

delphi package - automated exception handling
Post Reply
justinliu
Posts: 2
Joined: Fri Jun 24, 2016 1:14 am

Issue running MadExcept on same PC for multiple users

Post by justinliu »

hi,

I installed madcollection 4.0.16 on windows 10 with delphi Berlin 10.1

was running ok, another user login to same pc and try to run delphi, the following error occured:

Code: Select all

Can't load package C:\Program Files(x86)\madCollection\madExcept\...\madExceptide_.bpl.
Access is denied.
Do you want to attempt to load this package the next time a project is loaded?
Try to change the security on madExcept installation folder, getting the same access denied error.

so another user had to install MadExcept again and worked for her.
now when I login to that pc, I got the same error

just wondering is there anything we can do instead of installing MadExcept each time we login?

also should it try to load madExceptide.bpl instead of madExceptide_.bpl?

thanks
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Issue running MadExcept on same PC for multiple users

Post by madshi »

madExceptIde_.bpl is just fine.

Please try add read & execute access rights for "Everyone" to the madCollection root folder, plus all subfolder and subfiles. After you've done that please double check madExceptIde_.bpl to see if it also got the new access rights.

I'm not completely sure why this problem happens, I don't think my installer is manipulating the NTFS access rights.
justinliu
Posts: 2
Joined: Fri Jun 24, 2016 1:14 am

Re: Issue running MadExcept on same PC for multiple users

Post by justinliu »

thank you Madshi

was able to change access for 'Everyone' after link the owner to myself

thanks

Justin
Post Reply