Purebasic scans registry on first install?

Everything else that doesn't fall into one of the other PB categories.
Julian
Enthusiast
Enthusiast
Posts: 276
Joined: Tue May 24, 2011 1:36 pm

Purebasic scans registry on first install?

Post by Julian »

Does purebasic scan the registry on its first start after a fresh install?

I have a fresh windows install and was putting PB back on (fresh d/l of PB) and I just had a popup from Acronis (first time I've ever seen it) saying that PB was blocked from accessing some registry files.

On checking the logs I found the following:

Code: Select all

2017-04-08 02:29:30:545 4000 I00000000: [driver] Process  [10492 (internal), 3328 (system-wide), "C:\Program Files\PureBasic 5.60\PureBasic.exe"] is trying to open registry key 'HKEY_LOCAL_MACHINE\Software\Acronis\Home\Settings'  with access mask = 131097 [ READ_CONTROL KEY_ENUMERATE_SUB_KEYS KEY_EXECUTE KEY_NOTIFY KEY_QUERY_VALUE KEY_READ KEY_WRITE ]
2017-04-08 02:29:30:545 4000 I00000000: "C:\Program Files\PureBasic 5.60\PureBasic.exe" can't be trusted (cache)
2017-04-08 02:29:30:545 4000 W00000000: Process [10492 (internal), 3328 (system-wide), "C:\Program Files\PureBasic 5.60\PureBasic.exe"] prevented from accessing registry key 'HKEY_LOCAL_MACHINE\Software\Acronis\Home\Settings'
2017-04-08 02:29:30:559 4028 I00000000: [driver] Process  [10492 (internal), 3328 (system-wide), "C:\Program Files\PureBasic 5.60\PureBasic.exe"] is trying to access path 'C:\ProgramData\Acronis\TrueImageHome\Logs\ti_shell.log' with access mask = 0x12019f [ READ_CONTROL SYNCHRONIZE FILE_ADD_FILE FILE_ADD_SUBDIRECTORY FILE_CREATE_PIPE_INSTANCE FILE_LIST_DIRECTORY FILE_READ_ATTRIBUTES FILE_READ_DATA FILE_READ_EA FILE_WRITE_ATTRIBUTES FILE_WRITE_DATA FILE_WRITE_EA ]
2017-04-08 02:29:30:559 4028 I00000000: Process [10492 (internal), 3328 (system-wide), "C:\Program Files\PureBasic 5.60\PureBasic.exe"] granted access to path 'C:\ProgramData\Acronis\TrueImageHome\Logs\ti_shell.log'
2017-04-08 02:29:30:807 4028 I00000000: [driver] Process  [10492 (internal), 3328 (system-wide), "C:\Program Files\PureBasic 5.60\PureBasic.exe"] is trying to open registry key 'HKEY_LOCAL_MACHINE\Software\Acronis\TrueImageHome\Settings'  with access mask = 131097 [ READ_CONTROL KEY_ENUMERATE_SUB_KEYS KEY_EXECUTE KEY_NOTIFY KEY_QUERY_VALUE KEY_READ KEY_WRITE ]
2017-04-08 02:29:30:807 4028 I00000000: "C:\Program Files\PureBasic 5.60\PureBasic.exe" can't be trusted (cache)
2017-04-08 02:29:30:807 4028 W00000000: Process [10492 (internal), 3328 (system-wide), "C:\Program Files\PureBasic 5.60\PureBasic.exe"] prevented from accessing registry key 'HKEY_LOCAL_MACHINE\Software\Acronis\TrueImageHome\Settings'
I closed and re-opened PB and it didnt show the error again and there was nothing in the logs which is why I was wondering if it was a first install scan.

If so, why, or why is it looking into HKEY_LOCAL_MACHINE\Software\Acronis\TrueImageHome\Settings ?

Thoughts?
Fred
Administrator
Administrator
Posts: 16686
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Purebasic scans registry on first install?

Post by Fred »

It doesn't that, I don't even know what is Acronis :). Probably a bug in this softwae
Julian
Enthusiast
Enthusiast
Posts: 276
Joined: Tue May 24, 2011 1:36 pm

Re: Purebasic scans registry on first install?

Post by Julian »

Thanks for the quick reply. Acronis is a backup/protection/recovery system. I uninstalled and reinstalled PB and the problem didn't reoccur. I'll keep an eye on it next time I reinstall Windows.
Post Reply