OpportunityLiu / E-Viewer

An UWP Client for https://e-hentai.org.
GNU General Public License v3.0
724 stars 30 forks source link

最新版打开评论秒退 #49

Closed MZLAKg2aGGFs8yi closed 6 years ago

OpportunityLiu commented 6 years ago

没有遇到你说的问题,能说一下你的环境吗?

MZLAKg2aGGFs8yi commented 6 years ago

win10 Pro 64bit, 在win10 education 64bit上也不行。

OpportunityLiu commented 6 years ago

系统版本啊,当然是win10... 具体版本号呢?

MZLAKg2aGGFs8yi commented 6 years ago

16299.64

OpportunityLiu commented 6 years ago

emmm 那就很奇怪了 我的环境是一样的。 总之我会去看一下,不过估计不会有什么结果了,我这边根本复现不了。

或许哪天系统版本或应用版本更新就突然好了吧 🤣

OpportunityLiu commented 6 years ago

在xbox上确认了同样的问题。。。

OpportunityLiu commented 6 years ago

应该是依赖没有装齐的原因

MZLAKg2aGGFs8yi commented 6 years ago

新版本这个问题又出现了,在2018.3.11及之前几个版本评论可用。

OpportunityLiu commented 6 years ago

你的依赖都装齐了吗?我现在怀疑是这个原因

MZLAKg2aGGFs8yi commented 6 years ago

除了一个c++2015的本体返回文件占用装不上其他都装了。不过前几个版本根本没装依赖也没出问题。

OpportunityLiu commented 6 years ago

是win10 PC版,x64? 闪退是没有任何提示,切到评论就退出?

MZLAKg2aGGFs8yi commented 6 years ago

是的,描述完全正确。

OpportunityLiu commented 6 years ago

看一下 %LocalAppData%\CrashDumps 有没有相应的错误日志?

MZLAKg2aGGFs8yi commented 6 years ago

并没有,但是打开程序的时候确实跳出错误: image 仅在打开程序时有几秒钟显示

OpportunityLiu commented 6 years ago

麻烦装一下 DEBUG 版本,看一下能否复现错误 https://ci.appveyor.com/project/OpportunityLiu/exviewer/build/Build%20-%2041/job/tqxmucpt3kjogyv3/artifacts image

然后把错误日志发给我;顺便再检查一下 %LocalAppData%\CrashDumps 有没有错误日志。

MZLAKg2aGGFs8yi commented 6 years ago

AppLog.zip 在评论同样秒退。但是这个日志只有在主页的几个错误的,点开评论后直接退了并没有写入新的日志。

%LocalAppData%\CrashDumps 没有错误日志

OpportunityLiu commented 6 years ago
  1. 主页上的错误是读取你的头像时产生的,请提供一下你的账户 id

    就是这个页面 https://forums.e-hentai.org/index.php?showuser=1832306

  2. 其他错误貌似是因为本地化的问题,请提供一下你的语言、区域、时间和输入法设置

image image

OpportunityLiu commented 6 years ago

原因是你的时区设置为了 UTC -XX,而没有编辑过的评论其 EditTime 为 0001/01/01 00:00 UTC+0,试图格式化成本地时间的时候炸了。

大部分人都是 UTC +8 的,格式化出来是 0001/01/01 08:00 而 Windows 不支持 0001/01/01 00:00 以前的时间

OpportunityLiu commented 6 years ago

第一个应该是你的头像没设置,处理的时候出了问题

MZLAKg2aGGFs8yi commented 6 years ago

image image

OpportunityLiu commented 6 years ago

应该解决了 https://github.com/OpportunityLiu/ExViewer/releases/tag/v2018.4.30

MZLAKg2aGGFs8yi commented 6 years ago

确认已解决。