https://bugs.winehq.org/show_bug.cgi?id=49902
Guilherme S. oguilherme@protonmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #5 from Guilherme S. oguilherme@protonmail.com --- Hi, the garbled text issue was fixed in Wine 7.5, by commit 8e3fef2627d0bfd6c7912fab77a794941518983c.
My bisect log:
git bisect start '--term-new=fixed' '--term-old=unfixed' # fixed: [4bbb43d6c7ee824ff533628020c6309c4ff86c28] Release 7.5. git bisect fixed 4bbb43d6c7ee824ff533628020c6309c4ff86c28 # unfixed: [330dc601978922aa1d5864d29d94882d6b1990d1] Release 7.4. git bisect unfixed 330dc601978922aa1d5864d29d94882d6b1990d1 # fixed: [1447872b0c993113b7bd8215967a502e7aa644e9] sc: Don't silently fail when something doesn't work as expected. git bisect fixed 1447872b0c993113b7bd8215967a502e7aa644e9 # unfixed: [670a1e81b465f67cb7e49fdb84c1fc96853fc9d7] wined3d: Pass mask to wined3d_next_cs_packet(). git bisect unfixed 670a1e81b465f67cb7e49fdb84c1fc96853fc9d7 # unfixed: [3ec6e069f36ea99e72fd655f7fef211077e9a7dd] winealsa: Move MODM_PREPARE and MODM_UNPREPARE to the unixlib. git bisect unfixed 3ec6e069f36ea99e72fd655f7fef211077e9a7dd # unfixed: [d99101977d93f772ceb6ab8d05d2b33c00078788] windows.gaming.input: Fix vector InsertAt / RemoveAt copy sizes. git bisect unfixed d99101977d93f772ceb6ab8d05d2b33c00078788 # fixed: [636b2d92201fde49e8881e09bbba1ea05c836664] d3d12/tests: Build without -DWINE_NO_LONG_TYPES. git bisect fixed 636b2d92201fde49e8881e09bbba1ea05c836664 # unfixed: [44f667fa14c308b489be123c5ed6153010e8e430] win32u: Move apply_window_pos implementation from user32. git bisect unfixed 44f667fa14c308b489be123c5ed6153010e8e430 # fixed: [65ff2098826bb9944b872251b1c9543bbbe6f488] dxgi/tests: Build without -DWINE_NO_LONG_TYPES. git bisect fixed 65ff2098826bb9944b872251b1c9543bbbe6f488 # fixed: [8345d21b3a650bbc279989e05803b067db40ca55] win32u: Don't use designated initializers for lazy_load_driver. git bisect fixed 8345d21b3a650bbc279989e05803b067db40ca55 # fixed: [8e3fef2627d0bfd6c7912fab77a794941518983c] win32u: Move ArrangeIconicWindows implementation from user32. git bisect fixed 8e3fef2627d0bfd6c7912fab77a794941518983c # first fixed commit: [8e3fef2627d0bfd6c7912fab77a794941518983c] win32u: Move ArrangeIconicWindows implementation from user32.