You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seemingly ran into every common issue while installing RDPWrap, so I just wanted to put together a troubleshooting guide to pull together all the information in the many other issues.
I'm running 10.0.17134.706 for reference.
Here's the status I ran into and how each one was fixed.
Wrapper Status: Installed
Service State: Running
Listener State: Not Listening
To fix this, you need the most up to date .ini file (located in C:\Program Files\RDPWrapper\rdpwrap.ini). The most comprehensive one I found was this one from Zeljko Manjkas. After downloading this and replacing the original .ini, you need to restart the service using RDPWInst.exe -r. After you have the right .ini with the right offsets for termsvr.dll and restart the service, this should go green. If not, open the .ini file and do a Ctrl+F for your windows version number. If it's not in there, you either need to make it yourself by disassembling the original .dll or wait for another developer to help you out.
[not supported] / "Access denied" when logging in with RDPCheck.exe
I found when using RDPCheck.exe, I would get an "Access denied" error after logging in. Some people suggest modifying the permissions on the rdpwrap.dll in C:\Program Files\RDPWrapper\rdpwrap.dll to allow for full control but this did not work for me. I found that my issue was related to the default Single session per user checkbox being checked, which is it's default. Unchecking it and restarting the service got me [fully supported]. Thanks to this comment for helping me figure this out. I was reading that this has something to do with newer versions of Windows not supporting the feature or something?
Hope this helps, they're all simple fixes, you just have to know where to look.
The text was updated successfully, but these errors were encountered:
I seemingly ran into every common issue while installing RDPWrap, so I just wanted to put together a troubleshooting guide to pull together all the information in the many other issues.
I'm running 10.0.17134.706 for reference.
Here's the status I ran into and how each one was fixed.
Wrapper Status: Installed
Service State: Running
Listener State: Not Listening
To fix this, you need the most up to date
.ini
file (located inC:\Program Files\RDPWrapper\rdpwrap.ini
). The most comprehensive one I found was this one from Zeljko Manjkas. After downloading this and replacing the original.ini
, you need to restart the service usingRDPWInst.exe -r
. After you have the right.ini
with the right offsets fortermsvr.dll
and restart the service, this should go green. If not, open the.ini
file and do aCtrl+F
for your windows version number. If it's not in there, you either need to make it yourself by disassembling the original .dll or wait for another developer to help you out.[not supported] / "Access denied" when logging in with
RDPCheck.exe
I found when using RDPCheck.exe, I would get an "Access denied" error after logging in. Some people suggest modifying the permissions on the
rdpwrap.dll
inC:\Program Files\RDPWrapper\rdpwrap.dll
to allow for full control but this did not work for me. I found that my issue was related to the defaultSingle session per user
checkbox being checked, which is it's default. Unchecking it and restarting the service got me[fully supported]
. Thanks to this comment for helping me figure this out. I was reading that this has something to do with newer versions of Windows not supporting the feature or something?Hope this helps, they're all simple fixes, you just have to know where to look.
The text was updated successfully, but these errors were encountered: