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

Blocking is not working #62

Closed
joki0924 opened this issue Dec 30, 2018 · 12 comments
Closed

Blocking is not working #62

joki0924 opened this issue Dec 30, 2018 · 12 comments
Assignees
Labels

Comments

@joki0924
Copy link

This project is really awesome, but it seems there is an error or bug like following one.
I tried changing BlockingEnabled value to True on Settings.xml file on the same directory as Core_Interception.dll file.
But key blocking was not working.
Please help me.
Thanks.

@joki0924
Copy link
Author

I already installed Interception library and individual keyboards are working perfectly.

@evilC
Copy link
Collaborator

evilC commented Dec 31, 2018

Yeah, there have been reported problems with the latest version.
We have a new version in the works with support for enabling or disabling blocking on a per-input basis, but we need to add the GUI to support it, hopefully we can get it out soon.
If it is going to be longer, I will try and look and pushing out a fix in the meantime

@joki0924
Copy link
Author

Thanks for your reply and support.

@evilC
Copy link
Collaborator

evilC commented Dec 31, 2018

I just made a test build of a new version that may solve your problems.
https://ci.appveyor.com/api/buildjobs/7xy05re34e43neto/artifacts/artifacts%2FUCR_v0.6.1-feature.long-to-short%2B282.zip
If it doesn't fix things for you, feel free to drop by the Discord Channel and I can maybe help you out

@joki0924
Copy link
Author

Wow thanks for your great support!

@joki0924
Copy link
Author

Happy new year 2019.

@joki0924
Copy link
Author

I checked your new version and it works perfectly on my local.
The blocking feature is really cool~
Thanks a lot.
Hope your great success.
I will keep my fingers crossed for you!🍀🍀🍀

@94d33m
Copy link

94d33m commented Jan 1, 2019

In the new version theres no 'invert' option in button to axis, so how do i emulate xbox LeftStick/RightStick to the right and left / up / down?

Edit: Solved by putting - sign at axis at press..
btw thanks alot for this software

@Snoothy Snoothy added the bug label Jan 1, 2019
@Snoothy Snoothy assigned Snoothy and evilC and unassigned Snoothy Jan 1, 2019
@evilC
Copy link
Collaborator

evilC commented Jan 4, 2019

Fixed in UCR 0.7.0

@evilC evilC closed this as completed Jan 4, 2019
@rjborba
Copy link

rjborba commented Feb 4, 2020

Hi @evilC . Congratulations for your software. Really amazing and exactly what I was looking for.
I'm a developer. Looking forward to contribute.

But for now I'm just reporting a bug. Seems like blocking still not working on Release v0.9.0 Alpha even with BlockingEnable on:

<?xml version="1.0" encoding="utf-8" ?> <Settings> <Setting> <Name>BlockingEnabled</Name> <Value>True</Value> </Setting> <Setting> <!-- Poll Rate, in ms Lowering this is only really of use for mouse movement if your mouse polls at a high rate, eg 1000hz --> <Name>PollRate</Name> <Value>10</Value> </Setting> <Setting> <!-- Controls whether strokes which are not blocked are fired on a thread Setting to true may stop crashes etc with low PollRate setting --> <Name>StrokeOnThread</Name> <Value>false</Value> </Setting> </Settings>

Any tips?
Thanks in advance :D

@Flightofbird
Copy link

Yes I'm having the same issue, I can't get blocking to work in v0.9.0 My workaround was to install v0.7.0 and it works fine

@rjborba
Copy link

rjborba commented Apr 5, 2020

In my case there was no bug. There is another switch to turn on/off blocking for each key.
I totally forgot to turn it on

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

No branches or pull requests

6 participants