ephraimduncan / ephraimduncan/worktrees
Failed to initialize OpenTUI render library
- Dominant language
- TypeScript
- Stars
- 18
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
I get this error when i tried to run on windows machine.
```
17196 | var opentuiLib;
17197 | function resolveRenderLib() {
17198 | if (!opentuiLib) {
17199 | try {
17200 | opentuiLib = new FFIRenderLib(opentuiLibPath);
17201 | throw new Error(`Failed to initialize OpenTUI render library: ${error instanceof Error ? error.message : "Unknown error"}`);
^
error: Failed to initialize OpenTUI render library: Symbol "textBufferSetSelection" not found in "C:\Users\risperdal\AppData\Local\Temp\bunx-3402728427-worktrees@latest\node_modules\@opentui\core-win32-x64\opentui.dll"
at resolveRenderLib (C:\Users\risperdal\AppData\Local\Temp\bunx-3402728427-worktrees@latest\node_modules\worktrees\dist\index.js:17201:13)
at createCliRenderer (C:\Users\risperdal\AppData\Local\Temp\bunx-3402728427-worktrees@latest\node_modules\worktrees\dist\index.js:19520:34)
at createCliRenderer (C:\Users\risperdal\AppData\Local\Temp\bunx-3402728427-worktrees@latest\node_modules\worktrees\dist\index.js:19511:34)
at render (C:\Users\risperdal\AppData\Local\Temp\bunx-3402728427-worktrees@latest\node_modules\worktrees\dist\index.js:24060:43)
at render (C:\Users\risperdal\AppData\Local\Temp\bunx-3402728427-worktrees@latest\node_modules\worktrees\dist\index.js:24059:23)
at C:\Users\risperdal\AppData\Local\Temp\bunx-3402728427-worktrees@latest\node_modules\worktrees\dist\index.js:25854:7
note: missing sourcemaps for C:\Users\risperdal\AppData\Local\Temp\bunx-3402728427-worktrees@latest\node_modules\worktrees\dist\index.js
note: consider bundling with '--sourcemap' to get unminified traces
Bun v1.3.6 (Windows x64)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.