On Thu, Jul 30, 2009 at 5:26 AM, jorl17<wineforum-user@xxxxxxxxxx> wrote: > > vjfaq wrote: >> I have already installed the hypercam with wine. >> and wat do u mean by debugging symbols > > > That log you posted is a backtrace, it provides information on 'what was happening'. Specifically, it shows the stack. > > When an application is built with Debugging Symbols, it means that it has 'identifiers' and 'names' inside it to help people debugging (seeing what's going on). > > You can see (part) of that in a sample of your backtrace: > >> =>1 0x7e8789cf ICSeqCompressFrameStart+0xff() in msvfw32 That should have code line numbers in it. -- -Austin