stascorp / rdpwrap

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

10.0.22000.2899 not supported #2554

Open Guisardo opened 5 months ago

Guisardo commented 5 months ago

Hi there! Again, thanks as always for this great tool!

I got not supported for 10.0.22000.2899 Can you help out? Best!

termsrv.zip

loyejaotdiqr47123 commented 5 months ago

https://github.com/loyejaotdiqr47123/rdpwrap/commit/3d366d10d9e27e410b1c71ea2bbb22d3718236c9

adearmasIAP commented 5 months ago

I modified the ini with the change commited and the remote desktop service stops. If I remove the [10.0.22000.2899] section it starts working again. I tried with the RDPWrap verstion 1.5, 1.6.2 and 1.8.2. Same things happens

phoenX80 commented 5 months ago

I found the exact same behavior. The service stops without any clear explanation in eventsmgr. Hope someone finds a clou what to do with the newest update.

phoenX80 commented 5 months ago

I get this instant crash of the RDP Service when I install RDP Wrapper:

Name der fehlerhaften Anwendung: svchost.exe_TermService, Version: 10.0.22000.2600, Zeitstempel: 0x86a2ea8d Name des fehlerhaften Moduls: rdpwrap.dll, Version: 0.0.0.0, Zeitstempel: 0x65d1bab3 Ausnahmecode: 0xc0000005 Fehleroffset: 0x000000000007d121 ID des fehlerhaften Prozesses: 0x2f4 Startzeit der fehlerhaften Anwendung: 0x01da8cab9369e347 Pfad der fehlerhaften Anwendung: C:\WINDOWS\System32\svchost.exe Pfad des fehlerhaften Moduls: c:\program files\rdp wrapper\rdpwrap.dll Berichtskennung: 7d4376f6-0100-461b-91a6-2de9119d3c91 Vollständiger Name des fehlerhaften Pakets: Anwendungs-ID, die relativ zum fehlerhaften Paket ist: termsrv.zip

The fact this refers to 2600 when the original is 2899 is correct I suppose? Anything I can try?

Screenshot (103) termsrv.zip

loyejaotdiqr47123 commented 5 months ago

I modified the ini with the change commited and the remote desktop service stops. If I remove the [10.0.22000.2899] section it starts working again. I tried with the RDPWrap verstion 1.5, 1.6.2 and 1.8.2. Same things happens

RDPWrap-v1.8.2.zip Try running uninstall.bat and install.bat You don't need to modify rdpwrap.ini

phoenX80 commented 5 months ago

RDPWrap-v1.8.2.zip Try running uninstall.bat and install.bat You don't need to modify rdpwrap.ini

Results in same crash auf the service. As if MS detects the change now or maybe its gotta do with the recognition of unwanted software?

adearmasIAP commented 5 months ago

I modified the ini with the change commited and the remote desktop service stops. If I remove the [10.0.22000.2899] section it starts working again. I tried with the RDPWrap verstion 1.5, 1.6.2 and 1.8.2. Same things happens

RDPWrap-v1.8.2.zip Try running uninstall.bat and install.bat You don't need to modify rdpwrap.ini

I've already tried that and it crashes.

phoenX80 commented 5 months ago

I rolled back since no solution for 22000.2899 yet.

loyejaotdiqr47123 commented 5 months ago

I get this instant crash of the RDP Service when I install RDP Wrapper:

Name der fehlerhaften Anwendung: svchost.exe_TermService, Version: 10.0.22000.2600, Zeitstempel: 0x86a2ea8d Name des fehlerhaften Moduls: rdpwrap.dll, Version: 0.0.0.0, Zeitstempel: 0x65d1bab3 Ausnahmecode: 0xc0000005 Fehleroffset: 0x000000000007d121 ID des fehlerhaften Prozesses: 0x2f4 Startzeit der fehlerhaften Anwendung: 0x01da8cab9369e347 Pfad der fehlerhaften Anwendung: C:\WINDOWS\System32\svchost.exe Pfad des fehlerhaften Moduls: c:\program files\rdp wrapper\rdpwrap.dll Berichtskennung: 7d4376f6-0100-461b-91a6-2de9119d3c91 Vollständiger Name des fehlerhaften Pakets: Anwendungs-ID, die relativ zum fehlerhaften Paket ist: termsrv.zip

The fact this refers to 2600 when the original is 2899 is correct I suppose? Anything I can try?

Screenshot (103) termsrv.zip

ACCESS_VIOLATION (0xC0000005) This is caused by accessing an invalid memory address.

loyejaotdiqr47123 commented 5 months ago

Fix the problem of automatic stopping after service startup. RDPWrap-1.8.3.zip

adearmasIAP commented 5 months ago

Hi @loyejaotdiqr47123 , I've just installed 1.8.3 and it is not working. Thank you for your efford

image

adearmasIAP commented 5 months ago

Should wrapper version be 1.5.0.0?

loyejaotdiqr47123 commented 5 months ago

Hi @loyejaotdiqr47123 , I've just installed 1.8.3 and it is not working. Thank you for your efford

image

Uninstall and reinstall?

loyejaotdiqr47123 commented 5 months ago

包装版本应该是 1.5.0.0 吗?

Yes.This is just the version of rdpwrap.dll

loyejaotdiqr47123 commented 5 months ago

Hi @loyejaotdiqr47123 , I've just installed 1.8.3 and it is not working. Thank you for your efford image

Uninstall and reinstall?

Please check if your anti-virus software is blocking

adearmasIAP commented 5 months ago

Hi @loyejaotdiqr47123. I disabled the antivirus and nothing changed. I can try whatever you need.

adearmasIAP commented 5 months ago

I did uninstall and install btw

bpalob commented 5 months ago

Can confirm same thing here,... Service not starting with 1.8.3. If I use the "legacy" version 1.6.2, service starts but it shows not supported. Any help is appreciated.

loyejaotdiqr47123 commented 5 months ago

@sashaqwert Do you have a way to fix it? Can you add the Label "bug"?

sashaqwert commented 5 months ago

@loyejaotdiqr47123

I can't fix this. I can add vug label. Vut I'm recommend ask @binarymaster for this.

binarymaster commented 5 months ago

Issues with "add build" label are not bugs and don't need a "bug" label.

adearmasIAP commented 4 months ago

Sorry if I missed something. No solution for this version, right?

phoenX80 commented 4 months ago

Probably. I gave up and reverted the version thus can't test atm.

loyejaotdiqr47123 commented 4 months ago

Sorry if I missed something. No solution for this version, right?

RDPWrap-mod-v1.8.9.9.zip Try this

phoenX80 commented 4 months ago

Can't download. Brave intercepts it with no option to override.

adearmasIAP commented 4 months ago

Can't download but I can download previous versions.

Guisardo commented 3 months ago

Just FYI, my termsrv got updated to 10.0.22000.2960. I got the RDP Wrapper working using v1.8.2 and https://github.com/loyejaotdiqr47123/rdpwrap/blob/master/res/rdpwrap.ini Best,

sashaqwert commented 3 months ago

Reopened. Not included in official INI by Stas'M