-
Notifications
You must be signed in to change notification settings - Fork 2
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
Clipboard actions do not work if -DisablePlatformInterfaces
is set via command line argument.
#3536
Comments
@ProbablePrime has expressed he'll be looking at this one. |
This comment has been minimized.
This comment has been minimized.
Yes, I'm certain- I am not spawning even import dialogs which typically are placed right in front of you, and nothing is appearing in the hierarchy of the world. That is a separate issue. |
With help from @ chundelac I seem to have found the primary culprit in my case, @Frooxius. I had recently added the |
-DisablePlatformInterfaces
is set via command line argument.
Disabling the platform interfaces will also disable the "Windows Platform Connector" which handles Cipboard interactions for windows. So technically, this is "intentional" and by design. We'd need to add features that allow for more granularity of control on which interfaces you'd need or not need etc. |
In my case, I do not have |
And it does not exist in your config.json either @lxw404? Do you have Steam or Resonite running as an elevated (admin) app? |
Oh... yeah in that case that's actually correct behavior. You're asking it not to interface with the system - so it's doing that, which means it can't interface with the clipboard either. More granular settings could help with this. I'd probably make that a separate issue though. |
I have never created/changed config.json, nor do I run Resonite as admin. |
Would you mind creating a new issue, @lxw404? The cause of my issue was determined- so it sounds like yours might be something else failing. |
Describe the bug?
Pasting while in desktop mode is currently not working at all. I was seemingly also unable to copy images / record URLs from the inventory, etc.
To Reproduce
Be in desktop mode and attempt to paste into Res, e.g. image, link, video, etc. by either Control+V or the facet.
Expected behavior
Clipboard interactions should work properly while in desktop.
Screenshots
No response
Resonite Version Number
2025.1.14.6
What Platforms does this occur on?
Windows
What headset if any do you use?
Desktop
Log Files
Nothing of note seemed to be in the log file- I pressed the debug keybind between attempts at pasting through both Control + V and the facet.
LAURA-LAPTOP - 2025.1.14.6 - 2025-01-14 12_56_10.log
Additional Context
Discovered while trying to paste replication objects in other issues.
Reporters
@shiftyscales @tiny_bear93 (Discord)
The text was updated successfully, but these errors were encountered: