Reflector won't start anymore

Questions about Cobian Reflector
Post Reply
wifichicken
Posts: 4
Joined: 25 Mar 2024, 17:08

Reflector won't start anymore

Post by wifichicken »

Hello! I've been using your software for many months, and it's been perfect so far, but I recently installed a couple new backup drives and had an issue.

I created a new task to do a nightly backup to the new drives and since then, it looks like Reflector hasn't been able to start at all. There have been no backups created since I added the new task. If I run the Cobian Reflector Main Application, the icon comes up in the taskbar for a couple seconds and then disappears. If I'm quick, I can get the UI to open and see that the new task still doesn't have a calculated size. I've attached a screenshot.

In event viewer, I see the following Application Error:

Code: Select all

Faulting application name: Cobian.Reflector.UserInterface.exe, version: 2.6.5.5, time stamp: 0xe380e210
Faulting module name: clr.dll, version: 4.8.9181.0, time stamp: 0x64b85478
Exception code: 0xc00000fd
Fault offset: 0x00000000002b8b17
Faulting process id: 0xb28
Faulting application start time: 0x01da7ecddc6f5952
Faulting application path: C:\Program Files\Cobian Reflector\Cobian.Reflector.UserInterface.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Report Id: 3bf67d80-5ed2-4ec8-94eb-f5e4be49ee54
Faulting package full name: 
Faulting package-relative application ID: 
Following that is a Windows Error Reporting event with this information:

Code: Select all

Fault bucket 1481419957858231407, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0

Problem signature:
P1: Cobian.Reflector.UserInterface.exe
P2: 2.6.5.5
P3: e380e210
P4: clr.dll
P5: 4.8.9181.0
P6: 64b85478
P7: c00000fd
P8: 00000000002b8b17
P9: 
P10: 

Attached files:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8431.tmp.dmp
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8BC4.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8BD5.tmp.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8BE2.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8C02.tmp.txt

These files may be available here:
\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_Cobian.Reflector_314d156a8223f9780ad9234ab3b6a14e73e3bab_1bd45a89_ffd18e7e-255f-442f-be2a-b61c84353ea9

Analysis symbol: 
Rechecking for solution: 0
Report Id: 3bf67d80-5ed2-4ec8-94eb-f5e4be49ee54
Report Status: 268435456
Hashed bucket: 19ef7c8b2de84815248f0f9a4f50646f
Cab Guid: 0
I've already tried running the Repair Permissions utility, deleting the AppData\Local\CobianSoft\Cobian Reflector directory, restarting the PC, uninstalling old .NET versions, and reinstalling Reflector.

Let me know if there's anything else I can provide to help diagnose! Thank you very much for any help :-D
Attachments
cobian_ui_before_crash.png
cobian_ui_before_crash.png (28.91 KiB) Viewed 548 times
wifichicken
Posts: 4
Joined: 25 Mar 2024, 17:08

Re: Reflector won't start anymore

Post by wifichicken »

Update: I ran chkdsk on both new backup drives and found no issues
User avatar
cobian
Site Admin
Posts: 4608
Joined: 31 Oct 2020, 01:25
Location: Sweden
Contact:

Re: Reflector won't start anymore

Post by cobian »

Look in the event viewer from an item from the .NET framwork.
--
Luis Cobian
Cobian Backup's creator
wifichicken
Posts: 4
Joined: 25 Mar 2024, 17:08

Re: Reflector won't start anymore

Post by wifichicken »

Thanks for the quick reply!

I wasn't able to find anything in the event viewer with .NET as a source (at least within a relevant time frame).

I did find the following warning event logged under system at the same time as a crash:

Code: Select all

The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID 
{C2F03A33-21F5-47FA-B4BB-156362A2F239}
 and APPID 
{316CDED5-E4AE-4B15-9113-7055D84DCC97}
 to the user Lightning-PC\Lightning SID (S-1-5-21-2454311992-2488045669-2357674177-1000) from address LocalHost (Using LRPC) running in the application container Microsoft.Windows.ShellExperienceHost_10.0.19041.3636_neutral_neutral_cw5n1h2txyewy SID (S-1-15-2-155514346-2573954481-755741238-1654018636-1233331829-3075935687-2861478708). This security permission can be modified using the Component Services administrative tool.
wifichicken
Posts: 4
Joined: 25 Mar 2024, 17:08

Re: Reflector won't start anymore

Post by wifichicken »

Solved! The issue turned out to be caused by a folder with a blank name buried somewhere in the source directory. It was just called " ", a single space character. I have no idea how or why it was created.

I was able to access the UI after setting 'Calculate sizes' to False in the %localappdata%\\CobianSoft\Cobian Reflector\Cobian Reflector - UI Settings.ini file, then from there I used the process of elimination to find it. I selected one folder at a time to be the backup source until I found the one that crashed the program, then repeated for each subdirectory. Once I came across the problem folder, I was able to solve the issue by deleting it, but it gave me trouble. If anyone else encounters this issue, do not try to recycle it. Windows will just move it to the $RECYCLE.BIN folder at the top of the drive, which still prevents you from doing a full drive backup. It's also difficult to remove once it's inside the recycle bin. Explorer will refuse to empty the bin with it in there. I tried using rm -rf in git bash as well to empty the recycle bin and it threw permission errors. As I was trying to delete with cmd (unsuccesfully), it suddenly dissapeared. Very strange. If I could try again I would try to rename the folder before deleting it. Either way, it's all good now! :OK
Post Reply