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

Does not seem to work with 1.6.659 #3

Open
lostmsu opened this issue Dec 9, 2023 · 8 comments
Open

Does not seem to work with 1.6.659 #3

lostmsu opened this issue Dec 9, 2023 · 8 comments

Comments

@lostmsu
Copy link

lostmsu commented Dec 9, 2023

I tried https://www.nexusmods.com/skyrim/mods/75795 to load it from Data\SKSE\Plugins\hide_remote_desktop.dll, and also tried to use DetourCreateProcessWithDllsW from https://github.com/microsoft/Detours to launch SkyrimSE.exe with the DLL, but I am still getting "This application cannot be run from remote desktop."

P.S. The build 1.6.659 is from GOG

P.P.S. Using DetourCreateProcessWithDllsW I can see the DLL is loaded unlike with the mod loader.

@qbx2
Copy link
Owner

qbx2 commented Dec 10, 2023

Hi, could you join https://discord.gg/mfSqNzBd please?

@lostmsu
Copy link
Author

lostmsu commented Dec 10, 2023

NVM, I did a rewrite for DLL injection (instead of Skyrim plugin) and it seems to be working: https://github.com/BorgGames/hide-remote-desktop

@qbx2
Copy link
Owner

qbx2 commented Dec 10, 2023

@lostmsu Oh, perfect. The plugin relies on SKSE64 to allow Skyrim to load the DLL. Other than that, there's no need for SKSE64. If you're comfortable with performing DLL injection on your own, it shouldn't be an issue.

@zachboatwright
Copy link

@lostmsu Would you mind explaining how to use your updated version? I'm running Skyrim version 1.6.640.

@lostmsu
Copy link
Author

lostmsu commented Apr 25, 2024

@zachboatwright This probably won't work on Steam version. I am using the GOG version.

  1. Download the .zip with Detours from https://github.com/losttech/NDetours/releases
  2. Unpack anywhere
  3. Download the dll from https://github.com/BorgGames/hide-remote-desktop/releases, copy to Skyrim folder
  4. In the command line cd to the Skyrim folder
  5. Run Path\To\Detours.exe SkyrimSE.exe hide_remote_desktop.dll

@zachboatwright
Copy link

Got an error when loading, so I'm assuming that it doesn't work. Thanks anyways!

@GoogleBeEvil
Copy link

need update for 1170

@adelinadragonborn
Copy link

@zachboatwright This probably won't work on Steam version. I am using the GOG version.

1. Download the .zip with Detours from https://github.com/losttech/NDetours/releases

2. Unpack anywhere

3. Download the dll from https://github.com/BorgGames/hide-remote-desktop/releases, copy to Skyrim folder

4. In the command line cd to the Skyrim folder

5. Run `Path\To\Detours.exe SkyrimSE.exe hide_remote_desktop.dll`

OR just use Engine Fixes and place DLL into Data\DLLPlugins folder. Works like a charm.

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

5 participants