Release 1.0.0
Features:
- Allows programs running under Wine to connect to a Unix socket through a
Windows named pipe by proxying the data between the two. - Multiple concurrent connections are supported.
- The socket path and pipe name can be specified in the settings.conf file, or
as environment variables (WINESTREAMPROXY_PIPE_NAME and
WINESTREAMPROXY_SOCKET_PATH). - The program can be started using the start.sh script. The wrapper.sh can be
used as a wrapper to start the proxy before another program.
Known problems:
- If run as a service, Wine won't wait for startup to finish.
- There are some Wine versions that have problems with running .exe.so files.