[Bug 55408] New: Adobe premiere 6.5 About window missing scrolling text
https://bugs.winehq.org/show_bug.cgi?id=55408 Bug ID: 55408 Summary: Adobe premiere 6.5 About window missing scrolling text Product: Wine Version: 8.10 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: randrik(a)mail.ru Distribution: --- So, I have this installation of Adobe Premiere 6.5 in wine prefix. It was rendering its own test project ok in winXP mode, so I moved along and updated wine few times. Turned out there was regression somewhere between wine 6.16 and wine 8.0-rc2, where if I call About dialog it will display usual text, and then after pause it should display various credit lines scrolling up. I see sadly just first line and then white space after that in new wine. Same prefix works if I re-install older wine 6.16 (compiled for earlier version of Slackware) I captured two log files with WINEDEBUG="+gdi,+font" wine premiere.exe > ~/wine-8.12_gdi_font_adobe_premiere.log 2>&1 but they 34 and 52 Mb big (uncompressed). Any idea where I can put them, or what I should capture instead? -- 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=55408 --- Comment #1 from Andrew <randrik(a)mail.ru> --- Created attachment 74966 --> https://bugs.winehq.org/attachment.cgi?id=74966 How it should look Captured on wine 6.16 -- 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=55408 --- Comment #2 from Andrew <randrik(a)mail.ru> --- Created attachment 74967 --> https://bugs.winehq.org/attachment.cgi?id=74967 6.6 log xz compressed -- 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=55408 --- Comment #3 from Andrew <randrik(a)mail.ru> --- Created attachment 74968 --> https://bugs.winehq.org/attachment.cgi?id=74968 8.12 log -- 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=55408 Andrew <randrik(a)mail.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #74967|6.6 log |6.16 log description| | -- 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=55408 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --- Comment #4 from Austin English <austinenglish(a)gmail.com> --- Please run a regression test: https://wiki.winehq.org/Regression_Testing -- 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=55408 --- Comment #5 from Andrew <randrik(a)mail.ru> --- Unfortunately I run into build errors: At git commit commit a4f86cbf3d1887869758621da7789bb08a046252 ==== libs/faudio/src/FACT.c:2302:21: error: call to undeclared library function 'alloca' with type 'void *(unsigned int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] mtxTmp = (float*) FAudio_alloca((unsigned int)( ^ libs/faudio/src/FAudio_internal.h:47:26: note: expanded from macro 'FAudio_alloca' #define FAudio_alloca(x) alloca(x) ==== Its strange because suggested by compiler include (include the header <stdlib.h> or explicitly provide a declaration for 'alloca') already there. I use gcc 11.2.0/clang 16.0.6 on Slackware 15.0 I tried to skip few commits but error persist -- 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=55408 --- Comment #6 from Andrew <randrik(a)mail.ru> --- so, I can build Wine build: wine-8.13-265-gf1749b0808c by reverting 0b3f90ab1485d5bd32bd72d41c7fd8213b3b95b9 But bug still here. Will try to copy faudio from this version to bisected version -- 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=55408 --- Comment #7 from Andrew <randrik(a)mail.ru> --- Unfortunately, even replacing faudio directory as a whole still resulted in same error. may be some flags in build system changed, or something in headers..? -- 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=55408 --- Comment #8 from Andrew <randrik(a)mail.ru> --- Bug still around in wine 8.21. I see in terminal: 0024:err:seh:KiUserCallbackDispatcher ignoring exception 0024:err:seh:KiUserCallbackDispatcher ignoring exception 0024:err:seh:KiUserCallbackDispatcher ignoring exception 0024:err:seh:KiUserCallbackDispatcher ignoring exception and so on while About window supposed to have scrolling credits -- 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=55408 Alex Henrie <alexhenrie24(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |0d6d8f388aea4889a79a913fea7 | |c10b1056ffdd2 Component|-unknown |win32u Ever confirmed|0 |1 CC| |alexhenrie24(a)gmail.com, | |jacek(a)codeweavers.com Version|8.10 |7.14 Status|UNCONFIRMED |NEW --- Comment #9 from Alex Henrie <alexhenrie24(a)gmail.com> --- The bug is still present in Wine 10.0-rc2. `git bisect` says: 0d6d8f388aea4889a79a913fea7c10b1056ffdd2 is the first bad commit commit 0d6d8f388aea4889a79a913fea7c10b1056ffdd2 Author: Jacek Caban <jacek(a)codeweavers.com> AuthorDate: Sat Jul 9 18:01:02 2022 +0200 Commit: Alexandre Julliard <julliard(a)winehq.org> CommitDate: Fri Jul 22 17:52:44 2022 +0200 win32u: Use syscall interface for NtUserGetMessage. dlls/win32u/gdiobj.c | 1 - dlls/win32u/syscall.c | 1 + dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 1 - dlls/win32u/wrappers.c | 6 ------ dlls/wow64win/syscall.h | 1 + dlls/wow64win/user.c | 13 +++++++++++++ 7 files changed, 16 insertions(+), 9 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.
participants (1)
-
WineHQ Bugzilla