kardianos / service

Run go programs as a service on major platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Error running: exit status 0xc0000135

AamanPhale opened this issue · comments

I am getting error W: 22:11:25 Error running: exit status 0xc0000135 while running the example from runner file .
{
"Name": "test",
"DisplayName": "test",
"Description": "A sample app",

"Dir": "C:\\Users\\Directory",
"Exec": "C:\\Users\\Directory\\cmd\\main.exe",
"Args": [],
"Env": [
	"PATH=",
	"GOROOT_BOOTSTRAP=C:\\Users\\Go",
	"HOMEDRIVE=C:",
	"HOMEPATH="
]

}
can someone help me with this not getting proper solution