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

does not launch in emacs shell #4220

Open
dleiferives opened this issue Jan 28, 2025 · 0 comments
Open

does not launch in emacs shell #4220

dleiferives opened this issue Jan 28, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@dleiferives
Copy link

Describe the bug
Lazygit will not run.

Produces this error

025/01/27 18:49:47 An error occurred! Please create an issue at: https://github.com/jesseduffield/lazygit/issues

*errors.errorString terminal not cursor addressable
/home/runner/work/lazygit/lazygit/pkg/app/app.go:55 (0xbdc245)
/home/runner/work/lazygit/lazygit/pkg/app/entry_point.go:168 (0xbde3ab)
/home/runner/work/lazygit/lazygit/main.go:23 (0xbdfdd8)
/opt/hostedtoolcache/go/1.22.10/x64/src/runtime/internal/atomic/types.go:194 (0x43ff5d)
/opt/hostedtoolcache/go/1.22.10/x64/src/runtime/asm_amd64.s:1695 (0x477e81)

To Reproduce
Steps to reproduce the behavior:

  1. Open a shell.
  2. Run lazygit
  3. errors

Expected behavior
The program to launch

Screenshots
Image

Version info:
commit=91cb1ff29a01fdf643ccc38b97fd816b2a097bec, build date=2025-01-11T04:06:07Z, build source=binaryRelease, version=0.45.0, os=linux, arch=amd64, git version=2.25.1
git version 2.25.1

Additional context
$emacs --version

GNU Emacs 28.1
Copyright (C) 2022 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

Logs only get this far:

dleiferives@LAPTOP-KVL0LJ9D:/mnt/c/org$ lazygit --logs
Tailing log file /home/dleiferives/.local/state/lazygit/development.log

Jan 27 18:57:38 |DEBU| RunCommand command="git --version"
Jan 27 18:57:38 |INFO| git --version (1.2103ms) 
Jan 27 18:57:38 |DEBU| RunCommand command="git -C /mnt/c/org rev-parse --show-toplevel --absolute-git-dir --git-common-dir --is-bare-repository --show-superproject-working-tree"
Jan 27 18:57:38 |INFO| git -C /mnt/c/org rev-parse --show-toplevel --absolute-git-dir --git-common-dir --is-bare-repository --show-superproject-working-tree (17.4223ms) 
Jan 27 18:57:38 |ERRO| *errors.errorString terminal not cursor addressable
/home/runner/work/lazygit/lazygit/pkg/app/app.go:55 (0xbdc245)
/home/runner/work/lazygit/lazygit/pkg/app/entry_point.go:168 (0xbde3ab)
/home/runner/work/lazygit/lazygit/main.go:23 (0xbdfdd8)
/opt/hostedtoolcache/go/1.22.10/x64/src/runtime/internal/atomic/types.go:194 (0x43ff5d)
/opt/hostedtoolcache/go/1.22.10/x64/src/runtime/asm_amd64.s:1695 (0x477e81)
@dleiferives dleiferives added the bug Something isn't working label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant