since I have transfered 2 of my Windows Source Dedicated Gameservers to a new Rootserver with Debian 7.7, they won't start anymore. I used to start these servers with Xvfb and wine, worked perfect on the old machine. Commandline something like this:
wine srcds.exe -console -game hidden ... ... ...
While testing this with X-Forwarding, I noticed, that the console window does not open. But the strange thing is, that the console window will open and the gameservers will start when I start them with winedbg:
winedbg srcds.exe -console -game hidden ... ... ...
Output:
WineDbg starting on pid 0023
0x7b85c703: movl %edi,0x4(%esp)
Wine-dbg>
When typing "cont" into the debugger, then the Source console window opens, and everything is running fine.

The wine version is 1.4.1, but I also tried a self compiled 1.6.2 (same problem and wine was very slow).
Does anyone have an idea what I can do to get these servers started with wine?

Thanks
rulaman