如何在每次尝试运行此应用程序时修复在我的电话上显示此运行时错误?

时间:2023-01-18 01:08:50

the App is called "3 Minute Retreat" by LoyolaPress and each time i run it, i get that response; i have tried all the available fixes online and nothing seems to work, from uninstalling to reinstalling, to clearing App and Cache Data, to Soft Rebooting, to moving Storage Location, to downgrading and updating Play Services ETC but nothing seems to work

该应用程序被LoyolaPress称为“3分钟撤退”,每次我运行它,我得到了回应;我已经尝试了所有可用的在线修复程序,似乎没有任何工作,从卸载到重新安装,清除应用程序和缓存数据,软重启,移动存储位置,降级和更新播放服务ETC但似乎没有任何工作

here is what is being displayed before the "3 Minute Retreat has stopped working" notification comes up:

这是在“3分钟撤退已停止工作”通知出现之前显示的内容:

"Runtime Error /Users/Jenkins/slaveroot/workspace/Templates/label/Android/subrepos/composer/composer.lua:1451: ?:0 attempt to index a nil value"

“运行时错误/Users/Jenkins/slaveroot/workspace/Templates/label/Android/subrepos/composer/composer.lua:1451:?:0尝试索引零值”

NB: im not a Programmer, so i will really appreciate the easiest form of explanation/instructions that i at least may be able to follow/understand and phone is Samsung J1 Ace (4.4.4)

注意:我不是程序员,所以我真的很感激最简单的解释/说明,我至少可以遵循/理解和电话是三星J1 Ace(4.4.4)

1 个解决方案

#1


0  

You need to post the code around line 1451 in composer.lua file.

您需要在composer.lua文件中的第1451行附近发布代码。

From the error it looks like you're trying to index a null object.

从错误看起来你正试图索引一个空对象。

Try to debug the actual value of the variables being accessed during runtime, and try to figure out why the variable is null.

尝试调试在运行时访问的变量的实际值,并尝试找出变量为null的原因。

#1


0  

You need to post the code around line 1451 in composer.lua file.

您需要在composer.lua文件中的第1451行附近发布代码。

From the error it looks like you're trying to index a null object.

从错误看起来你正试图索引一个空对象。

Try to debug the actual value of the variables being accessed during runtime, and try to figure out why the variable is null.

尝试调试在运行时访问的变量的实际值,并尝试找出变量为null的原因。