sebastiencs / company-box

A company front-end with icons
565 stars 64 forks source link

Invalid byte opcode: op=0, ptr=6 #109

Closed dwuggh closed 4 years ago

dwuggh commented 4 years ago

description

backtrace:

Debugger entered--Lisp error: (error "Invalid byte opcode: op=0, ptr=6")
  company-box--scrollbar-prevent-changes()
  redisplay_internal\ \(C\ function\)()
bjcohen commented 4 years ago

Seeing the same error on OS X 10.15.4 on Emacs 28.0.50 and company-box 981aa41.

Downgrading to 1dbf56a does fix the issue.

sebastiencs commented 4 years ago

Thanks, should be fixed with https://github.com/sebastiencs/company-box/commit/6eb8820787b7a0363ead906d8a23139ca8fd5eee

dwuggh commented 4 years ago

Thanks! It works for me.