https://bugs.winehq.org/show_bug.cgi?id=49394
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- (In reply to Alois Schlögl from comment #0)
0020:0024:err:module:__wine_process_init L"Z:\home\schloegl\src\wineapps\winsupp. 8081a20bbc0c9b99f37b98a823ce07ab25f15e9d.exe" not supported on this system
I suspect this means you built a 64-bit only Wine, which unfortunately won't work generally. Even 64-bit applications often have 32-bit installers (because 32-bit Windows systems still exist, and you want your application to do *something* if run on one...)
You'll need to build a WoW64 installation, as described in https://wiki.winehq.org/Building_Wine. Please don't hesitate to reach out if you have questions; the documentation is never great.