Menu

#230 TCPServer access violation

v2.6x
closed-invalid
nobody
None
5
2015-11-02
2015-09-20
raffriff42
No

Attempting to test TCPServer/TCPSource on Windows 8.1, I get an access violation.

Error: Avisynth open failure:
Evaluate: System exception - Access Violation
(E:\Data\Downloads\TCP-stream-reciever.avs, line 1)

To test, I opened my firewall to "remote port" 127.0.0.1:2000, and was running both server and client with admin privileges.

Here are my scripts:

(server running in MPC-HC)
DirectShowSource(file)
TCPServer(2000)
return Last.Loop

(client running under VirtualDub)
TCPSource("tcp://127.0.0.1", 2000) ## crash
return Last.Info

Discussed on doom9 and avisynth.nl
http://forum.doom9.org/showthread.php?p=1738422#post1738422
http://avisynth.nl/index.php/Talk:TCPServer

Cheers,
raffriff42

Discussion

  •   raffriff42

    raffriff42 - 2015-09-20

    My script was in error. I was using "tcp://" for some reason.
    raffriff42

     
  • Wilbert Dijkhof

    Wilbert Dijkhof - 2015-11-02

    Ticket closed

     
  • Wilbert Dijkhof

    Wilbert Dijkhof - 2015-11-02
    • status: open --> closed-invalid
     

Log in to post a comment.