You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PS D:\tiny11\tiny11builder-main> [cultureinfo]::CurrentUICulture = 'en-US' ; D:\tiny11\tiny11builder-main\tiny11maker.ps1 f
The variable cannot be validated because the value f: is not a valid value for the ScratchDisk variable.
At D:\tiny11\tiny11builder-main\tiny11maker.ps1:12 char:5
+ $ScratchDisk = $ScratchDisk + ":"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : MetadataError: (:) [], ValidationMetadataException
+ FullyQualifiedErrorId : ValidateSetFailure
Scratch disk set to f
Restarting Tiny11 image creator as admin in a new window, you can close this one.
Handles NPM(K) PM(K) WS(K) CPU(s) Id SI ProcessName
------- ------ ----- ----- ------ -- -- -----------
19 3 444 1976 0,02 10484 2 powershell
Have exact same issue here, but sometimes it's OK. Pretty weird as similar code like below doesn't trigger this error: $DriveLetter = $DriveLetter + ":"
BTW, it's better to stop the script if error occurs, otherwise getting unexpected results.
with Release of 05-06-24 see #308
runing as normal user gives this error:
tiny11.log
The text was updated successfully, but these errors were encountered: