gogeos icon indicating copy to clipboard operation
gogeos copied to clipboard

exit status 3221225781

Open yms8697 opened this issue 5 years ago • 2 comments

I am getting the following error when trying to execute go run main.go:

exit status 3221225781

main.go:

package main
import (
	"fmt"

	"github.com/paulsmith/gogeos/geos"
)
func main() {
	line, _ := geos.FromWKT("LINESTRING (0 0, 10 10, 20 20)")
	buf, _ := line.Buffer(2.5)
	fmt.Println(buf)
	// Output: POLYGON ((18.2322330470336311 21.7677669529663689, 18.61…
}

I don't know what happened,can you help me, thank you

yms8697 avatar Jul 01 '19 03:07 yms8697

I'm getting the error too, just have different exit status code I'm getting the console output below

Starting: C:\Users\ningfc\go\bin\dlv-dap.exe dap --check-go-version=false --listen=127.0.0.1:56070 from d:\Code\go\src\geos_demo DAP server listening at: 127.0.0.1:56070 Process 41252 has exited with status 3221225595 dlv dap (10504) exited with code: 0

And return error code when run the .exe file dierecly. exit status 0xc000007b

Did you ever resolve this problem? Or any one can help us. @paulsmith

ningfc avatar Nov 05 '21 06:11 ningfc

I resolved by copied gdal dll to target exe folder.

ningfc avatar Nov 11 '21 15:11 ningfc