http://bugs.winehq.com/show_bug.cgi?id=456
*** shadow/456 Wed May 8 12:59:31 2002 --- shadow/456.tmp.19626 Fri May 10 18:08:07 2002 *************** *** 28,30 **** --- 28,54 ---- There has been a lot of work on sockets by Martin Wilck and this problem may be resolved at least in CVS.You can set up CVS to test this or you can wait another couple of weeks for the next release of wine. + + ------- Additional Comments From tron@ircd-net.org 2002-05-10 18:08 ------- + Well I downloaded and installed the latest release, and guess what? + Now wine doesn't pass the program parameters to the program anymore, is this + a new bug? + + So I have no way of testing this and I have two linux machines. + I have the latest installed on this one I am using and still have the old + one installed on it. I tried running the server on this one, and it kepted + going into game mode instead of server mode, so that means the parameters + are not being sent to the program at all. + + Here is now I run the tribes server using a shell script with this: + + #!/bin/bash + wine -- Tribes.exe "-dedicated -mod thugwars +exec serverconfig" + + I had to quote the parameters or else wine complains about invalid syntax. + I used the same shell script on the other box, and it goes into server mode. + + Both machines have the same tribes files and everything, matter of fact I + manually copyed all files from that sytem over to here. So until wine's + little bug is fixed, I cannot tell if the sockets bugs are fixed for tribes + servers to be able to run or not. \ No newline at end of file