Wine + proprietary MDB Server

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
jgozzo
Level 2
Level 2
Posts: 11
Joined: Mon Jul 22, 2013 8:49 am

Wine + proprietary MDB Server

Post by jgozzo »

Hi.

If I configure xinetd:

ubuntu@ubuntuserver:/etc/xinetd.d$ cat Habil_Servidor_
service Habil_Servidor_
{
port = 62802
disable = no
socket_type = stream
protocol = tcp
wait = no
user = ubuntu
server = /usr/bin/wine
server_args = "C:\Program Files (x86)\Koinonia Software\Habil Empresarial\Habil_Servidor_MSA.exe"
}

I have a read error at loading client (Windows).

If I stop xinetd and run the application:
ubuntu@ubuntuserver:~$ wine C:\\Program\ Files\ \(x86\)\\Koinonia\ Software\\Habil\ Empresarial\\Habil_Servidor_MSA.exe

the port 62802 don't opens, then the client reports socket error 10061 (connection refused), without firewall running on Linux.

How can I run the server listening the Windows clients on port 62802 by the Wine?
Follow the terminal output.

Thanks.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine + proprietary MDB Server

Post by dimesio »

Don't open more than one thread for the same problem. Locking this one.
Locked