소스 검색

Adding the wine error message, just FYI.

Steve Thielemann 5 년 전
부모
커밋
e19cfee478
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      proxy.py

+ 1 - 0
proxy.py

@@ -285,6 +285,7 @@ class Game(protocol.Protocol):
             # Ok, here's what we going to do.
             # Set timer for 5 seconds.  If we don't receive anything before that --
             # hang up the server connection.  :P
+            # 008c:fixme:file:UnlockFileEx Unimplemented overlapped operation
             self.received = False
             reactor.callLater( 5, self.chicken)