jiriks74 / presence.nvim

Discord Rich Presence for Neovim
GNU General Public License v3.0
23 stars 6 forks source link

[Bug]: Neovim crashes on multiple instances, except 1 #35

Open KoolieAid opened 7 months ago

KoolieAid commented 7 months ago

Are you on the latest version?

Have you tried it with default config?

Description

The first instance of neovim crashes when another one opens. presence must be loaded on both instances

Neovim version

NVIM:0.9.5
Build type:RelWithDebInfo
LuaJIT:2.1.1703942320

OS information

Windows 10

Steps to reproduce

  1. Open terminal
  2. Open neovim
  3. Open another terminal
  4. Open neovim
  5. Observe that the first instance crashes

Logs

``` none ```

Aditional info

No response

KoolieAid commented 7 months ago

Original: https://github.com/andweeb/presence.nvim/issues/132 I imported since it seems the original repo is unmaintained and someone already made an issue

jiriks74 commented 7 months ago

I don't have a Windows machine right now but I'll look into it when I have the time to install it on something.

Did you get at least a core dump? Even though I haven't messed around with them I could try to look into it if it were available.

KoolieAid commented 7 months ago

No, I didn't get a core dump, I did get a glance to the last message printed to the screen before it crashed, which is image

jiriks74 commented 6 months ago

This should get you a proper log file @KoolieAid

nvim -V10nvim.log