-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting errors on build #4
Comments
I'm guessing [tools\WindowsBuilder\WindowsBuilder.ps1] (line 267) # parse!
$defaultConfig = ConvertFrom-Japson ($defaultBsd -join [Environment]::NewLine)
# add this line
$defaultConfig | ConvertTo-Json -depth 32 |
Here is the output of the convert-to-json command Importing helper modules...
I used an unmodified build config file to eliminate that as the problem. I am still getting the same errors. |
I get the same errors. All I really want to do is strip all the crap out of windows OS, disabled certain system componants, install programs so I don't have to reinstall them everytime I reformat, and possibly make a custom installation background... what a pain in the ass. |
I have been getting this error when trying to use WindowsBuilder. It used to work but doesn't now. I have re-downloaded WindowsBuilder, tried a new install.wim, and all of the built in bsd files, and still get this error. I am running in an administrator command prompt.
Importing helper modules...
Importing default configuration
Get-Member : You must specify an object for the Get-Member cmdlet.
At C:\WindowsBuilder\tools\WindowsBuilder\WindowsBuilder.ps1:38 char:36
Die : An unknown error has occured.
At C:\WindowsBuilder\tools\Builder\Builder.psm1:358 char:25
Die : An unknown error has occured.
At C:\WindowsBuilder\tools\Builder\Builder.psm1:358 char:25
Die : An unknown error has occured.
At C:\WindowsBuilder\tools\Builder\Builder.psm1:358 char:25
[0450:51] Error: At C:\WindowsBuilder\tools\Builder\Builder.psm1:358 char:25 + Die '' 'InvokeTaskError' -NoWill + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [<<==>>] Exception: An unknown error has occured.
The text was updated successfully, but these errors were encountered: