for example:
"ERROR: Can not open output file : Invalid argument : /run/windows2usb.mRzXRGJTqE/JINN/WinSetup/OEM/10_$OEM$/$$/Setup/Scripts/Tweaks/????????? ?????? ?????????? ????????? ? ??????????? ???? ''???? ?????????''.reg"
Could you attach the full log, or provide a ISO file, so I can perform a test?
The issue is probably caused by LANG=C. Unicode locale should be used for unpacking.
Try to replace LANG=C with LANG=C.UTF-8 in the top of the script.
LANG=C
LANG=C.UTF-8
@leoneii, kindly waiting for more information of your ISO file and whether LANG=C.UTF-8 worked.
No dependencies set.
The note is not visible to the blocked user.
for example:
"ERROR: Can not open output file : Invalid argument : /run/windows2usb.mRzXRGJTqE/JINN/WinSetup/OEM/10_$OEM$/$$/Setup/Scripts/Tweaks/????????? ?????? ?????????? ????????? ? ??????????? ???? ''???? ?????????''.reg"
Could you attach the full log, or provide a ISO file, so I can perform a test?
The issue is probably caused by LANG=C. Unicode locale should be used for unpacking.
Try to replace
LANG=CwithLANG=C.UTF-8in the top of the script.@leoneii, kindly waiting for more information of your ISO file and whether
LANG=C.UTF-8worked.