[Bug 37799] Children of the Nile: crash on start when not using virtual desktop

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 4 07:30:13 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=37799

--- Comment #1 from rtpublic1 at gmail.com ---
The "winedbg: Internal crash at 0x7ec18de6" (last line in the log) happens
because dbg_curr_process is NULL.

winedbg.c main line 673 -> tgt_active.c dbg_active_auto

dbg_active_auto crashes on line 851:
    dbg_curr_process->process_io->close_process(dbg_curr_process, TRUE);

dbg_curr_process is NULL, so winedbg crashes.

Is this worth a new bug report?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list