Closed meiruitesi closed 1 year ago
无法复现 是不是和#335 一样
试试在WSL内执行wslpath -w ~
显示什么?
无法复现 是不是和#335 一样
试试在WSL内执行
wslpath -w ~
显示什么?
这个路径直接粘贴在Windows的资源管理器里面能访问吗?
这个路径直接粘贴在Windows的资源管理器里面能访问吗?
能
合并过程中有报错吗? 正常的是这样的
无法复现 是不是和#335 一样 试试在WSL内执行
wslpath -w ~
显示什么?
截图提示你可能是zsh用户。
而目前build.sh依赖这样的行为:执行命令 echo "$(echo \\\\)"
得到的输出为 \\
而非 \
。
我在Ubuntu20.04与22.04上测试均发现只有bash存在这样的行为,zsh或dash均输出 \
。
建议确认build.sh是否由符合上述行为的shell执行。
我也期待有sh大佬能提供各种shell下均ok的代码QAQ。
(错误的分析)
已经强制只能bash运行了 不知道会不会被绕过
已经强制只能bash运行了 不知道会不会被绕过
或许他们的bash版本与Ubuntu20.04与22.04上默认提供的行为不同,谁知道呢QAQ
总之应该是这个问题:
ERROR: PRI180: 0x80070057 - Target \wsl.localhost\Ubuntu-22.04\tmp\wsa-build-onA6Svkj8n_\wsa\pri does not exist
这里少了个 \
。
(错误的分析)
其实上面的
ERROR: PRI180: 0x80070057 - Target \wsl.localhost\Ubuntu-22.04\tmp\wsa-build-onA6Svkj8n_\wsa\pri does not exist
是两个\\
的,由于上面直接粘贴过来没有加``` ```
标记为代码块导致Markdown解析结果只有一个\
,我点编辑看原始内容是两个
其实上面的
ERROR: PRI180: 0x80070057 - Target \wsl.localhost\Ubuntu-22.04\tmp\wsa-build-onA6Svkj8n_\wsa\pri does not exist
是两个
\\
的,由于上面直接粘贴过来没有加``` ```
标记为代码块导致Markdown解析结果只有一个\
,我点编辑看原始内容是两个
其实上面的
ERROR: PRI180: 0x80070057 - Target \wsl.localhost\Ubuntu-22.04\tmp\wsa-build-onA6Svkj8n_\wsa\pri does not exist
是两个
\\
的,由于上面直接粘贴过来没有加``` ```
标记为代码块导致Markdown解析结果只有一个\
,我点编辑看原始内容是两个335 那边的也是两个,所以建议发日志就括起来,Markdown解析过之后很容易看错
这样啊,那我就不知道原因了QAQ
一样的问题 Merge Language Resources Microsoft (R) MakePRI Tool Copyright (C) 2013 Microsoft. All rights reserved.
ERROR: PRI180: 0x80070057 - Target \wsl.localhost\Ubuntu\tmp\wsa-build-gdhDT4JnJ1_\wsa\pri does not exist ERROR: PRI193: 0x80070057 - Please provide a valid Project Root
I was also having the same problem on the Ubuntu WSL distro, but after switching to Debian WSL distro it seems to work without any problems. This is one fix (which may or may not work) if you cannot get rid of the "MakePRI" error and you have exhausted every option
Steps to reproduce/复现步骤
正常运行install.ps1安装
Expected behaviour/预期行为
显示为Windows的语言,例如简体中文
Actual behaviour/实际行为
只会显示为英文,但是安卓应用会显示为Windows的语言
MagiskOnWSALocal commit full SHA/MagiskOnWSALocal 提交的完整哈希
f9a8b78ed59abfa7c1055576552c25b75d8cb3ed
Linux distribution info/Linux 发行版信息
WSL with Ubuntu 22.04.1 LTS
Windows version/Windows 版本
10.0.22621.963
Build Parameters/构建参数
COMMAND_LINE=--arch x64 --release-type WIF --magisk-ver canary --gapps-brand MindTheGapps --gapps-variant pico --root-sol magisk --compress --compress-format 7z INFO: Architecture: x64 INFO: Release Type: WIF INFO: Magisk Version: canary INFO: GApps Brand: MindTheGapps INFO: GApps Variant: pico INFO: Root Solution: magisk INFO: Compress Format: 7z Build: RELEASE_TYPE=Insider Fast
Version requirement/版本要求
Logs/日志