Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]Microsoft账号登陆与刷新出错 #130

Closed
ffzfhc opened this issue May 7, 2023 · 10 comments
Closed

[Bug]Microsoft账号登陆与刷新出错 #130

ffzfhc opened this issue May 7, 2023 · 10 comments
Labels
bug Something isn't working need to fix 需要修复

Comments

@ffzfhc
Copy link

ffzfhc commented May 7, 2023

FluentLauncher错误报告:

FluentLauncher版本:2.1.7.0
主要大意:
1.新手引导时登录Microsoft账号出错。
2.在设置中能登录Microsoft账号但刷新账户会出错。
3.在设置中打开“自动刷新账户:(每次启动之前)”会导致启动失败,关闭则能正常进入游戏。
是游戏崩溃的问题吗:否

主要内容:

如下图所示。

部分附件:

QQ截图20230507204824
QQ截图20230507210808
QQ截图20230507214645

这个问题严重嘛:3

@ffzfhc ffzfhc changed the title [Bug] [Bug]Microsoft账号登陆与刷新出错 May 8, 2023
@xingxing2008
Copy link
Member

这个问题说句实话有点奇怪 ,据之前的报告案例来看,这个登录失败一般只存在于引导页中,而且引导页过了之后的普通刷新与登录都是没有问题的。而且大多数时候都不会引发这个错误。具体还是要定位到为什么。

@xingxing2008 xingxing2008 added bug Something isn't working need to fix 需要修复 labels May 8, 2023
@gaviny82
Copy link
Collaborator

gaviny82 commented May 8, 2023

https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki#conceptual-documentation
https://learn.microsoft.com/en-us/azure/active-directory/develop/msal-overview

考虑一下用MSAL做微软账户的验证吧,应该比自己写的要稳定一点,而且里面还有一个AcquireTokenInteractive方法,可以弹出一个单独窗口或者打开浏览器进行验证,可以顺便解决那个WebView HDR的问题 #110

相关问题: #94

@ThinkofRain1213
Copy link

同遇到这个问题

@ThinkofRain1213
Copy link

现在完全没有办法登上去

@xingxing2008
Copy link
Member

xingxing2008 commented May 13, 2023

现在完全没有办法登上去

临时解决方案:跳过引导页,关闭自动刷新,手动从设置中登录微软账号

还有个实验性选项在设置中
image 可能会有助于解决该问题

@natsurainko
Copy link
Member

https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki#conceptual-documentation https://learn.microsoft.com/en-us/azure/active-directory/develop/msal-overview

考虑一下用MSAL做微软账户的验证吧,应该比自己写的要稳定一点,而且里面还有一个AcquireTokenInteractive方法,可以弹出一个单独窗口或者打开浏览器进行验证,可以顺便解决那个WebView HDR的问题 #110

相关问题: #94

emmmm可是用MSAL也只是替换了第一步登录微软账户拉取AuthToken的步骤
出问题的主要是后续进行 Xbox Live 验证的时候出错
https://wiki.vg/Microsoft_Authentication_Scheme

@gaviny82
Copy link
Collaborator

账号登录问题已修复,稍后发布更新
账号刷新错误等待修复

@ThinkofRain1213
Copy link

ThinkofRain1213 commented May 25, 2023 via email

@natsurainko
Copy link
Member

根本问题应该已经得到解决 下一个版本中应该可以恢复正常

@natsurainko
Copy link
Member

刷新账户出错的问题已修复

natsurainko added a commit that referenced this issue May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need to fix 需要修复
Projects
None yet
Development

No branches or pull requests

5 participants