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

[Runtime Bug]: rtx.captureHotKey = Not Working #652

Open
skurtyyskirts opened this issue Oct 15, 2024 · 1 comment
Open

[Runtime Bug]: rtx.captureHotKey = Not Working #652

skurtyyskirts opened this issue Oct 15, 2024 · 1 comment
Labels
bug Something isn't working jira A jira ticket exists runtime RTX Remix runtime

Comments

@skurtyyskirts
Copy link

Describe the bug

It looks like overwriting the rtx.conf command for rtx.captureHotKey = doesn't seem to be working. I've been trying all different kinds of key strings to get it working, but it always defaults to CTRL, Shift, Q. I even tried removing the whitespaces from the custom string. For example,

rtx.captureHotKey = CTRL, Shift, P
rtx.captureHotKey = CTRL,SHIFT,P
rtx.captureHotKey = ALT, P
rtx.captureHotKey = I, O, P

It's strange because the game will allow me to capture through the GUI and the default shortcut, but won't allow capture through my custom command.

I had a brief conversation with NV_Mark in Discord who was very kind/helpful in taking a peak at the problem and agreed that the behavior was not expected, and believed it perhaps had something to do with https://github.com/NVIDIAGameWorks/dxvk-remix/blob/main/src/util/config/config.cpp#L1316 .

How do you reproduce the bug?

Open rtx.conf, write a line rtx.captureHotKey = with any key combination available in the https://github.com/NVIDIAGameWorks/dxvk-remix/blob/3851ec6eb4ec0537288fb55588c22cdc662675a5/src/util/util_keybind.h#L86 directory. Launch game with remix, and see that your custom command won't generate a capture.

What is the expected behavior?

To allow our custom key to generate a capture.

Version

main+3851ec6e

Logs

remix-dxvk.log
d3d9.log

Crash dumps

No response

Media

Screenshot 2024-10-14 174226

@skurtyyskirts skurtyyskirts added bug Something isn't working runtime RTX Remix runtime triage labels Oct 15, 2024
@NV-LL
Copy link
Collaborator

NV-LL commented Oct 23, 2024

REMIX-3648 for tracking

@NV-LL NV-LL added jira A jira ticket exists and removed triage labels Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working jira A jira ticket exists runtime RTX Remix runtime
Projects
None yet
Development

No branches or pull requests

2 participants