Got SIGSEGV after success of login with Anthropic Claude Max #155

Closed
opened 2026-02-16 17:25:29 -05:00 by yindo · 2 comments
Owner

Originally created by @masatatsu8 on GitHub (Jun 19, 2025).

Originally assigned to: @thdxr on GitHub.

Here is the error message I got:

◆  Login successful
│
└  Done

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x837b44]

goroutine 1 [running]:
github.com/sst/opencode/internal/app.New({0x1017fd8?, 0xc0006184b0?}, {0xc0003a09c8, 0x8}, {0x0, {{0xc00002ea00, 0x1e}, {0xc0003a0d70, 0xd}, {0xc0001e1d80, ...}, ...}, ...}, ...)
        /home/runner/work/opencode/opencode/packages/tui/internal/app/app.go:64 +0xa4
main.main()
        /home/runner/work/opencode/opencode/packages/tui/cmd/opencode/main.go:58 +0x650

I'm on Windows 11 WSL2 under company's network proxy.

Originally created by @masatatsu8 on GitHub (Jun 19, 2025). Originally assigned to: @thdxr on GitHub. Here is the error message I got: ```text ◆ Login successful │ └ Done panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x837b44] goroutine 1 [running]: github.com/sst/opencode/internal/app.New({0x1017fd8?, 0xc0006184b0?}, {0xc0003a09c8, 0x8}, {0x0, {{0xc00002ea00, 0x1e}, {0xc0003a0d70, 0xd}, {0xc0001e1d80, ...}, ...}, ...}, ...) /home/runner/work/opencode/opencode/packages/tui/internal/app/app.go:64 +0xa4 main.main() /home/runner/work/opencode/opencode/packages/tui/cmd/opencode/main.go:58 +0x650 ``` I'm on Windows 11 WSL2 under company's network proxy.
yindo closed this issue 2026-02-16 17:25:29 -05:00
Author
Owner

@thdxr commented on GitHub (Jun 19, 2025):

do you have any config files? in current directory or in ~/.config/opencode ?

@thdxr commented on GitHub (Jun 19, 2025): do you have any config files? in current directory or in ~/.config/opencode ?
Author
Owner

@rekram1-node commented on GitHub (Oct 21, 2025):

closing due to no activity

@rekram1-node commented on GitHub (Oct 21, 2025): closing due to no activity
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#155