http://bugs.winehq.org/show_bug.cgi?id=20423
Summary: Plants vs Zombies crash while starting Product: Wine Version: 1.1.31 Platform: PC URL: http://www.reflexive.com/Plantsvs.Zombies.html?&PAGE=D ownload_Landing OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jaimerave@gmail.com
It use to work in Wine 1.1.30. The regression test is on the way.
http://bugs.winehq.org/show_bug.cgi?id=20423
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
http://bugs.winehq.org/show_bug.cgi?id=20423
Jaime Rave jaimerave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=20423
Sven septim.dt@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |septim.dt@gmail.com
--- Comment #1 from Sven septim.dt@gmail.com 2009-10-20 02:55:50 --- The game still works for me on latest git. Are you using an ATI card by any chance?
http://bugs.winehq.org/show_bug.cgi?id=20423
--- Comment #2 from Jaime Rave jaimerave@gmail.com 2009-10-20 08:10:10 --- The game is working in Wine 1.1.30 but in 1.1.31 is broken. I have an Intel card and Ubuntu 9.10
http://bugs.winehq.org/show_bug.cgi?id=20423
--- Comment #3 from Ken Sharp kennybobs@o2.co.uk 2009-10-21 21:26:49 --- Do a regression test then! http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=20423
--- Comment #4 from Ken Sharp kennybobs@o2.co.uk 2009-10-21 21:27:01 --- ....and attach some console output!
http://bugs.winehq.org/show_bug.cgi?id=20423
--- Comment #5 from Jaime Rave jaimerave@gmail.com 2009-10-22 20:42:38 --- Ok after 2 days trying to finish the regression test seems like it's impossible. Because of:
make[2]: se ingresa al directorio `/home/jaime/wine-git/dlls/system.drv16' ../../tools/winegcc/winegcc -B../../tools/winebuild --sysroot=../.. -shared ./system.drv16.spec system.o -Wb,--subsystem,win16 -o system.drv16.so -lkernel32 ../../libs/port/libwine_port.a system.o: In function `call_timer_proc16': /home/jaime/wine-git/dlls/system.drv16/system.c:183: undefined reference to `NtCurrentTeb' collect2: ld returned 1 exit status winegcc: ccache failed make[2]: *** [system.drv16.so] Error 2 make[2]: se sale del directorio `/home/jaime/wine-git/dlls/system.drv16' make[1]: *** [system.drv16] Error 2 make[1]: se sale del directorio `/home/jaime/wine-git/dlls' make: *** [dlls] Error 2
This appear every time i try to compile, I do a git bisect skip but after that the final result is:
There are only 'skip'ped commit left to test. The first bad commit could be any of: 4ed126f5dcbdf99ba03c58e85023b44e8762e405 -------- lot of commits numbers ----- bd48cf2f4bb709883b1d7b7c7f22ee3215042c62 We cannot bisect more!
Any idea how to find more info??
http://bugs.winehq.org/show_bug.cgi?id=20423
--- Comment #6 from Jaime Rave jaimerave@gmail.com 2009-10-22 20:47:42 --- Created an attachment (id=24287) --> (http://bugs.winehq.org/attachment.cgi?id=24287) Console output
http://bugs.winehq.org/show_bug.cgi?id=20423
--- Comment #7 from Vincent Povirk madewokherd@gmail.com 2009-10-22 21:28:42 --- Try configuring with --disable-win16.
http://bugs.winehq.org/show_bug.cgi?id=20423
--- Comment #8 from Jaime Rave jaimerave@gmail.com 2009-10-22 23:48:24 --- Hi vincent, thanks for the tip, I just run the regression test with the --disable-win16 and now the compilation error did not appear, but everything seems to work fine with that option, In fact the result was:
e8ce3e600a40a739f75d6716aae555c31b0b4d0d is first bad commit commit e8ce3e600a40a739f75d6716aae555c31b0b4d0d Author: Alexandre Julliard julliard@winehq.org Date: Fri Oct 9 18:05:57 2009 +0200
Release 1.1.31.
:100644 100644 24dd7e883474c1913fe854e73fd0eeb6dc755e59 4be71b945dcb0b679b69af9dfd4150c452288249 M ANNOUNCE :100644 100644 45a4f2a713d1d5a316ebb2159f643a2a9cb3cd74 abc6d6ab101edddab2ad87c611c7ea88d2f78e49 M VERSION :100755 100755 599d2f3bc2e3f5d4db43f96db56e5f494f2b7e54 72251ba121142c471b086b7eb35809e8625ed7f5 M configure
So looks like the problem is in one of the commits related to win16. Any other idea to get around this??
http://bugs.winehq.org/show_bug.cgi?id=20423
--- Comment #9 from Paul Romanyszyn pgr@arcelectronicsinc.com 2009-10-23 00:52:32 --- I had what I thought was regression a while back. What I think but could not prove was when the16 bit dll directory is moved some of generated files not tracked by git get left behind when you doing the git checkout or bisect. As a result you now have old code or dll's left in the build tree. I never found a git command to fix it. I think I just deleted everything in the wine-git directory except for the .git and then checked the tree back out.
http://bugs.winehq.org/show_bug.cgi?id=20423
--- Comment #10 from Jaime Rave jaimerave@gmail.com 2009-11-21 15:25:49 --- The problem is still in Wine 1.1.33. The only workaround I found is to compile wine with ./configure --disable-win16 && make depend && make. Is there any flag that can show me any more info, or that can help you figure this out?? maybe a +realy??
http://bugs.winehq.org/show_bug.cgi?id=20423
--- Comment #11 from Jaime Rave jaimerave@gmail.com 2009-12-09 20:24:45 --- Created an attachment (id=25149) --> (http://bugs.winehq.org/attachment.cgi?id=25149) +relay,+seh,+tid
http://bugs.winehq.org/show_bug.cgi?id=20423
ssjgokux3@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ssjgokux3@gmail.com
--- Comment #12 from ssjgokux3@gmail.com 2010-02-28 04:40:41 --- Hello, I tried this game in version 1.1.39 and it works fine :)
I am running Wine on Ubuntu Karmic on an x86 architect laptop :)
I attached a log on the previous (And first) run :)
http://bugs.winehq.org/show_bug.cgi?id=20423
--- Comment #13 from ssjgokux3@gmail.com 2010-02-28 04:41:03 --- Created an attachment (id=26537) --> (http://bugs.winehq.org/attachment.cgi?id=26537) Previous run log
http://bugs.winehq.org/show_bug.cgi?id=20423
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #14 from Wylda wylda@volny.cz 2010-02-28 04:49:45 ---
(In reply to comment #0)
It use to work in Wine 1.1.30. The regression test is on the way.
Are you talking about demo (PlantsVsZombiesSetup_1_2.exe)? I did the test yesterday on wine-1.1.39-163-g583f0f0 and no problem with starting this game, i.e. confirming comment #12.
http://bugs.winehq.org/show_bug.cgi?id=20423
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #15 from Alexandre Julliard julliard@winehq.org 2010-05-26 03:32:04 --- Most likely dup of 20457. Please reopen if you can still reproduce with latest git.
*** This bug has been marked as a duplicate of bug 20457 ***
http://bugs.winehq.org/show_bug.cgi?id=20423
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Dmitry Timoshkov dmitry@codeweavers.com 2010-05-26 04:37:08 --- Closing duplicate.