Jose Alberto Reguero wrote:
I had the foloowing error when I run a program: warn:seh:setup_exception exception outside of stack limits in thread 000c eip 7bed9651 esp 7f9510f4 stack 0x7f950000-0x7fa50000 err:seh:setup_exception nested exception on signal stack in thread 000c eip 7bed99fd esp 7ffffcd0 stack 0x7f950000-0x7fa50000 Any Idea?
Looks like a crash inside an exception handler. Use the +seh debug channel or run in winedbg to see the source of the problem.