http://bugs.winehq.org/show_bug.cgi?id=26420
Summary: TES Construction Set crashes on topic view/edit Product: Wine Version: 1.3.15 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kakuremura@gmail.com
Created an attachment (id=33639) --> (http://bugs.winehq.org/attachment.cgi?id=33639) Debugger output
TES Construction Set version 1.2.404 (http://download.zenimax.com/elderscrolls/oblivion/other/tes_construction_set...)
Wine crashes after a few clicks when you want to add/edit the conversation topics/dialogs for a quest. Some times it will crash immediately on selecting the topic tab.
http://bugs.winehq.org/show_bug.cgi?id=26420
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2011-03-14 18:15:51 CDT --- Try to run with +heap,+tid and attach a log please.
http://bugs.winehq.org/show_bug.cgi?id=26420
--- Comment #2 from kakuremura@gmail.com 2011-03-14 21:12:57 CDT --- (In reply to comment #1)
Try to run with +heap,+tid and attach a log please.
Okay, it's a "Heisen-bug". I get to the point where it crashes normally and... it doesn't crash with the extra logging.
Tried it without the logging and it crashes as usual again.
http://bugs.winehq.org/show_bug.cgi?id=26420
MassteR matrixsmaster@yandex.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |matrixsmaster@yandex.ru
--- Comment #3 from MassteR matrixsmaster@yandex.ru 2011-03-15 04:08:59 CDT --- Seems this problem is relative to only your specific hardware/software installation. Please provide your specs.
http://bugs.winehq.org/show_bug.cgi?id=26420
--- Comment #4 from kakuremura@gmail.com 2011-03-15 07:23:54 CDT --- (In reply to comment #3)
Seems this problem is relative to only your specific hardware/software installation. Please provide your specs.
I'm starting to get that feeling as well. My specs:
Intel(R) Core(TM)2 Quad CPU Q9450 @ 2.66GHz 8Gb memory Asus P5Q Pro Nvidia 570GTX 1280mb Nvidia driver 260.19.29 Creative Audigy 2 zs
http://bugs.winehq.org/show_bug.cgi?id=26420
--- Comment #5 from kakuremura@gmail.com 2011-03-15 07:55:31 CDT --- Hmm, I may have a found a very specific bug. I apologize if that is true, I was blinded by what I was trying to achieve.
If I create a new quest, then the topic system is stable. It crashes when I try to change the topics in the MS48 quest.
Random other existing quests I've tried seem to be stable.
http://bugs.winehq.org/show_bug.cgi?id=26420
--- Comment #6 from MassteR matrixsmaster@yandex.ru 2011-03-15 08:18:11 CDT --- Created an attachment (id=33646) --> (http://bugs.winehq.org/attachment.cgi?id=33646) MS48 quest editing fine in WINE 1.3.15
http://bugs.winehq.org/show_bug.cgi?id=26420
--- Comment #7 from MassteR matrixsmaster@yandex.ru 2011-03-15 08:20:44 CDT --- Very strange. Your hardware system appear to be very nice and compatible. Please post info about your OS (kernel version, libc version, etc) and about WINE (compiled manually or downloaded as binary or installed via your package manager).
http://bugs.winehq.org/show_bug.cgi?id=26420
--- Comment #8 from kakuremura@gmail.com 2011-03-15 09:00:41 CDT --- (In reply to comment #7)
Very strange. Your hardware system appear to be very nice and compatible. Please post info about your OS (kernel version, libc version, etc) and about WINE (compiled manually or downloaded as binary or installed via your package manager).
It's not in my wine build as a whole. This is the only bug I've experienced this year, and I use wine for a lot of programs. I doubt this is an exotic kernel/build bug.
kernel: 2.6.32-5-amd64 (from debian repository) wine built from source (git checkout wine-1.3.15) gcc (Debian 4.4.5-8) 4.4.5 / glibc-2.11-1
http://bugs.winehq.org/show_bug.cgi?id=26420
--- Comment #9 from MassteR matrixsmaster@yandex.ru 2011-03-15 09:08:52 CDT --- (In reply to comment #8)
It's not in my wine build as a whole. This is the only bug I've experienced this year, and I use wine for a lot of programs. I doubt this is an exotic kernel/build bug.
kernel: 2.6.32-5-amd64 (from debian repository) wine built from source (git checkout wine-1.3.15) gcc (Debian 4.4.5-8) 4.4.5 / glibc-2.11-1
Yes, seems this is a VERY exotic bug. I think you can try to compile WINE from master branch for the latest dev version. Hope it helps. Or just use stable 1.2.2. Oh, and please recommit report to AppDB, which I can proceed.
http://bugs.winehq.org/show_bug.cgi?id=26420
--- Comment #10 from kakuremura@gmail.com 2011-03-15 12:31:53 CDT --- (In reply to comment #1)
Try to run with +heap,+tid and attach a log please.
It seems to be this line that "fixes" the crash:
if (WARN_ON(heap)) global_flags |= FLG_HEAP_VALIDATE_PARAMETERS;
I can work around the crash by forcing it on (though it impacts performance).
http://bugs.winehq.org/show_bug.cgi?id=26420
--- Comment #11 from kakuremura@gmail.com 2011-03-16 04:03:12 CDT --- Created an attachment (id=33663) --> (http://bugs.winehq.org/attachment.cgi?id=33663) Log output at tail overwrite
This log was created by adding DbgBreakPoint() at line 1287
http://bugs.winehq.org/show_bug.cgi?id=26420
--- Comment #12 from kakuremura@gmail.com 2011-03-16 04:08:14 CDT --- It looks like the application is writing cchTextMax + 1 characters into the buffer in notify_dispinfoT(). Adding 0x01 to the buffer size "fixes" the bug.
http://bugs.winehq.org/show_bug.cgi?id=26420
kakuremura@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comctl32
http://bugs.winehq.org/show_bug.cgi?id=26420
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |bunglehead@gmail.com
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com 2011-03-20 17:33:06 CDT --- I have some patches to adjust dispinfo text buffer length to match native. I'll send them next week.
http://bugs.winehq.org/show_bug.cgi?id=26420
--- Comment #14 from Nikolay Sivov bunglehead@gmail.com 2011-03-21 17:11:18 CDT --- Created an attachment (id=33751) --> (http://bugs.winehq.org/attachment.cgi?id=33751) patch
http://bugs.winehq.org/show_bug.cgi?id=26420
--- Comment #15 from Nikolay Sivov bunglehead@gmail.com 2011-03-21 17:12:36 CDT --- Try this patch.
http://bugs.winehq.org/show_bug.cgi?id=26420
--- Comment #16 from Nikolay Sivov bunglehead@gmail.com 2011-03-29 00:34:22 CDT --- Buffer size now matches native, this is after 124eaa046f5dfd98747448de2915a95c7713cbc3. Retest please.
http://bugs.winehq.org/show_bug.cgi?id=26420
--- Comment #17 from Nikolay Sivov bunglehead@gmail.com 2011-05-14 09:08:04 CDT --- Retest with 1.3.20 please.
http://bugs.winehq.org/show_bug.cgi?id=26420
--- Comment #18 from Nikolay Sivov bunglehead@gmail.com 2011-07-26 01:54:00 CDT --- So what's a status of that? Possibly fixed for 4 months now.
http://bugs.winehq.org/show_bug.cgi?id=26420
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://download.zenimax.com | |/elderscrolls/oblivion/othe | |r/tes_construction_set_1.2. | |404.exe CC| |wylda@volny.cz
http://bugs.winehq.org/show_bug.cgi?id=26420
--- Comment #19 from Nikolay Sivov bunglehead@gmail.com 2012-02-18 03:42:05 CST --- I'm unable to test this for myself, it crashes after some d3d errors on start. Can anyone retest this?
http://bugs.winehq.org/show_bug.cgi?id=26420
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |124eaa046f5dfd98747448de291 | |5a95c7713cbc3 Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #20 from Nikolay Sivov bunglehead@gmail.com 2012-04-16 05:52:16 CDT --- Assuming fixed, please reopen if it's not.
http://bugs.winehq.org/show_bug.cgi?id=26420
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #21 from Alexandre Julliard julliard@winehq.org 2012-04-27 12:59:17 CDT --- Closing bugs fixed in 1.5.3.
https://bugs.winehq.org/show_bug.cgi?id=26420
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|bunglehead@gmail.com |wine-bugs@winehq.org