Giter Site home page Giter Site logo

Windows 10 10240 about rdpwrap HOT 23 CLOSED

tholden avatar tholden commented on August 27, 2024
Windows 10 10240

from rdpwrap.

Comments (23)

binarymaster avatar binarymaster commented on August 27, 2024

INI file updated, please test it.

from rdpwrap.

binarymaster avatar binarymaster commented on August 27, 2024

Tested on Win 10 Enterprise x86 (in VirtualBox 5), works without issues.

from rdpwrap.

binarymaster avatar binarymaster commented on August 27, 2024

Also works on Win 10 Enterprise x64.

from rdpwrap.

tholden avatar tholden commented on August 27, 2024

Thanks a lot. Much appreciated. Confirmed working on Win 10 Pro x64.

from rdpwrap.

Herjar avatar Herjar commented on August 27, 2024

I can't get this to work no matter what I try on Win 10 Pro x64 (10240)

from rdpwrap.

binarymaster avatar binarymaster commented on August 27, 2024

@Herjar
You're doing something wrong... follow this video tutorial:
http://www.youtube.com/watch?v=W9BpbEt1yJw

from rdpwrap.

Herjar avatar Herjar commented on August 27, 2024

That's what I was trying, but I downloaded everything over again now to test.
It installs fine and I get it running, with no support.
Then I try to change the rdpwrap.ini file and I am not allowed to cut/paste or delete the file in Program Files. I get the message: "file is open in Cryptographic Services".
I can however copy/paste over it for some reason. When I do that and try to restart with "RDPWInst.exe -r" it will not start again and I end up with this: http://i.imgur.com/W236RWK.png

Everything looks ok when I run the command, but the service does not start:

RDP Wrapper Library v1.5
Installer v2.2
Copyright (C) Stas'M Corp. 2014

[*] Restarting...
[*] Configuring TermService...
[*] Starting TermService...
[+] TermService found (pid 11796).
[*] Shared services found: CryptSvc, Dnscache
[*] Terminating service...
[*] Starting CryptSvc...
[*] Starting Dnscache...
[*] Starting TermService...
[+] Done.

I followed every step in the video. Any idea what could be wrong?

from rdpwrap.

binarymaster avatar binarymaster commented on August 27, 2024

Hm... maybe it's related to this issue: #23
What is your running environment? VM or real PC?

Try these steps:

  1. Disable Terminal Services
    sc config TermService start= disabled
  2. Restart your PC
  3. Replace old INI file with new one (since termsrv is disabled, file shouldn't be locked)
  4. Enable and start Terminal Services
    sc config TermService start= auto
    sc start TermService

from rdpwrap.

Herjar avatar Herjar commented on August 27, 2024

Yea then I can replace rdpwrap.ini but I still cannot start the service after changing the file.

I checked the event viewer and found these:

  1. The Remote Desktop Services service terminated unexpectedly. It has done this 20 time(s).
  2. The Cryptographic Services service terminated unexpectedly. It has done this 18 time(s).
  3. Faulting application name: svchost.exe_CryptSvc, version: 10.0.10240.16384, time stamp: 0x559f38cb
    Faulting module name: rdpwrap.dll, version: 1.5.0.0, time stamp: 0x5488aa5a
    Exception code: 0xc0000005
    Fault offset: 0x0000000000002953
    Faulting process ID: 0x1730
    Faulting application start time: 0x01d0c127a7687915
    Faulting application path: C:\WINDOWS\system32\svchost.exe
    Faulting module path: c:\program files\rdp wrapper\rdpwrap.dll
    Report ID: 3d42bbe3-5153-4d03-a441-584cf1b53398
    Faulting package full name:
    Faulting package-relative application ID:

from rdpwrap.

Herjar avatar Herjar commented on August 27, 2024

Sorry forgot to mention it's running installed on my PC, not VM.

from rdpwrap.

binarymaster avatar binarymaster commented on August 27, 2024

Try to do this:

  1. sc config TermService type= own
  2. If you have antivirus software, try to add rdpwrap.dll to exclusions
  3. Create file rdpwrap.txt in the root of system disk (for example C:\rdpwrap.txt)
  4. Restart PC
  5. Check contents of rdpwrap.txt log file

from rdpwrap.

Herjar avatar Herjar commented on August 27, 2024

Ok I tried that now, but the service still does not start. Got this in the txt file:

<<< SvchostPushServiceGlobals
>>> ServiceMain
<<< ServiceMain
>>> CSLQuery::Initialize
SLInit [0x00007FFBE66123B8] bServerSku = 1
>>> SvchostPushServiceGlobals
Loading configuration...
Configuration file: c:\program files\rdp wrapper\rdpwrap.ini
Initializing RDP Wrapper...
Base addr:  0x00007FFBE5910000
SvcMain:    termsrv.dll+0x000000000000CDF0
SvcGlobals: termsrv.dll+0x00000000000345A0
Version:    10.0.10240.16384
Freezing threads...
Patch CEnforcementCore::GetInstanceOfTSLicense
Patch CSessionArbitrationHelper::IsSingleSessionPerUserEnabled
Patch CDefPolicy::Query
Hook CSLQuery::Initialize
Resumimg threads...

from rdpwrap.

binarymaster avatar binarymaster commented on August 27, 2024

Very strange... actions in the provided log were completed in wrong order.

@FusixGit I don't know how could this happen.

Also it seems to be a problem with x64 INI reader...
Base addr: 0x00007FFBE5910000
SLInit [0x00007FFBE66123B8] bServerSku = 1

[10.0.10240.16384-SLInit]->bServerSku.x64 = F23B8
but the equation is 7FFBE66123B8 - 7FFBE5910000 = D023B8 (wrong)

from rdpwrap.

UdoBaumann avatar UdoBaumann commented on August 27, 2024

I just installed Windows 10 today (final) and having exact the same issue....

from rdpwrap.

hooges8 avatar hooges8 commented on August 27, 2024

Same issue with Windows 10 here (final) today:

Event viewer shows the Remote Desktop Services service terminated unexpectedly, as well as cryptographic services, dns, network location awareness.

Yes, I updated the INI file with the most recent version. Listening showed not listening in config, but fully supported.

from rdpwrap.

flauschi82 avatar flauschi82 commented on August 27, 2024

Same here - Not working with Windows 10 final.

Exception in rdpwrap.dll, Version 1.5.0.0
Code: 0xc0000005, Offset: 0x0000000000002953

The version of the TermService is 10.0.10240.16384

from rdpwrap.

alfred0 avatar alfred0 commented on August 27, 2024

thanks for all the help binarymaster - i hope i can provide any help to my best abilities to solve this for everyone ere experiencing same issue

from rdpwrap.

hirolash avatar hirolash commented on August 27, 2024

I'm running Windows 10 Home. I installed RDPWrap v1.5 and updated the rdpwrap.ini file.
When I restarted rdpwinst I get a couple of StartService error (code 1056) in the CMD window and in the RDP Wrapper Configuration the Listener state is Not Listening.

This is my first time working with RDPWrap and I'm not too knowledgeable with this type of installation. Any help would be greatly appreciated.
capture

from rdpwrap.

alfred0 avatar alfred0 commented on August 27, 2024

hirolash - restart the machine i did that and it came back. i also turned off shadowing but i dont think that matters

from rdpwrap.

hirolash avatar hirolash commented on August 27, 2024

Thanks for the reply Alfred0,
I disabled Shadowing and restarted the computer, Listener State is still Not Listening.

Would it make a difference if I replaced the termsrv.dll and rdpclip.exe files with ones from a Windows 10 Pro computer? I have not done that but I have a Windows 10 Pro computer available to me and I can copy the files if that would help fix the problem.

from rdpwrap.

alfred0 avatar alfred0 commented on August 27, 2024

hirolash i didnt have to do any of that.. all i did was run the install in elevated command prompt then restarted..
mine

from rdpwrap.

hirolash avatar hirolash commented on August 27, 2024

gompf01 figured out the solution, I needed to add an extra blank line at the bottom of the ini file. Thank you for your help alfred0, I would have given up if you hadn't responded and keep me going.

from rdpwrap.

Stephan35 avatar Stephan35 commented on August 27, 2024

Hello,
Tried on windows 10 with admin right , here is print screen.
can't get it working.
winver
rdpwrapper

Thanks for reply
Best regards.

from rdpwrap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.