That too would be good, except WINE doesn't run on Catalina, depute it being 64 bit.. Thanks to that I am changing to Crossover
(most like;y WINE needs some 32-bitness the same Adobe does.)
in fact wine does run on Catalina as long as you only need to run 64-bit apps. It sounds like you need to manually run the wine64 executable to get it to work. The current wine builds are wired up to run the 'wine' executable (32-bit) so you cannot double click the app on Catalina. However, you can run the wine64 executable from a Terminal window so you can then use it to run a 64-bit Windows program.
Wine refusing to open even with 64-bit support
For example, if you have this
Wine app installed on your machine, you would open up a Terminal window and enter:
$ <path to>/Wine\ Devel.app/Contents/MacOS/wine64
you would see wine start up (and then exit because no Windows program was specified). To then run your Windows program, for example, setup.exe, you would enter:
$ <path to>/Wine\ Devel.app/Contents/MacOS/wine64 <path to>/setup.exe
You would replace the <path to> parts with the actual path to your Wine app and Windows program.
Now I don't use Catalina so I cannot comment further. I know enough to be able to launch 64-bit programs instead of 32-bit programs and hopefully it's enough to get you started (if you wish to try it). Good luck.