http://bugs.winehq.org/show_bug.cgi?id=35588
Bug ID: 35588 Summary: Installation fails at the end with this commit Product: Wine Version: 1.7.10 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: berillions@gmail.com CC: julliard@winehq.org Classification: Unclassified Regression SHA1: 1a4eca6f16af0eabbeee6fcdebfa90abc0cec8d9
Created attachment 47520 --> http://bugs.winehq.org/attachment.cgi?id=47520 Window popup error at the end
Hi,
I use wine-git constantly and the installation of Assassins Creed II fails at the end. There is this message in a window popup (translation Fr -> En) :
--------------------- Number of Error : 0x80040707 Description : Failure of the call of the function DLL: GameuxInstallHelper.RegisterWithMediaCenterW
The assistant of installation is now going to end ---------------------
I tried with older wine version and the installation of this game works with wine-1.7.9. Since wine-1.7.10, there is this regression.
Then, i did a regression test and the bug is caused by : ---------------------
1a4eca6f16af0eabbeee6fcdebfa90abc0cec8d9 is the first bad commit commit 1a4eca6f16af0eabbeee6fcdebfa90abc0cec8d9 Author: Alexandre Julliard julliard@winehq.org Date: Mon Dec 23 12:54:26 2013 +0100
ntdll: Allocate TLS slots dynamically on module load.
:040000 040000 b73f453204aee36ebb777fb8c38ea9b9d76ff1c9 05e070154bacf55eb493a1aa46f61be3e89fa5e9 M dlls
----------------------
If i compare this commit (git show #) which add a function called "static SHORT alloc_tls_slot" with the "ntdll/loader.c" file in wine 1.7.10 here (http://source.winehq.org/source//dlls/ntdll/loader.c?v=wine-1.7.10#L802), the implementation of this function is different. Result, impossible to confirm at 100% the regression by a git show # | | patch -p1 -R
ACII is the only game in the AC's series which fails with this commit. Assassin's Creed Brotherhood/Revelations and other games install correctly.
Thanks, Max
http://bugs.winehq.org/show_bug.cgi?id=35588
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- Please get a +relay,+module trace.
http://bugs.winehq.org/show_bug.cgi?id=35588
--- Comment #2 from Berillions berillions@gmail.com --- (In reply to comment #1)
Please get a +relay,+module trace.
I did it, the log file is very big (~5.5Go uncompressed) and ~41Mo compressed. I used my mediafire account. You can download the archive here : http://www.mediafire.com/download/cb14mrudta6o9nv/crash.txt.bz2
https://bugs.winehq.org/show_bug.cgi?id=35588
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer, regression Summary|Installation fails at the |Assassins Creed II fails |end with this commit |installation fails at the | |end
http://bugs.winehq.org/show_bug.cgi?id=35588
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Could you please get another one, this time also adding +seh, and redirecting output with >> to avoid corruption? Thanks.
http://bugs.winehq.org/show_bug.cgi?id=35588
--- Comment #4 from Berillions berillions@gmail.com --- (In reply to comment #3)
Could you please get another one, this time also adding +seh, and redirecting output with >> to avoid corruption? Thanks.
Forgive me my unknowledge but how i must to use the ">>" output redirection corectly ?
If i use like this "env WINEDEBUG=+relay,+module,+seh wine setup.exe >> Crash.txt", the fill is always empty and i have the output message in the console.
But if i use "&>>", it can correct to give you a good log ?
http://bugs.winehq.org/show_bug.cgi?id=35588
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Yes &>> is correct.
http://bugs.winehq.org/show_bug.cgi?id=35588
--- Comment #6 from Berillions berillions@gmail.com --- (In reply to comment #5)
Yes &>> is correct.
crash log with +relay,+module,+seh debug channel. You can download the archive here : http://www.mediafire.com/download/u719hj6205m9yk1/CrashLog.txt.bz2
thanks,
http://bugs.winehq.org/show_bug.cgi?id=35588
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ff08cd597d1d8b4e806d7ace9f3 | |667ac6022b852 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #7 from Alexandre Julliard julliard@winehq.org --- Fixed by ff08cd597d1d8b4e806d7ace9f3667ac6022b852.
https://bugs.winehq.org/show_bug.cgi?id=35588
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.13.