rohit-px2/nvui

Nvui crashes after a second

poeck opened this issue · 4 comments

poeck commented

I downloaded the zip file and extracted it into a separate folder. When running bin/nvui, a black window pops up which closes itself after a second.

When running from the terminal, I get this output:

./nvui
terminate called after throwing an instance of 'msgpack::v1::type_error'
  what():  std::bad_cast
fish: “./nvui” terminated by signal SIGABRT (Abort)

I am running Pop!_OS 21.04 x86_64.

Thanks!

I have the same output with the latest main branch version. However it doesn't happen "after a second" for me but after I did a lot of output on the terminal once again

terminate called after throwing an instance of 'msgpack::v1::type_error'
  what():  std::bad_cast

[1]  + 10711 abort (core dumped)  ~/Projects/nvui/build/nvui .

Could you try running with --ext_hlstate=false and see if that works?

poeck commented

Could you try running with --ext_hlstate=false and see if that works?

This fixed the problem, thanks!

@Marenz does this fix your issue as well?