sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.58k stars 268 forks source link

Problem with installation on Windows #161

Closed inliquid closed 6 years ago

inliquid commented 6 years ago

Got this error with go get when following the installation guide:

C:\>go get -x github.com/sciter-sdk/go-sciter
package github.com/sciter-sdk/go-sciter: mkdir C:\WINDOWS\system32\config\systemprofile: Cannot create a file when that file already exists.
inliquid commented 6 years ago

Ok figured this out. The problem appeared because of recent Windows update. Closed.