microsoft / MSIX-PackageSupportFramework

The Package Support Framework (PSF) is a kit for applying compatibility fixes to packaged desktop applications.
MIT License
115 stars 57 forks source link

FileRedirectionFixup64.dll error when executing crystal report #162

Closed lianck closed 3 years ago

lianck commented 4 years ago

Application crash when executing crystal report in MSIX.

{ "processes": [ { "executable": ".", "fixups": [ { "dll": "FileRedirectionFixup", "config": { "redirectedPaths": { "packageRelative": [ { "base": "", "redirectTargetBase": "C:\ProgramData\", "patterns": [ ".\.log" ] } ] } } }, { "dll": "TraceFixup", "config": {} } ] } ] }

Faulting application name: CrystalReportsApp.exe, version: 1.22.0.0, time stamp: 0x5f9ab37c Faulting module name: FileRedirectionFixup64.dll, version: 0.0.0.0, time stamp: 0x5f69a7ed Exception code: 0xc0000005 Fault offset: 0x000000000000f3f3 Faulting process id: 0x369c Faulting application start time: 0x01d6adf10c87ff47 Faulting application path: C:\Program Files\WindowsApps\ReportApp_1.0.3.0_x64vd2wza2a776vr\CrystalReportsApp.exe Faulting module path: C:\Program Files\WindowsApps\ReportApp_1.0.3.0_x64vd2wza2a776vr\FileRedirectionFixup64.dll Report Id: c5e01333-8faf-4540-a774-a8879d0c651e Faulting package full name: ReportApp_1.0.3.0_x64__vd2wza2a776vr Faulting package-relative application ID: ReportApp

config.json.txt