"Graham" == Graham Stoney greyhams@optusnet.com.au writes:
Graham> Hi winers, I've built the latest cvs version of wine on my Graham> Debian stable system, and it crashes every time I run it. Here's Graham> an example:
Graham> greyham@fred:/tmp$ wine notepad wine: Unhandled exception, Graham> starting debugger... wine: Unhandled exception, starting Graham> debugger... wine: Unhandled exception, starting debugger... Graham> (messages continue indefinitely; the debugger never gets Graham> started)
Did you set synchronous mode in the ~/.wine/config [x11drv] section: "Synchronous" = "y"
It normally helps with X related problems.
Bye