NTLite 2.3.7.8826 Error - Optimize AppX

clarensio

Active Member
Applying the Preset (attached) NTLite freezes and closes showing the following screen
Snap1.png

I point out that it is the "historical" preset and that up to version 8804 I never had such a warning.

Am I doing something wrong or has something changed with NTLite 8826?

How can I solve?
Thank you
 

Attachments

  • Autosalvataggio w101826b.xml
    29.8 KB
Applying the Preset (attached) NTLite freezes and closes showing the following screen
View attachment 7767

I point out that it is the "historical" preset and that up to version 8804 I never had such a warning.

Am I doing something wrong or has something changed with NTLite 8826?

How can I solve?
Thank you
same error for me too everytime. i ignore & close it then move forward.
 
same error for me too everytime. i ignore & close it then move forward.
Unfortunately, if I close the window, NTLite stops without being able to continue (the "cleaning" warning appears) and that's why I was asking ... Thanks anyway [====]
 
1. Instead of providing file to update packages you can use directory containing updates :

<Packages>
<Directory>C:\Program Files\NTLite\Updates\10.21H2.x64</Directory>
</Packages>

2. I think theres no need for in autounattend :

<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>

3. Pl dont post preset with your user account password as it can be easily decoded .

4. Thanks for improving my presets & lettin me know :

<ExtraServices>
<TweakGroup name="drivers">
<Tweak name="Telemetry\Telemetry">4</Tweak>
</TweakGroup>
</ExtraServices>
 
1. Instead of providing file to update packages you can use directory containing updates :

<Packages>
<Directory>C:\Program Files\NTLite\Updates\10.21H2.x64</Directory>
</Packages>

2. I think theres no need for in autounattend :

<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
I have tried your suggestions and they seem correct. Tnx


For nuhi:
I looked at the NTLite.log file and found these "Translation error, missing ID" (attached file)
 

Attachments

  • NTLiteError.log
    920 bytes
Fixed in the next release.
#8838 07/22/2022
Upgrade-Components: 'Manual setup' had leftovers on Win11 22H2 ISO files
Fix-Updates: DISM update cleanup error was reported as an empty Appx Optimization error by mistake.
To avoid DISM's limitation, integrate your own updates from RTM ISOs, don't use ISOs with .NET updates or preconfigured features.
 
Tnx.

Do you know these errors (attached)
  • Translation error, missing ID: 3072, English string: Optimize AppX
  • Translation error, missing ID: 3073, English string: Optimizes the total file size of provisioned packages on the image by replacing identical files with hard links.
  • Translation error, missing ID: 3074, English string: Give me updates for other Microsoft products when I update Windows
  • Translation error, missing ID: 3075, English string: Note for fresh offline image setups that the Settings UI checkbox will be refreshed when online.
  • Translation error, missing ID: 3076, English string: Enhances Hyper-V virtual machine performance and provide convenience features by leveraging two-way communication with the Hyper-V host.
have been "overcome"?
 
Tnx.

Do you know these errors (attached)
  • Translation error, missing ID: 3072, English string: Optimize AppX
  • Translation error, missing ID: 3073, English string: Optimizes the total file size of provisioned packages on the image by replacing identical files with hard links.
  • Translation error, missing ID: 3074, English string: Give me updates for other Microsoft products when I update Windows
  • Translation error, missing ID: 3075, English string: Note for fresh offline image setups that the Settings UI checkbox will be refreshed when online.
  • Translation error, missing ID: 3076, English string: Enhances Hyper-V virtual machine performance and provide convenience features by leveraging two-way communication with the Hyper-V host.
have been "overcome"?
No. I should ask this person ;)


Translation error just means it's missing from your language file, and a reminder to update it.
And here you are wrong (too much presumption/superficiality on your part ???).

Both in the file Template.xml and italian.xml those strings are there.

In fact, in my humble opinion, the reference IDs in the executable are missing.
 
v8826 with the current release Italian.xml (2.3.6.8775), dated June 6:
7/24/2022 3:06:08 PM Translation error, missing ID: 3072, English string: Optimize AppX
7/24/2022 3:06:08 PM Translation error, missing ID: 3073, English string: Optimizes the total file size of provisioned packages on the image by replacing identical files with hard links.
7/24/2022 3:06:37 PM Translation error, missing ID: 3076, English string: Enhances Hyper-V virtual machine performance and provide convenience features by leveraging two-way communication with the Hyper-V host.
7/24/2022 3:06:39 PM Translation error, missing ID: 3075, English string: Note for fresh offline image setups that the Settings UI checkbox will be refreshed when online.
7/24/2022 3:06:39 PM Translation error, missing ID: 3074, English string: Give me updates for other Microsoft products when I update Windows
7/24/2022 3:06:40 PM Translation error, missing ID: 3072, English string: Optimize AppX

v8826 with your updated Italian.xml ("2.3.7.8826"), dated July 12:
No errors.

It's the same executable. All I'm doing is renaming your file as clarensio.xml in the Lang folder, and editing settings.xml to switch back and forth.
What I said before is still true, if the loaded translation file is missing a string, it throws the error.
 
Back
Top