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

can't start zellij after installing the plugin #3

Open
0xhoussam opened this issue Sep 20, 2023 · 0 comments
Open

can't start zellij after installing the plugin #3

0xhoussam opened this issue Sep 20, 2023 · 0 comments

Comments

@0xhoussam
Copy link

  • OS: archlinux
  • zellij: 0.38.2
  • zellij config:
layout {
  pane borderless=true
  pane size=1 borderless=true {
    plugin location="zellij:z-tab-bar"
  }
}
plugins {
    tab-bar { path "tab-bar"; }
    status-bar { path "status-bar"; }
    strider { path "strider"; }
    compact-bar { path "compact-bar"; }
    z-tab-bar { path "z-tab-bar"; }
}
  • Plugins folder:
ls /home/pride/.local/share/zellij/plugins/
 bare-bar.wasm   compact-bar.wasm   session-manager.wasm   status-bar.wasm   strider.wasm   tab-bar.wasm   z-tab-bar.wasm
  • zellij Log file:
WARN   |zellij_utils::input::layo| 2023-09-20 11:48:50.377 [main      ] [zellij-utils/src/input/layout.rs:962]: Failed to read swap layout file: /home/pride/.config/zellij/layouts/default.swap.kdl. Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } 
INFO   |zellij_client            | 2023-09-20 11:48:50.382 [main      ] [zellij-client/src/lib.rs:152]: Starting Zellij client! 
INFO   |zellij_server            | 2023-09-20 11:48:50.388 [main      ] [zellij-server/src/lib.rs:245]: Starting Zellij server! 
INFO   |zellij_server            | 2023-09-20 11:48:50.439 [main      ] [zellij-server/src/lib.rs:913]: Compiling plugins using Cranelift 
INFO   |zellij_server::plugins   | 2023-09-20 11:48:50.439 [wasm      ] [zellij-server/src/plugins/mod.rs:137]: Wasm main thread starts 
INFO   |zellij_server::plugins::p| 2023-09-20 11:48:50.453 [async-std/runti] [zellij-server/src/plugins/plugin_loader.rs:487]: Loaded plugin 'z-tab-bar' from cache folder at '/home/pride/.cache/zellij' in 5.927985ms 
ERROR  |zellij_server::plugins::w| 2023-09-20 11:48:50.453 [async-std/runti] [zellij-server/src/plugins/wasm_bridge.rs:762]: failed to start plugin 0 for client 1

Caused by:
    0: Failed to create instance, plugin env and subscriptions for plugin 0
    1: Error while importing "zellij"."host_subscribe": unknown import. Expected Function(FunctionType { params: [], results: [] }) 
WARN   |zellij_utils::input::layo| 2023-09-20 11:49:15.363 [main      ] [zellij-utils/src/input/layout.rs:962]: Failed to read swap layout file: /home/pride/.config/zellij/layouts/default.swap.kdl. Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } 
INFO   |zellij_client            | 2023-09-20 11:49:15.367 [main      ] [zellij-client/src/lib.rs:152]: Starting Zellij client! 
INFO   |zellij_server            | 2023-09-20 11:49:15.373 [main      ] [zellij-server/src/lib.rs:245]: Starting Zellij server! 
INFO   |zellij_server            | 2023-09-20 11:49:15.424 [main      ] [zellij-server/src/lib.rs:913]: Compiling plugins using Cranelift 
INFO   |zellij_server::plugins   | 2023-09-20 11:49:15.424 [wasm      ] [zellij-server/src/plugins/mod.rs:137]: Wasm main thread starts 
INFO   |zellij_server::plugins::p| 2023-09-20 11:49:15.439 [async-std/runti] [zellij-server/src/plugins/plugin_loader.rs:487]: Loaded plugin 'z-tab-bar' from cache folder at '/home/pride/.cache/zellij' in 5.23252ms 
ERROR  |zellij_server::plugins::w| 2023-09-20 11:49:15.440 [async-std/runti] [zellij-server/src/plugins/wasm_bridge.rs:762]: failed to start plugin 0 for client 1

Caused by:
    0: Failed to create instance, plugin env and subscriptions for plugin 0
    1: Error while importing "zellij"."host_subscribe": unknown import. Expected Function(FunctionType { params: [], results: [] }) 
ERROR  |???                      | 2023-09-20 11:49:18.609 [screen    ] [zellij-server/src/panes/tiled_panes/mod.rs:822]: a non-fatal error occured

Caused by:
    0: failed to resize tab vertically
    1: UnsatisfiableConstraint 
ERROR  |???                      | 2023-09-20 11:49:19.833 [main      ] [zellij-client/src/lib.rs:478]: a non-fatal error occured

Caused by:
    0: failed to enable mouse mode
    1: Input/output error (os error 5) 
INFO   |zellij_client            | 2023-09-20 11:49:19.833 [main      ] [zellij-client/src/lib.rs:479]: Bye from Zellij! 
INFO   |zellij_client            | 2023-09-20 11:49:20.267 [main      ] [zellij-client/src/lib.rs:479]: Bye from Zellij! 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant