Closed lengnuan-v closed 4 years ago
2020/03/27 13:25:10 Executing go build -ldflags -X "main.AppName=Rocket" -X "main.BuiltAt=2020-03-27 13:25:10.073709 +0800 CST m=+6.271776754" -X "main.VersionAstilectron=0.37.0" -X "main.VersionElectron=7.1.10" -o /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/binary electron/rocket 2020/03/27 13:25:19 Creating /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS 2020/03/27 13:25:19 Moving /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/binary to /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/Rocket 2020/03/27 13:25:19 Chmoding /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/Rocket 2020/03/27 13:25:19 Creating /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/Resources 2020/03/27 13:25:19 Copying /Users/liugang/wwwroot/go/src/electron/rocket/resources/icon/app.icns to /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/Resources/Rocket.icns 2020/03/27 13:25:19 Adding Info.plist to /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/Info.plist
For darwin systems, the bundler will generate an App you can directy open on MacOSX.
In your case you can run open /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app
or double click on the Rocket
if you open a finder at /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64
But I double-click and then flash back to see / Rocket.app/Contents/MacOS There is no resources directory in
@asticode Just compiled files and icns, plist, nothing else
Can you run /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/Rocket
and paste logs here ?
@asticode Directly run/Users/liugang/below/go/SRC/electron/rocket/application/Darwin amd64 / rocket. The app/Contents/MacOS/rocket, it automatically generated resources, vendor two folders, why executive astilectron - bundler cannot make them?
020/03/27 20:19:07 Bundling for environment darwin/amd64 2020/03/27 20:19:07 Binding data 2020/03/27 20:19:07 Removing /var/folders/7x/qcwwzqgx49bfnsnq69jzzlg80000gn/T/astibundler/bind 2020/03/27 20:19:07 Creating /var/folders/7x/qcwwzqgx49bfnsnq69jzzlg80000gn/T/astibundler/bind 2020/03/27 20:19:07 Creating /var/folders/7x/qcwwzqgx49bfnsnq69jzzlg80000gn/T/astibundler/bind/vendor_astilectron_bundler 2020/03/27 20:19:07 Creating /var/folders/7x/qcwwzqgx49bfnsnq69jzzlg80000gn/T/astibundler/cache 2020/03/27 20:19:07 /var/folders/7x/qcwwzqgx49bfnsnq69jzzlg80000gn/T/astibundler/cache/astilectron-0.37.0.zip already exists, skipping download of https://github.com/asticode/astilectron/archive/v0.37.0.zip 2020/03/27 20:19:07 Copying /var/folders/7x/qcwwzqgx49bfnsnq69jzzlg80000gn/T/astibundler/cache/astilectron-0.37.0.zip to /var/folders/7x/qcwwzqgx49bfnsnq69jzzlg80000gn/T/astibundler/bind/vendor_astilectron_bundler/astilectron.zip 2020/03/27 20:19:07 /var/folders/7x/qcwwzqgx49bfnsnq69jzzlg80000gn/T/astibundler/cache/electron-darwin-amd64-7.1.10.zip already exists, skipping download of https://github.com/electron/electron/releases/download/v7.1.10/electron-v7.1.10-darwin-x64.zip 2020/03/27 20:19:07 Copying /var/folders/7x/qcwwzqgx49bfnsnq69jzzlg80000gn/T/astibundler/cache/electron-darwin-amd64-7.1.10.zip to /var/folders/7x/qcwwzqgx49bfnsnq69jzzlg80000gn/T/astibundler/bind/vendor_astilectron_bundler/electron.zip 2020/03/27 20:19:07 Creating /var/folders/7x/qcwwzqgx49bfnsnq69jzzlg80000gn/T/astibundler/bind/resources 2020/03/27 20:19:07 Copying /Users/liugang/wwwroot/go/src/electron/rocket/resources to /var/folders/7x/qcwwzqgx49bfnsnq69jzzlg80000gn/T/astibundler/bind/resources 2020/03/27 20:19:10 Generating /Users/liugang/wwwroot/go/src/electron/rocket/bind_darwin_amd64.go 2020/03/27 20:19:14 Removing /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64 2020/03/27 20:19:14 Creating /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64 2020/03/27 20:19:14 Building for os darwin and arch amd64 astilectron: 0.37.0 electron: 7.1.10 2020/03/27 20:19:14 Executing go build -ldflags -X "main.AppName=Rocket" -X "main.BuiltAt=2020-03-27 20:19:14.064173 +0800 CST m=+6.810349677" -X "main.VersionAstilectron=0.37.0" -X "main.VersionElectron=7.1.10" -o /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/binary electron/rocket 2020/03/27 20:19:24 Creating /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS 2020/03/27 20:19:24 Moving /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/binary to /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/Rocket 2020/03/27 20:19:24 Chmoding /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/Rocket 2020/03/27 20:19:24 Creating /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/Resources 2020/03/27 20:19:24 Copying /Users/liugang/wwwroot/go/src/electron/rocket/resources/icon/app.icns to /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/Resources/Rocket.icns 2020/03/27 20:19:24 Adding Info.plist to /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/Info.plist ➜ rocket git:(master) ✗ /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/Rocket 2020/03/28 07:53:50 运行的应用程序: 2020-03-27 20:19:14.064173 +0800 CST m=+6.810349677 2020/03/28 07:53:50 astikit: starting worker... 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 Resources folder doesn't exist, restoring resources... 2020/03/28 07:53:50 Removing /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/resources 2020/03/28 07:53:50 Restoring resources in /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/resources 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:50 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 Starting... 2020/03/28 07:53:51 Provisioning... 2020/03/28 07:53:51 Provisioning Astilectron... 2020/03/28 07:53:51 Removing directory /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/astilectron 2020/03/28 07:53:51 Disembedding vendor_astilectron_bundler/astilectron.zip into /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/astilectron-v0.37.0.zip... 2020/03/28 07:53:51 Creating /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor 2020/03/28 07:53:51 Creating /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/astilectron-v0.37.0.zip 2020/03/28 07:53:51 Disembedding vendor_astilectron_bundler/astilectron.zip 2020/03/28 07:53:51 Copying disembedded data to /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/astilectron-v0.37.0.zip 2020/03/28 07:53:51 Creating directory /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/astilectron 2020/03/28 07:53:51 Unzipping /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/astilectron-v0.37.0.zip/astilectron-0.37.0 into /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/astilectron 2020/03/28 07:53:51 Provisioning Electron... 2020/03/28 07:53:51 Removing directory /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64 2020/03/28 07:53:51 Disembedding vendor_astilectron_bundler/electron.zip into /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64-v7.1.10.zip... 2020/03/28 07:53:51 Creating /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor 2020/03/28 07:53:51 Creating /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64-v7.1.10.zip 2020/03/28 07:53:51 Disembedding vendor_astilectron_bundler/electron.zip 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 Copying disembedded data to /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64-v7.1.10.zip 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 Creating directory /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64 2020/03/28 07:53:51 Unzipping /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64-v7.1.10.zip into /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:51 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:52 astikit: received signal urgent I/O condition 2020/03/28 07:53:53 astikit: received signal urgent I/O condition 2020/03/28 07:53:53 astikit: received signal urgent I/O condition 2020/03/28 07:53:53 astikit: received signal urgent I/O condition 2020/03/28 07:53:53 astikit: received signal urgent I/O condition 2020/03/28 07:53:53 astikit: received signal urgent I/O condition 2020/03/28 07:53:53 astikit: received signal urgent I/O condition 2020/03/28 07:53:53 astikit: received signal urgent I/O condition 2020/03/28 07:53:53 astikit: received signal urgent I/O condition 2020/03/28 07:53:53 astikit: received signal urgent I/O condition 2020/03/28 07:53:53 astikit: received signal urgent I/O condition 2020/03/28 07:53:53 astikit: received signal urgent I/O condition 2020/03/28 07:53:53 Finishing provisioning electron for darwin system 2020/03/28 07:53:53 Copying /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/resources/icon/app.icns to /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Electron.app/Contents/Resources/electron.icns 2020/03/28 07:53:53 Replacing in /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Electron.app/Contents/Info.plist 2020/03/28 07:53:53 Replacing in /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Electron.app/Contents/Frameworks/Electron Helper.app/Contents/Info.plist 2020/03/28 07:53:53 Replacing in /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Electron.app/Contents/Frameworks/Electron Helper (Renderer).app/Contents/Info.plist 2020/03/28 07:53:53 Replacing in /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Electron.app/Contents/Frameworks/Electron Helper (Plugin).app/Contents/Info.plist 2020/03/28 07:53:53 Replacing in /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Electron.app/Contents/Frameworks/Electron Helper (GPU).app/Contents/Info.plist 2020/03/28 07:53:53 Renaming /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Electron.app into /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app 2020/03/28 07:53:53 Renaming /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/MacOS/Electron into /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/MacOS/Rocket 2020/03/28 07:53:53 Renaming /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/Frameworks/Electron Helper.app into /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/Frameworks/Rocket Helper.app 2020/03/28 07:53:53 Renaming /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/Frameworks/Electron Helper (Renderer).app into /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/Frameworks/Rocket Helper (Renderer).app 2020/03/28 07:53:53 Renaming /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/Frameworks/Electron Helper (Plugin).app into /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/Frameworks/Rocket Helper (Plugin).app 2020/03/28 07:53:53 Renaming /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/Frameworks/Electron Helper (GPU).app into /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/Frameworks/Rocket Helper (GPU).app 2020/03/28 07:53:53 Renaming /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/Frameworks/Rocket Helper.app/Contents/MacOS/Electron Helper into /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/Frameworks/Rocket Helper.app/Contents/MacOS/Rocket Helper 2020/03/28 07:53:53 Renaming /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/Frameworks/Rocket Helper (Renderer).app/Contents/MacOS/Electron Helper (Renderer) into /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/Frameworks/Rocket Helper (Renderer).app/Contents/MacOS/Rocket Helper (Renderer) 2020/03/28 07:53:53 Renaming /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/Frameworks/Rocket Helper (Plugin).app/Contents/MacOS/Electron Helper (Plugin) into /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/Frameworks/Rocket Helper (Plugin).app/Contents/MacOS/Rocket Helper (Plugin) 2020/03/28 07:53:53 Renaming /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/Frameworks/Rocket Helper (GPU).app/Contents/MacOS/Electron Helper (GPU) into /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/Frameworks/Rocket Helper (GPU).app/Contents/MacOS/Rocket Helper (GPU) 2020/03/28 07:53:53 Listening... 2020/03/28 07:53:53 Executing... 2020/03/28 07:53:53 Starting cmd /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/MacOS/Rocket /Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/astilectron/main.js 127.0.0.1:51773 true 2020/03/28 07:53:54 Astilectron says: {"name":"app.event.ready","targetID":"app","displays":{"all":[{"id":2077750265,"bounds":{"x":0,"y":0,"width":1680,"height":1050},"workArea":{"x":42,"y":23,"width":1638,"height":1027},"accelerometerSupport":"unknown","monochrome":false,"colorDepth":24,"colorSpace":"{primaries_d50_referred: [[0.6821, 0.3194], [0.2888, 0.6710], [0.1566, 0.0556]], transfer:0.0777x + 0.0000 if x < 0.0450 else (0.9495x + 0.0495)2.3955 + 0.0003, matrix:RGB, range:FULL}","depthPerComponent":8,"size":{"width":1680,"height":1050},"workAreaSize":{"width":1638,"height":1027},"scaleFactor":2,"rotation":0,"internal":false,"touchSupport":"unknown"}],"primary":{"id":2077750265,"bounds":{"x":0,"y":0,"width":1680,"height":1050},"workArea":{"x":42,"y":23,"width":1638,"height":1027},"accelerometerSupport":"unknown","monochrome":false,"colorDepth":24,"colorSpace":"{primaries_d50_referred: [[0.6821, 0.3194], [0.2888, 0.6710], [0.1566, 0.0556]], transfer:0.0777x + 0.0000 if x < 0.0450 else (0.9495x + 0.0495)2.3955 + 0.0003, matrix:RGB, range:FULL}","depthPerComponent":8,"size":{"width":1680,"height":1050},"workAreaSize":{"width":1638,"height":1027},"scaleFactor":2,"rotation":0,"internal":false,"touchSupport":"unknown"}},"supported":{"notification":true}} 2020/03/28 07:53:54 Sending to Astilectron: {"name":"window.cmd.create","targetID":"1","sessionId":"2","url":"file:///Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/resources/app/html/index.html","windowOptions":{"backgroundColor":"#2d3e50","center":true,"height":650,"icon":"/Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/resources/icon/app.png","minHeight":650,"minWidth":950,"title":"Rocket","width":950}} 2020/03/28 07:53:55 astikit: received signal window size changes 2020/03/28 07:53:55 astikit: received signal urgent I/O condition 2020/03/28 07:53:55 astikit: received signal window size changes 2020/03/28 07:53:55 astikit: received signal urgent I/O condition 2020/03/28 07:53:55 Astilectron says: {"name":"window.event.show","targetID":"1"} 2020/03/28 07:53:55 Astilectron says: {"name":"window.event.focus","targetID":"1"} 2020/03/28 07:53:56 Astilectron says: {"name":"window.event.did.finish.load","targetID":"1"} 2020/03/28 07:53:56 Sending to Astilectron: {"name":"menu.cmd.create","targetID":"3","menu":{"id":"3","items":[{"id":"4","options":{"label":"Rocket"},"rootId":"app","submenu":{"id":"5","items":[{"id":"6","options":{"label":"关于","role":"about"},"rootId":"app"},{"id":"7","options":{"type":"separator"},"rootId":"app"},{"id":"8","options":{"label":"关闭","role":"close"},"rootId":"app"}],"rootId":"app"}},{"id":"9","options":{"label":"编辑"},"rootId":,"submenu":{"id":"10","items":[{"id":"11","options":{"label":"撤消","role":"undo"},"rootId":"app"},{"id":"12","options":{"label":"重做","role":"redo"},"rootId":"app"},{"id":"13","options":{"type":"separator"},"rootId":"app"},":"14","options":{"label":"复制","role":"copy"},"rootId":"app"},{"id":"15","options":{"label":"粘贴","role":"paste"},"rootId":"app"},{"id":"16","options":{"label":"刷新","role":"reload"},"rootId":"app"},{"id":"17","options":{":"选择","role":"selectall"},"rootId":"app"},{"id":"18","options":{"type":"separator"},"rootId":"app"}],"rootId":"app"}},{"id":"19","options":{"label":"窗口"},"rootId":"app","submenu":{"id":"20","items":[{"id":"21","options":label":"最大化","role":"togglefullscreen"},"rootId":"app"},{"id":"22","options":{"label":"最小化","role":"minimize"},"rootId":"app"}],"rootId":"app"}},{"id":"23","options":{"label":"帮助"},"rootId":"app","submenu":{"id":"24",[{"id":"25","options":{"label":"官方网站"},"rootId":"app"}],"rootId":"app"}}],"rootId":"app"}} 2020/03/28 07:53:56 Astilectron says: {"name":"menu.event.created","targetID":"3"} 2020/03/28 07:53:56 Sending to Astilectron: {"name":"tray.cmd.create","targetID":"26","trayOptions":{"image":"/Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/resources/icon/appTemplate.png","tooltip":"Rocket"}} 2020/03/28 07:53:56 Astilectron says: {"name":"tray.event.created","targetID":"26"} 2020/03/28 07:53:56 astikit: worker is now waiting... 2020/03/28 07:53:58 Astilectron says: {"name":"app.cmd.quit","targetID":"app"} 2020/03/28 07:53:58 Stopping... 2020/03/28 07:53:58 astikit: stopping worker... 2020/03/28 07:53:58 '/Users/liugang/wwwroot/go/src/electron/rocket/application/darwin-amd64/Rocket.app/Contents/MacOS/vendor/electron-darwin-amd64/Rocket.app/Contents/MacOS/Rocket' exited with code: -1 2020/03/28 07:53:58 App has closed 2020/03/28 07:53:58 Closing... 2020/03/28 07:53:58 accept tcp 127.0.0.1:51773: use of closed network connection while TCP accepting 2020/03/28 07:53:58 Stopping... 2020/03/28 07:53:58 Stopping...
First off, all astikit: received signal urgent I/O condition
are not good signs (is your machine out of I/O?)...
Second 2020/03/28 07:53:58 Astilectron says: {"name":"app.cmd.quit","targetID":"app"}
means that the JS part got an error and exited. Therefore you have a problem in your JS code, that's why the app quits so quickly.
@asticode I can't compile with your demo either
go run * .go There is no problem at all
same as me
@foreverzmy How to solve the problem?
@foreverzmy How to solve the problem?
I haven't solved it yet, app will crash when open on mac os.
@foreverzmy How to solve the problem?
I haven't solved it yet, app will crash when open on mac os.
I can runing with go-astilectron-bootstrap.
First off, all
astikit: received signal urgent I/O condition
are not good signs (is your machine out of I/O?)...
When I run go run *.go
in my application and in the go-astilectron-demo, I receive the same messages. My system is definitely ok. Also when I open the application directly from the output folder.
macOS 10.15.4 go 1.14 go-astikit v0.5.0 go-astilectron v0.13.1 go-astilectron-bootstrap v0.3.4 go-astilectron-bundler v0.5.2
首先,一切
astikit: received signal urgent I/O condition
都不是好兆头(您的计算机是否已退出I / O?)...当我
go run *.go
在应用程序和go-astilectron-demo中运行时,我会收到相同的消息。我的系统肯定还可以。另外,当我直接从输出文件夹中打开应用程序时。macOS 10.15.4 go 1.14 go-astikit v0.5.0 go-astilectron v0.13.1 go-astilectron-bootstrap v0.3.4 go-astilectron-bundler v0.5.2
go 1.14
require ( github.com/asticode/go-astikit v0.5.0 github.com/asticode/go-astilectron v0.13.1 github.com/asticode/go-astilectron-bootstrap v0.3.4 )
@ThomasCybulski Then you have generated the complete executable The app?
@ThomasCybulski Then you have generated the complete executable The app?
@lengnuan-v
The go run
command just starts the application. To get the compiled application, you need to run astilectron-bundler
. When I run that bundler, I get a working compiled application in my output folder.
Using astilectron-bundler to compile executable files, there is only one GO file and icns, plist file in output_path, what is the reason