Recompiled on the new W8 box (by the way build instructions need to be
updated to include correct procedures for including W8 SDK)


it still doesn't work though :(
After fixing my own certs (could be an idea to create a new sample cert that
isn't expired) I get the following console log
C:\rdesktop\output\Debug>wfreerdp-server.exe
screen id not provided. attempting to detect...
Detecting screens...

ID      Resolution              Name (Interface)

0       1024x768x32     \\.\DISPLAY1 (Microsoft Hyper-V Video)
Starting server
Listening on :: port 3389.
Listening on 0.0.0.0 port 3389.
Output 0: [\\.\DISPLAY1] [1]
Registering Peer: id=0 #=1
We've got a client 172.16.1.100
Client Security: NLA:1 TLS:1 RDP:0
Server Security: NLA:1 TLS:1 RDP:1
Negotiated Security: NLA:1 TLS:0 RDP:0
TLS connection accepted
ioctlsocket() failed with error: -1
Accepted client: SILENT
Accepted channels: rdpdr rdpsnd drdynvc cliprdr
Resetting encoder
Activating Peer Updates: 1
SSL_read: I/O error: Invalid argument (22)
Client 172.16.1.100 disconnected.
Deactivating Peer Updates: 0
Unregistering Peer: id=0, #=0

Seems like two errors and I have no idea why they appear.
Best regards
Mats


-----Ursprungligt meddelande-----
Från: Mats [mailto:tech...@skrangsta.se] 
Skickat: den 13 juni 2013 21:27
Till: freerdp-devel@lists.sourceforge.net
Ämne: Re: [Freerdp-devel] Needing updated instructions on how to compile and
setup server for windows

Thank You. I had seen the first link earlier and I also found some stuff on
creating a SAM-file wich seems to be a little undocumented.
I tried to follow
https://github.com/FreeRDP/FreeRDP/wiki/Build-on-Windows-with-Visual-C---201
0 when I compiled my version. IT compiled but crashed everytime so I will
start with a clean W8 box and try to compile on it.

Best Regards
Mats

-----Ursprungligt meddelande-----
Från: Bernhard Miklautz [mailto:bmikla...@thinstuff.at]
Skickat: den 13 juni 2013 12:52
Till: freerdp-devel@lists.sourceforge.net
Ämne: Re: [Freerdp-devel] Needing updated instructions on how to compile and
setup server for windows

Hi Mats,

I haven't built the windows server myself for a while but here some hints.

On 06/12/2013 06:55 PM, Mats wrote:
> Is there an up to date guide on how to compile and Configure the server?
Have a look to
https://github.com/awakecoding/FreeRDP-Manuals/blob/master/Developer/FreeRDP
-Developer-Manual.markdown
for build options.

Configuration itself is rather straight forward. Have a look to
https://github.com/awakecoding/FreeRDP-Manuals/blob/master/User/FreeRDP-User
-Manual.markdown
- at the bottom you find some registry keys that affect the server. In
addition there are two registry keys

HKEY_LOCAL_MACHINE\Software\FreeRDP\Server\PrivateKeyFile
HKEY_LOCAL_MACHINE\Software\FreeRDP\Server\CertificateFile

these can be used to override the default certifacte/key file (just created
a pull request that they are added to the manual).
If these two keys are not set the server looks for a server.key and
server.crt in the current working directory.

When building/developing/testing the easiest is to run the windows server in
the sub directory server/Windows/ because there are already a key and
certificate for testing.

Hope that helps.
Best regards,
Bernhard

----------------------------------------------------------------------------
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel



----------------------------------------------------------------------------
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel



------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to