https://bugs.winehq.org/show_bug.cgi?id=48420
Bug ID: 48420 Summary: commit b12d6d405ab89477dee1083f4af4b858a118ff46 makes warframe equipment mouse-overs break Product: Wine Version: 5.0-rc4 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: GloriousEggroll@gmail.com Distribution: ---
After a clean bisect on vanilla wine I found b12d6d405ab89477dee1083f4af4b858a118ff46 to be the culprit that causes the issue.
this is what is broken: https://streamable.com/531aj
and this is what it's supposed to do: https://streamable.com/ifcbk
https://bugs.winehq.org/show_bug.cgi?id=48420
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |b12d6d405ab89477dee1083f4af | |4b858a118ff46 Severity|major |normal Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=48420
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|commit |Warframe equipment |b12d6d405ab89477dee1083f4af |mouse-overs no longer |4b858a118ff46 makes |highlight the item |warframe equipment | |mouse-overs break | CC| |erich.e.hoover@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=48420
--- Comment #1 from GloriousEggroll@gmail.com --- Just to note regarding the title change - you're also supposed to be able to click the item to equip it - the highlights dont work and you cant click anything.
https://bugs.winehq.org/show_bug.cgi?id=48420
--- Comment #2 from GloriousEggroll@gmail.com --- Full set of reverts necessary to fix it + allow it to compile:
git revert --no-commit c4ad7391956fcbfe7a1a9324ebda1e013e5f6edd git revert --no-commit 1366dd69d5a0578299dc69365db972b0341456d2 git revert --no-commit 1d91c196e71413b9c72aebc2c4b8df246985fea0 git revert --no-commit f99d307a3e1f9beb7fd9dc8892b5cfabbabf816b git revert --no-commit 66c9c358ae5c50fc246cf4a4e280b401a5fc730b git revert --no-commit b12d6d405ab89477dee1083f4af4b858a118ff46
https://bugs.winehq.org/show_bug.cgi?id=48420
--- Comment #3 from Erich E. Hoover erich.e.hoover@gmail.com --- Wow, I wonder what I messed up to have that rework break something. Would you mind running with WINEDEBUG="+relay" and grep for strtod, atoflt, and atodbl? It would be helpful to know what string is causing the problem.
https://bugs.winehq.org/show_bug.cgi?id=48420
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #4 from Piotr Caban piotr.caban@gmail.com --- It's fixed for me with this patch: https://source.winehq.org/patches/data/176438
https://bugs.winehq.org/show_bug.cgi?id=48420
--- Comment #5 from GloriousEggroll@gmail.com --- (In reply to Piotr Caban from comment #4)
It's fixed for me with this patch: https://source.winehq.org/patches/data/176438
can confirm this patch fixes it here also
https://bugs.winehq.org/show_bug.cgi?id=48420
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |3fc3d24c3cfb411439bf5773067 | |ce42aa09edb6b Resolution|--- |FIXED
--- Comment #6 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Fixed by https://source.winehq.org/git/wine.git/?a=commit;h=3fc3d24c3cfb411439bf57730...
https://bugs.winehq.org/show_bug.cgi?id=48420
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.0-rc5.