Soon after any registry backup (using VSS method), I have a crash with the following details on eventviewer:
Nome dell'applicazione che ha generato l'errore: TweakingRegistryBackup.exe, versione: 2.2.0.0, timestamp: 0x54fe33b3
Nome del modulo che ha generato l'errore: OLEAUT32.dll, versione: 6.1.7601.18679, timestamp: 0x54754919
Codice eccezione: 0xc0000005
Offset errore 0x00026bb6
ID processo che ha generato l'errore: 0x157c
Ora di avvio dell'applicazione che ha generato l'errore: 0x01d0a3beb7b5c1c3
Percorso dell'applicazione che ha generato l'errore: C:\Program Files (x86)\Windows Repair (All in One)\files\registry_backup_tool\TweakingRegistryBackup.exe
Percorso del modulo che ha generato l'errore: C:\Windows\syswow64\OLEAUT32.dll
ID segnalazione: 4bf15d8b-0fb2-11e5-9e1e-e0cb4e2c5802
Oleaut32.dll and backup logs are in attachment, so you can verify yourself.
Windows 7 SP1 x64UPDATE1: Now, after a 'register system files' repair, I have a crash soon after starting Registry Backup -> Settings tab with these new errors in event viewer:
Nome dell'applicazione che ha generato l'errore: TweakingRegistryBackup.exe, versione: 2.2.0.0, timestamp: 0x54fe33b3
Nome del modulo che ha generato l'errore: MSVBVM60.DLL, versione: 6.0.98.15, timestamp: 0x4a5bda6c
Codice eccezione: 0xc0000005
Offset errore 0x000820cc
ID processo che ha generato l'errore: 0x1520
Ora di avvio dell'applicazione che ha generato l'errore: 0x01d0a3c24cb92f62
Percorso dell'applicazione che ha generato l'errore: C:\Program Files (x86)\Windows Repair (All in One)\files\registry_backup_tool\TweakingRegistryBackup.exe
Percorso del modulo che ha generato l'errore: C:\Windows\system32\MSVBVM60.DLL
ID segnalazione: 94d944f6-0fb5-11e5-841f-e0cb4e2c5802
Nome dell'applicazione che ha generato l'errore: TweakingRegistryBackup.exe, versione: 2.2.0.0, timestamp: 0x54fe33b3
Nome del modulo che ha generato l'errore: KERNELBASE.dll, versione: 6.1.7601.23072, timestamp: 0x5563650d
Codice eccezione: 0xc0000005
Offset errore 0x00023ed1
ID processo che ha generato l'errore: 0x13f4
Ora di avvio dell'applicazione che ha generato l'errore: 0x01d0a3c2de47aadb
Percorso dell'applicazione che ha generato l'errore: C:\Program Files (x86)\Windows Repair (All in One)\files\registry_backup_tool\TweakingRegistryBackup.exe
Percorso del modulo che ha generato l'errore: C:\Windows\syswow64\KERNELBASE.dll
ID segnalazione: 2bc53a6d-0fb6-11e5-841f-e0cb4e2c5802
Nome dell'applicazione che ha generato l'errore: TweakingRegistryBackup.exe, versione: 2.2.0.0, timestamp: 0x54fe33b3
Nome del modulo che ha generato l'errore: USP10.dll, versione: 1.626.7601.18454, timestamp: 0x5359c2c9
Codice eccezione: 0xc0000005
Offset errore 0x00052f5e
ID processo che ha generato l'errore: 0xaa4
Ora di avvio dell'applicazione che ha generato l'errore: 0x01d0a3cb77bf8524
Percorso dell'applicazione che ha generato l'errore: C:\Program Files (x86)\Windows Repair (All in One)\files\registry_backup_tool\TweakingRegistryBackup.exe
Percorso del modulo che ha generato l'errore: C:\Windows\syswow64\USP10.dll
ID segnalazione: bf0334c5-0fbe-11e5-aee1-e0cb4e2c5802
Nome dell'applicazione che ha generato l'errore: TweakingRegistryBackup.exe, versione: 2.2.0.0, timestamp: 0x54fe33b3
Nome del modulo che ha generato l'errore: USER32.dll, versione: 6.1.7601.17514, timestamp: 0x4ce7ba59
Codice eccezione: 0xc0000005
Offset errore 0x0001613f
ID processo che ha generato l'errore: 0x794
Ora di avvio dell'applicazione che ha generato l'errore: 0x01d0a3cfd87fd370
Percorso dell'applicazione che ha generato l'errore: C:\Program Files (x86)\Windows Repair (All in One)\files\registry_backup_tool\TweakingRegistryBackup.exe
Percorso del modulo che ha generato l'errore: C:\Windows\syswow64\USER32.dll
ID segnalazione: 2621d2c7-0fc3-11e5-89ca-e0cb4e2c5802
UPDATE2: System File Checker in safe mode didn't work.
Please look RB_settings attachment. Under 'Update Available' there is an empty box without any text.
Few seconds later, it crashes. Just in time to take a screenshot.
I think I have a VB6 issue... I'm a bit reluctant to install old DLL versions.
UPDATE3: I installed MSVBVM60.DLL 6.0.98.32 available here:
https://support.microsoft.com/en-us/hotfix/kbhotfix?kbnum=2575928&kbln=en-usNow I have just KernelBase.dll, usp10.dll, USER32.dll crash errors.. how can I solve these?
KernelBase has version 6.1.7601.23072 exactly like win32k.sys (same installation date). This version was introduced in a recent patch:
https://support.microsoft.com/pt-br/kb/3057839It could be a conflict between that patch and your program?
UPDATE4: I uninstalled KB3057839 to downgrade kernelbase.dll, but the crash in RB persists. This time I have two remaining crashes related to USER32.dll and usp10.dll.
I'll try to replace them in a Command Prompt at Boot soon.
UPDATE5: I replaced them with original files from Windows 7 install disk.
After a reboot, I started RB and I received a new error related to VB6:
Out of stack space (Error 28)
I reproduced it switching from a tab to another as fast as you can.
And I have a similar crash soon after any registry backup (a matter of seconds).
At this point I think it's something related to your VB6 code.