I hope this is the right place to ask but I'm getting installation errors for some compilations which probably use freearc+innosetup utilities. I did some web searches but didn't find anything that could help me directly except for this forum.
2 example event logs errors(dashes are redacted portions):
Code:
Faulting application name: Setup.exe_Installer, version: 6.0.0.0, time stamp: 0x54359624
Faulting module name: CLS-srep.dll, version: 0.3.3.0, time stamp: 0x52064cbd
Exception code: 0xc0000005
Fault offset: 0x0000e8be
Faulting process id: 0x104c
Faulting application start time: 0x01d11e9086dd96d2
Faulting application path: ------------------------------\Setup.exe
Faulting module path: C:\Users\Admin\AppData\Local\Temp\BlackBox_{XXXXXXXX-XXXX-XXXX-XXXX-BLACKBOX0019}\CLS-srep.dll
Code:
Faulting application name: unarc.exe, version: 0.0.0.0, time stamp: 0x5335b56a
Faulting module name: CLS-srep.dll, version: 0.3.3.0, time stamp: 0x52064cbd
Exception code: 0xc0000005
Fault offset: 0x0000e8be
Faulting process id: 0x138
Faulting application start time: 0x01d11deafd6928cd
Faulting application path: C:\Users\Admin\AppData\Local\Temp\is-6CS1S.tmp\unarc.exe
Faulting module path: C:\Users\Admin\AppData\Local\Temp\is-6CS1S.tmp\CLS-srep.dll
There seems to be an issue with cls-srep.dll. I'm running win10 x64 which was installed clean recently. Am I getting this error because of some missing runtime libraries?