Problem, NTLite cannot find updates for Windows 10 22H2

OK, seems to have been fixed in the alpha version, we'll see if it happens again.
Basically fixing the crash in the image object handling from the first log, fixed the issue altogether as it seems for now.
Image object handling on the image page will be much more robust in the next public update, regardless that I could not replicate.
 
What is the exact bug? Moving NTLite app to B:, moving the cache folders, or mounting from B:?
 
What is the exact bug? Moving NTLite app to B:, moving the cache folders, or mounting from B:?
User stopped reporting after it got fixed, so I could not tie it to the B: situation.
Crash indicated that the image object (potentially on page refresh) got changed, thus when old pointer was re-used, it crashed.
Could not replicate the situation, but in theory the solution was to use a unique ID which asks for the new object on each access to get the fresh one - will reduce the number of these rogue crashes and is not resource intensive.
 
Back
Top