Closed FabijanC closed 8 months ago
Thanks for reporting! Will fix shortly
Fixed here 097b26f329fc1c57a4e0c8da5afc53879bbf78e1
Ok, I am able to see the GUI, but when I click start, I get
yarn run v1.22.21
warning package.json: No license field
$ electron dist/main.js
/home/fabijanc/shardlabs/alpaca/dist
[main]: create-engine-process
[main]: second start
[main]: engine-created [ null ]
cat: standard output: Bad file descriptor
[main]: startDevnet { seed: 20, port: 5050, totalAccounts: 10 }
onEvent: error, Error: internal error in Neon module: called `Result::unwrap()` on an `Err` value: IoError(Os { code: 13, kind: PermissionDenied, message: "Permission denied" })
at eval (webpack://basic/./node_modules/@taco-paco/alpaca-addon-linux-x64/src/promise.js?:6:9)
at new Promise (<anonymous>)
at Object.createPromise (webpack://basic/./node_modules/@taco-paco/alpaca-addon-linux-x64/src/promise.js?:5:12)
at Devnet.start (webpack://basic/./node_modules/@taco-paco/alpaca-addon-linux-x64/index.js?:20:26)
at eval (webpack://basic/./app/engine/index.ts?:70:77)
at step (webpack://basic/./app/engine/index.ts?:36:23)
at Object.eval [as next] (webpack://basic/./app/engine/index.ts?:17:53)
at eval (webpack://basic/./app/engine/index.ts?:11:71)
at new Promise (<anonymous>)
at __awaiter (webpack://basic/./app/engine/index.ts?:7:12)
Do you want me to post this in a new issue? Should I have devnet globally installed?
Better move this in another issue, or I can do it.
No need to have globally installed devnet.
one reason could be another devnet instance running occupying port 5050, but with such log it’s hard to see if it’s the case. Will add backtraces
Also after you click start do you get on the next page or it just crashes with the log above?
Better move this in another issue, or I can do it.
Feel free to migrate these lasts posts into a new issue.
Also after you click start do you get on the next page or it just crashes with the log above?
The GUI stays the same.
I pulled the latest commit, installed dependencies with
yarn
and ranyarn build
. This is what I got: