https://bugs.winehq.org/show_bug.cgi?id=54336
--- Comment #12 from formigoni ruanformigoni@gmail.com --- Hi, it is the same package(s). The one from winehq for ubuntu 22.04, and the patched wine-ge, they have the behavior of #9. You can find the packaged appimage version of them here (https://github.com/ruanformigoni/wine), this appimages also have the same behavior (fail on fedora 37 and ubuntu 22.10) and work on everything before it.
Yes, installing glibc.i686 makes it work. Fedora 36 and previous do not need 32-bit glibc (glibc.i686), it uses wow64. The same is true for ubuntu 22.04 and previous, which do not need 32-bit glibc (libc6-i386).
Here are more tests I made on linux mint showing that it works with wow64 and no 32-bit glibc https://github.com/mmtrt/WINE_AppImage/issues/15.
Currently I'm trying to remove the appimage factor, trying a clean build with #8 in fedora 36, to check if it works on fedora 37, without glibc.i686.