tiny11builder icon indicating copy to clipboard operation
tiny11builder copied to clipboard

InvalidOperationException and MethodInvocationException

Open freckhard opened this issue 1 year ago • 1 comments

Hello there! I get some null-value expression exceptions like

Line |
 321 |  $regACL = $regKey.GetAccessControl()
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | You cannot call a method on a null-valued expression.

I am using Win11_23H2_German_x64v2.iso and chose Option 5 (Win 11 Pro) you will find the entire log attached.

The MethodInvocationException looks like this

Line |
 326 |  $regKey = [Microsoft.Win32.Registry]::LocalMachine.OpenSubKey("zSOFTW …
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Exception calling "OpenSubKey" with "3" argument(s): "Requested registry access is not allowed."

I guess this is already referenced here → #176

Besides that the tiny-iso built anyway but I haven't tested booting from it yet. If you need any help let me know.

tiny11.log

freckhard avatar Jun 14 '24 12:06 freckhard

I am getting these exact same errors, using the latest build from Nov 7

orzcode avatar Dec 12 '24 09:12 orzcode