MNN icon indicating copy to clipboard operation
MNN copied to clipboard

window版本推送Android移动端出现ziperrors,求解!

Open aiquanpeng opened this issue 2 years ago • 1 comments

平台(如果交叉编译请再附上交叉编译目标平台):

MNN for window

Github版本:

1.3.6

编译日志:

[2022/06/14 11:07:01.453][INFO][11932] -- WBProcess log 1 of 8 C:/Users/djl93/AppData/Roaming/mnnenv/compile/base

[2022/06/14 11:07:01.456][INFO][21512] -- [RunCode][DebugSession] on execute data c { data: c { code: 1214, compileStep: 2, msg: 'add files to file zip fail: File not found: C:\Users\djl93\AppData\Roaming\mnnenv\compile\debug_files.zip', percent: 0.5, step: 1, stepMsg: 'zipping' }, msgType: 'runPython', sessionName: 'PythonDebugSession' } [2022/06/14 11:07:01.453][INFO][11932] -- [ChildProcess] background out 2 of 8 C:/Users/djl93/AppData/Roaming/mnnenv/compile/base 3 of 8 C:/Users/djl93/AppData/Roaming/mnnenv/compile/base 4 of 8 C:/Users/djl93/AppData/Roaming/mnnenv/compile/base 5 of 8 C:/Users/djl93/AppData/Roaming/mnnenv/compile/base 6 of 8 C:/Users/djl93/AppData/Roaming/mnnenv/compile/base

[2022/06/14 11:07:01.454][INFO][11932] -- WBProcess log 2 of 8 C:/Users/djl93/AppData/Roaming/mnnenv/compile/base 3 of 8 C:/Users/djl93/AppData/Roaming/mnnenv/compile/base 4 of 8 C:/Users/djl93/AppData/Roaming/mnnenv/compile/base 5 of 8 C:/Users/djl93/AppData/Roaming/mnnenv/compile/base 6 of 8 C:/Users/djl93/AppData/Roaming/mnnenv/compile/base

[2022/06/14 11:07:01.454][INFO][11932] -- [ChildProcess] background out 7 of 8 C:/Users/djl93/AppData/Roaming/mnnenv/compile/base 8 of 8 C:/Users/djl93/AppData/Roaming/mnnenv/compile/base

[2022/06/14 11:07:01.454][INFO][11932] -- WBProcess log 7 of 8 C:/Users/djl93/AppData/Roaming/mnnenv/compile/base 8 of 8 C:/Users/djl93/AppData/Roaming/mnnenv/compile/base

[2022/06/14 11:07:01.455][INFO][11932] -- [ChildProcess] background out 24 of 24 C:/Users/djl93/AppData/Roaming/mnnenv/compile

[2022/06/14 11:07:01.455][INFO][11932] -- WBProcess log 24 of 24 C:/Users/djl93/AppData/Roaming/mnnenv/compile

[2022/06/14 11:07:01.455][INFO][11932] -- backgroundProcessHandler. onMessage: c { msgType: 'runPython', data: c { code: 1214, msg: 'add files to file zip fail: File not found: C:\Users\djl93\AppData\Roaming\mnnenv\compile\debug_files.zip', step: 1, compileStep: 2, stepMsg: 'zipping', percent: 0.5 }, sessionName: 'PythonDebugSession' } [Function] [2022/06/14 11:07:01.456][INFO][11932] -- [ChildProcess] background out zip exception: File not found: C:\Users\djl93\AppData\Roaming\mnnenv\compile\debug_files.zip

[2022/06/14 11:07:01.457][INFO][11932] -- WBProcess log zip exception: File not found: C:\Users\djl93\AppData\Roaming\mnnenv\compile\debug_files.zip

[2022/06/14 11:07:06.010][INFO][21512] -- [Template::show log]



#问题概述
PC端能够运行,但是推送到Android移动端时就出现“Zip errors Please retry”,这个问题困扰了几天,求解









aiquanpeng avatar Jun 14 '22 03:06 aiquanpeng

debug_files.zip是存在的,但是拒绝访问

aiquanpeng avatar Jun 14 '22 03:06 aiquanpeng

你这是文件没有找到,需要自己解决 background out zip exception: File not found:

wangzhaode avatar Nov 01 '22 06:11 wangzhaode