We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is crashing as soon as :Silicon is run.
:Silicon
ᐅ nvim --version NVIM v0.10.2 Build type: Release LuaJIT 2.1.1732813678
Output of lua print(require('silicon').version) is v0.5.2.
lua print(require('silicon').version)
v0.5.2
Seemingly relevant part of the crash report is:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 nvim 0x104ce8d08 nlua_pop_Object + 120 1 nvim 0x104cec4e0 nlua_call_pop_retval + 220 2 nvim 0x104bd35ac nvim_notify + 136 3 silicon.so 0x105e7ed6c nvim_oxi_api::vim::notify::h2e5ab22d3c5c7561 + 116 4 silicon.so 0x105d9f54c silicon::clipboard::dump_image_to_clipboard::h7406d59576db9cb7 + 112 5 silicon.so 0x105d825b0 silicon::save_image::h64c9204577fee456 + 4452 6 silicon.so 0x105d94428 nvim_oxi_luajit::function::store::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::h2ee9015d8eac4bb6 + 2100 7 silicon.so 0x105e818f4 nvim_oxi_luajit::function::store::c_fun::hc81f295337d7ed81 + 52 8 libluajit-5.1.2.1.1732813678.dylib 0x10515e2ac 0x105158000 + 25260 9 libluajit-5.1.2.1.1732813678.dylib 0x10516ae5c lua_pcall + 148 10 nvim 0x104ced9a0 nlua_do_ucmd + 1412 11 nvim 0x104e0c87c do_ucmd + 276 12 nvim 0x104c80384 execute_cmd0 + 140 13 nvim 0x104c7cfe4 do_cmdline + 8620 14 nvim 0x104d3a7f4 nv_colon + 420 15 nvim 0x104d38430 normal_execute + 4888 16 nvim 0x104dd1d28 state_enter + 392 17 nvim 0x104cf85b0 main + 9488 18 dyld 0x187d98274 start + 2840
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is crashing as soon as
:Silicon
is run.Output of
lua print(require('silicon').version)
isv0.5.2
.Seemingly relevant part of the crash report is:
The text was updated successfully, but these errors were encountered: