[Wine] Re: Help please. WINE suddenly quits.

Daniel Skorka skorka at gmx.net
Wed May 24 16:20:04 CDT 2006


lintoon <rwdos at yahoo.co.uk> wrote:
> $ winedbg FileMaker\ Pro.exe
> WineDbg starting on pid 0xa
> 0x7fcbd019: subl        $12,%esp
> Wine-dbg>bt

Thats too early. If you start a process with winedbg, it will immediatly
drop to the prompt. You have to type 'cont' and hit enter. Then, when
the program crashes and you get back to the prompt, you  have to type
'bt'

> Backtrace:
> =>1 0x7fcbd019 in kernel32 (+0x4d019) (0x7fcbd019)
>  2 0xb7ef6637 wine_switch_to_stack+0x17 in libwine.so.1 (0xb7ef6637)

Those lines should contain debugging information. Where is your wine
from?

Daniel


More information about the wine-users mailing list