https://bugs.winehq.org/show_bug.cgi?id=43966
--- Comment #12 from marbaquero@yahoo.com --- (In reply to VitorMM from comment #11)
Confirming: the method mentioned above works. I could create a wine prefix with Wine Staging 2.20 and install Steam in it after replacing this: #define LDT_FIRST_ENTRY 512 #define LDT_SIZE 8192
With this: #define LDT_FIRST_ENTRY 3 #define LDT_SIZE 127
Thanks to Ken Thomases for finding the workaround for the bug and to Gijs Vermeulen for compiling Wine with the change so I could test it :)
This is great, when can we download this patch?. Which version of wine should I use for this?
Thanks.