-
Ubuntu 20.04
go version go1.15.14 linux/amd64
I switched to go 1.15 for that 1.16 cannot install.
But after installation, I still cannot even build and run the simple sample.
Here is the error:
`…
-
This segfault can be easily reproduced by unzipping the minimal project I'm attaching, and typing `cargo run`.
This minimal application will display
```html
Segfault when loading main.c…
-
when I run the demo simple.go,it's show:
Exception 0xc0000005 0x8 0x0 0x0
PC=0x0
signal arrived during external code execution
github.com/sciter-sdk/go-sciter._Cfunc_SciterCreateWindow(0x296, 0x…
-
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x0 pc=0x4e04b9]
goroutine 1732 [running]:
github.com/sciter-sdk/go-sciter.(*Element).SetT…
-
The way the project is structured for sciter is really awsome, like the way it's organized, the query was is SciterJsBrowser.exe proprietary and closed source?
Can it be open sourced?
-
static-ip-171-25:ui$ GOOS=windows GOARCH=386 go build *.go
# github.com/oskca/sciter
src/github.com/oskca/sciter/types_string.go:27: undefined: BehaviorEvent
src/github.com/oskca/sciter/types_strin…
-
I've just downloaded the Sciter SDK and tried to run Quark on Ubuntu. It doesn't work because the relative paths are not treated correctly.
Here's your current Linux script:
```
../../bin.lnx/x…
-
The package name should be `sciter`, not `sciter-rs`. Package and crate names should not include a `rust-` prefix or `-rs` suffix, because we already know it’s Rust.
(The crate name is already `sci…
-
API server listening at: 127.0.0.1:12420
Exception 0xc0000005 0x8 0x0 0x0
PC=0x0
signal arrived during external code execution
runtime.cgocall(0xc34eb6, 0xc00007fcc0)
C:/Program Files/Go/…
-
## version of Go
go version go1.13.7 darwin/amd64
## echo $DYLD_LIBRARY_PATH
`
/Users/Golan/sciter-sdk-3.3.3.3/bin.osx
`
sciter-sdk-3.3.3.3 $ ls
README.md demos include samples
bin d…