在Visual Studio中部署应用程序后,xbox登录无法正常工作

时间:2017-12-21 02:50:27

标签: unity3d uwp xbox-one xbox-live

因此,在测试我的场景以及Microsoft在Unity中提供的场景时,我正确地获取并登录到xbox实时用户帐户(EX:FAKE USER 1)但是当我将我的游戏带到visual studio并将其部署到我的win10设备或我的xbox一个沙箱,它停止在右边签署我。我在Microsoft论坛和文档中上下都没有任何帮助。我尝试了多用户和访客设置。我试过更改我的xboxservices.config文件。我试过点击我的Microsoft开发帐户上的测试按钮。在尝试打开并使用我的游戏之前,我尝试登录不同的帐户。这只是我尝试过的一些事情。

Xbox Sign in in Unity

Xbox Sign in in VS

如何确定签到问题的位置?

编辑:我在测试多用户登录的Unity插件示例场景时遇到异常错误。

onecoreuap\xbox\xblauth\tokenbrokerext\dll\xblauth.cpp(639)\XblAuthTokenBrokerExt.dll!00007FFCE2C570C5: (caller: 00007FFCE2C55E50) LogHr(1) tid(1bb4) 8015DC1E onecoreuap\xbox\xblauth\tokenbrokerext\dll\xblauth.cpp(375)\XblAuthTokenBrokerExt.dll!00007FFCE2C5609F: (caller: 00007FFCE2C55876) ReturnHr(1) tid(1bb4) 80070490 Element not found.
onecoreuap\xbox\xblauth\tokenbrokerext\dll\xblauth.cpp(639)\XblAuthTokenBrokerExt.dll!00007FFCE2C570C5: (caller: 00007FFCE2C55E50) LogHr(2) tid(1bb4) 8015DC12 onecoreuap\xbox\xblauth\tokenbrokerext\dll\xblauth.cpp(375)\XblAuthTokenBrokerExt.dll!00007FFCE2C5609F: (caller: 00007FFCE2C55876) ReturnHr(2) tid(1bb4) 80070490 Element not found.
Exception thrown: 'Microsoft.Xbox.Services.XboxException' in Microsoft.Xbox.Services.UWP.CSharp.dll
Exception thrown: 'Microsoft.Xbox.Services.XboxException' in System.Private.CoreLib.dll
Exception thrown: 'System.AggregateException' in Assembly-CSharp.dll
An exception of type 'System.AggregateException' occurred in Assembly-CSharp.dll but was not handled in user code
AggregateException_ctor_DefaultMessage

1 个答案:

答案 0 :(得分:-1)

我找到了一个解决方案:在Xbox Live应用程序中关闭会话。