Closed
Description
Sclang booting reaches timeout on electron but only on the production build.
This is the log:
Loading config: /Users/lorenzo/Developer/Node/superorch/.supercollider.yaml
debug : {
"debug": true,
"echo": true,
"sclang": "/Applications/SuperCollider/SuperCollider.app/Contents/MacOS/sclang",
"scsynth": "/Applications/SuperCollider/SuperCollider.app/Contents/Resources/scsynth",
"stdin": false,
"failIfSclangConfIsMissing": false,
"conf": {
"includePaths": [],
"excludePaths": [],
"postInlineWarnings": false
},
"sclang_conf": "/Users/lorenzo/Library/Application Support/SuperCollider/sclang_conf.yaml"
}
debug : {
"errno": -2,
"syscall": "open",
"code": "ENOENT",
"path": "/Users/lorenzo/Library/Application Support/SuperCollider/sclang_conf.yaml"
}
[ 101, 'connection open' ]
debug : compiling class library...
[Error: net::ERR_HTTP_RESPONSE_CODE_FAILURE]
error : Timeout waiting for sclang to boot pid:28774
SCError {
data: SclangCompileResult {
version: '',
stdout: '',
errors: [],
extensionErrors: [],
duplicateClasses: [],
dirs: []
}
}
How to reproduce this issue:
- Create React App + Electron setup
- On App.js use an electron channel to boot sclang
Environment
- MacOS: 10.15
- electron: 7.1.2
- electron-builder: 21.1.1
- SuperColliderjs 1.0.0-beta.1
Metadata
Metadata
Assignees
Labels
No labels