Skip to content
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

Closed
Damoz101 opened this issue Mar 26, 2015 · 9 comments
Closed

RDPWrap x64 fails to load INI file #23

Damoz101 opened this issue Mar 26, 2015 · 9 comments

Comments

@Damoz101
Copy link

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.

rdp
rdp1

@binarymaster
Copy link
Member

It seems to be a known issue, that rdpwrap x64 can't load INI file.

We're working on it.

@lkraav
Copy link

lkraav commented Jun 21, 2015

I'm also not getting the current latest release working on 10130. Has WinX TP compatibility been solved?

@binarymaster
Copy link
Member

Build 10130 isn't researched yet (there are no sections in INI file).

I'm waiting for final release in July.

@binarymaster binarymaster changed the title What am I doing wrong RDPWrap x64 fails to load INI file Jul 17, 2015
@BigApple1988
Copy link

Это настолько элементарно, что даже обидно. перелопатив половину кода, и поняв что парсер Ini-файла видит файл как одну строку - перевел rdpwrap.ini из Unix- в Windows-формат отображения строк (\r\n против \n). Все заработало (правда на библиотеке из последних исходников, на более старых не проверял).

@binarymaster
Copy link
Member

Ого, так вот где собака зарыта! Спасибо!

@binarymaster
Copy link
Member

As said BigApple1988, for x64 version, the INI file should be in Windows <CRLF> line format (Unix <LF> format is not supported).

We'll add Unix line format support very soon.

@binarymaster
Copy link
Member

WisdomWolf helped with adding a workaround, I hope this will help :)

f534a1c

@GregAce
Copy link

GregAce commented Aug 2, 2015

Hi
same issue here with Windows 10 RTM Enterprise. Workaround does not help.

update : solved by replacing alls LF with CR LF in ini file(as described in other issues)

@binarymaster
Copy link
Member

New version includes update feature, which downloads latest INI file from repository with correct line-break format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants