Am Don, 2002-11-28 um 17.16 schrieb Tony Lambregts:
is there any way we can debug the wineserver?
I am not sure this is the right answer since I am not a wine guru. However when you start wineserver you can start it with debug levels i.e., "wineserver -d1". Setting d0 turns winserver debugging off.
Starting wine with "-debugmsg trace+server" works quite well. Furthermore, wineserver is a true Unix program. You can run in through gdb. I often run wine normally, then start gdb and simply attach to the running wineserver process.
Martin