Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stuck on the splash screen #8648

Closed
asm0dey opened this issue Jul 4, 2023 · 5 comments
Closed

Stuck on the splash screen #8648

asm0dey opened this issue Jul 4, 2023 · 5 comments
Labels

Comments

@asm0dey
Copy link

asm0dey commented Jul 4, 2023

Describe the problem:
Since last update my tabby is stuck on splash screen

To Reproduce:
My tabby: 1.0.197
OS:

❯ cat /etc/os-release
NAME=EndeavourOS
PRETTY_NAME=EndeavourOS
ID=endeavouros
ID_LIKE=arch
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL='https://endeavouros.com'
DOCUMENTATION_URL='https://discovery.endeavouros.com'
SUPPORT_URL='https://forum.endeavouros.com'
BUG_REPORT_URL='https://forum.endeavouros.com/c/arch-based-related-questions/bug-reports'
PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"
LOGO=endeavouros

That's all I see:
image

tabby --debug gives nothing

@asm0dey asm0dey added the T: Bug label Jul 4, 2023
@Eugeny
Copy link
Owner

Eugeny commented Jul 4, 2023

Please capture DevTools console logs at the time of the issue: https://github.com/Eugeny/terminus/wiki/Debug-logs

GitHub
A terminal for a more modern age. Contribute to Eugeny/tabby development by creating an account on GitHub.

@asm0dey
Copy link
Author

asm0dey commented Jul 4, 2023

DevTools console does not open :(
Neither with --debug, nor with Ctrl+Shift+I

@asm0dey
Copy link
Author

asm0dey commented Jul 4, 2023

Sorry, figured it out partially, still can't open console, but now I see

[10316:0704/233654.666816:ERROR:platform_shared_memory_region_posix.cc(217)] Creating shared memory in /dev/shm/.org.chromium.Chromium.oQ2EYV failed: No such file or directory (2)
[10316:0704/233654.666986:ERROR:platform_shared_memory_region_posix.cc(220)] Unable to access(W_OK|X_OK) /dev/shm: No such file or directory (2)
[10316:0704/233654.667066:FATAL:platform_shared_memory_region_posix.cc(222)] This is frequently caused by incorrect permissions on /dev/shm.  Try 'sudo chmod 1777 /dev/shm' to fix.

in the log

@asm0dey
Copy link
Author

asm0dey commented Jul 4, 2023

Oh wow, with --no-sandbox I got following:

zone.js:1043 Unhandled Promise rejection: Cannot find module 'tabby-core'
Require stack:
- /opt/Tabby/resources/app.asar/dist/index.html ; Zone: <root> ; Task: null ; Value: Error: Cannot find module 'tabby-core'
Require stack:
- /opt/Tabby/resources/app.asar/dist/index.html
    at Module._resolveFilename (node:internal/modules/cjs/loader:963:15)
    at o._resolveFilename (node:electron/js2c/renderer_init:2:3833)
    at Module._load (node:internal/modules/cjs/loader:811:27)
    at f._load (node:electron/js2c/asar_bundle:2:13330)
    at o._load (node:electron/js2c/renderer_init:2:3109)
    at Module.require (node:internal/modules/cjs/loader:1035:19)
    at __webpack_modules__.69039.nodeModule.require (plugins.ts:61:34)
    at require (node:internal/modules/cjs/helpers:102:18)
    at plugins.ts:88:39
    at Array.forEach (<anonymous>)
    at initModuleLookup (plugins.ts:86:20)
    at entry.ts:60:21
    at Generator.next (<anonymous>)
    at app.module.ts:38:2
    at new ZoneAwarePromise (zone.js:1411:21)
    at __webpack_modules__.36945.__awaiter (app.module.ts:38:2)
    at EventEmitter.<anonymous> (entry.ts:57:75)
    at Object.onceWrapper (node:events:628:26)
    at EventEmitter.emit (node:events:513:28)
    at Object.onMessage (node:electron/js2c/renderer_init:2:9151) Error: Cannot find module 'tabby-core'
Require stack:
- /opt/Tabby/resources/app.asar/dist/index.html
    at Module._resolveFilename (node:internal/modules/cjs/loader:963:15)
    at o._resolveFilename (node:electron/js2c/renderer_init:2:3833)
    at Module._load (node:internal/modules/cjs/loader:811:27)
    at f._load (node:electron/js2c/asar_bundle:2:13330)
    at o._load (node:electron/js2c/renderer_init:2:3109)
    at Module.require (node:internal/modules/cjs/loader:1035:19)
    at __webpack_modules__.69039.nodeModule.require (file:///opt/Tabby/resources/app.asar/dist/bundle.js:286:34)
    at require (node:internal/modules/cjs/helpers:102:18)
    at file:///opt/Tabby/resources/app.asar/dist/bundle.js:305:39
    at Array.forEach (<anonymous>)
    at initModuleLookup (file:///opt/Tabby/resources/app.asar/dist/bundle.js:303:20)
    at file:///opt/Tabby/resources/app.asar/dist/bundle.js:144:36
    at Generator.next (<anonymous>)
    at file:///opt/Tabby/resources/app.asar/dist/bundle.js:92:71
    at new ZoneAwarePromise (file:///opt/Tabby/resources/app.asar/dist/bundle.js:22602:21)
    at __webpack_modules__.36945.__awaiter (file:///opt/Tabby/resources/app.asar/dist/bundle.js:88:12)
    at EventEmitter.<anonymous> (file:///opt/Tabby/resources/app.asar/dist/bundle.js:142:66)
    at Object.onceWrapper (node:events:628:26)
    at EventEmitter.emit (node:events:513:28)
    at Object.onMessage (node:electron/js2c/renderer_init:2:9151)

@asm0dey
Copy link
Author

asm0dey commented Jul 4, 2023

I'm closing the issue: turns out it's the problem of packager, with a different PKGBUILD everything works fine. Sorry for bothering you

@asm0dey asm0dey closed this as completed Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants