On Mon, Apr 14, 2008 at 4:50 AM, kanwar.plaha <wineforum-user@xxxxxxxxxx> wrote: > How do I go about tracing/debugging the program? What tools will I need to have access to? No tools, just turn on logging. e.g. WINEDEBUG=+text,+seh,+ole,+relay wine yourapp.exe > log.txt 2>&1 Then look for the error message in log.txt, and look backwards for something suspicious.