Skip to content

Instantly share code, notes, and snippets.

@cobodo
Created November 7, 2018 07:24
Show Gist options
  • Save cobodo/9b90a25e715bd71ebdbd71a5d37788b8 to your computer and use it in GitHub Desktop.
Save cobodo/9b90a25e715bd71ebdbd71a5d37788b8 to your computer and use it in GitHub Desktop.
ショートカットキーの「追加」で落ちる
NoMethodError undefined method `messages' for nil:NilClass
{MIKUTTER_DIR}/core/plugin/command/command.rb:135:in `block (2 levels) in <top (required)>'
{MIKUTTER_DIR}/core/plugin/shortcutkey/shortcutkey_listview.rb:196:in `block in initialize'
{MIKUTTER_DIR}/core/plugin/shortcutkey/shortcutkey_listview.rb:187:in `each'
{MIKUTTER_DIR}/core/plugin/shortcutkey/shortcutkey_listview.rb:187:in `map'
{MIKUTTER_DIR}/core/plugin/shortcutkey/shortcutkey_listview.rb:187:in `initialize'
{MIKUTTER_DIR}/core/plugin/shortcutkey/shortcutkey_listview.rb:139:in `new'
{MIKUTTER_DIR}/core/plugin/shortcutkey/shortcutkey_listview.rb:139:in `command_box'
{MIKUTTER_DIR}/core/plugin/shortcutkey/shortcutkey_listview.rb:105:in `popup_input_window'
{MIKUTTER_DIR}/core/mui/gtk_crud.rb:154:in `record_create'
{MIKUTTER_DIR}/core/mui/gtk_crud.rb:32:in `block in create_button'
{MIKUTTER_DIR}/core/mui/gtk_extension.rb:35:in `block in safety_signal_connect'
{MIKUTTER_DIR}/core/plugin/gtk/mainloop.rb:10:in `main'
{MIKUTTER_DIR}/core/plugin/gtk/mainloop.rb:10:in `mainloop'
./mikutter.rb:69:in `boot!'
./mikutter.rb:105:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment