-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
rdpwrap.dll x64 unknown crash / exception #39
Comments
@Herjar @hooges8 @flauschi82 @XperianPro @alfred0 @FusixGit Thanks in advance! |
Actually I am at the moment installing Visual Studio 2015. I will try to get some debug right now. |
Thanks! Please note that |
I get an access violation writing the location ("Access violation writing location 0x00007FFC8474F34") |
@flauschi82 |
The VS breaks inside of the termsrv.dll (Exception 0x00007FFC63F650FF). It seems like it tries to read a location at 0xFFFFFFFFFFFFFFFF - this causes an access violation. |
Would it help, if i gave you access to that machine? |
This is where it fails.
|
any resolution with win10 pro? I just replaced my ini and it restarting now, so we will see if it works |
asulwer please let us know if that works |
just tried the latest ini with win10 pro and also experiencing the not listening status |
I think i have found the solution to this, common ini file issue, happend many times before in different projects ;) The last line in the ini is missing the CR LF thus the read is incomplete. After adding the last CR LF, all is fine and the RDP is listening on RTM. at least here. Chris |
It's working like a charm now. Thanks a lot :-) 👍 |
You are welcome :) For all: Of course after editing the file , you need to "Net Start TermService" from the command line to Start the RDP or reboot, both will do. Chris |
gompf01, you sir are a saint, thank you. Something so trivial, yet so important to reminder, adding a blank line at the bottom of the ini file. |
WisdomWolf helped with adding a workaround, I hope this will help :) |
I had a similar problem, but in my case 7and thanks to the screenshot above) I figured out that my ini fily hat unix format line endings, not windows. Changing those fixed the problem for me. :-) |
RDP Wrapper updated to v1.6, problem with line-breaks solved by adding update feature to the installer. If someone have this problem with the new version too, let me know. Notice: |
can you write a.exe file to use in my computer how to use |
I didn't understood what you mean. If you're talking about something like help file, everything you need is README.md |
Seems like this issue was solved after introducing batch update method in the installer. |
Same issue on 1.6, sorry. Win10 Home (Norwegian) |
We are experiencing technical issues with x64 version on some machines. There is unknown exception somewhere in the code, here are related comments and logs:
#33 (comment)
#33 (comment)
#33 (comment)
#34 (comment)
#38 (comment)
For the advanced users who encountered the same problem, use Visual Studio 2013 or higher to debug the DLL file and to find actual reason of exception.
Test cases:
The text was updated successfully, but these errors were encountered: