[Bug 50961] New: Swtor game crash on splash screen 6.6
https://bugs.winehq.org/show_bug.cgi?id=50961 Bug ID: 50961 Summary: Swtor game crash on splash screen 6.6 Product: Wine Version: 6.6 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: fabienmoal(a)wanadoo.fr Distribution: --- Swtor game crash on splash screen with new wine version 6.6 (6.5 ok) ** Regression testing in progress ** (strange problem with kernell32) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50961 Fyro <fabienmoal(a)wanadoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50961 --- Comment #1 from Fyro <fabienmoal(a)wanadoo.fr> --- Created attachment 69791 --> https://bugs.winehq.org/attachment.cgi?id=69791 backtrace -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50961 Fyro <fabienmoal(a)wanadoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50961 --- Comment #2 from Fyro <fabienmoal(a)wanadoo.fr> --- Created attachment 69792 --> https://bugs.winehq.org/attachment.cgi?id=69792 first bisect wine6.5 to wine 6.6 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50961 --- Comment #3 from Fyro <fabienmoal(a)wanadoo.fr> --- Test on wine32 2 next bisect occurs this error wine: created the configuration directory '/home/fabien/.wine-test' wine: could not load kernel32.dll, status c0000135 wine: could not load kernel32.dll, status c0000135 current bisect, causing freeze game on splash screen (& on launcher) git bisect view commit 985bd97c2bb0a161f9cae370ae1893f2b0554ffd (refs/bisect/bad) Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Apr 5 13:05:44 2021 +0200 ntdll: Retrieve Wine version strings through NtQuerySystemInformation(). Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> commit beff5c56cdb02d614a5159de0e5ce1914c8ebc77 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Apr 5 12:05:38 2021 +0200 ntdll: Move the PEB initialization to LdrInitializeThunk(). Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> commit 04762b357635d3adb85ccd5e3456e81c23033394 (HEAD) Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Apr 5 12:04:41 2021 +0200 ntdll: Move the global options initialization to LdrInitializeThunk(). Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> commit 4f594e155254cdd236bf1b44299c9cd4cccdcb73 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Apr 5 12:04:25 2021 +0200 ntdll: Move Wow64 initialization to LdrInitializeThunk(). Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50961 --- Comment #4 from Fyro <fabienmoal(a)wanadoo.fr> --- last bisect causing freeze launcher git bisect view commit 985bd97c2bb0a161f9cae370ae1893f2b0554ffd (refs/bisect/bad) Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Apr 5 13:05:44 2021 +0200 ntdll: Retrieve Wine version strings through NtQuerySystemInformation(). Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> commit beff5c56cdb02d614a5159de0e5ce1914c8ebc77 (HEAD) Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Apr 5 12:05:38 2021 +0200 ntdll: Move the PEB initialization to LdrInitializeThunk(). Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50961 --- Comment #5 from Fyro <fabienmoal(a)wanadoo.fr> --- commit responsible for the bug beff5c56cdb02d614a5159de0e5ce1914c8ebc77 is the first bad commit commit beff5c56cdb02d614a5159de0e5ce1914c8ebc77 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Apr 5 12:05:38 2021 +0200 ntdll: Move the PEB initialization to LdrInitializeThunk(). Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> dlls/ntdll/loader.c | 62 +++++++++++++++++++++---------------------------- dlls/ntdll/ntdll_misc.h | 1 - dlls/ntdll/thread.c | 7 +----- 3 files changed, 28 insertions(+), 42 deletions(-) -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50961 Fyro <fabienmoal(a)wanadoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |beff5c56cdb02d614a5159de0e5 | |ce1914c8ebc77 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50961 Fyro <fabienmoal(a)wanadoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard(a)winehq.org -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50961 --- Comment #6 from Fyro <fabienmoal(a)wanadoo.fr> --- Created attachment 69793 --> https://bugs.winehq.org/attachment.cgi?id=69793 last bisect -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50961 Roman Pišl <rpisl(a)seznam.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rpisl(a)seznam.cz -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50961 Fyro <fabienmoal(a)wanadoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #7 from Fyro <fabienmoal(a)wanadoo.fr> --- same as https://bugs.winehq.org/show_bug.cgi?id=50946 fixed on 6.7 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=50961 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 6.8. -- 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.
participants (1)
-
WineHQ Bugzilla