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

关于 0.4.1.7-chs-alpha1.3.0 版本往上,在安卓手机上无法启动游戏的问题 #98

Closed
3 tasks done
Meow0x7E opened this issue Oct 5, 2023 · 9 comments
Closed
3 tasks done
Labels
😡bug 在正常游戏流程中不该出现的问题 😄fixed 已修复 等待下版本更新 😵question 非问题反馈和汉化改进

Comments

@Meow0x7E
Copy link

Meow0x7E commented Oct 5, 2023

在提问之前...

  • 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决
  • 我填写了简短且清晰明确的标题,以便开发者在翻阅 issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等
  • 我已查看最新发布版本的更新内容,并未提及该 bug 已被修复的情况

问题描述

当我尝试将版本 0.4.1.7-chs-alpha1.3.0 更新到 v0.4.1.7-chs-alpha1.7.1 后游戏无法正常启动,会产生大量报错信息。将游戏卸载后重新安装无法解决。
我的设备可运行的版本是 0.4.1.7-chs-alpha1.3.0 以及更早版本。v0.4.1.7-chs-alpha1.4.1v0.4.1.7-chs-alpha1.7.1 均无法运行。

设备信息:

设备型号: ASK-AL00x
版本号: 9.1.1.212(C00E112R6P1)
                    GPU Turbo
EMUI 版本: 9.1.1
Andorid 版本: 9

详细报错信息:

Error: <<print>>: bad evaluation: StartConfig is not defined
<<print StartConfig.version>>
Error: <<if>>: bad conditional expression in <<if>> clause: StartConfig is not defined
<<if StartConfig.versionName>> <<print StartConfig.versionName>><</if>>
Error: <<if>>: bad conditional expression in <<if>> clause: StartConfig is not defined
<<if StartConfig.sneaky>> SNEAKY<</if>>
Error: <<print>>: bad evaluation: StartConfig is not defined
<<print StartConfig.version.slice(1)>>
Error: <<set>>: bad evaluation: StartConfig is not defined
<<set l10nStrings.errorTitle = StartConfig.version + " Error" + ($passage ? ` (:: ${$passage})` : "")>>
Error: <<set>>: bad evaluation: Time is not defined
<<set Time.set()>>
Error: <<gameStartOnly>>: errors within widget code (Error: <<set>>: bad evaluation: Time is not defined; Error: <<if>>: bad conditional expression in <<if>> clause: StartConfig is not defined; Error: <<if>>: bad conditional expression in <<if>> clause: StartConfig is not defined; Error: <<set>>: bad evaluation: StartConfig is not defined; Error: <<set>>: bad evaluation: StartConfig is not defined; Error: <<npcNamed>>: error within widget code (Error: <<generateNPCNameHairAndEyeColors>>: errors within widget code (Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined; Error: <<set>>: bad evaluation: State is not defined)); Error: <<clothinginit>>: error within widget code (Error: <<clothing_arrays>>: errors within widget code (Error: <<script>>: bad evaluation: V is not defined; Error: macro <<wardrobesUpdate>> does not exist)); Error: macro <<skinColorInit>> does not exist; Error: <<set>>: bad evaluation: Cannot read property 'neck' of undefined; Error: <<updateFeats>>: errors within widget code (Error: <<set>>: bad evaluation: Cannot convert undefined or null to object; Error: <<for>>: bad conditional expression: Cannot read property 'length' of undefined); Error: <<setupFeats>>: error within widget code (Error: <<set>>: bad evaluation: Cannot read property 'Broodmother Host' of undefined); Error: <<run>>: bad evaluation: window.createInventoryObject is not a function)
<<gameStartOnly>>
Error: <<initsettings>>: error within widget code (Error: macro <<startingPlayerImageReset>> does not exist)
<<initsettings>>
Error: <<settingsStart>>: error within widget code (Error: macro <<updatehistorycontrols>> does not exist)
<<settingsStart>>

存档 / 代码

degrees-of-lewdity-save0-20231005-201605.txt

截图

Screenshot_20231005_214033_com vrelnir DegreesOfLewdityWE
Screenshot_20231005_214037_com vrelnir DegreesOfLewdityWE
Screenshot_20231005_214044_com vrelnir DegreesOfLewdityWE
Screenshot_20231005_214108_com vrelnir DegreesOfLewdityWE

还有别的吗?

No response

@Meow0x7E Meow0x7E added the 😡bug 在正常游戏流程中不该出现的问题 label Oct 5, 2023
@NumberSir NumberSir added the 😵question 非问题反馈和汉化改进 label Oct 6, 2023
@NumberSir
Copy link
Collaborator

请更新手机的 webview2 后重试

@NumberSir NumberSir pinned this issue Oct 6, 2023
@Meow0x7E
Copy link
Author

Meow0x7E commented Oct 6, 2023

无法在系统应用商店中找到 Huawei WebView 并更新。从 Google Play 中安装了 Android System WebView 后无法在开发者设置中的 WebView 实现 中找到对应选项。请问还有没有什么其他办法可以解决这个问题?

Screenshot_20231006_190530_com android settings

Screenshot_20231006_190409_com android settings

Screenshot_20231006_190344_com android settings

@Khaos423
Copy link
Collaborator

Khaos423 commented Oct 6, 2023

cv1172431
要不先别急着更新,加反馈群819166966吧,我们试试发个apk包,看能不能解决低版本webview玩不了的问题。

@Khaos423
Copy link
Collaborator

Khaos423 commented Oct 6, 2023

试试3.0.1吧

@Meow0x7E
Copy link
Author

Meow0x7E commented Oct 7, 2023

本来是还准备问一下侧边栏错位问题的。现在一想可能也是低版本WebView的锅。有个解决方法就是缩放到50%。缺点是触控无法更精确的点击。只能是插键盘解决

Screenshot_20231007_083300_com vrelnir DegreesOfLewdityWE

@Meow0x7E
Copy link
Author

Meow0x7E commented Oct 7, 2023

更新至 v0.4.2.6-chs-alpha3.0.1 后问题解决

@Meow0x7E Meow0x7E closed this as completed Oct 7, 2023
@NumberSir NumberSir changed the title 无法从 0.4.1.7-chs-alpha1.3.0 升级到 v0.4.1.7-chs-alpha1.7.1 关于 0.4.1.7-chs-alpha1.3.0 版本往上,在安卓手机上无法启动游戏的问题 Oct 7, 2023
@NumberSir NumberSir added the 😄fixed 已修复 等待下版本更新 label Oct 10, 2023
@Meow0x7E
Copy link
Author

现在我写了一个教程,以帮助和我同样遇到WebView版本过低且无法更新WebView的人

Run_Degrees_of_Lewdly_distributed_in_zip_format_on_your_Android_phone

@Meow0x7E Meow0x7E reopened this Feb 19, 2024
@HSSkyBoy
Copy link

HSSkyBoy commented May 12, 2024

无法在系统应用商店中找到 Huawei WebView 并更新。从 Google Play 中安装了 Android System WebView 后无法在开发者设置中的 WebView 实现 中找到对应选项。请问还有没有什么其他办法可以解决这个问题?

Screenshot_20231006_190530_com android settings

您的设备可能有点确实太老了,我可以提供一下我这边的新版,您现在还需要吗?Screenshot_20240512_143648_com.android.settings.jpg

@Meow0x7E
Copy link
Author

无法在系统应用商店中找到 并更新。从 Google Play 中安装了 后无法在开发者设置中的 中找到对应选项。请问还有没有什么其他办法可以解决这个问题?Huawei WebView``Android System WebView``WebView 实现
Screenshot_20231006_190530_com Android 设置

您的设备可能有点确实太老了,我可以提供一下我这边的新版,您现在还需要吗?Screenshot_20240512_143648_com.android.settings.jpg

谢谢,但我现在已经不需要了,我使用自带高版本webview的第三方浏览器解决了这个问题,我唯一要做的就是在开始游戏前启动一个本地的web服务端来让我可以通过这个第三方浏览器访问游戏的html文件

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😡bug 在正常游戏流程中不该出现的问题 😄fixed 已修复 等待下版本更新 😵question 非问题反馈和汉化改进
Projects
None yet
Development

No branches or pull requests

4 participants