-
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 x64 fails to load INI file #23
Comments
It seems to be a known issue, that rdpwrap x64 can't load INI file. We're working on it. |
I'm also not getting the current latest release working on 10130. Has WinX TP compatibility been solved? |
Build 10130 isn't researched yet (there are no sections in INI file). I'm waiting for final release in July. |
Это настолько элементарно, что даже обидно. перелопатив половину кода, и поняв что парсер Ini-файла видит файл как одну строку - перевел rdpwrap.ini из Unix- в Windows-формат отображения строк (\r\n против \n). Все заработало (правда на библиотеке из последних исходников, на более старых не проверял). |
Ого, так вот где собака зарыта! Спасибо! |
As said BigApple1988, for x64 version, the INI file should be in Windows We'll add Unix line format support very soon. |
WisdomWolf helped with adding a workaround, I hope this will help :) |
Hi update : solved by replacing alls LF with CR LF in ini file(as described in other issues) |
New version includes update feature, which downloads latest INI file from repository with correct line-break format. |
Sorry if this isn't the place to ask but ive been using this for a long time and now its doing my head in
Currently running
Windows 10 Technical Preview
Builld 10041
I have RD-Clip installed with the latest .ini however it just doesn't do it.
I'e tried uninstall reinstall soooo many times
I still get the other user is logged in error message.
Have attached config and error screen.
Love you work appreciate it.
The text was updated successfully, but these errors were encountered: