Hi,
After updating with last patches, running 'winedbg' without options produces the following result : WineDbg starting... on pid 0 Wine-dbg>parse error Wine-dbg>parse error ... I must kill it.
running 'winedebg --debugmsg +all' produces : 08070b90:trace:heap:RtlSizeHeap (40230000,00000002,40230094): returning 00000424 08070b90:trace:heap:RtlReAllocateHeap (40230000,00000002,40230094,00000440): returning 402304e0 08070b90:trace:heap:RtlAllocateHeap (40230000,00000002,00000018): returning 40230094 08070b90:trace:heap:RtlAllocateHeap (40230000,00000002,00000018): returning 402300b4 08070b90:trace:heap:RtlAllocateHeap (40230000,00000002,00000018): returning 402300d4 08070b90:trace:heap:RtlAllocateHeap (40230000,00000002,00000038): returning 402300f4 08070b90:trace:reg:NtCreateKey (0x0,L"Machine\Software\Wine\Wine\0000\5555\037d\0000\5246\4545\0920\4023t\4023\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa"...,<null>,0,f003f,0xbfffec98) 08070b90:trace:reg:NtCreateKey <- 0x0010 08070b90:trace:heap:RtlFreeHeap (40230000,00000002,402300f4): returning TRUE 08070b90:trace:heap:RtlAllocateHeap (40230000,00000002,00000044): returning 402300f4 08070b90:trace:reg:NtCreateKey (0x0,L"Machine\Software\Wine\Wine\Config\0000\0371\0000\5246\4545\0920\4023t\4023\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa"...,<null>,1,f003f,0x400ff7a0) 08070b90:trace:reg:NtCreateKey <- 0x0010 08070b90:trace:heap:RtlFreeHeap (40230000,00000002,402300f4): returning TRUE Erreur de segmentation <- "segmentation error"
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
Sylvain Petreolle a écrit :
Hi,
After updating with last patches, running 'winedbg' without options produces the following result : WineDbg starting... on pid 0 Wine-dbg>parse error Wine-dbg>parse error
likely because winedbg cannot read from STD_INPUT_HANDLE do you run winedbg in wineconsole or in unix console ? did you redirect stdin ?
Erreur de segmentation <- "segmentation error"
where does this error message comes from ? it's not a wine regular debug message, isn't it.
A+
do you run winedbg in wineconsole or in unix console ? did you redirect stdin ?
I run it directly from bash in gnome terminal. No redirection at all.
Erreur de segmentation <- "segmentation error"
where does this error message comes from ? it's not a wine regular debug message, isn't it.
should be the standard kernel message indicating that wine is crashing, while winedbg is launched via wine since we have the wrapper.
the exact command line when i do a ps is : syl 15005 6871 23 19:38 pts/2 00:00:07 /usr/local/bin/wine winedbg.exe
Also, this could be a loader problem... doing ./winedbg in debugger/ works ! syl 15045 6871 1 19:46 pts/2 00:00:00 /home/wine/miscemu/wine ./winedbg.exe.so
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com