Re: Starting point to debug an application error

2008-07-17 Thread Brad Campbell
Mikołaj Zalewski wrote: > >> If someone has the time to look at it, I'd love a pointer on where / >> how to start investigating this.. >> >> > You could try to do a WINEDEBUG=+message,+seh log. This will give you > all the messages, and a search for seh: lines will give you the > exceptions

Re: Starting point to debug an application error

2008-07-17 Thread Mikołaj Zalewski
>If someone has the time to look at it, I'd love a pointer on where / how >to start investigating this.. > > You could try to do a WINEDEBUG=+message,+seh log. This will give you all the messages, and a search for seh: lines will give you the exceptions that are being thrown/handled. Often,

Starting point to debug an application error

2008-07-17 Thread Brad Campbell
G'day all, I'm playing with a windows program used to develop code for a uC. The application is free to download and installs cleanly with no dependence on external hardware. It's pretty much working except for two details. A) The file tree on the left of the application throws an application