http://bugs.winehq.org/show_bug.cgi?id=24468
Summary: GTA2 crashing at startup Product: Wine Version: 1.3.3 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: incarus6@googlemail.com
Created an attachment (id=30872) --> (http://bugs.winehq.org/attachment.cgi?id=30872) GTA2 backtrace log
GTA2 and GTA2 manager is crashing (/closing) after trying to start it. See attachment
http://bugs.winehq.org/show_bug.cgi?id=24468
incarus6@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.rockstargames.co | |m/classics/?id=3
http://bugs.winehq.org/show_bug.cgi?id=24468
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Status|UNCONFIRMED |NEW CC| |dmitry@codeweavers.com, | |wylda@volny.cz Component|-unknown |comctl32 Version|1.3.3 |1.3.0 Summary|GTA2 crashing at startup |GTA2: "gta2 manager.exe" | |crashes at startup Ever Confirmed|0 |1
--- Comment #1 from Wylda wylda@volny.cz 2010-09-19 10:25:20 CDT ---
The backtrace you attached is usually useless, because it lacks debuging symbols (you are missing -dbg package in case of debian/ubuntu).
For me, gta2 works under wine-1.3.3, but "gta2 manager.exe" crashes, because of recent regression. So let's turn this bug into a regression, when that is fixed, try to retest with fixed wine. Maybe it could help.
1. I did a regression test between 1.2 and 1.3.0:
commit 1bf5e12e9593b7c8cfd14a2c114c17371737f2c3 Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Thu Jul 22 17:50:41 2010 +0900
comctl32: Make sure that the focus is set to an existing property sheet button.
:040000 040000 85d6408486ec4c0b0dd874ce1939376af30d92b4 be155410d0655a45f08b845d647561e15f3309ef M dlls
2. No other bug report suffers from this commit.
3. Revert of this patch on top of wine-1.3.3 makes that problem go away.
4. Adding author of this patch to CC.
--private keyword: bisected
http://bugs.winehq.org/show_bug.cgi?id=24468
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #30872|0 |1 is obsolete| |
--- Comment #2 from Wylda wylda@volny.cz 2010-09-19 10:26:55 CDT --- Created an attachment (id=30873) --> (http://bugs.winehq.org/attachment.cgi?id=30873) console from wine-1.3.3
http://bugs.winehq.org/show_bug.cgi?id=24468
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2010-09-19 22:57:08 CDT --- Does using native comctl32 help?
http://bugs.winehq.org/show_bug.cgi?id=24468
Mads mads@ab3.no changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mads@ab3.no
--- Comment #4 from Mads mads@ab3.no 2010-09-20 08:00:19 CDT --- Yes, with native comctl32 it works again.
http://bugs.winehq.org/show_bug.cgi?id=24468
--- Comment #5 from incarus6@googlemail.com 2010-09-20 08:21:27 CDT --- (In reply to comment #4)
Yes, with native comctl32 it works again.
Yes and no. GTA2 Manager is working when using native comctl32, gta2.exe (the game) not. It's crashing. Should I attach the log file? (the right one this time ;) )
http://bugs.winehq.org/show_bug.cgi?id=24468
--- Comment #6 from Wylda wylda@volny.cz 2010-09-20 08:24:29 CDT ---
Should I attach the log file? (the right one this time ;) )
Not here. As i wrote before, let's make this bug about a GTA2 Manager. I'm aware that i hijack your bug report a bit...
http://bugs.winehq.org/show_bug.cgi?id=24468
incarus6@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #7 from incarus6@googlemail.com 2010-10-03 03:35:55 CDT --- GTA2 and GTA2 Manager now working again in wine release 1.3.4, thx ;)
http://bugs.winehq.org/show_bug.cgi?id=24468
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com 2010-10-03 07:40:01 CDT --- Are you sure you're testing with a clean .wine? There wasn't any changes in propsheet.c after mentioned commit, it's better to figure out a change that fixed this.
http://bugs.winehq.org/show_bug.cgi?id=24468
--- Comment #9 from incarus6@googlemail.com 2010-10-04 02:06:44 CDT --- (In reply to comment #8)
Are you sure you're testing with a clean .wine? There wasn't any changes in propsheet.c after mentioned commit, it's better to figure out a change that fixed this.
After updating to 1.3.4 it worked, but after restarting GTA2 it crashed again. It's working perfectly in 1.2.
http://bugs.winehq.org/show_bug.cgi?id=24468
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |
--- Comment #10 from Nikolay Sivov bunglehead@gmail.com 2010-10-04 17:49:33 CDT --- So not fixed, as I expected.
http://bugs.winehq.org/show_bug.cgi?id=24468
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW
--- Comment #11 from Dmitry Timoshkov dmitry@codeweavers.com 2010-10-05 01:19:23 CDT --- http://www.winehq.org/pipermail/wine-patches/2010-October/094135.html
should fix the regression.
http://bugs.winehq.org/show_bug.cgi?id=24468
--- Comment #12 from Wylda wylda@volny.cz 2010-10-05 07:24:07 CDT --- (In reply to comment #11)
http://www.winehq.org/pipermail/wine-patches/2010-October/094135.html
should fix the regression.
Thanks Dmitry. Applied on top of 1.3.4 and it really fixed the reported regression.
http://bugs.winehq.org/show_bug.cgi?id=24468
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #13 from Dmitry Timoshkov dmitry@codeweavers.com 2010-10-06 00:51:43 CDT --- The patch has been committed:
http://source.winehq.org/git/wine.git/?a=commitdiff;h=09539e4219c0019b4155de...
http://bugs.winehq.org/show_bug.cgi?id=24468
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org 2010-10-15 12:50:46 CDT --- Closing bugs fixed in 1.3.5.
http://bugs.winehq.org/show_bug.cgi?id=24468
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |09539e4219c0019b4155dea1f14 | |14ac753bed937
http://bugs.winehq.org/show_bug.cgi?id=24468
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |1bf5e12e9593b7c8cfd14a2c114 | |c17371737f2c3