Displaying 1 result from an estimated 1 matches for "40018c28".
Did you mean:
001828
2005 Jan 03
0
dlls continued
...83] in kernel32
1283 static inline void WINAPI DbgBreakPoint(void) { __asm__
__volatile__("int3"); }
Wine-dbg>
then when I tried to copy that, <sob> habit bit.
Ctrl-C: stopping debuggee
err:seh:setup_exception nested exception on signal stack in thread 003b eip
ffffe000 esp 40018c28 stack 0x40610000-0x40710000
Questions:
1. Should I take a step back and throw out the dlls I moved to the system
folder, or should I add the dlls to config? Yes, I know that I'm not supposed
to worry about dlls, but what else should I have done with the first one?
2. What did that original m...