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

Error while calling lua chunk: /usr/home/sidhu/.config/nvim/init.lua:3: module 'startup.log' not found: #42

Open
1 task
gitbee opened this issue Jun 29, 2023 · 1 comment

Comments

@gitbee
Copy link

gitbee commented Jun 29, 2023

Describe the bug
Launching nvim gives the error that startup log file is not found

Checklist

  • I'm using the latest startup.nvim version - v0.9.0

To Reproduce
NOTE: Tried it on GhostBSD and Void Linux machines with the same error.

sidhu@sidhu-ghostbsd-pc ~> nvim

Error detected while processing /usr/home/sidhu/.config/nvim/init.lua:
E5113: Error while calling lua chunk: /usr/home/sidhu/.config/nvim/init.lua:3: module 'startup.log' not found:
no field package.preload['startup.log']
no file './startup/log.lua'
no file '/usr/local/share/luajit-2.1.0-beta3/startup/log.lua'
no file '/usr/local/share/lua/5.1/startup/log.lua'
no file '/usr/local/share/lua/5.1/startup/log/init.lua'
no file './startup/log.so'
no file '/usr/local/lib/lua/5.1/startup/log.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file './startup.so'
no file '/usr/local/lib/lua/5.1/startup.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'require'
/usr/home/sidhu/.config/nvim/init.lua:3: in main chunk
Press ENTER or type command to continue

Neovim Version
NVIM v0.9.0

@gitbee
Copy link
Author

gitbee commented Jun 29, 2023

My lua directory has versions 5.4, 5.3 and 5.2 but no 5.1

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