-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Right-clicking the rimeIME tray icon causes explorer to crash #563
Comments
I shoot blindly: exclude.where = window.module=="InputHost.dll" or find another way to disable NS on Rime |
add shell.nss like this? but still crash
|
exclude.where = window.module=="InputHost.dll" // this is from your error report. I don't know which dll is causing the problem.
// or
exclude.process = 'Weasel Server' // this is from app description in task manager, Тhis is how you exclude a process
// or
exclude.process = 'WeaselServer' // this is because the file description and file name are different
exclude.where = !process.is_explorer or window.module == "InputHost.dll" |
|
rime/home#1726
The text was updated successfully, but these errors were encountered: