stascorp / rdpwrap

RDP Wrapper Library
Apache License 2.0
14.5k stars 3.8k forks source link

RDP Wrapper is not working - Service "Stopped" #1332

Open Chandrasiris opened 3 years ago

Chandrasiris commented 3 years ago

I am using Windows 10 1909. RDP wrapper is not working and it says Service is "Stopped" I tried to start termserv but it raised "The Service did not start due to logon failure" How can I resolve RDP Wrapper issue?

Thank You Screenshot_3 Screenshot_1

usrtky commented 3 years ago

I noticed this as well today. Look at the event logs and confirm you see the same. This is occurring on Windows 10 20H2 (OS Build 19042.804). Uninstalling RDPWrapper restores normal RDP functionality.

System Log: Event ID 7034

The Remote Desktop Services service terminated unexpectedly. It has done this x time(s).

Application Log: Event ID 1000

Faulting application name: svchost.exe_TermService, version: 10.0.19041.546, time stamp: 0x058e175a Faulting module name: rdpwrap.dll, version: 1.5.0.0, time stamp: 0x5488aa5a Exception code: 0xc0000005 Fault offset: 0x00000000000029fc Faulting process id: 0x11bc Faulting application start time: 0x01d707003b8dcbfd Faulting application path: C:\Windows\System32\svchost.exe Faulting module path: c:\program files\rdp wrapper\rdpwrap.dll Report Id: 03f8e211-7faf-4e06-8431-c5d115576966 Faulting package full name: Faulting package-relative application ID:

Faulting application name: svchost.exe_TermService, version: 10.0.19041.546, time stamp: 0x058e175a Faulting module name: rdpwrap.dll, version: 1.5.0.0, time stamp: 0x5488aa5a Exception code: 0xc0000005 Fault offset: 0x00000000000029fc Faulting process id: 0x17f8 Faulting application start time: 0x01d706fff3869dc4 Faulting application path: C:\Windows\System32\svchost.exe Faulting module path: c:\program files\rdp wrapper\rdpwrap.dll Report Id: 142dab8d-4930-47d4-a502-cb430b51d9a2 Faulting package full name: Faulting package-relative application ID:

Faulting application name: svchost.exe_TermService, version: 10.0.19041.546, time stamp: 0x058e175a Faulting module name: rdpwrap.dll, version: 1.5.0.0, time stamp: 0x5488aa5a Exception code: 0xc0000005 Fault offset: 0x00000000000029fc Faulting process id: 0x1fe8 Faulting application start time: 0x01d706fff0fa30ce Faulting application path: C:\Windows\System32\svchost.exe Faulting module path: c:\program files\rdp wrapper\rdpwrap.dll Report Id: f1216fb4-cc0f-478d-83a1-f69ba086e229 Faulting package full name: Faulting package-relative application ID:

Faulting application name: svchost.exe_TermService, version: 10.0.19041.546, time stamp: 0x058e175a Faulting module name: rdpwrap.dll, version: 1.5.0.0, time stamp: 0x5488aa5a Exception code: 0xc0000005 Fault offset: 0x00000000000029fc Faulting process id: 0x480 Faulting application start time: 0x01d706fff07f4de4 Faulting application path: C:\Windows\System32\svchost.exe Faulting module path: c:\program files\rdp wrapper\rdpwrap.dll Report Id: 968a78f5-a642-4dde-a1d0-24147087ebfa Faulting package full name: Faulting package-relative application ID:

mkoculak commented 3 years ago

I am not sure if Your problems are related to my situation, but just wanted to leave a comment for others searching for an answer.

Many people reported similar problems that were caused by system not having permissions to rdpwrap folder of files in the Program Files directory.

My case was different, TermService did not want to start because my ini file did not have an empty new line at the end. Adding it fixed the RDP and everything is working now fine.

usrtky commented 3 years ago

Thank you for the response. I checked the .ini and yes the was no empty line in mine either. That fixed the issue.

dkeaster commented 3 years ago

Thank you !! I also checked the end line in .ini file , and there was no empty line. I added it, and it fixed issue.

gamma-577 commented 3 years ago

@mkoculak ,

Thanks for your observation. I spent half a day scratching my head over service error 1067. After your suggestion I put the missing newline and voila. Business as usual. :-)

Thank you!

-Gamma

linhntaim commented 3 years ago

I am not sure if Your problems are related to my situation, but just wanted to leave a comment for others searching for an answer.

Many people reported similar problems that were caused by system not having permissions to rdpwrap folder of files in the Program Files directory.

My case was different, TermService did not want to start because my ini file did not have an empty new line at the end. Adding it fixed the RDP and everything is working now fine.

It worked. Thank you much!

robertsimpleitindy commented 5 months ago

I am not sure if Your problems are related to my situation, but just wanted to leave a comment for others searching for an answer.

Many people reported similar problems that were caused by system not having permissions to rdpwrap folder of files in the Program Files directory.

My case was different, TermService did not want to start because my ini file did not have an empty new line at the end. Adding it fixed the RDP and everything is working now fine.

You are a gentleman and a scholar! This helped me out so much!