Giter VIP home page Giter VIP logo

Comments (11)

Scighost avatar Scighost commented on June 19, 2024

请提供一下出现此问题时的日志文件

from starward.

RyanSaul avatar RyanSaul commented on June 19, 2024

请提供一下出现此问题时的日志文件

我把原神和星穹铁道的账号昵称分别命名为「原」和「铁」,uid分别命名为 123456789 和 987654321
Starward_230613_095626.log

from starward.

Scighost avatar Scighost commented on June 19, 2024

日志内容显示两个账号都保存成功,根据现有的日志详细程度无法排查出问题。

image

from starward.

RyanSaul avatar RyanSaul commented on June 19, 2024

日志内容显示两个账号都保存成功,根据现有的日志详细程度无法排查出问题。

image

这个貌似还挺容易复现的,我删除软件目录再重新解压后问题还是照旧

from starward.

ItsFairladyZ avatar ItsFairladyZ commented on June 19, 2024

我也是这个情况,不过我这儿测出来的是两边不能同时设置ID,不然就会丢一个
另外原神无法自动检测到UID和ID,崩铁只能读到UID
Starward_230614_173833.log

from starward.

RyanSaul avatar RyanSaul commented on June 19, 2024

我也是这个情况,不过我这儿测出来的是两边不能同时设置ID,不然就会丢一个 另外原神无法自动检测到UID和ID,崩铁只能读到UID Starward_230614_173833.log

一模一样的情况(

from starward.

Scighost avatar Scighost commented on June 19, 2024

突然想到还有一种可能,就是两个游戏在注册表中的登录密钥是一样的,这样把账号保存到数据库的时候会因为主键限制,后保存的账号覆盖了之前保存的账号。

需要你们查找数据库验证这种可能性,或者运行下面的 PowerShell 命令查看输出结果:

$ys = Get-ItemProperty 'HKCU:\Software\miHoYo\原神' -Name 'MIHOYOSDK_ADL_PROD_CN_h3123967166';
$sr = Get-ItemProperty 'HKCU:\Software\miHoYo\崩坏:星穹铁道' -Name 'MIHOYOSDK_ADL_PROD_CN_h3123967166'; 
$compare = Compare-Object $ys.MIHOYOSDK_ADL_PROD_CN_h3123967166  $sr.MIHOYOSDK_ADL_PROD_CN_h3123967166;
if ($compare.Length -eq 0) {
    Write-Host '两游戏密钥相同' -Foreground Red;
} else {
    Write-Host '两游戏密钥不同' -Foreground Green;
}

from starward.

RyanSaul avatar RyanSaul commented on June 19, 2024

两游戏密钥相同
image

from starward.

Scighost avatar Scighost commented on June 19, 2024

@RyanSaul 感谢你的反馈,我将在下个版本修复这个问题。

from starward.

RyanSaul avatar RyanSaul commented on June 19, 2024

@RyanSaul 感谢你的反馈,我将在下个版本修复这个问题。

辛苦了🙏

from starward.

Scighost avatar Scighost commented on June 19, 2024

已修复,此 issue 关闭。

from starward.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.