UWP Error 'directxdatabasehelper.cpp 80070005 Access is denied' when compiling for x64 Release mode with .NET Native on

问题描述 投票:0回答:0

我有一个 UWP 应用程序,它在 x64 调试模式下运行良好,但在 x64 发布模式下运行 .NET Native 时失败(在 .Net Native 关闭的情况下运行)。当它失败时,我在我的应用程序中运行任何代码之前收到以下错误:

onecore\windows\directx\database\helperlibrary\lib\directxdatabasehelper.cpp(527)\directxdatabasehelper.dll!00007FFDA305836B: (caller: 00007FFDA305409D) ReturnHr(1) tid(8da0) 80070005 访问被拒绝。

我不确定,但我认为这可能与我尝试使用 AudioGraph 进行的某些音频处理有关,但我真的不知道。我知道音频处理功能,特别是:

CreateAudioGraphResult = Await AudioGraph.CreateAsync(Settings)

使用 .NET Native 时会失败。

有没有人见过这个?谷歌没有帮助。

感谢任何帮助。

uwp release .net-native
© www.soinside.com 2019 - 2024. All rights reserved.