https://bugs.winehq.org/show_bug.cgi?id=47969
Bug ID: 47969 Summary: Taiga: Crushes on changing the grouping in seasons Product: Wine-staging Version: 4.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: serjflint@gmail.com CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Created attachment 65469 --> https://bugs.winehq.org/attachment.cgi?id=65469 Debug log from playonlinux
I am using the app "Taiga" from https://taiga.moe to track anime. Works completely on Windows. Everything works fine except the Seasons tab. On opening of that tab nothing is displayed and there is a lot messages like "0032:fixme:wincodecs:JpegDecoder_Frame_CopyPalette (0x11259e4,0x1125980): stub". But when I change "Group By" the app crashes. With comctl32.exe from winetricks the app doesn't start at all.
https://bugs.winehq.org/show_bug.cgi?id=47969
Serj Flint serjflint@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://taiga.moe CC| |serjflint@gmail.com Distribution|--- |ArchLinux
https://bugs.winehq.org/show_bug.cgi?id=47969
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- PlayOnLinux bugs should be reported to PlayOnLinux, not here. Please try with plain Wine-Staging, or better yet with upstream Wine (aka wine-devel).
https://bugs.winehq.org/show_bug.cgi?id=47969
Serj Flint serjflint@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #65469|0 |1 is obsolete| |
--- Comment #2 from Serj Flint serjflint@gmail.com --- Created attachment 65473 --> https://bugs.winehq.org/attachment.cgi?id=65473 Debug log from the console
https://bugs.winehq.org/show_bug.cgi?id=47969
Serj Flint serjflint@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #65473|0 |1 is obsolete| |
--- Comment #3 from Serj Flint serjflint@gmail.com --- Created attachment 65474 --> https://bugs.winehq.org/attachment.cgi?id=65474 Debug log from console
Clean wineprefix with only the app installed and the logged in AniList account
https://bugs.winehq.org/show_bug.cgi?id=47969
Serj Flint serjflint@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Product|Wine-staging |Wine Component|-unknown |comctl32
--- Comment #4 from Serj Flint serjflint@gmail.com --- 06485d933af9aabeb51230baf4f53e1810f1471c TaigaSetup.exe
https://bugs.winehq.org/show_bug.cgi?id=47969
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com --- Not sure if it's the same crash, but I get one after moving cursor over "Group By" button. It's crashing in toolbar code after receiving NULL pointer for button tooltip. Relevant application code:
--- // Show tooltips case TBN_GETINFOTIP: { NMTBGETINFOTIP* git = reinterpret_cast<NMTBGETINFOTIP*>(lParam); git->cchTextMax = INFOTIPSIZE; if (git->hdr.hwndFrom == toolbar_.GetWindowHandle()) { git->pszText = const_cast<LPWSTR>(toolbar_.GetButtonTooltip(git->lParam)); } break; } ---
C++ control wrappers are provided by another library by the same author, relevant method from there:
--- LPCWSTR Toolbar::GetButtonTooltip(int index) { if (index < static_cast<int>(tooltip_text_.size())) if (!tooltip_text_[index].empty()) return tooltip_text_[index].c_str();
return nullptr; } ---
Current we do lstrlenW() on returned pointer and crash. I verified there's no tooltip when running on Windows.
Patch sent https://www.winehq.org/pipermail/wine-devel/2019-November/155707.html
https://bugs.winehq.org/show_bug.cgi?id=47969
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Taiga: Crushes on changing |Taiga: Crashes on changing |the grouping in seasons |the grouping in seasons
https://bugs.winehq.org/show_bug.cgi?id=47969
--- Comment #6 from Nikolay Sivov bunglehead@gmail.com --- Toolbar crash is fixed with ae3b334695e4df1c22bb338dfe105970811ed11d. Please retest with current wine or with 4.21 when it's out.
https://bugs.winehq.org/show_bug.cgi?id=47969
--- Comment #7 from Serj Flint serjflint@gmail.com --- Current Wine meaning from Git? I'll probably wait for 4.21
https://bugs.winehq.org/show_bug.cgi?id=47969
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com --- Wine 4.21 is out, please retest.
https://bugs.winehq.org/show_bug.cgi?id=47969
--- Comment #9 from Nikolay Sivov bunglehead@gmail.com --- Please retest with current release - 5.0-rc2.
https://bugs.winehq.org/show_bug.cgi?id=47969
--- Comment #10 from Serj Flint serjflint@gmail.com --- (In reply to Nikolay Sivov from comment #9)
Please retest with current release - 5.0-rc2.
Tested on 5.0-rc1. Now it is not crushing. But data is still not displayed.
https://bugs.winehq.org/show_bug.cgi?id=47969
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ae3b334695e4df1c22bb338dfe1 | |05970811ed11d Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com --- I'm going to close this one for crash issue. Missing content is probably about unsupported listview groups/tile mode, we have some reports for that - bug 24785, bug 24878. If you don't think it's the same issue, please open another report for missing content.
https://bugs.winehq.org/show_bug.cgi?id=47969
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.0-rc3.