microsoft / MSIX-PackageSupportFramework

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

PSF Nuget should contain the fix of Develop (#146) #181

Closed freistli closed 1 year ago

freistli commented 3 years ago

The 1.0.200410.1 nuget version has a crash issue in GetPrivateProfileStringFixup (FileRedirectionFixup) . Call stack is

`0:020> kL

 ChildEBP RetAddr      

00 06fcdae0 767c04ab FileRedirectionFixup32!GetPrivateProfileStringFixup+0x4d0 01 06fcdb00 6e62429e kernel32!GetProfileStringW+0x1b 02 06fcde5c 6e62557d winmm!mciLoadDevice+0x2d5 03 06fcde9c 6e620a28 winmm!mciOpenDevice+0x2c5 04 06fcdeb4 6e620805 winmm!mciSendSingleCommand+0x1ba 05 06fcdeec 6e6220e4 winmm!mciSendCommandInternal+0x12b 06 06fcdf1c 0a22f94a winmm!mciSendCommandW+0x84`

This commit contains that fix. The Nuget should be updated.

npuvvada commented 1 year ago

This issue is fixed from PSF release : version 1.0.220926.1