project-yuki / YUKI

YUKI Galgame Translator
GNU General Public License v3.0
1.5k stars 144 forks source link

JavaScript error,请求帮助 #129

Open a445734211 opened 4 years ago

a445734211 commented 4 years ago

更新,原因应该是在进程id大于65535时就会报错,刚开机进程id较小就没问题,可以作为一个改进/修复意见反馈吗


捕获

调试信息中的日志: yuki:ipc request config config +94ms yuki:ipc request config games +1ms yuki:ipc main page load finished. starting apis... +0ms yuki:api external file J:\YUKI-minori-v0.14.1\YUKI\config\baiduApi.js loaded +0ms yuki:api external file J:\YUKI-minori-v0.14.1\YUKI\config\youdaoApi.js loaded +1ms yuki:api external file J:\YUKI-minori-v0.14.1\YUKI\config\qqApi.js loaded +3ms yuki:ipc apis started +5ms yuki:processes get 60 processes +0ms yuki:hooker trying to access CLI exe at J:\YUKI-minori-v0.14.1\YUKI\lib\textractor\TextractorCLI.exe +0ms yuki:merger initialized true +0ms yuki:textInterceptor initialized +0ms yuki:textInterceptor initialized +0ms yuki:mecab disabled +0ms yuki:hooker application builded +1ms yuki:hooker injecting process 320252... +5ms

这台电脑之前没装过Yuki,游戏为樱之诗日版,按之前的方法配置后,选择从进程启动后就提示了如上信息,其他几个日文游戏也是同样的结果,请问有无解决方法

luojunyuan commented 4 years ago

樱之诗可以用vnr玩中日对照字幕

Get Outlook for Androidhttps://aka.ms/ghei36


From: a445734211 notifications@github.com Sent: Sunday, July 19, 2020 1:09:28 AM To: project-yuki/YUKI YUKI@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [project-yuki/YUKI] JavaScript error,请求帮助 (#129)

[捕获]https://user-images.githubusercontent.com/68476442/87857777-f6eaa080-c95b-11ea-826a-8e9e3a4059b3.PNG

调试信息中的日志: yuki:ipc request config config +94ms yuki:ipc request config games +1ms yuki:ipc main page load finished. starting apis... +0ms yuki:api external file J:\YUKI-minori-v0.14.1\YUKI\config\baiduApi.js loaded +0ms yuki:api external file J:\YUKI-minori-v0.14.1\YUKI\config\youdaoApi.js loaded +1ms yuki:api external file J:\YUKI-minori-v0.14.1\YUKI\config\qqApi.js loaded +3ms yuki:ipc apis started +5ms yuki:processes get 60 processes +0ms yuki:hooker trying to access CLI exe at J:\YUKI-minori-v0.14.1\YUKI\lib\textractor\TextractorCLI.exe +0ms yuki:merger initialized true +0ms yuki:textInterceptor initialized +0ms yuki:textInterceptor initialized +0ms yuki:mecab disabled +0ms yuki:hooker application builded +1ms yuki:hooker injecting process 320252... +5ms

这台电脑之前没装过Yuki,游戏为樱之诗日版,按之前的方法配置后,选择从进程启动后就提示了如上信息,其他几个日文游戏也是同样的结果,请问有无解决方法

― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/project-yuki/YUKI/issues/129, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGYDA3CB2SETK4M6MKWSEWTR4HJMRANCNFSM4PAEKTOQ.

a445734211 commented 4 years ago

樱之诗可以用vnr玩中日对照字幕 Get Outlook for Androidhttps://aka.ms/ghei36 ____ From: a445734211 notifications@github.com Sent: Sunday, July 19, 2020 1:09:28 AM To: project-yuki/YUKI YUKI@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [project-yuki/YUKI] JavaScript error,请求帮助 (#129) [捕获]https://user-images.githubusercontent.com/68476442/87857777-f6eaa080-c95b-11ea-826a-8e9e3a4059b3.PNG 调试信息中的日志: yuki:ipc request config config +94ms yuki:ipc request config games +1ms yuki:ipc main page load finished. starting apis... +0ms yuki:api external file J:\YUKI-minori-v0.14.1\YUKI\config\baiduApi.js loaded +0ms yuki:api external file J:\YUKI-minori-v0.14.1\YUKI\config\youdaoApi.js loaded +1ms yuki:api external file J:\YUKI-minori-v0.14.1\YUKI\config\qqApi.js loaded +3ms yuki:ipc apis started +5ms yuki:processes get 60 processes +0ms yuki:hooker trying to access CLI exe at J:\YUKI-minori-v0.14.1\YUKI\lib\textractor\TextractorCLI.exe +0ms yuki:merger initialized true +0ms yuki:textInterceptor initialized +0ms yuki:textInterceptor initialized +0ms yuki:mecab disabled +0ms yuki:hooker application builded +1ms yuki:hooker injecting process 320252... +5ms 这台电脑之前没装过Yuki,游戏为樱之诗日版,按之前的方法配置后,选择从进程启动后就提示了如上信息,其他几个日文游戏也是同样的结果,请问有无解决方法 ― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub<#129>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGYDA3CB2SETK4M6MKWSEWTR4HJMRANCNFSM4PAEKTOQ.

谢谢,不过主要是我觉得Yuki好用一些,尤其mecab分词+翻译有助自学日语,而且我这边其他游戏也是一样的状况,所以想问下怎样能正常使用Yuki

a445734211 commented 4 years ago

已解决,重装了下几个版本的vc,看来是这个原因

a445734211 commented 4 years ago

更新,原因可能不是上述运行库,应该是在进程id大于65535时就会报错,刚开机进程id较小就没问题,可以作为一个改进/修复意见反馈吗