Skip to content
New issue

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

ロック画面の時にエラーが発生する #31

Open
halueda opened this issue Mar 7, 2018 · 0 comments
Open

ロック画面の時にエラーが発生する #31

halueda opened this issue Mar 7, 2018 · 0 comments

Comments

@halueda
Copy link

halueda commented Mar 7, 2018

特定のマシンでだけ発生するのでそのマシンの環境がいけない可能性はありますが報告しておきます.
実害はなく,エラーメッセージが出てなんとなく気持ちが悪いだけです.

発生マシの環境
Windows 10 Pro
version 1709
OS ビルド 16299.248
64-bit OS, x64-based processor

発生タイミング
ロック画面でパスワード入力したときに,まれに発生

keyhac のバージョン
2018/1/22 時点でダウンロードしたmaster

エラーメッセージ
ERROR : 予期しないエラーが発生しました : _onKeyDown
SendInput failed : num_input=2, num_sent=0, errno=5
Traceback (most recent call last):
File "C:\ProgramData\ueda-note\MyProgramFiles\keyhac\keyhac\keyhac_keymap.py", line 974, in _onKeyDown
if self._keyAction(key):
File "C:\ProgramData\ueda-note\MyProgramFiles\keyhac\keyhac\keyhac_keymap.py", line 894, in _keyAction
handler()
File "config.py", line 874, in _func
func()
File "config.py", line 866, in _func
func()
File "config.py", line 859, in _func
func()
File "config.py", line 896, in _func
func()
File "config.py", line 683, in newline
self_insert_command("Enter")()
File "C:\ProgramData\ueda-note\MyProgramFiles\keyhac\keyhac\keyhac_keymap.py", line 1577, in _inputKey
self.endInput()
File "C:\ProgramData\ueda-note\MyProgramFiles\keyhac\keyhac\keyhac_keymap.py", line 1297, in endInput
pyauto.Input.send(self.input_seq)
OSError: SendInput failed : num_input=2, num_sent=0, errno=5

利用しているconfig.py: fakeymacsをベースに修正したもの.添付します.
config.py.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant