[Wine] An error I can't seem to get past ...

Dan Kegel dank at kegel.com
Mon Apr 14 09:02:20 CDT 2008


On Mon, Apr 14, 2008 at 4:50 AM, kanwar.plaha <wineforum-user at winehq.org> 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.



More information about the wine-users mailing list