You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same error from 1.0.218, 1.0.219, 1.0.220 & 1.0.221.
app.asar has a file named resources/app.asar.unpacked/node_modules/node-pty/build/Release/pty.node, is that an error of build options?
seems it also appeared in the previous versions.
**Version: 1.0.220
OS: Ubuntu 20.04
Describe the problem:
After updating, Tabby fails to start.
To Reproduce:
Update Tabby to version 1.0.220.
Attempt to launch the application.
Additional Information(logs):
tabby.desktop[3147082] : innerError Error: Cannot find module '../build/Debug/pty.node' tabby.desktop[3147082]: Require stack: tabby.desktop[3147082]: - /opt/Tabby/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js tabby.desktop[3147082]: - /opt/Tabby/resources/app.asar/node_modules/node-pty/lib/index.js tabby.desktop[3147082]: - /opt/Tabby/resources/app.asar/dist/main.js tabby.desktop[3147082]: - tabby.desktop[3147082]: at Module._resolveFilename (node:internal/modules/cjs/loader:1232:15) tabby.desktop[3147082]: at Function.s._resolveFilename (node:electron/js2c/browser_init:2:123242) tabby.desktop[3147082]: at Module._load (node:internal/modules/cjs/loader:1058:27) tabby.desktop[3147082]: at Function.c._load (node:electron/js2c/node_init:2:16955) tabby.desktop[3147082]: at Module.require (node:internal/modules/cjs/loader:1318:19) tabby.desktop[3147082]: at require (/opt/Tabby/resources/app.asar/node_modules/v8-compile-cache/v8-compile-cache.js:159:20) tabby.desktop[3147082]: at Object.<anonymous> (/opt/Tabby/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js:34:15) tabby.desktop[3147082]: at Module._compile (/opt/Tabby/resources/app.asar/node_modules/v8-compile-cache/v8-compile-cache.js:192:30) tabby.desktop[3147082]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1564:10) tabby.desktop[3147082]: at Module.load (node:internal/modules/cjs/loader:1295:32) { tabby.desktop[3147082]: code: 'MODULE_NOT_FOUND', tabby.desktop[3147082]: requireStack: [ tabby.desktop[3147082]: '/opt/Tabby/resources/app.asar/node_modules/node-pty/lib/unixTerminal.js', tabby.desktop[3147082]: '/opt/Tabby/resources/app.asar/node_modules/node-pty/lib/index.js', tabby.desktop[3147082]: '/opt/Tabby/resources/app.asar/dist/main.js', tabby.desktop[3147082]: undefined tabby.desktop[3147082]: ] tabby.desktop[3147082]: }
The text was updated successfully, but these errors were encountered: